| Age | Commit message (Expand) | Author | Lines |
| 2021-12-29 | Add a pretty printer test of impl<T> const Trait | David Tolnay | -0/+6 |
| 2021-12-29 | Rollup merge of #92372 - dtolnay:fntype, r=jackh726 | Matthias Krüger | -1/+1 |
| 2021-12-29 | Rollup merge of #92371 - dtolnay:attrblock, r=oli-obk | Matthias Krüger | -12/+12 |
| 2021-12-29 | Rollup merge of #92351 - TmLev:master, r=GuillaumeGomez | Matthias Krüger | -0/+21 |
| 2021-12-29 | Rollup merge of #92340 - camelid:search-index-cleanup, r=GuillaumeGomez | Matthias Krüger | -0/+11 |
| 2021-12-29 | Rollup merge of #92237 - compiler-errors:issue-92100, r=cjgillot | Matthias Krüger | -0/+46 |
| 2021-12-29 | Rollup merge of #92118 - jackh726:type-alias-position-error, r=petrochenkov | Matthias Krüger | -0/+77 |
| 2021-12-28 | Add regression test for #59502 | Noah Lev | -0/+11 |
| 2021-12-28 | Print space after formal generic params in fn type | David Tolnay | -1/+1 |
| 2021-12-28 | Remove pretty printer space inside block with only outer attrs | David Tolnay | -12/+12 |
| 2021-12-28 | Parse and suggest moving where clauses after equals for type aliases | Jack Huey | -0/+77 |
| 2021-12-28 | Rollup merge of #92333 - compiler-errors:elided-lifetime-spans, r=cjgillot | Matthias Krüger | -3/+80 |
| 2021-12-28 | Rollup merge of #92238 - dtolnay:stringifytest, r=Mark-Simulacrum | Matthias Krüger | -0/+879 |
| 2021-12-28 | docs(error-codes): Add long error explanation for E0227 | TmLev | -0/+21 |
| 2021-12-27 | Tighten span when suggesting lifetime on path | Michael Goulet | -3/+80 |
| 2021-12-27 | Rollup merge of #92307 - hiroshi-maybe:fix-minor-typos, r=camelid | Matthias Krüger | -1/+1 |
| 2021-12-27 | Rollup merge of #92303 - Patrick-Poitras:issue-26186, r=jackh726 | Matthias Krüger | -0/+62 |
| 2021-12-27 | Rollup merge of #92112 - SparrowLii:issue92010, r=cjgillot | Matthias Krüger | -0/+24 |
| 2021-12-27 | Rollup merge of #90586 - jswrenn:relax-privacy-lints, r=petrochenkov | Matthias Krüger | -81/+320 |
| 2021-12-27 | Visit patterns' literal expressions before binding new idents | Michael Goulet | -0/+46 |
| 2021-12-26 | fix typo: intialized -> initialized | Hiroshi Kori | -1/+1 |
| 2021-12-27 | relax priv-in-pub lint on generic bounds and where clauses in trait impls | Jack Wrenn | -81/+320 |
| 2021-12-26 | Add test cases for issue #26186 | PFPoitras | -0/+62 |
| 2021-12-25 | bless ui test | Deadbeef | -1/+16 |
| 2021-12-25 | normalize env constness for nested obligations | Deadbeef | -0/+14 |
| 2021-12-24 | Auto merge of #91342 - RalfJung:fn-abi, r=eddyb,oli-obk | bors | -2/+2 |
| 2021-12-23 | Fix tidy line length lint in stringify tests | David Tolnay | -4/+16 |
| 2021-12-23 | Format with rust-lang/rust's rustfmt settings | David Tolnay | -41/+14 |
| 2021-12-23 | Add a test suite for stringify macro | David Tolnay | -0/+894 |
| 2021-12-23 | Rollup merge of #92166 - fee1-dead:patch-2, r=jyn514 | Matthias Krüger | -1/+1 |
| 2021-12-23 | Auto merge of #92155 - m-ou-se:panic-fn, r=eddyb | bors | -14/+14 |
| 2021-12-23 | Rollup merge of #91544 - rukai:91492, r=wesleywiser | Matthias Krüger | -0/+79 |
| 2021-12-22 | Fixed a small typo in ui test comments | fee1-dead | -1/+1 |
| 2021-12-21 | Auto merge of #92149 - fee1-dead:cache-fix, r=oli-obk | bors | -0/+29 |
| 2021-12-21 | Use panic() instead of panic!() in some places in core. | Mara Bos | -14/+14 |
| 2021-12-21 | Rollup merge of #91770 - TaKO8Ki:suggest-adding-cfg-test, r=joshtriplett | Matthias Krüger | -0/+234 |
| 2021-12-21 | Fix bad caching of `~const Drop` bounds | Deadbeef | -0/+29 |
| 2021-12-20 | Fixup tests for issue-86035 | Michael Goulet | -4/+4 |
| 2021-12-20 | Test for issue-86035 | Michael Goulet | -0/+97 |
| 2021-12-20 | compare calling convention instead of call ABI | Ralf Jung | -2/+2 |
| 2021-12-20 | Auto merge of #92041 - Aaron1011:remove-speculative-evaluation, r=jackh726 | bors | -0/+34 |
| 2021-12-20 | Auto merge of #91900 - pitaj:fix-91714, r=jyn514 | bors | -39/+18 |
| 2021-12-20 | add test files | SparrowLii | -0/+24 |
| 2021-12-19 | Rollup merge of #91791 - terrarier2111:fix-float-ice, r=nagisa | Matthias Krüger | -0/+29 |
| 2021-12-19 | Fix an ICE when lowering a float with missing exponent magnitude | threadexception | -0/+29 |
| 2021-12-19 | Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk | bors | -1/+1 |
| 2021-12-19 | Rollup merge of #91956 - notriddle:notriddle/unused-parens-range, r=nagisa | Matthias Krüger | -0/+48 |
| 2021-12-19 | Rollup merge of #91834 - GuillaumeGomez:improve-gui-test-readability, r=jsha | Matthias Krüger | -66/+278 |
| 2021-12-18 | Auto merge of #92065 - matthiaskrgr:rollup-qmpcsuj, r=matthiaskrgr | bors | -4/+53 |
| 2021-12-18 | Auto merge of #92064 - matthiaskrgr:rollup-tgj2pai, r=matthiaskrgr | bors | -20/+20 |