Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cname-aware error messages for objects #281

Merged
merged 0 commits into from
Mar 23, 2011
Merged

Conversation

lkuper
Copy link
Contributor

@lkuper lkuper commented Mar 22, 2011

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.

@lkuper lkuper merged commit 08bea1d into rust-lang:master Mar 23, 2011
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`
djtech-dev pushed a commit to djtech-dev/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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant