| Age | Commit message (Expand) | Author | Lines |
| 2022-02-12 | Bless nll tests. | Camille GILLOT | -27/+19 |
| 2022-02-12 | Inherit lifetimes for async fn instead of duplicating them. | Camille GILLOT | -163/+114 |
| 2022-02-11 | Add 2 tests | Matthias Krüger | -0/+46 |
| 2022-02-11 | Rollup merge of #93909 - saschanaz:patch-2, r=petrochenkov | Matthias Krüger | -8/+8 |
| 2022-02-11 | Rollup merge of #93868 - Amanieu:asm_reg_conflict, r=cjgillot | Matthias Krüger | -0/+30 |
| 2022-02-11 | Rollup merge of #93782 - adamgemmell:dev/adagem01/split-pauth, r=Amanieu | Matthias Krüger | -0/+68 |
| 2022-02-11 | Rollup merge of #93660 - aDotInTheVoid:rustdoc-type-tests, r=CraftSpider | Matthias Krüger | -0/+82 |
| 2022-02-11 | Rollup merge of #91607 - FabianWolff:issue-91560-const-span, r=jackh726 | Matthias Krüger | -14/+77 |
| 2022-02-11 | use body.tainted_by_error to skip loading MIR | Michael Goulet | -16/+3 |
| 2022-02-11 | fix tests, add new tests checking borrowck CFTE ICE | Michael Goulet | -40/+23 |
| 2022-02-11 | Auto merge of #93893 - oli-obk:sad_revert, r=oli-obk | bors | -2288/+1607 |
| 2022-02-11 | Fix typo: explicitely->explicitly | Kagami Sascha Rosylight | -8/+8 |
| 2022-02-11 | Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis" | Oli Scherer | -2149/+1611 |
| 2022-02-11 | Revert "Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk" | Oli Scherer | -62/+11 |
| 2022-02-11 | Revert "Fix regression from lazy opaque types" | Oli Scherer | -94/+2 |
| 2022-02-10 | only mark projection as ambiguous if GAT substs are constrained | Michael Goulet | -10/+37 |
| 2022-02-11 | Rollup merge of #93861 - JulianKnodt:notraitace, r=wesleywiser | Matthias Krüger | -0/+76 |
| 2022-02-11 | Rollup merge of #93852 - GuillaumeGomez:remove-multi-query, r=jsha | Matthias Krüger | -10/+0 |
| 2022-02-10 | Rebase | Charisee | -32/+0 |
| 2022-02-10 | replace feature expression (cfg_panic) in lib and remove expression from tests | Charisee | -4/+2 |
| 2022-02-10 | Fix switch on discriminant detection in a presence of coverage counters | Tomasz Miąsko | -0/+16 |
| 2022-02-10 | Fix incorrect register conflict detection in asm! | Amanieu d'Antras | -0/+30 |
| 2022-02-10 | Fix ICE if no trait assoc const eq | kadmin | -0/+76 |
| 2022-02-10 | Split PAuth target feature | Adam Gemmell | -0/+68 |
| 2022-02-10 | Remove support for multi-query search | Guillaume Gomez | -10/+0 |
| 2022-02-10 | Rollup merge of #93830 - camelid:cleanup-section-code, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2022-02-10 | Rollup merge of #93824 - Amanieu:stable_cfg_target_has_atomic, r=davidtwco | Matthias Krüger | -392/+72 |
| 2022-02-10 | Rollup merge of #93808 - GuillaumeGomez:headings-indent, r=jsha | Matthias Krüger | -45/+6 |
| 2022-02-10 | Rollup merge of #93802 - lcnr:mcg-woops, r=BoxyUwU | Matthias Krüger | -0/+29 |
| 2022-02-09 | rustdoc: fix spacing of non-toggled impl blocks | Jacob Hoffman-Andrews | -1/+20 |
| 2022-02-10 | fix min_const_generics oversight | lcnr | -0/+29 |
| 2022-02-09 | Rollup merge of #93753 - jeremyBanks:main-conflict, r=petrochenkov | Matthias Krüger | -0/+35 |
| 2022-02-09 | Rollup merge of #93503 - michaelwoerister:fix-vtable-holder-debuginfo-regress... | Matthias Krüger | -26/+49 |
| 2022-02-09 | Rollup merge of #91504 - cynecx:used_retain, r=nikic | Matthias Krüger | -0/+89 |
| 2022-02-09 | Title-case trait aliases section for consistency | Noah Lev | -1/+1 |
| 2022-02-09 | Stabilize cfg_target_has_atomic | Amanieu d'Antras | -392/+72 |
| 2022-02-09 | Suggest collecting into `Vec<_>` when collecting into `[_]` | Michael Goulet | -0/+41 |
| 2022-02-09 | rustdoc-json: Add some tests for `typealias` item | Nixon Enraght-Moony | -0/+82 |
| 2022-02-09 | Update rustdoc tests for headings indent | Guillaume Gomez | -45/+6 |
| 2022-02-09 | Move tests into attributes directory to pacify tidy | Nikita Popov | -0/+0 |
| 2022-02-09 | Add tracking issue | Nikita Popov | -0/+2 |
| 2022-02-09 | Auto merge of #92306 - Aaron1011:opaque-type-op, r=oli-obk | bors | -11/+62 |
| 2022-02-09 | Rollup merge of #93751 - eholk:issue-93648-drop-tracking-projection, r=tmiasko | Yuki Okushi | -0/+12 |
| 2022-02-09 | Rollup merge of #93746 - cjgillot:nodefii, r=nikomatsakis | Yuki Okushi | -4/+6 |
| 2022-02-09 | Rollup merge of #93694 - jsha:font-sizes-spacing, r=GuillaumeGomez | Yuki Okushi | -46/+44 |
| 2022-02-09 | Auto merge of #93778 - matthiaskrgr:rollup-yfngdao, r=matthiaskrgr | bors | -12/+166 |
| 2022-02-08 | add more tests and make used(linker/compiler) mutually exclusive | cynecx | -4/+53 |
| 2022-02-08 | Add some known GAT bugs as tests | Jack Huey | -0/+450 |
| 2022-02-08 | Improve opaque type higher-ranked region error message under NLL | Aaron Hill | -11/+62 |
| 2022-02-08 | Fix regression from lazy opaque types | Oli Scherer | -2/+94 |