| Age | Commit message (Expand) | Author | Lines |
| 2023-04-06 | Refactor unwind from Option to a new enum | Gary Guo | -25/+29 |
| 2023-04-05 | Use `OwnedSlice` instead of `owning_ref` | Maybe Waffle | -7/+6 |
| 2023-04-05 | Auto merge of #109843 - scottmcm:better-transmute, r=WaffleLapkin | bors | -20/+187 |
| 2023-04-04 | Allow `transmute`s to produce `OperandValue`s instead of always using `alloca`s | Scott McMurray | -20/+187 |
| 2023-04-04 | Auto merge of #109808 - jyn514:debuginfo-options, r=michaelwoerister | bors | -1/+4 |
| 2023-04-04 | Rollup merge of #109901 - cjgillot:validate-debuginfo, r=b-naber | Michael Goulet | -5/+9 |
| 2023-04-04 | loongarch64: calculate the ELF header flags | zhaixiaojuan | -0/+4 |
| 2023-04-04 | Add loongarch64 to fn create_object_file | zhaixiaojuan | -0/+1 |
| 2023-04-03 | Enforce VarDebugInfo::Place in MIR validation. | Camille GILLOT | -5/+9 |
| 2023-04-02 | Use `&IndexSlice` instead of `&IndexVec` where possible | Scott McMurray | -5/+8 |
| 2023-04-02 | Add riscv relax target feature | Zachary Yedidia | -0/+1 |
| 2023-04-01 | Use `FieldIdx` in various things related to aggregates | Scott McMurray | -6/+6 |
| 2023-03-31 | Preserve, clarify, and extend debug information | Julia Tatz | -1/+4 |
| 2023-03-31 | Auto merge of #98112 - saethlin:mir-alignment-checks, r=oli-obk | bors | -0/+7 |
| 2023-03-30 | Rollup merge of #109347 - cjgillot:issue-109305, r=WaffleLapkin | Michael Goulet | -69/+46 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+0 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-29 | Rollup merge of #109716 - scottmcm:field-to-fieldidx, r=oli-obk | Matthias Krüger | -4/+4 |
| 2023-03-29 | Auto merge of #108089 - Zoxc:windows-tls, r=bjorn3 | bors | -8/+49 |
| 2023-03-29 | Support TLS access into dylibs on Windows | John Kåre Alsaker | -8/+49 |
| 2023-03-28 | Move `mir::Field` → `abi::FieldIdx` | Scott McMurray | -4/+4 |
| 2023-03-28 | Skip no_mangle if the item has no name. | Camille GILLOT | -1/+16 |
| 2023-03-28 | Reformat codegen_fn_attrs. | Camille GILLOT | -71/+33 |
| 2023-03-28 | [fix] don't panic on failure to acquire jobserver token | Daniil Belov | -2/+2 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -1/+1 |
| 2023-03-27 | Rollup merge of #109582 - scottmcm:local-ref-pending, r=oli-obk | Matthias Krüger | -20/+26 |
| 2023-03-27 | Auto merge of #109091 - Nilstrieb:match-on-attr, r=cjgillot | bors | -293/+326 |
| 2023-03-25 | Refactor: `VariantIdx::from_u32(0)` -> `FIRST_VARIANT` | Scott McMurray | -5/+4 |
| 2023-03-24 | Refactor: Separate `LocalRef` variant for not-evaluated-yet operands | Scott McMurray | -20/+26 |
| 2023-03-24 | Auto merge of #109220 - nikic:poison, r=cuviper | bors | -4/+5 |
| 2023-03-24 | Rollup merge of #109515 - bzEq:aix-linker, r=petrochenkov | Matthias Krüger | -0/+174 |
| 2023-03-23 | A MIR transform that checks pointers are aligned | Ben Kimock | -0/+7 |
| 2023-03-23 | Auto merge of #109538 - matthiaskrgr:rollup-ct58npj, r=matthiaskrgr | bors | -0/+1 |
| 2023-03-23 | Rollup merge of #107718 - Zoxc:z-time, r=nnethercote | Matthias Krüger | -0/+1 |
| 2023-03-23 | Auto merge of #108442 - scottmcm:mir-transmute, r=oli-obk | bors | -85/+60 |
| 2023-03-23 | Adjust debug info stripping | Kai Luo | -2/+3 |
| 2023-03-23 | Fix copy-paste error | Kai Luo | -1/+1 |
| 2023-03-23 | Add AixLinker to support linking on AIX | Kai Luo | -0/+173 |
| 2023-03-22 | Add `CastKind::Transmute` to MIR | Scott McMurray | -85/+60 |
| 2023-03-22 | Rollup merge of #109378 - MU001999:master, r=scottmcm | Matthias Krüger | -2/+2 |
| 2023-03-22 | rustc: Remove unused `Session` argument from some attribute functions | Vadim Petrochenkov | -3/+4 |
| 2023-03-21 | Remove `unique` and move `VerboseTimingGuard` fields into a new struct | John Kåre Alsaker | -1/+0 |
| 2023-03-21 | Add `-Z time-passes-format` to allow specifying a JSON output for `-Z time-pa... | John Kåre Alsaker | -0/+2 |
| 2023-03-21 | LocalCrate key | Michael Goulet | -2/+3 |
| 2023-03-21 | Use local key in providers | Michael Goulet | -10/+5 |
| 2023-03-20 | Rollup merge of #109307 - cjgillot:inline-location, r=compiler-errors | Matthias Krüger | -1/+5 |
| 2023-03-20 | Remove Ty::is_region_ptr | Mu42 | -2/+2 |
| 2023-03-19 | Rollup merge of #109243 - chenyukang:yukang/fix-ice-109144, r=petrochenkov | Dylan DPC | -12/+11 |
| 2023-03-19 | The name of NativeLib will be presented | yukang | -12/+11 |
| 2023-03-18 | Ignore `Inlined` spans when computing caller location. | Camille GILLOT | -1/+5 |