| Age | Commit message (Expand) | Author | Lines |
| 2022-10-19 | Fixup a few tests needing asm support | Josh Stone | -0/+2 |
| 2022-10-17 | Stabilize asm_sym | Amanieu d'Antras | -23/+18 |
| 2022-10-01 | bless ui tests | Maybe Waffle | -10/+10 |
| 2022-09-26 | fix #102087, Suggest Default::default() when binding isn't initialized | yukang | -0/+20 |
| 2022-09-16 | Rollup merge of #101741 - andrewpollack:add-needs-unwind-ui-tests, r=tmandry | Michael Howell | -0/+1 |
| 2022-09-16 | Adding needs-unwind arg to applicable compiler ui tests | Andrew Pollack | -0/+1 |
| 2022-09-09 | Rollup merge of #101253 - lyming2007:issue-101163, r=Amanieu | Matthias Krüger | -36/+36 |
| 2022-09-08 | fix the suggestion of format for asm_sub_register | Yiming Lei | -36/+36 |
| 2022-09-03 | Fix global_asm macro pretty printing | Michael Goulet | -0/+12 |
| 2022-08-29 | Display raw pointer as `*{mut,const} T` instead of `*-ptr` in errors | nils | -2/+2 |
| 2022-08-14 | Update the minimum external LLVM to 13 | Josh Stone | -4/+0 |
| 2022-08-08 | Auto merge of #98489 - cjgillot:naked-nohir, r=davidtwco,tmiasko | bors | -58/+45 |
| 2022-08-03 | Bless ui tests. | Camille GILLOT | -58/+45 |
| 2022-08-02 | Properly reject the `may_unwind` option in `global_asm!` | Amanieu d'Antras | -36/+36 |
| 2022-07-21 | Auto merge of #99059 - Amanieu:fix-96797, r=Mark-Simulacrum | bors | -0/+26 |
| 2022-07-21 | Add test for #96797 | Amanieu d'Antras | -0/+26 |
| 2022-07-15 | Auto merge of #98203 - kckeiks:gather-body-owners-in-hir-item-queries, r=cjgi... | bors | -27/+27 |
| 2022-07-14 | Rollup merge of #99192 - Amanieu:fix-asm-srcloc, r=petrochenkov | Dylan DPC | -2/+40 |
| 2022-07-14 | Fix spans for asm diagnostics | Amanieu d'Antras | -2/+40 |
| 2022-07-13 | use gathered body_owners in par_body_owners | Miguel Guarniz | -27/+27 |
| 2022-07-13 | Rollup merge of #99155 - Amanieu:unstable-target-features, r=davidtwco | Dylan DPC | -0/+29 |
| 2022-07-11 | Fix sized check ICE in intrisicck | Michael Goulet | -0/+45 |
| 2022-07-11 | Add test for issue 99071 | Amanieu d'Antras | -0/+29 |
| 2022-07-08 | Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank | bors | -2/+2 |
| 2022-07-07 | fix arm test | Esteban Küber | -6/+10 |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -4/+4 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -6/+10 |
| 2022-07-07 | Bless aarch64 test. | Camille GILLOT | -1/+1 |
| 2022-07-07 | Shorten span for closures. | Camille GILLOT | -1/+1 |
| 2022-06-16 | diagnostics: fix trailing space | klensy | -1/+1 |
| 2022-06-12 | Fix some test annotations | bjorn3 | -3/+4 |
| 2022-05-29 | Use type_is_copy_modulo_regions check in intrisicck | Michael Goulet | -0/+12 |
| 2022-05-27 | Update tests on aarch64 | Oli Scherer | -127/+183 |
| 2022-05-24 | Update messages | Oli Scherer | -4/+4 |
| 2022-05-24 | Make a test independent of 64/32 bit | Oli Scherer | -14/+4 |
| 2022-05-24 | Add the transmute and asm checks to typeck as deferred checks | Oli Scherer | -214/+449 |
| 2022-05-07 | Permit asm_const and asm_sym to reference outer generic params | Gary Guo | -13/+33 |
| 2022-04-19 | Rollup merge of #95740 - Amanieu:kreg0, r=nagisa | Dylan DPC | -10/+10 |
| 2022-04-19 | asm: Add a kreg0 register class on x86 which includes k0 | Amanieu d'Antras | -10/+10 |
| 2022-04-16 | Update tests for sym support in global_asm! | Amanieu d'Antras | -57/+103 |
| 2022-04-03 | Rollup merge of #95553 - jam1garner:naked-function-compile-error, r=tmiasko | Dylan DPC | -1/+38 |
| 2022-04-01 | Add regression test for naked functions with invalid asm syntax | jam1garner | -1/+13 |
| 2022-04-01 | Reword purpose description of noreturn in naked function | jam1garner | -5/+5 |
| 2022-04-01 | Don't emit non-asm contents error for naked function composed of errors | jam1garner | -1/+26 |
| 2022-03-31 | Add error message suggestion for missing noreturn in naked function | jam1garner | -0/+25 |
| 2022-03-23 | Rollup merge of #91608 - workingjubilee:fold-neon-fp, r=nagisa,Amanieu | Dylan DPC | -1/+1 |
| 2022-03-22 | Fold aarch64 feature +fp into +neon | Jubilee Young | -1/+1 |
| 2022-03-21 | Add needs-asm-support directive to tests where necessary | bjorn3 | -68/+79 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -33/+32 |
| 2022-02-21 | Add tests | Amanieu d'Antras | -0/+64 |