| Age | Commit message (Expand) | Author | Lines |
| 2020-03-04 | cover some more nearby cases | Ralf Jung | -1/+1 |
| 2020-02-28 | use is_empty() instead of len() == x to determine if structs are empty. | Matthias Krüger | -1/+1 |
| 2020-02-19 | Tune inlining | John Kåre Alsaker | -1/+1 |
| 2020-02-19 | Split query execution into hot and cold paths | John Kåre Alsaker | -0/+1 |
| 2020-01-27 | Collisions in the dep-graph due to path-reuse are rare but can occur. | Felix S. Klock II | -9/+30 |
| 2020-01-11 | Rollup merge of #68050 - Centril:canon-error, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2020-01-10 | Run 'x.py fmt'. | Michael Woerister | -8/+4 |
| 2020-01-10 | Initial support for recording query keys in self-profiling data. | Michael Woerister | -1/+1 |
| 2020-01-10 | Use 'relaxed' memory ordering for simple atomic counters in dep-graph. | Michael Woerister | -4/+4 |
| 2020-01-10 | self-profile: Switch to new approach for event_id generation that enables que... | Michael Woerister | -3/+27 |
| 2020-01-10 | nix syntax::errors & prefer rustc_errors over errors | Mazdak Farrokhzad | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -214/+207 |
| 2019-12-17 | Revert "Auto merge of #67362 - Mark-Simulacrum:par-4-default, r=alexcrichton" | Mark Rousskov | -7/+7 |
| 2019-12-17 | Move AtomicU64 usage to AtomicUsize | Mark Rousskov | -7/+7 |
| 2019-12-06 | Make try_mark_previous_green aware of cycles. | Alex Aktsipetrov | -5/+16 |
| 2019-10-21 | Remove many unnecessary trait derivations. | Nicholas Nethercote | -1/+1 |
| 2019-10-17 | Use a sharded dep node to dep node index map | John Kåre Alsaker | -8/+21 |
| 2019-10-14 | Use more fine grained locks for the dep graph | John Kåre Alsaker | -60/+72 |
| 2019-10-14 | Auto merge of #65240 - michaelwoerister:sp-review-3, r=Mark-Simulacrum | bors | -1/+1 |
| 2019-10-09 | Cache the DepNodeIndex of upstream crates in order to avoid multiple locks an... | Michael Woerister | -1/+1 |
| 2019-10-09 | self-profiling: Add events for everything except trait selection. | Michael Woerister | -0/+2 |
| 2019-10-08 | Rollup merge of #65081 - Mark-Simulacrum:remove-profile-queries, r=michaelwoe... | Mazdak Farrokhzad | -9/+0 |
| 2019-10-06 | Remove loaded_from_cache map from DepGraph | Mark Rousskov | -23/+0 |
| 2019-10-03 | Remove -Zprofile-queries | Mark Rousskov | -9/+0 |
| 2019-09-29 | remove indexed_vec re-export from rustc_data_structures | csmoe | -2/+2 |
| 2019-09-27 | Remove global_tcx from TyCtxt | Mark Rousskov | -1/+1 |
| 2019-09-17 | Privatize DiagnosticBuilder constructors | Mark Rousskov | -2/+2 |
| 2019-07-11 | Refactor diagnostic emission for green nodes | John Kåre Alsaker | -35/+51 |
| 2019-07-03 | Remove needless lifetimes | Jeremy Stucki | -1/+1 |
| 2019-06-30 | Clean up query cache code | John Kåre Alsaker | -24/+13 |
| 2019-06-14 | Unify all uses of 'gcx and 'tcx. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-12 | Run `rustfmt --file-lines ...` for changes from previous commits. | Eduard-Mihai Burtescu | -4/+3 |
| 2019-06-12 | rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -5/+5 |
| 2019-06-12 | Fix fallout from `deny(unused_lifetimes)`. | Eduard-Mihai Burtescu | -1/+1 |
| 2019-06-12 | rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`. | Eduard-Mihai Burtescu | -3/+3 |
| 2019-05-06 | Only hash dep node indices of deps of anon tasks | John Kåre Alsaker | -12/+9 |
| 2019-04-15 | Reduce the `DepNode` pre-allocation ratio. | Nicholas Nethercote | -2/+3 |
| 2019-03-26 | Combine input and eval_always query types | John Kåre Alsaker | -33/+8 |
| 2019-02-14 | Rollup merge of #58365 - Zoxc:task-status, r=michaelwoerister | Mazdak Farrokhzad | -0/+15 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -1/+1 |
| 2019-02-11 | Add an option to print the status of incremental tasks / dep nodes after runn... | John Kåre Alsaker | -0/+15 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -23/+23 |
| 2019-02-08 | Add a query type which is always marked as red if it runs | John Kåre Alsaker | -35/+54 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -5/+5 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -4/+4 |
| 2019-01-23 | Fix race condition when emitting stored diagnostics | John Kåre Alsaker | -21/+63 |
| 2019-01-19 | Rollup merge of #57698 - michaelwoerister:issue57692, r=Zoxc | Mazdak Farrokhzad | -1/+1 |
| 2019-01-17 | Fix typo bug in DepGraph::try_mark_green(). | Michael Woerister | -1/+1 |
| 2019-01-15 | Address comments | John Kåre Alsaker | -4/+7 |