| Age | Commit message (Expand) | Author | Lines |
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -8018/+0 |
| 2023-01-01 | Verbose suggestions | Esteban Küber | -19/+17 |
| 2023-01-01 | Merge multiple mutable borrows of immutable binding errors | Esteban Küber | -15/+10 |
| 2022-12-29 | Account for multiple multiline spans with empty padding | Esteban Küber | -12/+2 |
| 2022-12-20 | docs: add long error explanation for error E0472 | Ezra Shaw | -0/+2 |
| 2022-11-11 | Print all labels, even if they have no span. Fall back to main item's span. | Oli Scherer | -1/+1 |
| 2022-11-05 | Auto merge of #102458 - JohnTitor:stabilize-instruction-set, r=oli-obk | bors | -1/+1 |
| 2022-11-02 | asm: Work around LLVM bug on AArch64 | Amanieu d'Antras | -0/+16 |
| 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-29 | Stabilize the `instruction_set` feature | Yuki Okushi | -1/+1 |
| 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 |