| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2022-02-21 | Take CodegenFnAttrs into account when validating asm! register operands | Amanieu d'Antras | -21/+13 |
| 2022-02-16 | Correctly mark the span of captured arguments in `format_args!()` | Chayim Refael Friedman | -16/+16 |
| 2022-02-11 | Rollup merge of #93868 - Amanieu:asm_reg_conflict, r=cjgillot | Matthias Krüger | -0/+30 |
| 2022-02-10 | Fix incorrect register conflict detection in asm! | Amanieu d'Antras | -0/+30 |
| 2022-01-31 | Update test output for `ui/asm/aarch64/parse-error.rs` | Fabian Wolff | -7/+7 |
| 2022-01-31 | Make `span_extend_to_prev_str()` more robust | Fabian Wolff | -7/+7 |
| 2022-01-28 | Rollup merge of #92611 - Amanieu:asm-reference, r=m-ou-se | Matthias Krüger | -0/+36 |
| 2022-01-21 | Reject may_unwind option in naked functions | Tomasz Miąsko | -10/+22 |
| 2022-01-21 | Reject unsupported naked functions | Tomasz Miąsko | -165/+75 |
| 2022-01-19 | Add links to the reference and rust by example for asm! docs and lints | Amanieu d'Antras | -0/+36 |
| 2022-01-12 | Remove ui tests for LLVM-style inline assembly | Tomasz Miąsko | -71/+32 |
| 2021-12-12 | Re-bless asm tests for aarch64 | Amanieu d'Antras | -152/+154 |
| 2021-12-12 | Stabilize asm! and global_asm! | Amanieu d'Antras | -338/+351 |
| 2021-12-12 | Remove automatic rustfix of asm! to llvm_asm! | Amanieu d'Antras | -58/+0 |