| Age | Commit message (Expand) | Author | Lines |
| 2021-08-25 | Auto merge of #85499 - jackh726:assoc-type-norm-rebase, r=nikomatsakis | bors | -286/+597 |
| 2021-08-25 | Bless NLL compare mode | jackh726 | -2/+2 |
| 2021-08-25 | Auto merge of #88329 - LeSeulArtichaut:rollup-blg8hc0, r=LeSeulArtichaut | bors | -33/+311 |
| 2021-08-25 | Rollup merge of #88314 - spastorino:type-of-a-let-tait-test, r=oli-obk | Léo Lanteri Thauvin | -0/+142 |
| 2021-08-25 | Rollup merge of #88226 - steffahn:an_rc, r=michaelwoerister | Léo Lanteri Thauvin | -1/+1 |
| 2021-08-25 | Rollup merge of #88196 - asquared31415:named-asm-labels-refactor, r=Amanieu | Léo Lanteri Thauvin | -32/+159 |
| 2021-08-25 | Rollup merge of #87944 - oconnor663:as_array_of_cells, r=scottmcm | Léo Lanteri Thauvin | -0/+9 |
| 2021-08-25 | Auto merge of #87937 - LeSeulArtichaut:active-if-let-guards, r=nagisa | bors | -18/+12 |
| 2021-08-25 | Auto merge of #87875 - asquared31415:generic-lang-items, r=cjgillot | bors | -80/+131 |
| 2021-08-25 | Auto merge of #84333 - tmiasko:liveness-yield, r=tmandry | bors | -20/+96 |
| 2021-08-24 | Also ignore typeoutlives predicates | jackh726 | -0/+30 |
| 2021-08-24 | Normalize associated types with bound vars | Jack Huey | -284/+565 |
| 2021-08-24 | Add type of a let tait test impl trait straight in let | Santiago Pastorino | -0/+46 |
| 2021-08-24 | Add type of a let tait test | Santiago Pastorino | -0/+96 |
| 2021-08-24 | Auto merge of #88271 - sexxi-goose:liveness, r=nikomatsakis | bors | -33/+4 |
| 2021-08-24 | Auto merge of #88266 - nikomatsakis:issue-87879, r=jackh726 | bors | -0/+34 |
| 2021-08-24 | Auto merge of #87472 - inquisitivecrystal:stabilize-force-warn, r=Mark-Simula... | bors | -18/+14 |
| 2021-08-24 | Update tests | inquisitivecrystal | -18/+14 |
| 2021-08-24 | Auto merge of #87900 - jackh726:issue-87429, r=nikomatsakis | bors | -0/+120 |
| 2021-08-24 | Move `named_asm_labels` to a HIR lint | asquared31415 | -32/+159 |
| 2021-08-24 | Improve liveness analysis for generators | Tomasz Miąsko | -20/+96 |
| 2021-08-24 | Auto merge of #87739 - Aaron1011:remove-used-attrs, r=wesleywiser | bors | -971/+453 |
| 2021-08-24 | Auto merge of #85556 - FabianWolff:issue-85071, r=estebank,jackh726 | bors | -0/+109 |
| 2021-08-24 | Also fix “a RwLock*” | Frank Steffahn | -1/+1 |
| 2021-08-23 | Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnay | bors | -8/+27 |
| 2021-08-23 | 2229: Consider varaiables mentioned in closure as used | Aman Arora | -33/+4 |
| 2021-08-23 | fix test | Niko Matsakis | -0/+1 |
| 2021-08-23 | Add comment and extra test | jackh726 | -7/+31 |
| 2021-08-23 | Add a couple more tests | jackh726 | -0/+81 |
| 2021-08-23 | When checking associated type bounds, use bound vars for GAT params in param_env | jackh726 | -0/+15 |
| 2021-08-23 | Auto merge of #88265 - m-ou-se:rollup-soymv20, r=m-ou-se | bors | -15/+212 |
| 2021-08-23 | add trailing newline | Niko Matsakis | -1/+1 |
| 2021-08-23 | select obligations after `check_casts` | liudingming | -0/+33 |
| 2021-08-23 | Rollup merge of #88232 - m-ou-se:macro-name-imported-but-not-macro, r=estebank | Mara Bos | -1/+198 |
| 2021-08-23 | Rollup merge of #88230 - steffahn:a_an, r=oli-obk | Mara Bos | -14/+14 |
| 2021-08-23 | Auto merge of #87676 - sexxi-goose:truncate_unique, r=nikomatsakis | bors | -16/+16 |
| 2021-08-23 | Improve wording of macro-not-found-but-name-exists note. | Mara Bos | -2/+2 |
| 2021-08-23 | Show what things are, but also what they are not. | Mara Bos | -7/+7 |
| 2021-08-23 | Don't confuse the user with notes about tool modules. | Mara Bos | -8/+0 |
| 2021-08-23 | Clarify what attribute and derive macros look like. | Mara Bos | -6/+6 |
| 2021-08-23 | Say what things are, instead of what they are not. | Mara Bos | -32/+50 |
| 2021-08-23 | Silence confusing 'unused import' warnings. | Mara Bos | -39/+18 |
| 2021-08-23 | Update tests. | Mara Bos | -1/+26 |
| 2021-08-23 | Add tests for macro-not-found diagnostics. | Mara Bos | -44/+183 |
| 2021-08-23 | Add test for macro-not-found-but-name-imported-here note. | Mara Bos | -0/+44 |
| 2021-08-23 | Auto merge of #87661 - FabianWolff:issue-87461, r=estebank | bors | -0/+50 |
| 2021-08-23 | Detect incorrect number of lang item generics | asquared31415 | -80/+131 |
| 2021-08-23 | add Cell::as_array_of_cells, similar to Cell::as_slice_of_cells | Jack O'Connor | -0/+9 |
| 2021-08-23 | Auto merge of #88210 - spastorino:diff-lifetimes-def-use-test, r=oli-obk | bors | -0/+29 |
| 2021-08-22 | Rollup merge of #88229 - m-ou-se:macro-suggest-right-kind, r=estebank | Guillaume Gomez | -0/+52 |