| Age | Commit message (Expand) | Author | Lines |
| 2018-07-12 | rename `control_flow_graph` to `graph` | Niko Matsakis | -1/+1 |
| 2018-07-12 | rename `graph` to `control_flow_graph::implementation` | Niko Matsakis | -1/+1 |
| 2018-07-12 | deconstruct the `ControlFlowGraph` trait into more granular traits | Niko Matsakis | -60/+117 |
| 2018-07-11 | add a missing `dyn` | ljedrz | -1/+1 |
| 2018-07-11 | Enforce #![deny(bare_trait_objects)] in src/librustc_data_structures tests | ljedrz | -14/+14 |
| 2018-07-11 | Deny bare trait objects in in src/librustc_data_structures | ljedrz | -13/+15 |
| 2018-07-02 | improve comments | Niko Matsakis | -0/+6 |
| 2018-07-01 | create a new `WorkQueue` data structure | Niko Matsakis | -0/+73 |
| 2018-06-29 | Rename `IdxSet::clone_from`. | Nicholas Nethercote | -1/+3 |
| 2018-06-26 | Auto merge of #51613 - nnethercote:ob-forest-cleanup, r=nikomatsakis | bors | -21/+18 |
| 2018-06-19 | Add MTRef and a lock_mut function to MTLock | John Kåre Alsaker | -8/+37 |
| 2018-06-18 | Auto merge of #51460 - nikomatsakis:nll-perf-examination-refactor-1, r=pnkfelix | bors | -0/+5 |
| 2018-06-18 | Improve `Node::{parent,dependents}` interplay. | Nicholas Nethercote | -15/+9 |
| 2018-06-18 | Improve pushing to `Node::dependents`. | Nicholas Nethercote | -6/+9 |
| 2018-06-16 | Auto merge of #51411 - nnethercote:process_predicate, r=nikomatsakis | bors | -58/+66 |
| 2018-06-09 | convert type-check constraints into NLL constraints on the fly | Niko Matsakis | -0/+5 |
| 2018-06-08 | Rollup merge of #51412 - nnethercote:pending_obligations, r=estebank | Mark Rousskov | -3/+3 |
| 2018-06-08 | Avoid useless Vec clones in pending_obligations(). | Nicholas Nethercote | -3/+3 |
| 2018-06-07 | Introduce `ProcessResult`. | Nicholas Nethercote | -58/+66 |
| 2018-06-06 | Add and use OnDrop::disable | John Kåre Alsaker | -0/+8 |
| 2018-06-06 | Use try_lock in collect_active_jobs | John Kåre Alsaker | -0/+12 |
| 2018-06-06 | Update Rayon version | John Kåre Alsaker | -2/+2 |
| 2018-06-01 | Add a WorkerLocal abstraction | John Kåre Alsaker | -0/+31 |
| 2018-06-01 | Fix OneThread | John Kåre Alsaker | -1/+3 |
| 2018-06-01 | Make const decoding from the incremental cache thread-safe. | Michael Woerister | -1/+1 |
| 2018-06-01 | Add TinyList data structure. | Michael Woerister | -0/+252 |
| 2018-05-31 | Inline `NodeIndex` methods. | Nicholas Nethercote | -0/+2 |
| 2018-05-31 | Remove `ObligationForest::cache_list`. | Nicholas Nethercote | -5/+0 |
| 2018-05-28 | Update rustc-hash to hash up to 8 bytes at once with FxHasher | John Kåre Alsaker | -1/+1 |
| 2018-05-25 | Auto merge of #51033 - coryshrmn:master, r=dtolnay | bors | -4/+4 |
| 2018-05-24 | Auto merge of #50937 - nikomatsakis:chalkify-engine-2, r=scalexm | bors | -85/+6 |
| 2018-05-24 | get `rustc_hash` from external crate | Niko Matsakis | -85/+6 |
| 2018-05-24 | stabilize RangeBounds collections_range #30877 | Cory Sherman | -4/+4 |
| 2018-05-24 | implement Ord for OutlivesPredicate and other types | toidiu | -1/+2 |
| 2018-05-22 | Add some doc comments to SortedMap. | Michael Woerister | -5/+20 |
| 2018-05-22 | Cleanup SortedMap by wrapping element lookup in a method. | Michael Woerister | -21/+16 |
| 2018-05-22 | Remove SortedMap::iter_mut() since that allows to break the element sorting o... | Michael Woerister | -8/+0 |
| 2018-05-22 | Remove benchmarks from SortedMap. | Michael Woerister | -24/+9 |
| 2018-05-22 | Add SortedMap to rustc_data_structures. | Michael Woerister | -0/+502 |
| 2018-05-18 | use `reset_unifications` instead of creating new unification table | Niko Matsakis | -1/+1 |
| 2018-05-18 | Auto merge of #50847 - Mark-Simulacrum:rollup, r=Mark-Simulacrum | bors | -0/+6 |
| 2018-05-17 | Auto merge of #50593 - nikomatsakis:nll-no-location, r=nikomatsakis | bors | -5/+32 |
| 2018-05-17 | Rollup merge of #50818 - nnethercote:faster-normalize, r=nikomatsakis | Mark Simulacrum | -0/+6 |
| 2018-05-17 | Avoid repeated HashMap lookups in `opt_normalize_projection_type`. | Nicholas Nethercote | -0/+6 |
| 2018-05-17 | Rollup merge of #50808 - SimonSapin:nonzero, r=alexcrichton | kennytm | -1/+0 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -1/+0 |
| 2018-05-14 | Remove LazyBTreeMap. | Nicholas Nethercote | -109/+0 |
| 2018-05-13 | Add parallel abstractions | John Kåre Alsaker | -1/+45 |
| 2018-05-09 | ignore the point where the outlives requirement was added | Niko Matsakis | -1/+1 |
| 2018-05-09 | use chunks api for SparseBitMatrix and add a `subset` fn | Niko Matsakis | -5/+32 |