| Age | Commit message (Expand) | Author | Lines |
| 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/+56 |
| 2023-04-25 | Lower `intrinsics::offset` to `mir::BinOp::Offset` | Scott McMurray | -7/+0 |
| 2023-04-25 | Fix static string lints | clubby789 | -20/+56 |
| 2023-04-25 | Revert "Remove #[alloc_error_handler] from the compiler and library" | Matthias Krüger | -4/+12 |
| 2023-04-25 | Rollup merge of #110681 - klensy:cut-dep, r=lcnr | Yuki Okushi | -1/+3 |
| 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 | drop unused deps, gate libc under unix for one crate | klensy | -1/+3 |
| 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 | -1/+2 |
| 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/+2 |
| 2023-04-19 | Bump version of object and related crates | Qiu Chaofan | -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/+2 |
| 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 | -4/+4 |
| 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 | -4/+4 |
| 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 |
| 2023-04-10 | Fix typos in compiler | DaniPopes | -4/+4 |
| 2023-04-10 | Rollup merge of #110021 - scottmcm:fix-110005, r=compiler-errors | Dylan DPC | -36/+96 |
| 2023-04-09 | Migrate `sess.opts.tests` uses to `sess.is_test_crate()` | blyxyas | -1/+1 |
| 2023-04-09 | Handle not all immediates having `abi::Scalar`s | Scott McMurray | -12/+42 |
| 2023-04-08 | Auto merge of #109971 - WaffleLapkin:yeet_ownership, r=Nilstrieb | bors | -6/+5 |
| 2023-04-06 | Check `CastKind::Transmute` sizes in a better way | Scott McMurray | -31/+61 |
| 2023-04-06 | Use `FnOnce` for `slice_owned` instead of `Fn` | Maybe Waffle | -1/+1 |
| 2023-04-06 | Fix MSVC build | Gary Guo | -2/+4 |
| 2023-04-06 | Address review feedback | Gary Guo | -2/+2 |
| 2023-04-06 | Rename `Abort` terminator to `Terminate` | Gary Guo | -5/+5 |
| 2023-04-06 | Add `UnwindAction::Terminate` | Gary Guo | -83/+77 |
| 2023-04-06 | Add `UnwindAction::Unreachable` | Gary Guo | -22/+33 |