| Age | Commit message (Expand) | Author | Lines |
| 2019-04-19 | Rollup merge of #60045 - estebank:suggest-std, r=petrochenkov | Mazdak Farrokhzad | -0/+5 |
| 2019-04-18 | Suggest appropriate path when calling associated item on bare types | Esteban Küber | -0/+5 |
| 2019-04-18 | Implement event filtering for self-profiler. | Michael Woerister | -1/+1 |
| 2019-04-17 | Rollup merge of #59128 - oli-obk:colorful_json, r=mark-i-m,eddyb | Mazdak Farrokhzad | -32/+33 |
| 2019-04-12 | Use measureme in self-profiler | Wesley Wiser | -9/+17 |
| 2019-04-09 | Do not render ascii colors to buffers | Oliver Scherer | -2/+2 |
| 2019-04-09 | Make trait_methods_not_found use a lock | John Kåre Alsaker | -2/+2 |
| 2019-04-02 | Rename `colorful-json` to `json-rendered` and make it a selection instead of ... | Oliver Scherer | -39/+33 |
| 2019-04-02 | Emit ansi color codes in the `rendered` field of json diagnostics | Oliver Scherer | -7/+14 |
| 2019-04-01 | Rollup merge of #58507 - Zoxc:time-extended, r=michaelwoerister | Mazdak Farrokhzad | -0/+3 |
| 2019-03-20 | Add a -Z time option which prints only passes which runs once | John Kåre Alsaker | -0/+3 |
| 2019-03-15 | Elide object safety errors on non-existent trait function | Esteban Küber | -0/+4 |
| 2019-03-10 | Make the rustc driver and interface demand driven | John Kåre Alsaker | -14/+4 |
| 2019-03-06 | Make `-Z treat-err-as-bug` take a number of errors to be emitted | Esteban Küber | -2/+2 |
| 2019-03-03 | Remove profiler output and replace with a raw event dump | Wesley Wiser | -4/+1 |
| 2019-03-03 | Wrap the self-profiler in an `Arc<Mutex<>>` | Wesley Wiser | -24/+22 |
| 2019-03-01 | Add support for using a jobserver with Rayon | John Kåre Alsaker | -27/+3 |
| 2019-02-28 | Introduce rustc_interface and move some methods there | John Kåre Alsaker | -43/+66 |
| 2019-02-14 | Rollup merge of #58378 - alexcrichton:incremental-lto, r=michaelwoerister | Mazdak Farrokhzad | -15/+1 |
| 2019-02-13 | Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper | Mazdak Farrokhzad | -2/+2 |
| 2019-02-13 | Rollup merge of #58057 - michaelwoerister:stabilize-xlto, r=alexcrichton | Mazdak Farrokhzad | -1/+1 |
| 2019-02-13 | Rename rustc_errors dependency in rust 2018 crates | Taiki Endo | -2/+2 |
| 2019-02-12 | Stabilize linker-plugin based LTO. | Michael Woerister | -1/+1 |
| 2019-02-12 | rustc: Implement incremental "fat" LTO | Alex Crichton | -15/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -15/+15 |
| 2019-02-07 | Auto merge of #58010 - Zoxc:parallel-passes, r=michaelwoerister | bors | -2/+2 |
| 2019-02-05 | move librustc to 2018 | Mark Mansi | -14/+14 |
| 2019-01-30 | Move privacy checking later in the pipeline and make some passes run in parallel | John Kåre Alsaker | -2/+2 |
| 2019-01-28 | Use multiple threads by default. Limits tests to one thread. Do some renaming. | John Kåre Alsaker | -6/+6 |
| 2019-01-26 | remove `_with_applicability` from suggestion fns | Andy Russell | -1/+1 |
| 2019-01-15 | Querify entry_fn | Igor Matuszewski | -4/+0 |
| 2019-01-14 | Rollup merge of #57570 - Xanewok:querify-some, r=Zoxc | Mazdak Farrokhzad | -4/+0 |
| 2019-01-14 | Parallelize and optimize parts of HIR map creation | John Kåre Alsaker | -0/+3 |
| 2019-01-13 | Querify local plugin_registrar_fn | Igor Matuszewski | -2/+0 |
| 2019-01-13 | Querify local proc_macro_decls_static | Igor Matuszewski | -2/+0 |
| 2019-01-09 | Auto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister | bors | -19/+28 |
| 2018-12-30 | Add `-Z instrument-mcount` | Jun Wu | -1/+8 |
| 2018-12-29 | Create a struct for optimization fuel data | John Kåre Alsaker | -30/+26 |
| 2018-12-29 | Replace LockCell with atomic types | John Kåre Alsaker | -16/+29 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-17 | Tweak query code for performance | John Kåre Alsaker | -3/+17 |
| 2018-12-12 | Avoid regenerating the `Vec<PathBuf>` in `FileSearch::search()`. | Nicholas Nethercote | -1/+18 |
| 2018-12-12 | Remove `Session::sysroot()`. | Nicholas Nethercote | -16/+8 |
| 2018-12-07 | Various minor/cosmetic improvements to code | Alexander Regueiro | -1/+1 |
| 2018-12-05 | Don't print the profiling summary to stdout when -Zprofile-json is set | Wesley Wiser | -1/+1 |
| 2018-11-30 | proc_macro: introduce a "bridge" between clients (proc macros) and servers (c... | Eduard-Mihai Burtescu | -4/+4 |
| 2018-11-22 | Disable the self-profiler unless the `-Z self-profile` flag is set | Wesley Wiser | -2/+4 |
| 2018-11-21 | rustc: implement and use Default on more types. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-11-12 | Make `NodeId` a `newtype_index` to enable niche optimizations | Oliver Scherer | -2/+2 |
| 2018-11-11 | rustc: Clean up allocator injection logic | Alex Crichton | -2/+0 |