| Age | Commit message (Expand) | Author | Lines |
| 2024-03-05 | [AIX] Remove AixLinker's debuginfo() implementation | Kai Luo | -10/+1 |
| 2024-03-05 | Auto merge of #121780 - nnethercote:diag-renaming2, r=davidtwco | bors | -602/+566 |
| 2024-03-05 | Adjust `Diag::new` signature. | Nicholas Nethercote | -1/+1 |
| 2024-03-05 | Rename `DiagnosticMetadata` as `DiagMetadata`. | Nicholas Nethercote | -92/+86 |
| 2024-03-05 | Rename `StructuredDiagnostic` as `StructuredDiag`. | Nicholas Nethercote | -12/+10 |
| 2024-03-05 | Rename `BuiltinLintDiagnostics` as `BuiltinLintDiag`. | Nicholas Nethercote | -113/+105 |
| 2024-03-05 | Rename `DiagnosticMode` as `DiagMode`. | Nicholas Nethercote | -22/+19 |
| 2024-03-05 | Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`. | Nicholas Nethercote | -54/+52 |
| 2024-03-05 | Rename `SubdiagnosticMessage` as `SubdiagMessage`. | Nicholas Nethercote | -78/+76 |
| 2024-03-05 | Fix some out-of-date comments. | Nicholas Nethercote | -4/+4 |
| 2024-03-05 | Rename `DiagnosticMessage` as `DiagMessage`. | Nicholas Nethercote | -241/+228 |
| 2024-03-05 | Auto merge of #120675 - oli-obk:intrinsics3.0, r=pnkfelix | bors | -47/+134 |
| 2024-03-04 | Auto merge of #121998 - matthiaskrgr:rollup-l7lzwpb, r=matthiaskrgr | bors | -635/+627 |
| 2024-03-04 | Rollup merge of #121969 - nnethercote:ParseSess-cleanups, r=wesleywiser | Matthias Krüger | -531/+499 |
| 2024-03-04 | Rollup merge of #121928 - Zalathar:then-else-args, r=Nadrieril | Matthias Krüger | -66/+72 |
| 2024-03-04 | Rollup merge of #121703 - compiler-errors:new, r=lcnr | Matthias Krüger | -35/+53 |
| 2024-03-04 | Rollup merge of #120976 - matthiaskrgr:constify_TL_statics, r=lcnr | Matthias Krüger | -3/+3 |
| 2024-03-05 | Rename all `ParseSess` variables/fields/lifetimes as `psess`. | Nicholas Nethercote | -508/+489 |
| 2024-03-04 | Auto merge of #120468 - alexcrichton:start-wasm32-wasi-rename, r=wesleywiser | bors | -114/+64 |
| 2024-03-04 | make `intrinsic` query legal for any `DefId` | Oli Scherer | -11/+11 |
| 2024-03-04 | Remove some depgraph edges on the HIR by invoking the intrinsic query instead... | Oli Scherer | -6/+5 |
| 2024-03-04 | Avoid some boolean argument footguns | Oli Scherer | -10/+26 |
| 2024-03-04 | Add a scheme for moving away from `extern "rust-intrinsic"` entirely | Oli Scherer | -5/+59 |
| 2024-03-04 | Return a struct from `query intrinsic` to be able to add another field in the... | Oli Scherer | -26/+33 |
| 2024-03-04 | Add `is_intrinsic` helper | Oli Scherer | -3/+14 |
| 2024-03-04 | Allow a way to add constructors for rustc_type_ir types | Michael Goulet | -35/+53 |
| 2024-03-04 | Auto merge of #121964 - matthiaskrgr:rollup-rtcju5m, r=matthiaskrgr | bors | -37/+81 |
| 2024-03-04 | Extract an arguments struct for `Builder::then_else_break` | Zalathar | -66/+72 |
| 2024-03-04 | Rollup merge of #121927 - Zoxc:print-no-query, r=estebank | Matthias Krüger | -20/+23 |
| 2024-03-04 | Rollup merge of #121912 - fmease:diag-method-chains-gat, r=compiler-errors,es... | Matthias Krüger | -16/+14 |
| 2024-03-04 | Rollup merge of #121130 - chenyukang:yukang-fix-121061-macro-later, r=matthia... | Matthias Krüger | -1/+44 |
| 2024-03-04 | Rename a misnamed `Session` parameter. | Nicholas Nethercote | -4/+4 |
| 2024-03-04 | Auto merge of #121900 - chenyukang:yukang-fix-121425-repr-pack-error, r=compi... | bors | -15/+57 |
| 2024-03-04 | Move `sess` function and use it more. | Nicholas Nethercote | -10/+8 |
| 2024-03-04 | Remove `file_path_mapping` param from `ParseSess::new`. | Nicholas Nethercote | -15/+7 |
| 2024-03-04 | Tweak `parse_asm_args`. | Nicholas Nethercote | -5/+2 |
| 2024-03-04 | Auto merge of #121955 - matthiaskrgr:rollup-1i3lo0j, r=matthiaskrgr | bors | -22/+29 |
| 2024-03-03 | Auto merge of #121665 - erikdesjardins:ptradd, r=nikic | bors | -183/+86 |
| 2024-03-03 | Rollup merge of #121749 - jieyouxu:issue-45127-fix, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2024-03-03 | Rollup merge of #121528 - Alexendoo:unused_qualifications, r=petrochenkov | Matthias Krüger | -22/+24 |
| 2024-03-03 | Add a proper `with_no_queries` to printing | John Kåre Alsaker | -20/+23 |
| 2024-03-03 | Auto merge of #121763 - clubby789:llvm-old-comment, r=cjgillot | bors | -6/+3 |
| 2024-03-03 | Consider middle segments of paths in `unused_qualifications` | Alex Macleod | -22/+24 |
| 2024-03-03 | Auto merge of #121937 - GuillaumeGomez:rollup-9684vg3, r=GuillaumeGomez | bors | -7/+74 |
| 2024-03-03 | Rollup merge of #121934 - RalfJung:tree-wraparound, r=oli-obk | Guillaume Gomez | -1/+18 |
| 2024-03-03 | Rollup merge of #121917 - GuillaumeGomez:pattern-complexity_limit.rs, r=Nadri... | Guillaume Gomez | -6/+56 |
| 2024-03-03 | Add new `pattern_complexity` attribute to add possibility to limit and check ... | Guillaume Gomez | -6/+56 |
| 2024-03-03 | Auto merge of #121903 - Nilstrieb:rename-qnx-file, r=WaffleLapkin | bors | -1/+1 |
| 2024-03-03 | rustc_log: expose tracing-tree "wraparound" in an env var | Ralf Jung | -1/+18 |
| 2024-03-03 | fix spans of arguments in diagnostic | yukang | -5/+12 |