| Age | Commit message (Expand) | Author | Lines |
| 2017-09-02 | stabilize mem::discriminant (closes #24263) | Alex Burka | -1/+0 |
| 2017-08-25 | *: remove crate_{name,type} attributes | Tamir Duberstein | -3/+0 |
| 2017-08-19 | rustc: Remove some dead code | Vadim Petrochenkov | -3/+1 |
| 2017-08-02 | Remove unused fnv hash code | Matt Brubeck | -1/+0 |
| 2017-07-26 | Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturon | bors | -1/+0 |
| 2017-07-25 | std: Stabilize `manually_drop` feature | Alex Crichton | -1/+0 |
| 2017-07-25 | Bump master to 1.21.0 | Alex Crichton | -3/+0 |
| 2017-07-06 | remove associated_consts feature gate | Sean McArthur | -1/+1 |
| 2017-06-30 | Revert "Stabilize RangeArgument" | Steven Fackler | -0/+1 |
| 2017-06-24 | Stabilize RangeArgument | Steven Fackler | -1/+0 |
| 2017-06-19 | Bump version and stage0 compiler | Alex Crichton | -3/+0 |
| 2017-06-15 | Remove struct_field_attributes feature gate | Wonwoo Choi | -1/+1 |
| 2017-05-27 | Stabilize unions with `Copy` fields and no destructor | Vadim Petrochenkov | -1/+0 |
| 2017-05-11 | rustc: Remove #![unstable] annotation | Alex Crichton | -3/+4 |
| 2017-04-12 | ICH: Replace old, transitive metadata hashing with direct hashing approach. | Michael Woerister | -0/+1 |
| 2017-04-09 | Move away from the ad-hoc NoDrop unions | Simonas Kazlauskas | -0/+1 |
| 2017-04-06 | Introduce HashStable trait and base ICH implementations on it. | Michael Woerister | -0/+2 |
| 2017-03-29 | rustbuild: Update bootstrap compiler | Alex Crichton | -1/+0 |
| 2017-03-17 | Stabilize rc_raw feature, closes #37197 | Aaron Turon | -1/+0 |
| 2017-03-10 | Add extra methods to IndexVec and implement TypeFoldable for it | James Miller | -0/+1 |
| 2017-02-28 | move the `FreeRegionMap` into `TypeckTables` | Niko Matsakis | -0/+1 |
| 2017-02-03 | Bump version, upgrade bootstrap | Alex Crichton | -2/+1 |
| 2017-01-14 | add required imports & feature | Djzin | -0/+1 |
| 2017-01-08 | Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrc | bors | -1/+1 |
| 2017-01-03 | Add drain method to AccumulateVec/ArrayVec | Andrew Cann | -0/+2 |
| 2016-12-30 | Fix rebase fallout and compilation fixes | est31 | -0/+2 |
| 2016-12-29 | Remove not(stage0) from deny(warnings) | Alex Crichton | -1/+1 |
| 2016-12-15 | Use StableHasher everywhere | Ariel Ben-Yehuda | -0/+3 |
| 2016-11-13 | Make names of types used in LLVM IR stable. | Michael Woerister | -0/+1 |
| 2016-11-11 | Change implementation of syntax::util::SmallVector to use data_structures::Sm... | Mark-Simulacrum | -0/+1 |
| 2016-11-08 | Replace FnvHasher use with FxHasher. | Nicholas Nethercote | -0/+1 |
| 2016-10-30 | Replace all uses of SHA-256 with BLAKE2b. | Michael Woerister | -0/+1 |
| 2016-10-25 | Add AccumulateVec, a potentially stack-allocated vector. | Mark-Simulacrum | -0/+5 |
| 2016-10-17 | ICH: Use 128-bit Blake2b hash instead of 64-bit SipHash for incr. comp. finge... | Michael Woerister | -0/+1 |
| 2016-10-10 | Move IdxSetBuf and BitSlice to rustc_data_structures | Wesley Wiser | -0/+2 |
| 2016-08-29 | incr.comp.: Move lock files out of directory being locked | Michael Woerister | -1/+1 |
| 2016-08-29 | Move `flock.rs` from librustdoc to librustc_data_structures. | Michael Woerister | -0/+4 |
| 2016-06-23 | add control flow graph and algorithms. add dominator to mir | Scott A Carr | -0/+1 |
| 2016-06-09 | introduce the type-safe IdxVec and use it instead of loose indexes | Ariel Ben-Yehuda | -0/+1 |
| 2016-05-31 | add a snapshottable hashmap | Niko Matsakis | -0/+1 |
| 2016-05-13 | add cycle-reporting logic | Ariel Ben-Yehuda | -0/+2 |
| 2016-03-05 | apply rustfmt to librustc_data_structures, correcting rust-lang-nursery/rustf... | Niko Matsakis | -1/+2 |
| 2016-01-26 | Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brson | bors | -0/+1 |
| 2016-01-26 | std: Stabilize custom hasher support in HashMap | Alex Crichton | -1/+0 |
| 2016-01-24 | mk: Move from `-D warnings` to `#![deny(warnings)]` | Alex Crichton | -0/+1 |
| 2016-01-14 | implement the obligation forest data structure and add some unit tests | Niko Matsakis | -1/+5 |
| 2016-01-05 | Introduce the DepGraph and DepTracking map abstractions, | Niko Matsakis | -0/+1 |
| 2015-12-21 | Register new snapshots | Alex Crichton | -3/+0 |
| 2015-12-10 | Add TupleSlice trait to rustc_data_structures. | Michael Woerister | -0/+1 |
| 2015-11-25 | Remove all uses of `#[staged_api]` | Vadim Petrochenkov | -1/+1 |