Uh oh!
There was an error while loading. Please reload this page.
cname-aware error messages for objects - #281
Merged
Merged
Conversation
oli-obk pushed a commit
to oli-obk/rust
that referenced
this pull request
Sep 19, 2017
fix size_of_val on unsized tuples
keeperofdakeys pushed a commit
to keeperofdakeys/rust
that referenced
this pull request
Dec 12, 2017
Getprogname Added `getprogname()` and `setprogname()` for all BSDs and Solaris (including Mac OS X). Added `program_invocation_short_name` global, for Linux (glibc and Musl) which is effectively the same thing, and is what compatibility libraries like `libbsd` use to implement `getprogname()`. Added `__progname` global for Android, which, whilst not quite the same as `getprogname` or `program_invocation_short_name`, is better than using argv[0], as it (a) avoids a common bug with no arguments (b) avoids a common bug with a NULL string in argv[0] and (c) incorporates Android's chosen name for an unknown process.
kazcw pushed a commit
to kazcw/rust
that referenced
this pull request
Oct 23, 2018
- `_m_paddb` for `_mm_add_pi8` - `_m_paddw` for `_mm_add_pi16` - `_m_paddd` for `_mm_add_pi32` - `_m_paddsb` for `_mm_adds_pi8` - `_m_paddsw` for `_mm_adds_pi16` - `_m_paddusb` for `_mm_adds_pu8` - `_m_paddusw` for `_mm_adds_pu16`
gi-dellav pushed a commit
to gi-dellav/rust
that referenced
this pull request
Dec 9, 2021
remove regex dependency (outside of tests)
workingjubilee pushed a commit
to workingjubilee/rustc
that referenced
this pull request
Jul 20, 2022
Deduplicate to_int_unchecked
noscripter pushed a commit
to noscripter/rust
that referenced
this pull request
Sep 8, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for shorter error messages that use "canonical names" for objects, instead of spitting out the entire, arbitrarily large structure of an object that appears in the wrong place.