| Age | Commit message (Expand) | Author | Lines |
| 2019-12-02 | Undo minor changes that weren't needed, fix one lifetime typo | Paul Daniel Faria | -0/+1 |
| 2019-12-02 | Account for new maybe_sideeffect helper that requires predecessors | Paul Daniel Faria | -34/+3 |
| 2019-12-02 | Move predecessor cache outside of Body, use wrapper types to manage Cache and... | Paul Daniel Faria | -11/+42 |
| 2019-11-26 | Fix spelling typos | Brian Wignall | -1/+1 |
| 2019-11-23 | Rollup merge of #66657 - ollie27:rustdoc_flock_panic, r=GuillaumeGomez | Mazdak Farrokhzad | -12/+0 |
| 2019-11-23 | rustdoc: Don't panic when failing to write .lock file | Oliver Middleton | -12/+0 |
| 2019-11-17 | Implement HashStable for RangeInclusive. | Camille GILLOT | -0/+10 |
| 2019-11-15 | Rollup merge of #66013 - nnethercote:avoid-hashing-twice-in-get_query, r=Zoxc | Yuki Okushi | -0/+6 |
| 2019-11-15 | Make `process_obligations()` greedier. | Nicholas Nethercote | -10/+33 |
| 2019-11-12 | Register queries with self profiler in rustc_interface | Mark Rousskov | -0/+6 |
| 2019-11-12 | Move self-profile infrastructure to data structures | Mark Rousskov | -0/+318 |
| 2019-11-04 | bump smallvec to 1.0 | Ralf Jung | -1/+1 |
| 2019-11-04 | Avoid hashing the key twice in `get_query()`. | Nicholas Nethercote | -0/+6 |
| 2019-11-01 | Rollup merge of #65997 - spastorino:fix-init_locking-rustdoc, r=Mark-Simulacrum | Tyler Mandry | -4/+4 |
| 2019-11-01 | Rollup merge of #65112 - jack-t:type-parens-lint, r=varkor | Tyler Mandry | -4/+4 |
| 2019-10-31 | Fix outdated rustdoc of Once::init_locking function | Santiago Pastorino | -4/+4 |
| 2019-10-30 | Make init_locking return a reference to the initialized data | Santiago Pastorino | -6/+8 |
| 2019-10-29 | Add lint for unnecessary parens around types | jack-t | -4/+4 |
| 2019-10-23 | Rollup merge of #65648 - nnethercote:rm-intersect_opt, r=nikomatsakis | Mazdak Farrokhzad | -21/+6 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -11/+11 |
| 2019-10-21 | Eliminate `intersect_opt`. | Nicholas Nethercote | -21/+6 |
| 2019-10-21 | Remove unnecessary `Hash` bounds from various types. | Nicholas Nethercote | -5/+5 |
| 2019-10-17 | Use a sharded dep node to dep node index map | John Kåre Alsaker | -7/+23 |
| 2019-10-14 | Rename serial_join and serial_scope to join and scope | Santiago Pastorino | -25/+22 |
| 2019-10-14 | Move serial_scope and serial_join to parallel_compiler = false | Santiago Pastorino | -23/+23 |
| 2019-10-14 | Minor comment tweaks | Santiago Pastorino | -2/+2 |
| 2019-10-07 | Rebase rustc-rayon on rayon-1.2 | Josh Stone | -2/+2 |
| 2019-10-01 | Rollup merge of #64942 - JohnTitor:fix-clippy, r=eddyb | Tyler Mandry | -2/+2 |
| 2019-10-01 | Rollup merge of #64805 - nnethercote:ObligForest-still-more, r=nikomatsakis | Tyler Mandry | -126/+115 |
| 2019-10-01 | Fix clippy warnings | Yuki Okushi | -2/+2 |
| 2019-09-30 | Avoid the popping loop at the end of `compress()`. | Nicholas Nethercote | -34/+40 |
| 2019-09-30 | Remove an out-of-date sentence in a comment. | Nicholas Nethercote | -3/+2 |
| 2019-09-30 | Rename `nodes_len` and use it in a few more places. | Nicholas Nethercote | -9/+9 |
| 2019-09-30 | Convert some `match` expressions to `if`s. | Nicholas Nethercote | -36/+21 |
| 2019-09-30 | Introduce some intermediate variables that aid readability. | Nicholas Nethercote | -3/+5 |
| 2019-09-30 | Remove unnecessary uses of `ObligationForest::scratch`. | Nicholas Nethercote | -12/+8 |
| 2019-09-30 | Use `filter` and `map` in `to_errors`. | Nicholas Nethercote | -11/+11 |
| 2019-09-30 | Tweak the control flow in `process_obligations()`. | Nicholas Nethercote | -4/+4 |
| 2019-09-30 | Inline `mark_as_waiting_from`. | Nicholas Nethercote | -12/+13 |
| 2019-09-30 | Rename `node_index` as `index`. | Nicholas Nethercote | -2/+2 |
| 2019-09-30 | Remove `NodeState::OnDfsStack`. | Nicholas Nethercote | -19/+19 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -13/+12 |
| 2019-09-29 | remove bit_set re-export from rustc_data_structures | csmoe | -6/+6 |
| 2019-09-29 | move bit_set into rustc_index | csmoe | -1355/+1 |
| 2019-09-29 | move index_vec into rustc_index | csmoe | -831/+2 |
| 2019-09-29 | Rollup merge of #64824 - Mark-Simulacrum:no-stable-hasher-result-everywhere, ... | Mazdak Farrokhzad | -133/+53 |
| 2019-09-28 | Switch over all StableHash impls to new format | Mark Rousskov | -122/+46 |
| 2019-09-28 | StableHasher does not need to be generic over the Result type | Mark Rousskov | -11/+7 |
| 2019-09-28 | data_structures: Add deterministic FxHashMap and FxHashSet wrappers | Shivani Bhardwaj | -0/+178 |
| 2019-09-25 | Auto merge of #64627 - nnethercote:ObligForest-even-more, r=nikomatsakis | bors | -34/+35 |