| Age | Commit message (Expand) | Author | Lines |
| 2020-01-05 | Rollup merge of #67882 - euclio:flock, r=rkruppe | Dylan DPC | -106/+15 |
| 2020-01-05 | Use self profile infrastructure for -Z time and -Z time-passes | John Kåre Alsaker | -19/+213 |
| 2020-01-04 | remove bespoke flock bindings | Andy Russell | -106/+15 |
| 2020-01-04 | define_id_collections -> rustc_data_structures | Mazdak Farrokhzad | -0/+8 |
| 2019-12-31 | Revert parts of #66405. | Nicholas Nethercote | -111/+80 |
| 2019-12-29 | Auto merge of #67614 - Mark-Simulacrum:global-callbacks, r=Zoxc | bors | -0/+28 |
| 2019-12-26 | Convert collapsed to shortcut reference links | Matthew Kraai | -5/+5 |
| 2019-12-25 | Store callbacks in global statics | Mark Rousskov | -0/+28 |
| 2019-12-22 | Format the world | Mark Rousskov | -1286/+1278 |
| 2019-12-17 | Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" | Mark Rousskov | -4/+1 |
| 2019-12-17 | Move AtomicU64 usage to AtomicUsize | Mark Rousskov | -1/+4 |
| 2019-12-13 | Avoid re-processing nodes in `find_cycles_from_node`. | Nicholas Nethercote | -4/+8 |
| 2019-12-13 | Remove an unnecessary local variable. | Nicholas Nethercote | -2/+1 |
| 2019-12-13 | Remove some `debug!` statements. | Nicholas Nethercote | -19/+1 |
| 2019-12-13 | Move functions around. | Nicholas Nethercote | -59/+59 |
| 2019-12-13 | Remove `NodeState::{Waiting,Done}`. | Nicholas Nethercote | -87/+126 |
| 2019-12-11 | Make TinyList::remove iterate instead of recurse | Andre Bogus | -24/+16 |
| 2019-12-09 | Auto merge of #67016 - lqd:placeholder_loans, r=matthewjasper | bors | -0/+8 |
| 2019-12-08 | Auto merge of #66981 - michaelwoerister:measureme-0.5.0, r=Mark-Simulacrum | bors | -12/+9 |
| 2019-12-06 | Add a way to list the base non-transitive edges in `TransitiveRelation` | Remy Rakic | -0/+8 |
| 2019-12-04 | Auto merge of #66408 - nnethercote:greedy-process_obligations, r=nmatsakis | bors | -10/+33 |
| 2019-12-03 | Re-export Client from rustc_data_structures::jobserver | Mark Rousskov | -1/+1 |
| 2019-12-03 | Update measureme crate to 0.5.0. | Michael Woerister | -12/+9 |
| 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 |