| Age | Commit message (Expand) | Author | Lines |
| 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 | -0/+188 |
| 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 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Changes to rename target and update docs | Your Name | -1/+1 |
| 2022-09-13 | Add BE8 support | Your Name | -0/+20 |
| 2022-09-09 | Use RelocModel::Pic for UEFI targets | Nicholas Bishop | -3/+3 |
| 2022-09-09 | remove DS stuff from docs + change to use thumb_base | Quinn Painter | -10/+3 |
| 2022-09-08 | translations(rustc_session): migrate TargetDataLayout::parse | Luis Cardoso | -26/+37 |
| 2022-09-07 | Change name of "dataful" variant to "untagged" | Michael Benfield | -2/+2 |
| 2022-09-02 | fix tidy | Quinn Painter | -3/+1 |
| 2022-09-02 | Add {thumb,arm}v5te-none-eabi targets | Quinn Painter | -0/+93 |
| 2022-09-01 | rustc_target: Refactor internal linker flavors slightly | Vadim Petrochenkov | -78/+66 |
| 2022-09-01 | rustc_target: Add a compatibility layer to separate internal and user-facing ... | Vadim Petrochenkov | -53/+143 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -2/+2 |
| 2022-09-01 | Auto merge of #100537 - petrochenkov:piccheck, r=oli-obk | bors | -52/+83 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -2/+2 |
| 2022-08-31 | Rollup merge of #101025 - semarie:openbsd-archs, r=petrochenkov | Matthias Krüger | -1/+38 |
| 2022-08-31 | Rollup merge of #101088 - nicholasbishop:bishop-uefi-pdb, r=davidtwco | Yuki Okushi | -3/+3 |
| 2022-08-28 | add riscv64gc-unknown-openbsd support (target riscv64-unknown-openbsd on Open... | Sébastien Marie | -0/+19 |
| 2022-08-28 | add powerpc64-unknown-openbsd support | Sébastien Marie | -0/+18 |
| 2022-08-27 | Set DebuginfoKind::Pdb in msvc_base | Nicholas Bishop | -3/+3 |
| 2022-08-27 | Auto merge of #100999 - nnethercote:shrink-FnAbi, r=bjorn3 | bors | -47/+50 |
| 2022-08-27 | rustc_target: Use `Cow` and link args helpers in `apple_base` | Vadim Petrochenkov | -23/+20 |
| 2022-08-27 | rustc_target: Do not specify some target options redundantly | Vadim Petrochenkov | -12/+3 |
| 2022-08-27 | rustc_target: Add some more target spec sanity checking | Vadim Petrochenkov | -17/+60 |
| 2022-08-26 | Auto merge of #98051 - davidtwco:split-dwarf-stabilization, r=wesleywiser | bors | -9/+123 |
| 2022-08-26 | openbsd: rustc_target: reorder spec by name | Sébastien Marie | -1/+1 |
| 2022-08-26 | Move `ArgAbi::pad_i32` into `PassMode::Cast`. | Nicholas Nethercote | -22/+15 |
| 2022-08-26 | Turn `ArgAbi::pad` into a `bool`. | Nicholas Nethercote | -8/+8 |
| 2022-08-26 | Change `FnAbi::args` to a boxed slice. | Nicholas Nethercote | -25/+25 |
| 2022-08-26 | Change `FnAbi::fixed_count` to a `u32`. | Nicholas Nethercote | -3/+3 |
| 2022-08-26 | Box `CastTarget` within `PassMode`. | Nicholas Nethercote | -5/+5 |
| 2022-08-26 | Add size assertions for `FnAbi` and `ArgAbi`. | Nicholas Nethercote | -0/+10 |
| 2022-08-23 | Rollup merge of #100641 - corwinkuiper:add-armv4t-target, r=oli-obk | Matthias Krüger | -0/+1 |
| 2022-08-22 | rustdoc doesn't like bare urls | Wesley Wiser | -1/+1 |
| 2022-08-20 | Rollup merge of #100636 - cutsoy:revert-77716, r=davidtwco | Matthias Krüger | -1/+0 |
| 2022-08-18 | Add diagnostic translation lints to crates that don't emit them | 5225225 | -0/+2 |
| 2022-08-18 | session: stabilize split debuginfo on linux | David Wood | -9/+123 |
| 2022-08-17 | Rollup merge of #100621 - taiki-e:armv4t-atomics-32, r=cuviper | Matthias Krüger | -2/+6 |