| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-01-15 | Optimize try_mark_green and eliminate the lock on dep node colors | John Kåre Alsaker | -66/+99 |
| 2019-01-08 | Move diagnostics out from QueryJob and optimize for the case with no diagnostics | John Kåre Alsaker | -1/+1 |
| 2018-12-31 | Clean up and optimize OpenTask / read_index | John Kåre Alsaker | -161/+119 |
| 2018-12-31 | Address comments | John Kåre Alsaker | -3/+7 |
| 2018-12-31 | Use `entry` API to avoid double lookup when interning dep nodes | John Kåre Alsaker | -30/+39 |
| 2018-12-31 | Group dep node data into a single structure | John Kåre Alsaker | -115/+80 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-11-26 | rustc-guide has moved | Mark Mansi | -1/+1 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -2/+2 |
| 2018-10-19 | Prefer `Default::default` over `FxHash*::default` in struct constructors | Oliver Scherer | -5/+5 |
| 2018-10-19 | Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack | Oliver Scherer | -5/+5 |
| 2018-09-07 | rewrite constants to use NewType::MAX instead of u32::MAX | Niko Matsakis | -3/+1 |
| 2018-09-07 | remove all references to `private` from outside the macro | Niko Matsakis | -3/+7 |
| 2018-09-07 | change from tuple struct to brace struct | Niko Matsakis | -3/+3 |
| 2018-09-07 | change syntax of `newtype_index` to look like a struct decl | Niko Matsakis | -1/+3 |
| 2018-08-31 | Always add all modules to the global ThinLTO module analysis when compiling i... | Michael Woerister | -1/+0 |
| 2018-08-31 | Support local ThinLTO with incremental compilation. | Michael Woerister | -1/+2 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -2/+2 |
| 2018-07-27 | Better Option handling | Shotaro Yamada | -1/+6 |
| 2018-07-25 | introduce new subtyping | Niko Matsakis | -1/+0 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -3/+3 |
| 2018-05-17 | Rename trans to codegen everywhere. | Irina Popa | -2/+2 |
| 2018-05-11 | Remove shared access to DepGraph::work_products | Isaac Whitfield | -24/+1 |
| 2018-05-10 | Rollup merge of #50598 - whitfin:unnecessary-mut-borrow, r=michaelwoerister | Alex Crichton | -7/+1 |
| 2018-05-10 | Rollup merge of #50565 - nnethercote:try_mark_green, r=michaelwoerister | Alex Crichton | -10/+11 |
| 2018-05-09 | Remove unnecessary mutable borrow and resizing | Isaac Whitfield | -7/+1 |
| 2018-05-09 | Use SmallVec for DepNodeIndex within dep_graph. | Nicholas Nethercote | -10/+11 |