| Age | Commit message (Expand) | Author | Lines |
| 2022-12-25 | fix some typos | KaDiWa | -1/+1 |
| 2022-12-20 | rustc: Remove needless lifetimes | Jeremy Stucki | -5/+5 |
| 2022-12-18 | A few small cleanups for `newtype_index` | Nilstrieb | -2/+1 |
| 2022-12-18 | Use `#[derive]` instead of custom syntax in all `newtype_index` | Nilstrieb | -1/+1 |
| 2022-12-15 | more clippy::complexity fixes | Matthias Krüger | -7/+2 |
| 2022-12-14 | Added PlayStation Vita support | Andrés Martínez | -0/+42 |
| 2022-12-14 | Enable atomic cas for bpf targets | Tomer Zeitune | -1/+5 |
| 2022-12-10 | compiler: remove unnecessary imports and qualified paths | KaDiWa | -3/+0 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -3/+11 |
| 2022-12-09 | Rollup merge of #105489 - eltociear:patch-17, r=Dylan-DPC | Matthias Krüger | -1/+1 |
| 2022-12-09 | Rollup merge of #105468 - sunfishcode:sunfishcode/main-void-wasi, r=estebank | Matthias Krüger | -0/+4 |
| 2022-12-09 | Fix typo in apple_base.rs | Ikko Ashimine | -1/+1 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -3/+11 |
| 2022-12-08 | Mangle "main" as "__main_void" on wasm32-wasi | Dan Gohman | -0/+4 |
| 2022-12-08 | Rollup merge of #105405 - sunfishcode:sunfishcode/export-dynamic, r=TaKO8Ki | Matthias Krüger | -7/+0 |
| 2022-12-06 | Stop passing -export-dynamic to wasm-ld. | Dan Gohman | -7/+0 |
| 2022-12-04 | Rollup merge of #105123 - BlackHoleFox:fixing-the-macos-deployment, r=oli-obk | Matthias Krüger | -32/+51 |
| 2022-12-03 | Rollup merge of #105050 - WaffleLapkin:uselessrefign, r=jyn514 | Matthias Krüger | -3/+3 |
| 2022-12-02 | Fix passing MACOSX_DEPLOYMENT_TARGET to the linker | BlackHoleFox | -32/+51 |
| 2022-12-01 | Remove useless borrows and derefs | Maybe Waffle | -3/+3 |
| 2022-11-30 | Extract llvm datalayout parsing out of spec module | hkalbasi | -90/+2 |
| 2022-11-29 | Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiser | Matthias Krüger | -2/+2 |
| 2022-11-27 | Prefer doc comments over `//`-comments in compiler | Maybe Waffle | -7/+7 |
| 2022-11-24 | move things from rustc_target::abi to rustc_abi | hkalbasi | -2504/+145 |
| 2022-11-24 | move some layout logic to rustc_target::abi::layout | hkalbasi | -8/+1090 |
| 2022-11-24 | make rustc_target usable outside of rustc | hkalbasi | -47/+121 |
| 2022-11-23 | Rollup merge of #102293 - ecnelises:aix.initial, r=davidtwco | Yuki Okushi | -0/+63 |
| 2022-11-19 | Rollup merge of #104001 - Ayush1325:custom-entry, r=bjorn3 | Dylan DPC | -0/+80 |
| 2022-11-17 | Auto merge of #104361 - vladimir-ea:watchos_fix_linking, r=oli-obk | bors | -0/+4 |
| 2022-11-17 | Remove periods from QNX/nto target names | Florian Bartels | -2/+2 |
| 2022-11-17 | Add powerpc64-ibm-aix as Tier-3 target | Qiu Chaofan | -0/+63 |
| 2022-11-16 | Rollup merge of #104137 - StackDoubleFlow:err-lsc-unsupported, r=bjorn3 | Matthias Krüger | -5/+5 |
| 2022-11-14 | Issue error when `-C link-self-contained` option is used on unsupported platf... | StackDoubleFlow | -5/+5 |
| 2022-11-14 | Rollup merge of #104349 - rustaceanclub:master, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-11-13 | Rollup merge of #104357 - RalfJung:is-sized, r=cjgillot | Matthias Krüger | -0/+10 |
| 2022-11-13 | [watchos] Dynamic linking is not allowed for watchos targets | Vladimir Michael Eatwell | -0/+4 |
| 2022-11-13 | add is_sized method on Abi and Layout, and use it | Ralf Jung | -0/+10 |
| 2022-11-13 | fix some typos in comments | cui fliter | -1/+1 |
| 2022-11-11 | Add no_std AArch64 support for the QNX Neutrino (nto) 7.1 RTOS | Florian Bartels | -0/+72 |
| 2022-11-11 | Improve generating Custom entry function | Ayush Singh | -0/+80 |
| 2022-11-10 | Rollup merge of #104077 - nicholasbishop:bishop-uefi-aapcs, r=nagisa | Manish Goregaokar | -0/+1 |
| 2022-11-10 | Rollup merge of #101939 - zhaixiaojuan:loongarch64-abi, r=oli-obk | Manish Goregaokar | -0/+344 |
| 2022-11-09 | Rollup merge of #104020 - nicholasbishop:bishop-limit-efiapi, r=nagisa | Manish Goregaokar | -1/+3 |
| 2022-11-09 | Rollup merge of #104015 - alex:remove-kernel, r=oli-obk | Manish Goregaokar | -55/+5 |
| 2022-11-09 | Rollup merge of #103929 - BlackHoleFox:apple-targets-cleanup, r=petrochenkov | Manish Goregaokar | -221/+218 |
| 2022-11-08 | Rollup merge of #104067 - jeremyd2019:patch-1, r=davidtwco | Dylan DPC | -2/+6 |
| 2022-11-06 | fix debuginfo for windows_gnullvm_base.rs | jeremyd2019 | -2/+6 |
| 2022-11-06 | Use aapcs for efiapi calling convention on arm | Nicholas Bishop | -0/+1 |
| 2022-11-06 | Limit efiapi calling convention to supported arches | Nicholas Bishop | -1/+3 |
| 2022-11-06 | LLVM 16: Update RISCV data layout | Tim Neumann | -6/+6 |