| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-11-05 | Cleanup Apple target specifications | BlackHoleFox | -109/+108 |
| 2022-11-05 | Merge apple_base and apple_sdk_base into one module | BlackHoleFox | -136/+134 |
| 2022-11-05 | Remove linuxkernel targets | Alex Gaynor | -55/+5 |
| 2022-11-03 | Auto merge of #103455 - BlackHoleFox:apple-sim-abi-consistency, r=davidtwco | bors | -9/+38 |
| 2022-10-30 | Rollup merge of #102689 - ayrtonm:master, r=cjgillot | Michael Howell | -0/+38 |
| 2022-10-23 | Enable varargs support for calling conventions other than C or cdecl | Soveu | -0/+22 |
| 2022-10-23 | Fix x86_64-apple-watchos-sim target to use the correct target_abi | BlackHoleFox | -2/+4 |
| 2022-10-23 | Fix x86_64-apple-tvos target to use the correct target_abi | BlackHoleFox | -3/+7 |
| 2022-10-23 | Fix x86_64-apple-ios target to use the correct target_abi | BlackHoleFox | -7/+30 |
| 2022-10-19 | Split is_stable from rustc_target::spec::abi::is_enabled. | Mara Bos | -159/+109 |
| 2022-10-14 | more dupe word typos | Rageking8 | -1/+1 |
| 2022-10-13 | Rollup merge of #102836 - petrochenkov:jsonspec, r=eholk | Yuki Okushi | -5/+9 |
| 2022-10-12 | Use `tidy-alphabetical` in the compiler | Nilstrieb | -1/+2 |
| 2022-10-10 | Add Sony PlayStation 1 tier 3 target | Ayrton | -0/+38 |
| 2022-10-09 | rustc_target: Fix json target specs using LLD linker flavors in link args | Vadim Petrochenkov | -5/+9 |
| 2022-10-06 | rustc_target: Refactor internal linker flavors | Vadim Petrochenkov | -363/+487 |
| 2022-10-05 | change might_permit_raw_init to fully detect LLVM UB, but not more than that | Ralf Jung | -69/+1 |
| 2022-10-03 | Auto merge of #102503 - cuviper:x86-stack-probes, r=nagisa | bors | -64/+36 |
| 2022-09-29 | Enable inline stack probes on X86 with LLVM 16 | Josh Stone | -64/+36 |
| 2022-09-29 | Adjust the s390x data layout for LLVM 16 | Josh Stone | -8/+8 |
| 2022-09-26 | Enable inline stack probes on PowerPC and SystemZ | Josh Stone | -18/+36 |
| 2022-09-26 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2022-09-23 | Auto merge of #102165 - matthiaskrgr:rollup-n5oquhe, r=matthiaskrgr | bors | -5/+1 |
| 2022-09-23 | Rollup merge of #102112 - cuviper:powerpc64-full-relro, r=eholk | Matthias Krüger | -5/+1 |
| 2022-09-22 | Improve the help message for an invalid calling convention | khyperia | -1/+190 |
| 2022-09-22 | Rollup merge of #101598 - chriswailes:sanitizers, r=nagisa,eholk | Dylan DPC | -2/+10 |
| 2022-09-21 | Allow full relro on powerpc64-unknown-linux-gnu | Josh Stone | -5/+1 |
| 2022-09-21 | Auto merge of #101329 - QuinnPainter:armv5te-targets, r=nagisa | bors | -0/+84 |
| 2022-09-20 | Update rustc's information on Android's sanitizers | Chris Wailes | -2/+10 |
| 2022-09-17 | Rollup merge of #93628 - est31:stabilize_let_else, r=joshtriplett | Dylan DPC | -1/+1 |
| 2022-09-17 | Add loongarch64 abi support | zhaixiaojuan | -0/+344 |
| 2022-09-16 | Auto merge of #97800 - pnkfelix:issue-97463-fix-aarch64-call-abi-does-not-zer... | bors | -8/+44 |