| Age | Commit message (Expand) | Author | Lines |
| 2022-08-16 | add the armv4t-none-eabi target | Corwin | -0/+1 |
| 2022-08-16 | Revert "Revert "Allow dynamic linking for iOS/tvOS targets."" | Tim van Elsloo | -1/+0 |
| 2022-08-16 | Support 128-bit atomics on all aarch64 targets | Taiki Endo | -5/+5 |
| 2022-08-16 | Pass +atomics-32 feature for {arm,thumb}v4t-none-eabi | Taiki Endo | -2/+6 |
| 2022-08-12 | rustc_target: Update some old naming around self contained linking | Vadim Petrochenkov | -62/+64 |
| 2022-08-12 | Auto merge of #99464 - nikic:llvm-15, r=cuviper | bors | -1/+3 |
| 2022-08-11 | Rollup merge of #99500 - tmandry:fuchsia-flags, r=petrochenkov | Matthias Krüger | -0/+5 |
| 2022-08-11 | Rollup merge of #99421 - Bryanskiy:android-crt-static, r=petrochenkov | Matthias Krüger | -1/+1 |
| 2022-08-10 | Fix flags when using clang as linker for Fuchsia | Tyler Mandry | -0/+5 |
| 2022-08-10 | add crt-static for android | Bryanskiy | -1/+1 |
| 2022-08-10 | Rollup merge of #100317 - kjetilkjeka:remove-nvptx32-logic, r=eddyb | Michael Goulet | -35/+0 |
| 2022-08-09 | Remove logic related to deprecated nvptx-nvidia-cuda (32-bit) target | Kjetil Kjeka | -35/+0 |
| 2022-08-09 | Pass +atomics-32 feature for thumbv6m target | Nikita Popov | -1/+3 |
| 2022-08-09 | Add support for link-flavor rust-lld for macOS | Mary | -55/+59 |
| 2022-08-07 | Create armv4t_none_eabi.rs | Lokathor | -0/+54 |
| 2022-08-03 | Rollup merge of #98771 - Thog:rust-lld-apple-target, r=petrochenkov | Matthias Krüger | -8/+91 |
| 2022-08-03 | Add support for link-flavor rust-lld for iOS, tvOS and watchOS | mary | -8/+91 |
| 2022-08-02 | Auto merge of #92268 - jswrenn:transmute, r=oli-obk | bors | -1/+2 |
| 2022-08-01 | Auto merge of #99476 - dpaoliello:rawdylibvectorcall, r=michaelwoerister | bors | -5/+7 |
| 2022-07-31 | reorder fields in Laout debug output | Ralf Jung | -6/+7 |
| 2022-07-30 | Rollup merge of #99227 - Lokathor:fix-thumbv4t-none-eabi-frame-pointer, r=dav... | Yuki Okushi | -3/+21 |
| 2022-07-28 | once again tidy was unhappy | Lokathor | -1/+3 |
| 2022-07-28 | Update thumbv4t_none_eabi.rs | Lokathor | -2/+3 |
| 2022-07-27 | Initial (incomplete) implementation of transmutability trait. | Jack Wrenn | -1/+2 |
| 2022-07-26 | Fix vectorcall | Daniel Paoliello | -5/+7 |
| 2022-07-24 | Revert "Mark atomics as unsupported on thumbv6m" | Amanieu d'Antras | -2/+1 |
| 2022-07-23 | Auto merge of #99652 - GuillaumeGomez:rollup-38v0x7y, r=GuillaumeGomez | bors | -1/+2 |
| 2022-07-23 | Rollup merge of #99595 - nikic:thumbv6m-atomics, r=nagisa | Guillaume Gomez | -1/+2 |
| 2022-07-23 | Auto merge of #98208 - ivanloz:master, r=nagisa | bors | -0/+5 |
| 2022-07-22 | do not mark interior mutable shared refs as dereferenceable | Ralf Jung | -3/+7 |
| 2022-07-22 | rename PointerKind::Shared → SharedMutable to indicate this is NOT the usua... | Ralf Jung | -1/+1 |
| 2022-07-22 | Mark atomics as unsupported on thumbv6m | Nikita Popov | -1/+2 |
| 2022-07-20 | Add ShadowCallStack Support | Ivan Lozano | -0/+5 |
| 2022-07-20 | Remove unused StableMap and StableSet types from rustc_data_structures | Michael Woerister | -4/+4 |
| 2022-07-17 | Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk | bors | -23/+15 |
| 2022-07-14 | Use constant eval to do strict validity checks | 5225225 | -23/+15 |
| 2022-07-14 | Rename aarch64-nintendo-switch to aarch64-nintendo-switch-freestanding | leo60228 | -2/+2 |
| 2022-07-14 | Remove obsolete crt0 references in linker script | leo60228 | -6/+1 |
| 2022-07-14 | Remove unneeded options from Nintendo Switch target | jam1garner | -23/+13 |
| 2022-07-14 | Add linker script for switch | leo60228 | -0/+86 |
| 2022-07-14 | Remove unnecessary linker args | leo60228 | -8/+2 |
| 2022-07-14 | Add Nintendo Switch tier 3 target | jam1garner | -0/+41 |
| 2022-07-14 | tidy demands this whitespace go away | Lokathor | -1/+1 |
| 2022-07-13 | conform to the tidy expectations | Lokathor | -1/+1 |
| 2022-07-13 | add missing imports. | Lokathor | -1/+1 |
| 2022-07-13 | Update thumbv4t_none_eabi.rs | Lokathor | -1/+8 |
| 2022-07-13 | word-wrap the comments. | Lokathor | -2/+10 |
| 2022-07-11 | rustc_target: Flip the default for `TargetOptions::executables` to true | Vadim Petrochenkov | -52/+3 |
| 2022-07-09 | Rollup merge of #99043 - compiler-errors:derive-nit, r=cjgillot | Dylan DPC | -48/+8 |
| 2022-07-08 | Implement support for DWARF version 5. | Patrick Walton | -13/+13 |