| Age | Commit message (Expand) | Author | Lines |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -67/+19 |
| 2020-01-12 | Galloping search for binary_search_util | Andre Bogus | -20/+40 |
| 2020-01-11 | Lift using interners instead of in_arena | John Kåre Alsaker | -0/+14 |
| 2020-01-11 | Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser | Mazdak Farrokhzad | -0/+6 |
| 2020-01-10 | Fix some rebasing fallout. | Michael Woerister | -3/+6 |
| 2020-01-10 | Update measureme to 0.7.1 in order to fix compilation error on big-endian pla... | Michael Woerister | -1/+1 |
| 2020-01-10 | Run 'x.py fmt'. | Michael Woerister | -22/+7 |
| 2020-01-10 | self-profile: Fix issue with handling query blocking. | Michael Woerister | -0/+1 |
| 2020-01-10 | Initial support for recording query keys in self-profiling data. | Michael Woerister | -9/+39 |
| 2020-01-10 | self-profile: Switch to new approach for event_id generation that enables que... | Michael Woerister | -32/+161 |
| 2020-01-10 | Rollup merge of #67922 - Centril:lowering-cleanup, r=petrochenkov | Mazdak Farrokhzad | -0/+11 |
| 2020-01-09 | Label unmarked time | John Kåre Alsaker | -0/+6 |
| 2020-01-09 | {rustc::util -> rustc_data_structures}::captures | Mazdak Farrokhzad | -0/+11 |
| 2020-01-09 | More comments | John Kåre Alsaker | -2/+6 |
| 2020-01-09 | Change -Z time event naming scheme and make them generic activities | John Kåre Alsaker | -92/+47 |
| 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 |