| Age | Commit message (Expand) | Author | Lines |
| 2021-06-07 | Use `try_into` instead of asserting manually | LingMan | -10/+2 |
| 2021-06-06 | Rollup merge of #85920 - luqmana:wasm-linker-tweaks, r=petrochenkov | Yuki Okushi | -0/+1 |
| 2021-06-06 | Auto merge of #79608 - alessandrod:bpf, r=nagisa | bors | -0/+259 |
| 2021-06-05 | Rollup merge of #86014 - cr1901:msp430-link, r=jonas-schievink | Guillaume Gomez | -0/+1 |
| 2021-06-04 | msp430 linker does not accept -znoexecstack. Set linker_is_gnu to false as wo... | William D. Jones | -0/+1 |
| 2021-06-05 | Rollup merge of #85966 - alexcrichton:wasm-simd-indirect, r=workingjubilee | Yuki Okushi | -6/+0 |
| 2021-06-04 | Rollup merge of #85850 - bjorn3:less_feature_gates, r=jyn514 | Yuki Okushi | -2/+0 |
| 2021-06-03 | wasm: Make simd types passed via indirection again | Alex Crichton | -6/+0 |
| 2021-06-03 | Rollup merge of #85706 - jrmuizel:fpe, r=nagisa | Yuki Okushi | -5/+1 |
| 2021-06-02 | Turn off frame pointer elimination on all Apple platforms. | Jeff Muizelaar | -5/+1 |
| 2021-06-02 | Miscellaneous inlining improvements | Tomasz Miąsko | -0/+5 |
| 2021-06-01 | Tweak wasm_base target spec to indicate linker is not GNU and update linker i... | Luqman Aden | -0/+1 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -2/+0 |
| 2021-05-29 | BPF: misc minor review fixes | Alessandro Decina | -0/+4 |
| 2021-05-29 | BPF: abi: extend args/ret to 32 bits | Alessandro Decina | -3/+3 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+2 |
| 2021-05-23 | Add support for BPF inline assembly | Alessandro Decina | -3/+158 |
| 2021-05-23 | Add BPF target | Alessandro Decina | -0/+100 |
| 2021-05-20 | Remove linker_is_gnu: true cases as that is now the default. | Luqman Aden | -20/+0 |
| 2021-05-20 | Swap TargetOptions::linker_is_gnu default from false to true and update targe... | Luqman Aden | -2/+8 |
| 2021-05-19 | Auto merge of #85376 - RalfJung:ptrless-allocs, r=oli-obk | bors | -1/+3 |
| 2021-05-18 | Rollup merge of #85274 - luqmana:linker-is-gnu-gc-sections, r=petrochenkov | Jack Huey | -0/+1 |
| 2021-05-18 | add Align::ONE; add methods to access alloc.extra | Ralf Jung | -1/+3 |
| 2021-05-16 | Auto merge of #85312 - ehuss:macro_use-unused-attr, r=petrochenkov | bors | -3/+0 |
| 2021-05-15 | Windows mingw targets use gcc as the linker so the target spec should also in... | Luqman Aden | -0/+1 |
| 2021-05-15 | Fix unused attributes on macro_rules. | Eric Huss | -3/+0 |
| 2021-05-13 | Add asm!() support for PowerPC64 | Dr. Chat | -5/+15 |
| 2021-05-11 | Add initial asm!() support for PowerPC | Dr. Chat | -0/+171 |
| 2021-05-10 | Adjust target search algorithm for rustlib path | Simonas Kazlauskas | -10/+66 |
| 2021-05-09 | Auto merge of #83800 - xobs:impl-16351-nightly, r=nagisa | bors | -4/+13 |
| 2021-05-07 | Rollup merge of #84930 - hermitcore:target, r=nagisa | Dylan DPC | -1/+1 |
| 2021-05-07 | rename LLVM target for RustyHermit | Stefan Lankes | -1/+1 |
| 2021-05-06 | illumos should put libc last in library search order | Joshua M. Clulow | -0/+11 |
| 2021-05-03 | Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkov | Dylan DPC | -29/+36 |
| 2021-05-03 | Set target_family="wasm" for wasm targets | Simonas Kazlauskas | -1/+2 |
| 2021-05-01 | Auto merge of #84658 - Amanieu:reserved_regs, r=petrochenkov | bors | -9/+42 |
| 2021-05-01 | Reserve x18 on AArch64 and un-reserve x16 | Amanieu d'Antras | -3/+3 |
| 2021-04-29 | Change to probe-stack=call (instead of inline-or-call) everywhere again, for ... | Felix S. Klock II | -31/+62 |
| 2021-04-28 | Be stricter about rejecting LLVM reserved registers in asm! | Amanieu d'Antras | -9/+42 |
| 2021-04-24 | Auto merge of #84310 - RalfJung:const-fn-feature-flags, r=oli-obk | bors | -1/+0 |
| 2021-04-25 | Merge remote-tracking branch 'upstream/master' into impl-16351-nightly | Sean Cross | -409/+538 |
| 2021-04-20 | Auto merge of #84334 - klensy:typo-compiler, r=jyn514 | bors | -2/+2 |
| 2021-04-19 | Rollup merge of #84126 - 12101111:musl-sanitizer, r=davidtwco | Dylan DPC | -1/+3 |
| 2021-04-19 | fix few typos | klensy | -2/+2 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-04-13 | Avoid an `Option<Option<_>>` | LingMan | -2/+2 |
| 2021-04-11 | Allow setting `target_family` to multiple values | Simonas Kazlauskas | -29/+35 |
| 2021-04-09 | Enable sanitizers for x86_64-unknown-linux-musl | 12101111 | -1/+3 |
| 2021-04-08 | Auto merge of #84008 - Dylan-DPC:rollup-invxvg8, r=Dylan-DPC | bors | -1/+1 |
| 2021-04-08 | Fix outdated crate names in compiler docs | pierwill | -1/+1 |