Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
6,426 contributions in the last year
Activity overview
Contribution activity
October 2020
Created a pull request in rust-lang/rust that received 2 comments
Allow disabling const_item_mutation lint for all uses of a specific const item
Closes #77425.
The const_item_mutation lint will look at whether allow(const_item_mutation) is present on the const being "mutated", and if so, res…
+137
−28
•
2
comments
- Add some thoughts about the triviality static assertions
- Improve error message on a conflicting explicit impl
- Explicitly requesting an instantiation
- Add dedicated error message referring to cxx::ExternType when opaque type is used by value
- Touch up PR 325
- Update documentation and API of Trivial and Opaque kind markers
- Preserve docs on aliases
- Avoid unchecked casts in net parser
- Include scope id in SocketAddrV6::Display
- Unbox mutexes and condvars on some platforms
- Improve std::sys::windows::compat
- Split sys_common::Mutex in StaticMutex and MovableMutex.
- Only use LOCAL_{STDOUT,STDERR} when set_{print/panic} is used.
- Stabilize slice_ptr_range.
- Fix 'FIXME' about using NonZeroU32 instead of u32.
- Use futex-based thread::park/unpark on Linux.
- Make RawFd implement the RawFd traits
- Fix is_absolute on WASI