| Age | Commit message (Expand) | Author | Lines |
| 2020-08-30 | mv compiler to compiler/ | mark | -1273/+0 |
| 2020-08-17 | rust_ast::ast => rustc_ast | Ujjwal Sharma | -1/+1 |
| 2020-08-15 | Auto merge of #75575 - marmeladema:only-measure-drop-ast, r=eddyb | bors | -2/+4 |
| 2020-08-16 | Only measure time spent dropping the AST | marmeladema | -2/+4 |
| 2020-08-15 | replaced log with tracing | Gurpreet Singh | -3/+3 |
| 2020-08-08 | Remove some unnecessary uses of `Option`. | Nicholas Nethercote | -1/+1 |
| 2020-07-31 | Don't register a tracing dispatcher if no tracing env var was set. | Oliver Scherer | -0/+6 |
| 2020-07-31 | Make rustdoc share the logger initialization routine with rustc. | Oliver Scherer | -2/+9 |
| 2020-07-31 | Move from `log` to `tracing` | Oliver Scherer | -1/+5 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -1/+0 |
| 2020-07-16 | Rollup merge of #74037 - JohnTitor:contributing-md, r=Mark-Simulacrum | Manish Goregaokar | -2/+2 |
| 2020-07-15 | Add and use more static symbols. | Nicholas Nethercote | -4/+2 |
| 2020-07-07 | Update reference to CONTRIBUTING.md | Yuki Okushi | -2/+2 |
| 2020-07-02 | rustc_driver/pretty: avoid using TypeckTables::empty for TypedAnnotation. | Eduard-Mihai Burtescu | -0/+1 |
| 2020-06-19 | Fix -Z unpretty=everybody_loops | Joshua Nelson | -0/+1 |
| 2020-06-04 | save_analysis: work on HIR tree instead of AST | marmeladema | -12/+4 |
| 2020-05-22 | Use `OnceCell` instead of `Once` | Dylan MacKenzie | -1/+1 |
| 2020-05-11 | rustc_driver::main: more informative return type | Ralf Jung | -2/+2 |
| 2020-05-10 | rustc_driver: factor out computing the exit code | Ralf Jung | -7/+12 |
| 2020-04-26 | fix more clippy warnings | Matthias Krüger | -3/+3 |
| 2020-04-19 | Make option type descriptions non-optional. | Nicholas Nethercote | -20/+5 |
| 2020-04-11 | Depend on getopts from crates.io | Luca Barbieri | -1/+1 |
| 2020-04-11 | Depend on libc from crates.io | Luca Barbieri | -2/+0 |
| 2020-04-04 | comment refers to removed type | Tshepang Lekhonkhobe | -1/+0 |
| 2020-04-02 | use direct import for ErrorReported | Mazdak Farrokhzad | -5/+2 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -3/+3 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -3/+3 |
| 2020-03-21 | Rollup merge of #69965 - mark-i-m:codegen-utils, r=eddyb | Mazdak Farrokhzad | -11/+7 |
| 2020-03-20 | remove redundant returns (clippy::needless_return) | Matthias Krüger | -1/+1 |
| 2020-03-19 | Refactorings to begin getting rid of rustc_codegen_utils | Mark Mansi | -11/+7 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -6/+6 |
| 2020-03-14 | Rollup merge of #69802 - matthiaskrgr:cl1ppy, r=Dylan-DPC | Yuki Okushi | -6/+1 |
| 2020-03-08 | Rollup merge of #69608 - o01eg:expose-target-libdir-print, r=ehuss | Mazdak Farrokhzad | -0/+4 |
| 2020-03-07 | Use ?-operator in more places (clippy::question_mark, had some false negative... | Matthias Krüger | -6/+1 |
| 2020-03-02 | Auto merge of #69442 - jakevossen5:master, r=Mark-Simulacrum | bors | -6/+10 |
| 2020-03-01 | Expose target libdir information via print command. | O01eg | -0/+4 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | added `try_find_description` to distinguish no desc from invalid code | Jake Vossen | -6/+10 |
| 2020-02-28 | Rollup merge of #69541 - dotdash:format, r=Mark-Simulacrum | Mazdak Farrokhzad | -1/+1 |
| 2020-02-27 | Remove unneeded calls to format!() | Björn Steinbrink | -1/+1 |
| 2020-02-27 | use char instead of &str for single char patterns | Matthias Krüger | -1/+1 |
| 2020-02-12 | Rollup merge of #69059 - ljedrz:unused_stuff, r=Dylan-DPC | Dylan DPC | -4/+0 |
| 2020-02-12 | Rollup merge of #68487 - 0dvictor:nolink, r=tmandry | Yuki Okushi | -4/+35 |
| 2020-02-12 | remove some unused objects | ljedrz | -4/+0 |
| 2020-02-11 | Support linking from a .rlink file | Victor Ding | -4/+35 |
| 2020-02-04 | Remove unused feature gates from librustc_driver | bjorn3 | -5/+0 |
| 2020-01-15 | Rollup merge of #68141 - euclio:replace-bindings-with-winapi, r=alexcrichton | Yuki Okushi | -13/+5 |
| 2020-01-11 | use winapi for non-stdlib Windows bindings | Andy Russell | -13/+5 |
| 2020-01-11 | move rustc::lint::{context, passes} to rustc_lint. | Mazdak Farrokhzad | -7/+6 |
| 2020-01-11 | Rollup merge of #68043 - Zoxc:missing-timers, r=wesleywiser | Mazdak Farrokhzad | -0/+2 |