| Age | Commit message (Expand) | Author | Lines |
| 2023-05-03 | Restrict `From<S>` for `{D,Subd}iagnosticMessage`. | Nicholas Nethercote | -9/+9 |
| 2023-05-02 | Rollup merge of #110955 - fee1-dead-contrib:sus-operation, r=compiler-errors | Dylan DPC | -4/+3 |
| 2023-05-01 | Change rlink serialization from `MemEncoder` to `FileEncoder`. | Nicholas Nethercote | -3/+7 |
| 2023-04-30 | Rollup merge of #110586 - ChrisDenton:msvc-oem-output, r=workingjubilee | Matthias Krüger | -1/+78 |
| 2023-04-29 | Make PlaceMention a non-mutating use. | Camille GILLOT | -1/+3 |
| 2023-04-28 | Rollup merge of #110917 - Be-ing:whole_archive_with_staticlib_fix, r=petroche... | Matthias Krüger | -1/+4 |
| 2023-04-28 | uplift `clippy::clone_double_ref` as `suspicious_double_ref_op` | Deadbeef | -4/+3 |
| 2023-04-28 | Auto merge of #110837 - scottmcm:offset-for-add, r=compiler-errors | bors | -2/+9 |
| 2023-04-27 | Also use `mir::Offset` for pointer `add` | Scott McMurray | -2/+9 |
| 2023-04-27 | only error with +whole-archive,+bundle for rlibs | Be Wilson | -1/+4 |
| 2023-04-27 | Rollup merge of #110872 - Jules-Bertholet:err-67981, r=wesleywiser | Matthias Krüger | -1/+11 |
| 2023-04-27 | Abstract `MultiByteToWideChar` | Chris Denton | -33/+57 |
| 2023-04-27 | Fix Unreadable non-UTF-8 output on localized MSVC | Chris Denton | -1/+54 |
| 2023-04-27 | rename `needs_infer` to `has_infer` | Boxy | -1/+1 |
| 2023-04-27 | Support RISC-V unaligned-scalar-mem target feature | Kor Nielsen | -0/+1 |
| 2023-04-26 | Nicer ICE for #67981 | Jules Bertholet | -1/+11 |
| 2023-04-26 | Auto merge of #110852 - matthiaskrgr:rollup-jz3eosr, r=matthiaskrgr | bors | -20/+43 |
| 2023-04-25 | Lower `intrinsics::offset` to `mir::BinOp::Offset` | Scott McMurray | -7/+0 |
| 2023-04-25 | Fix static string lints | clubby789 | -20/+43 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -4/+12 |
| 2023-04-24 | Split `{Idx, IndexVec, IndexSlice}` into their own modules | Maybe Waffle | -4/+4 |
| 2023-04-22 | Set debug location to debug operand spill. | Camille GILLOT | -0/+1 |
| 2023-04-22 | Auto merge of #109507 - Amanieu:panic-oom-payload, r=davidtwco | bors | -12/+4 |
| 2023-04-22 | Add GNU Property Note | Charisee | -0/+42 |
| 2023-04-22 | Auto merge of #106934 - DrMeepster:offset_of, r=WaffleLapkin | bors | -1/+4 |
| 2023-04-21 | offset_of | DrMeepster | -1/+4 |
| 2023-04-20 | Remove WithOptconstParam. | Camille GILLOT | -1/+1 |
| 2023-04-20 | Auto merge of #110598 - matthiaskrgr:rollup-0ybd9i3, r=matthiaskrgr | bors | -4/+4 |
| 2023-04-20 | Rollup merge of #110545 - WaffleLapkin:generic_arg_as_x, r=cjgillot | Matthias Krüger | -4/+4 |
| 2023-04-20 | Auto merge of #109993 - scottmcm:transmute-niches, r=oli-obk | bors | -5/+67 |
| 2023-04-19 | Add transmute optimization tests and some extra comments | Scott McMurray | -0/+9 |
| 2023-04-19 | Auto merge of #106704 - ecnelises:big_archive, r=bjorn3 | bors | -0/+1 |
| 2023-04-19 | Support `--print native-static-libs` with rust dylibs | bjorn3 | -5/+70 |
| 2023-04-19 | Add `GenericArgKind::as_{type,const,region}` | Maybe Waffle | -4/+4 |
| 2023-04-19 | Auto merge of #110407 - Nilstrieb:fluent-macro, r=davidtwco | bors | -1/+1 |
| 2023-04-19 | Recognize AIX style archive kind | Qiu Chaofan | -0/+1 |
| 2023-04-18 | Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot | bors | -3/+2 |
| 2023-04-18 | Add `rustc_fluent_macro` to decouple fluent from `rustc_macros` | Nilstrieb | -1/+1 |
| 2023-04-18 | Stablize raw-dylib, link_ordinal and -Cdlltool | Daniel Paoliello | -9/+0 |
| 2023-04-18 | Store hashes in special types so they aren't accidentally encoded as numbers | Ben Kimock | -3/+2 |
| 2023-04-17 | Spelling - compiler | Josh Soref | -3/+3 |
| 2023-04-16 | Remove #[alloc_error_handler] from the compiler and library | Amanieu d'Antras | -12/+4 |
| 2023-04-16 | Various minor Idx-related tweaks | Scott McMurray | -2/+1 |
| 2023-04-14 | Remove attempt to optimize codegen for discriminants. | Camille GILLOT | -92/+0 |
| 2023-04-13 | `assume` value ranges in `transmute` | Scott McMurray | -5/+58 |
| 2023-04-13 | Auto merge of #109466 - davidlattimore:inline-arg-via-var-debug-info, r=wesle... | bors | -6/+4 |
| 2023-04-12 | Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb | Matthias Krüger | -3/+3 |
| 2023-04-11 | Rollup merge of #96971 - zhaixiaojuan:master, r=wesleywiser | Michael Goulet | -0/+5 |
| 2023-04-11 | Rollup merge of #109860 - zyedidia:riscv-relax, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2023-04-11 | Preserve argument indexes when inlining MIR | David Lattimore | -6/+4 |