| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-07-08 | Collapse some weirdly-wrapping derives | Michael Goulet | -48/+8 |
| 2022-07-06 | fix issue 97463 using change suggested by nbdd0121. | Felix S. Klock II | -8/+44 |
| 2022-06-25 | rustc_target: Some more tests and fixes for linker arguments | Vadim Petrochenkov | -44/+132 |
| 2022-06-25 | rustc_target: Add convenience functions for adding linker arguments | Vadim Petrochenkov | -420/+348 |
| 2022-06-24 | Set relocation_model to Pic on emscripten target | Hood Chatham | -1/+2 |
| 2022-06-24 | Rollup merge of #98214 - petrochenkov:islike, r=compiler-errors | Yuki Okushi | -15/+6 |
| 2022-06-22 | Set no_default_libraries: false in wasm32_emscripten target | Hood Chatham | -0/+1 |
| 2022-06-21 | Re-enable atomic loads and stores for all RISC-V targets | Simon Sapin | -3/+3 |
| 2022-06-20 | Rollup merge of #98225 - bjorn3:stable_target_json_hash, r=nagisa | Yuki Okushi | -25/+99 |
| 2022-06-19 | Preserve the path of the target spec json file for usage by rustdoc | bjorn3 | -8/+76 |
| 2022-06-18 | ENH Move --memory-init-file flag from EmLinker to asmjs target spec | Hood Chatham | -5/+5 |
| 2022-06-18 | Make debug_triple depend on target json file content rather than file path | bjorn3 | -22/+28 |
| 2022-06-18 | rustc_target: Remove some redundant target properties | Vadim Petrochenkov | -15/+6 |
| 2022-06-13 | Disable `has_thread_local` due to weird issues in some programs | Mark Drobnak | -1/+2 |
| 2022-06-13 | Add Apple WatchOS compile targets | Vladimir Michael Eatwell | -2/+149 |
| 2022-06-10 | Rollup merge of #97928 - hoodmane:emscripten-no-assertions, r=tlively | Matthias Krüger | -9/+1 |
| 2022-06-09 | Clean up | Hood Chatham | -5/+1 |
| 2022-06-09 | Remove ERROR_ON_UNDEFINED_SYMBOLS according to sbc100's comments | Hood Chatham | -2/+0 |
| 2022-06-09 | Remove -sASSERTIONS=1 from wasm32_unknown_emscripten default link args | Hood Chatham | -2/+0 |
| 2022-06-09 | Rollup merge of #97843 - overdrivenpotato:psp-lto, r=michaelwoerister | Yuki Okushi | -6/+18 |
| 2022-06-07 | Formatting fix | Marko Mijalkovic | -4/+2 |
| 2022-06-07 | Relax mipsel-sony-psp's linker script | Marko Mijalkovic | -6/+20 |
| 2022-06-07 | Auto merge of #97512 - scottmcm:add-coldcc, r=nagisa,lcnr | bors | -1/+10 |
| 2022-06-07 | Auto merge of #95565 - jackh726:remove-borrowck-mode, r=nikomatsakis | bors | -1/+0 |
| 2022-06-06 | Auto merge of #97684 - RalfJung:better-provenance-control, r=oli-obk | bors | -0/+5 |
| 2022-06-05 | interpret: better control over whether we read data with provenance, and impl... | Ralf Jung | -0/+5 |
| 2022-06-05 | Auto merge of #97577 - betrusted-io:add-xous-target, r=nagisa | bors | -0/+25 |
| 2022-06-04 | riscv32imac-unknown-xous-elf: add target | Sean Cross | -0/+25 |
| 2022-06-03 | Fully stabilize NLL | Jack Huey | -1/+0 |
| 2022-06-03 | Use serde_json for target spec json | bjorn3 | -62/+159 |
| 2022-06-03 | Remove a couple of unused Encodable and Decodable derives | bjorn3 | -3/+3 |