| Age | Commit message (Expand) | Author | Lines |
| 2022-05-06 | sess: add `create_{err,warning}` | David Wood | -0/+12 |
| 2022-04-25 | fix formatting | Christian Poveda | -5/+1 |
| 2022-04-25 | use `ParseSess` instead of `Session` in `into_diagnostic` | Christian Poveda | -5/+9 |
| 2022-04-15 | Rollup merge of #96026 - matthiaskrgr:clippy_compl_1304, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2022-04-15 | Rollup merge of #94461 - jhpratt:2024-edition, r=pnkfelix | Dylan DPC | -0/+5 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -1/+1 |
| 2022-04-13 | errors: lazily load fallback fluent bundle | David Wood | -15/+7 |
| 2022-04-12 | sess: try sysroot candidates for fluent bundle | David Wood | -11/+13 |
| 2022-04-05 | session: opt for enabling directionality markers | David Wood | -2/+6 |
| 2022-04-05 | macros: translatable struct attrs and warnings | David Wood | -3/+13 |
| 2022-04-05 | errors: implement sysroot/testing bundle loading | David Wood | -6/+19 |
| 2022-04-05 | errors: implement fallback diagnostic translation | David Wood | -35/+92 |
| 2022-04-05 | span: move `MultiSpan` | David Wood | -2/+2 |
| 2022-04-02 | Create 2024 edition | Jacob Pratt | -0/+5 |
| 2022-03-27 | Make fatal DiagnosticBuilder yield never | Michael Goulet | -20/+11 |
| 2022-03-26 | Auto merge of #95296 - workingjubilee:pretty-session, r=Dylan-DPC | bors | -6/+6 |
| 2022-03-24 | Prettify rustc_session fmt with capturing args (nfc) | Jubilee Young | -6/+6 |
| 2022-03-20 | Filter OnceNote in diagnostic infra. | Camille GILLOT | -73/+1 |
| 2022-03-16 | rustc_error: make ErrorReported impossible to construct | mark | -17/+28 |
| 2022-03-03 | Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw... | bors | -0/+7 |
| 2022-03-02 | Set `LintExpectationId` in level and collect fulfilled ones (RFC-2383) | xFrednet | -1/+5 |
| 2022-03-02 | Added `Expect` lint level and attribute (RFC-2383) | xFrednet | -0/+3 |
| 2022-03-02 | rename ErrorReported -> ErrorGuaranteed | mark | -14/+14 |
| 2022-02-23 | rustc_errors: let `DiagnosticBuilder::emit` return a "guarantee of emission". | Eduard-Mihai Burtescu | -15/+35 |
| 2022-02-23 | rustc_errors: handle `force_warn` only through `DiagnosticId::Lint`. | Eduard-Mihai Burtescu | -10/+0 |
| 2022-02-23 | Replace `&mut DiagnosticBuilder`, in signatures, with `&mut Diagnostic`. | Eduard-Mihai Burtescu | -20/+14 |
| 2022-01-23 | Remove DiagnosticBuilder.quiet | mark | -4/+0 |
| 2021-12-05 | Auto merge of #91555 - matthiaskrgr:rollup-pq0iaq7, r=matthiaskrgr | bors | -1/+1 |
| 2021-12-05 | Rollup merge of #91535 - Aaron1011:stabilize-future-incompat, r=nagisa | Matthias Krüger | -1/+1 |
| 2021-12-05 | Auto merge of #88611 - m-ou-se:array-into-iter-new-deprecate, r=joshtriplett | bors | -3/+2 |
| 2021-12-04 | Stabilize `-Z emit-future-incompat` as `--json future-incompat` | Aaron Hill | -1/+1 |
| 2021-12-04 | Use IntoIterator for array impl everywhere. | Mara Bos | -3/+2 |
| 2021-12-02 | Move instrument coverage config getters to `Options` | Dylan MacKenzie | -6/+3 |
| 2021-12-02 | Move `mir_opt_level` getter into `Options` | Dylan MacKenzie | -4/+1 |
| 2021-11-24 | Remove `-Z force-overflow-checks` | Noah Lev | -5/+1 |
| 2021-11-22 | add rustc option for using LLVM stack smash protection | Benjamin A. Bjørnseth | -1/+20 |
| 2021-11-08 | Don't proceed to codegen if there are lint errors | Joshua Nelson | -1/+1 |
| 2021-10-25 | Add LLVM CFI support to the Rust compiler | Ramon de C Valle | -0/+13 |
| 2021-10-06 | Enable AutoFDO. | Michael Benfield | -0/+10 |
| 2021-10-03 | Practice diagnostic message convention | Hirochika Matsumoto | -1/+1 |
| 2021-10-01 | Rollup merge of #89322 - tmiasko:rm-optimization-fuel, r=michaelwoerister | Manish Goregaokar | -6/+1 |
| 2021-09-28 | Reapply "Remove optimization_fuel_crate from Session" | bjorn3 | -6/+1 |
| 2021-09-28 | rustc_session: Remove lint store from `Session` | Vadim Petrochenkov | -16/+1 |
| 2021-09-21 | Fix ICE with `--cap-lints=allow` and `-Zfuel=...=0` | Fabian Wolff | -1/+6 |
| 2021-09-17 | Rollup merge of #88751 - bjorn3:move_filesearch, r=oli-obk | Yuki Okushi | -9/+21 |
| 2021-09-08 | Use Lrc instead of Option to avoid duplication of a SearchPath | bjorn3 | -8/+8 |
| 2021-09-08 | Move get_tools_search_paths from FileSearch to Session | bjorn3 | -1/+13 |
| 2021-09-08 | Revert "Remove optimization_fuel_crate from Session" | bjorn3 | -1/+6 |
| 2021-09-06 | Move `confused_type_with_std_module` to `ResolverOutputs` | Aaron Hill | -5/+0 |
| 2021-09-02 | Add explanation for ctfe_backtrace lock | bjorn3 | -0/+3 |