| Age | Commit message (Expand) | Author | Lines |
| 2022-07-29 | Rename local_did to def_id | Miguel Guarniz | -1/+1 |
| 2022-07-29 | Change maybe_body_owned_by to take local def id | Miguel Guarniz | -1/+1 |
| 2022-07-27 | lint: add bad opt access internal lint | David Wood | -2/+1 |
| 2022-07-27 | session: disable internal lints for rustdoc | David Wood | -1/+1 |
| 2022-07-13 | Rename `debugging_opts` to `unstable_opts` | Joshua Nelson | -14/+14 |
| 2022-07-02 | Fix bug in `rustdoc -Whelp` | Joshua Nelson | -8/+12 |
| 2022-06-27 | Fix `rustdoc` argument error | Shivani Bhardwaj | -1/+1 |
| 2022-06-16 | Move/rename `lazy::Sync{OnceCell,Lazy}` to `sync::{Once,Lazy}Lock` | Maybe Waffle | -4/+4 |
| 2022-06-13 | remove currently unused deps | klensy | -3/+3 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+0 |
| 2022-06-05 | typo: `-Zcodegen-backend=llvm -Cpasses=list` should work now | klensy | -7/+1 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-03 | Remove support for -Zast-json and -Zast-json-noexpand | bjorn3 | -5/+2 |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -2/+5 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -1/+1 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -1/+1 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -1/+3 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -1/+3 |
| 2022-04-02 | Address review comments and add a test | Jakub Beránek | -2/+6 |
| 2022-04-02 | Include a header in .rlink files to provide nicer error messages when a wrong... | Jakub Beránek | -2/+2 |
| 2022-03-28 | Propagate `parallel_compiler` feature through rustc crates. Turned off featur... | klensy | -0/+2 |
| 2022-03-20 | Take &mut Diagnostic in emit_diagnostic. | Camille GILLOT | -2/+2 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -4/+4 |
| 2022-03-04 | Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726 | Dylan DPC | -1/+1 |
| 2022-03-03 | Remove the everybody loops pass | bjorn3 | -1/+1 |
| 2022-03-03 | all: fix some typos | cuishuang | -1/+1 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -9/+9 |
| 2022-02-25 | Switch bootstrap cfgs | Mark Rousskov | -1/+1 |
| 2022-02-20 | Rollup merge of #94146 - est31:let_else, r=cjgillot | Matthias Krüger | -4/+2 |
| 2022-02-19 | Adopt let else in more places | est31 | -4/+2 |
| 2022-02-18 | Rollup merge of #93915 - Urgau:rfc-3013, r=petrochenkov | Matthias Krüger | -0/+2 |
| 2022-02-16 | Implement --check-cfg option (RFC 3013) | Loïc BRANSTETT | -0/+2 |
| 2022-02-13 | Remove Config::stderr | bjorn3 | -1/+0 |
| 2022-02-12 | Remove the RustcDefaultCalls struct | bjorn3 | -151/+138 |
| 2022-02-05 | Store rlink data in opaque binary format on disk | Mark Rousskov | -3/+5 |
| 2022-02-03 | Rollup merge of #93566 - Aaron1011:rustc-backtrace, r=davidtwco | Yuki Okushi | -0/+9 |
| 2022-02-03 | Rollup merge of #92310 - ehuss:rustdoc-ice, r=estebank | Yuki Okushi | -21/+21 |
| 2022-02-01 | Make rustc use `RUST_BACKTRACE=full` by default | Aaron Hill | -0/+9 |
| 2022-02-01 | add a rustc::query_stability lint | lcnr | -1/+2 |
| 2022-01-22 | Make `Decodable` and `Decoder` infallible. | Nicholas Nethercote | -4/+1 |
| 2022-01-20 | Rollup merge of #91606 - joshtriplett:stabilize-print-link-args, r=pnkfelix | Matthias Krüger | -3/+4 |
| 2022-01-09 | Stabilize -Z print-link-args as --print link-args | Josh Triplett | -3/+4 |
| 2022-01-06 | Rollup merge of #92504 - dtolnay:wall, r=jackh726 | Matthias Krüger | -1/+1 |
| 2022-01-06 | Exit nonzero on rustc -Wall | David Tolnay | -1/+1 |
| 2022-01-03 | Extract init_env_logger to crate | David Tolnay | -54/+9 |
| 2021-12-26 | rustdoc: Fix ICE report | Eric Huss | -21/+21 |
| 2021-12-22 | Upgrade `tracing-subscriber` | pierwill | -1/+1 |
| 2021-12-22 | Update chalk to 0.75.0 | pierwill | -1/+1 |
| 2021-12-14 | fix clippy::single_char_pattern perf findings | Matthias Krüger | -5/+5 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -1/+6 |