| Age | Commit message (Expand) | Author | Lines |
| 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/+158 |
| 2022-06-03 | Remove a couple of unused Encodable and Decodable derives | bjorn3 | -3/+3 |
| 2022-05-30 | Add support for emitting functions with `coldcc` in LLVM | Scott McMurray | -1/+10 |
| 2022-05-25 | Simplify implementation of `-Z gcc-ld` | Vadim Petrochenkov | -7/+10 |
| 2022-05-24 | Add flag for stricter checks on uninit/zeroed | 5225225 | -12/+47 |
| 2022-05-17 | Add ABI clobbers | Connor Horman | -0/+2 |
| 2022-05-16 | Add tmm_reg clobbers | Connor Horman | -0/+13 |
| 2022-05-13 | Add LLVM based mingw-w64 targets | Mateusz Mikuła | -0/+91 |
| 2022-05-06 | make Size and Align debug-printing a bit more compact | Ralf Jung | -2/+16 |
| 2022-05-04 | Stabilize `bool::then_some` | Josh Triplett | -1/+0 |
| 2022-04-27 | Update data layout string for wasm64-unknown-unknown | Alex Crichton | -1/+1 |
| 2022-04-26 | Rollup merge of #96415 - ehuss:git-io, r=bjorn3 | Guillaume Gomez | -1/+2 |
| 2022-04-26 | Rollup merge of #94703 - kjetilkjeka:nvptx-kernel-args-abi2, r=nagisa | Guillaume Gomez | -9/+78 |
| 2022-04-25 | Remove references to git.io | Eric Huss | -1/+2 |
| 2022-04-26 | Rollup merge of #96149 - est31:remove_unused_macro_matchers, r=petrochenkov | Dylan DPC | -4/+0 |
| 2022-04-19 | Rollup merge of #95740 - Amanieu:kreg0, r=nagisa | Dylan DPC | -8/+9 |
| 2022-04-19 | Fix a bug in the ptx-kernel calling convention where structs was passed indir... | Kjetil Kjeka | -9/+78 |
| 2022-04-19 | asm: Add a kreg0 register class on x86 which includes k0 | Amanieu d'Antras | -8/+9 |
| 2022-04-18 | Remove unused macro rules | est31 | -4/+0 |
| 2022-04-13 | couple of clippy::complexity fixes | Matthias Krüger | -3/+3 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -1/+1 |