| Age | Commit message (Expand) | Author | Lines |
| 2023-03-28 | fix long line | Deadbeef | -23/+25 |
| 2023-03-28 | Move const trait bounds checks to MIR constck | Deadbeef | -259/+395 |
| 2023-03-28 | Rollup merge of #109661 - fortanix:raoul/EDP-107-fix_lvi_mitigation_tests_llv... | Matthias Krüger | -7/+7 |
| 2023-03-28 | Rollup merge of #108548 - jamen:master, r=compiler-errors | Matthias Krüger | -10/+156 |
| 2023-03-28 | Erase impl regions when checking for impossible to eagerly monomorphize items | Michael Goulet | -0/+19 |
| 2023-03-28 | Add `(..)` syntax for RTN | Michael Goulet | -57/+72 |
| 2023-03-28 | Add tests and error messages | Michael Goulet | -0/+245 |
| 2023-03-28 | Feature gate | Michael Goulet | -0/+51 |
| 2023-03-27 | check for write macro and write_fmt with err msg | James Dietz | -3/+83 |
| 2023-03-27 | Auto merge of #109440 - WaffleLapkin:make_tidy_slower, r=jyn514 | bors | -2/+1 |
| 2023-03-27 | Fix subslice capture in closure | clubby789 | -0/+39 |
| 2023-03-27 | Bless tidy | Maybe Waffle | -2/+1 |
| 2023-03-27 | update codegen test expectations | Rémy Rakic | -2/+2 |
| 2023-03-27 | Rollup merge of #109637 - bjorn3:add_test_annotation, r=tmiasko | Guillaume Gomez | -0/+1 |
| 2023-03-27 | Rollup merge of #109330 - GuillaumeGomez:intermediate-reexport-intra-doc-ice,... | Guillaume Gomez | -0/+14 |
| 2023-03-27 | Add notes to non-structural const in pattern error message | Jamen Marz | -10/+156 |
| 2023-03-27 | Add test for span of implicit format args captures. | Mara Bos | -0/+73 |
| 2023-03-27 | Bless mir-opt tests. | Mara Bos | -22/+22 |
| 2023-03-27 | Bless UI tests. | Mara Bos | -15/+15 |
| 2023-03-27 | Use the FnPtr trait to avoid implementing common traits via macros | Oli Scherer | -20/+0 |
| 2023-03-27 | Add a builtin `FnPtr` trait | lcnr | -0/+9 |
| 2023-03-27 | Fix LVI test post LLVM 16 update | Raoul Strackx | -7/+7 |
| 2023-03-27 | Rollup merge of #109633 - GuillaumeGomez:fix-go-to-only-setting, r=notriddle | Matthias Krüger | -0/+63 |
| 2023-03-27 | Rollup merge of #109613 - lukas-code:match-str-to-char-suggestion, r=compiler... | Matthias Krüger | -1/+32 |
| 2023-03-26 | Add missing needs-asm-support annotation to ui/simple_global_asm.rs | bjorn3 | -0/+1 |
| 2023-03-26 | Add GUI test for "Directly go to item in search if there is only one result" ... | Guillaume Gomez | -0/+63 |
| 2023-03-26 | Auto merge of #109626 - matthiaskrgr:rollup-k0y7bdd, r=matthiaskrgr | bors | -13/+166 |
| 2023-03-26 | tolerate region vars in implied bounds | Ali MJ Al-Nasrawy | -0/+24 |
| 2023-03-26 | add test | Ali MJ Al-Nasrawy | -0/+58 |
| 2023-03-26 | Rollup merge of #109619 - compiler-errors:new-solver-still-further-specializa... | Matthias Krüger | -0/+108 |
| 2023-03-26 | Rollup merge of #109595 - GuillaumeGomez:improve-gui-test-auto-hide-trait, r=... | Matthias Krüger | -13/+47 |
| 2023-03-26 | Auto merge of #106428 - saethlin:inline-diverging-functions, r=cjgillot | bors | -74/+711 |
| 2023-03-26 | rustdoc: tweak `some variants omitted` | Ezra Shaw | -0/+11 |
| 2023-03-26 | transmute test | Michael Goulet | -0/+61 |
| 2023-03-25 | Still-further-specializable projections are ambiguous | Michael Goulet | -0/+47 |
| 2023-03-25 | Ignore the unwrap_unchecked test on wasm32-unknown-unknown | Ben Kimock | -3/+4 |
| 2023-03-25 | fix type suggestions in match arms | Lukas Markeffsky | -1/+32 |
| 2023-03-25 | Auto merge of #109474 - nikic:llvm-16-again, r=cuviper | bors | -3/+3 |
| 2023-03-25 | Improve "Auto-hide trait implementation documentation" GUI test | Guillaume Gomez | -13/+47 |
| 2023-03-25 | Rollup merge of #109570 - GuillaumeGomez:add-gui-test, r=notriddle | Matthias Krüger | -0/+48 |
| 2023-03-25 | Rollup merge of #109545 - compiler-errors:rpitit-wf, r=eholk | Matthias Krüger | -11/+36 |
| 2023-03-25 | Rollup merge of #109355 - chenyukang:yukang/fix-108470, r=compiler-errors | Matthias Krüger | -0/+85 |
| 2023-03-24 | Auto merge of #107932 - petrochenkov:onlyexport, r=jyn514 | bors | -0/+13 |
| 2023-03-25 | Emits suggestions for expressions with parentheses or not separately | Mu001999 | -11/+15 |
| 2023-03-24 | Add GUI test for "Auto-hide item methods' documentation" setting | Guillaume Gomez | -0/+48 |
| 2023-03-24 | Auto merge of #109220 - nikic:poison, r=cuviper | bors | -1/+1 |
| 2023-03-24 | Put back `is_derive_trait_collision` check | Guillaume Gomez | -0/+22 |
| 2023-03-24 | Update UI tests for primitive type ambiguity error renaming | Guillaume Gomez | -25/+25 |
| 2023-03-24 | Add regression tests for #108653 | Guillaume Gomez | -25/+416 |
| 2023-03-24 | Use independent suggestions | Mu42 | -3/+11 |