| Age | Commit message (Expand) | Author | Lines |
| 2024-03-28 | compiler: fix some clippy needless_pass_by_ref_mut | klensy | -2/+4 |
| 2024-03-28 | compiler: fix unused_peekable clippy lint | klensy | -1/+1 |
| 2024-03-27 | Make `def_path_hash_to_def_id` a hook | Oli Scherer | -3/+0 |
| 2024-03-27 | Move `CrateStore::expn_hash_to_expn_id` to a hook | Oli Scherer | -9/+0 |
| 2024-03-27 | Start replacing `CStore` trait methods with hooks. | Oli Scherer | -6/+0 |
| 2024-03-25 | Replace implementation with @RUSTC_BUILTIN prefix substitution var | Lukas Wirth | -14/+8 |
| 2024-03-25 | Make sysroot mandatory for rustdoc | Lukas Wirth | -14/+4 |
| 2024-03-25 | Implement `-L builtin:$path` | Lukas Wirth | -6/+33 |
| 2024-03-25 | Rollup merge of #122842 - pacak:explicit_name, r=michaelwoerister | Matthias Krüger | -0/+5 |
| 2024-03-24 | Rollup merge of #122737 - ytmimi:conditionally_ignore_fatal_diagnostic, r=dav... | Matthias Krüger | -1/+6 |
| 2024-03-22 | -Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals. | Kevin Reid | -4/+14 |
| 2024-03-22 | Don't emit an error about failing to produce a file with a specific name | Michael Baikov | -0/+5 |
| 2024-03-21 | Rename some `target_cfg` variables as `target`. | Nicholas Nethercote | -5/+4 |
| 2024-03-21 | Remove `CodegenBackend::target_override`. | Nicholas Nethercote | -27/+18 |
| 2024-03-20 | Rollup merge of #122748 - nnethercote:rustc_session-pub, r=jackh726 | Matthias Krüger | -132/+130 |
| 2024-03-20 | Reduce `pub` usage in `rustc_session`. | Nicholas Nethercote | -132/+130 |
| 2024-03-19 | conditionally ignore fatal diagnostic in the SilentEmitter | Yacin Tmimi | -1/+6 |
| 2024-03-18 | Rollup merge of #122158 - estebank:feature-sugg, r=WaffleLapkin | Matthias Krüger | -5/+23 |
| 2024-03-18 | Provide structured suggestion for `#![feature(foo)]` | Esteban Küber | -5/+23 |
| 2024-03-17 | some minor code simplifications | Matthias Krüger | -7/+1 |
| 2024-03-15 | Rollup merge of #121207 - chriswailes:z-external-clangrt, r=michaelwoerister | Matthias Krüger | -0/+2 |
| 2024-03-14 | Rollup merge of #122322 - Zalathar:branch, r=oli-obk | Matthias Krüger | -1/+1 |
| 2024-03-14 | Rollup merge of #121764 - Zoxc:incr-sess-no-source, r=oli-obk | Matthias Krüger | -3/+74 |
| 2024-03-14 | coverage: `-Zcoverage-options=branch` is no longer a placeholder | Zalathar | -1/+1 |
| 2024-03-13 | Add `-Z external-sanitizer-runtime` | Chris Wailes | -0/+2 |
| 2024-03-13 | Make incremental sessions identity no longer depend on the crate names provid... | John Kåre Alsaker | -3/+74 |
| 2024-03-13 | extend docs of -Zprint-mono-items | Ralf Jung | -1/+3 |
| 2024-03-13 | Rollup merge of #122226 - Zalathar:zcoverage-options, r=nnethercote | Matthias Krüger | -68/+49 |
| 2024-03-13 | Auto merge of #122227 - Zoxc:query-hash-verify, r=michaelwoerister | bors | -1/+3 |
| 2024-03-13 | coverage: Add `-Zcoverage-options` for fine control of coverage | Zalathar | -6/+45 |
| 2024-03-13 | coverage: Remove all unstable values of `-Cinstrument-coverage` | Zalathar | -65/+7 |
| 2024-03-12 | sess: stabilize relro-level | David Wood | -3/+3 |
| 2024-03-12 | Verify that query keys result in unique dep nodes | John Kåre Alsaker | -1/+3 |
| 2024-03-11 | Rollup merge of #116793 - WaffleLapkin:target_rules_the_backend, r=cjgillot | Jubilee | -20/+13 |
| 2024-03-11 | Rollup merge of #116791 - WaffleLapkin:unparallel-backends, r=oli-obk | Jubilee | -1/+1 |
| 2024-03-11 | Rename `IntoDiagnostic` as `Diagnostic`. | Nicholas Nethercote | -11/+7 |
| 2024-03-11 | Rename `IntoDiagnosticArg` as `IntoDiagArg`. | Nicholas Nethercote | -7/+7 |
| 2024-03-10 | Introduce perma-unstable `wasm-c-abi` flag | daxpedda | -2/+17 |
| 2024-03-06 | Rollup merge of #121959 - sundeep-kokkonda:patch-2, r=davidtwco | Matthias Krüger | -13/+0 |
| 2024-03-06 | Rollup merge of #121382 - nnethercote:rework-untranslatable_diagnostic-lint, ... | Matthias Krüger | -3/+8 |
| 2024-03-06 | Change the documented implicit value of `-C instrument-coverage` to `=yes` | Zalathar | -19/+18 |
| 2024-03-06 | Add missing `#[rustc_lint_diagnostics]` attributes. | Nicholas Nethercote | -0/+2 |
| 2024-03-06 | Rewrite the `untranslatable_diagnostic` lint. | Nicholas Nethercote | -3/+6 |
| 2024-03-05 | Rollup merge of #121301 - davidtwco:rustfmt-silent-emitter, r=pnkfelix | Matthias Krüger | -6/+12 |
| 2024-03-05 | errors: share `SilentEmitter` between rustc and rustfmt | David Wood | -6/+12 |
| 2024-03-05 | Limit the number of names and values in check-cfg diagnostics | Urgau | -0/+2 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -3/+3 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -17/+17 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -13/+12 |
| 2024-03-04 | Remove `file_path_mapping` param from `ParseSess::new`. | Nicholas Nethercote | -2/+2 |