| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2018-01-20 | Rename std::ptr::Shared to NonNull | Simon Sapin | -3/+3 | |
| `Shared` is now a deprecated `type` alias. CC https://github.com/rust-lang/rust/issues/27730#issuecomment-352800629 | ||||
| 2017-12-23 | Annotate raw pointer target types | Christopher Durham | -2/+3 | |
| cc https://github.com/rust-lang/rust/issues/46906 cc https://github.com/rust-lang/rust/pull/46914 | ||||
| 2017-12-22 | fix errors in rustc_data_structures | Michael Hewson | -1/+1 | |
| 2017-11-21 | fix some typos | Martin Lindhe | -1/+1 | |
| 2017-08-15 | use field init shorthand EVERYWHERE | Zack M. Davis | -2/+2 | |
| Like #43008 (f668999), but _much more aggressive_. | ||||
| 2017-08-01 | Fixed all unnecessary muts in language core | Isaac van Bakel | -1/+1 | |
| 2017-07-22 | Add conversions from references to NonZero pointers, Unique, and Shared | Simon Sapin | -1/+1 | |
| 2017-07-22 | Rename {NonZero,Shared,Unique}::new to new_unchecked | Simon Sapin | -1/+1 | |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -2/+3 | |
| This reverts commit 143206d54d7558c2326212df99efc98110904fdb. | ||||
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -3/+2 | |
| Move it and Bound to core::ops while we're at it. Closes #30877 | ||||
| 2017-05-04 | fallout from NonZero/Unique/Shared changes | Alexis Beingessner | -1/+1 | |
| 2017-04-12 | ICH: Hash everything that gets encoded into crate metadata. | Michael Woerister | -0/+6 | |
| 2017-04-09 | Move away from the ad-hoc NoDrop unions | Simonas Kazlauskas | -29/+8 | |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -2/+1 | |
| 2017-01-29 | Remove dead recursive partial eq impl | est31 | -8/+0 | |
| Its nowhere used (if it had been used used, the rust stack would have overflown due to the recursion). Its presence was confusing for mrustc. | ||||
| 2017-01-14 | add required imports & feature | Djzin | -0/+1 | |
| 2017-01-14 | update array_vec to use new rangeargument | djzin | -2/+10 | |
| 2017-01-03 | Add drain method to AccumulateVec/ArrayVec | Andrew Cann | -1/+85 | |
| You can now call .drain(..) on SmallVec, AccumulateVec and ArrayVec | ||||
| 2016-11-11 | Change implementation of syntax::util::SmallVector to use ↵ | Mark-Simulacrum | -10/+139 | |
| data_structures::SmallVec. | ||||
| 2016-10-25 | Add AccumulateVec, a potentially stack-allocated vector. | Mark-Simulacrum | -0/+106 | |
| AccumulateVec is generic over the Array trait, which is currently only implemented for [T; 8]. | ||||
