| Age | Commit message (Expand) | Author | Lines |
| 2022-03-06 | Auto merge of #90076 - jackh726:wherethewhere, r=nikomatsakis | bors | -127/+171 |
| 2022-03-05 | Auto merge of #94648 - RalfJung:rollup-4iorcrd, r=RalfJung | bors | -0/+18 |
| 2022-03-05 | Update new tests | Jack Huey | -27/+5 |
| 2022-03-05 | Review changes | Jack Huey | -44/+106 |
| 2022-03-05 | Change to lint | Jack Huey | -12/+18 |
| 2022-03-05 | Change syntax for TyAlias where clauses | Jack Huey | -98/+96 |
| 2022-03-05 | Rollup merge of #94633 - TaKO8Ki:suggest-removing-semicolon-after-derive-attr... | Ralf Jung | -0/+18 |
| 2022-03-05 | Auto merge of #92123 - m-ou-se:thread-local-cell-methods, r=joshtriplett | bors | -63/+120 |
| 2022-03-06 | suggest removing a semicolon after derive attributes | Takayuki Maeda | -0/+18 |
| 2022-03-05 | Improve unexpected_cfgs lint when their is no value expected | Loïc BRANSTETT | -4/+22 |
| 2022-03-05 | Update tests. | Mara Bos | -63/+120 |
| 2022-03-05 | Auto merge of #94634 - Dylan-DPC:rollup-8wx1yrj, r=Dylan-DPC | bors | -69/+61 |
| 2022-03-05 | Rollup merge of #94626 - marmeladema:issue-47511-known-bug, r=jackh726 | Dylan DPC | -4/+5 |
| 2022-03-05 | Rollup merge of #94624 - estebank:regression-94508, r=Dylan-DPC | Dylan DPC | -27/+15 |
| 2022-03-05 | Rollup merge of #94460 - eholk:reenable-drop-tracking-tests, r=tmiasko | Dylan DPC | -38/+41 |
| 2022-03-05 | Auto merge of #93142 - estebank:missing-main, r=wesleywiser | bors | -86/+45 |
| 2022-03-05 | Do not point at whole file missing `fn main` | Esteban Kuber | -86/+45 |
| 2022-03-04 | Rollup merge of #94596 - compiler-errors:delay-adjustment-duplicate, r=estebank | Dylan DPC | -1/+42 |
| 2022-03-04 | Rollup merge of #94595 - TaKO8Ki:fix-invalid-unresolved-imports-errors-for-as... | Dylan DPC | -0/+28 |
| 2022-03-04 | Rollup merge of #94362 - Urgau:check-cfg-values, r=petrochenkov | Dylan DPC | -3/+75 |
| 2022-03-04 | Add known-bug directive to issue #47511 test case | marmeladema | -4/+5 |
| 2022-03-04 | Downgrade `#[test]` on macro call to warning | Esteban Kuber | -27/+15 |
| 2022-03-04 | Distinguish binding assignments, use Ty::needs_drop | Eric Holk | -0/+19 |
| 2022-03-04 | Rollup merge of #94593 - estebank:issue-94510, r=davidtwco | Matthias Krüger | -0/+23 |
| 2022-03-04 | Rollup merge of #94236 - reez12g:add_track_caller_87707, r=yaahc | Matthias Krüger | -0/+18 |
| 2022-03-04 | Add well known values to --check-cfg implementation | Loïc BRANSTETT | -1/+75 |
| 2022-03-04 | Auto merge of #94096 - cjgillot:ensure-stability, r=lcnr | bors | -378/+425 |
| 2022-03-04 | fix invalid `unresolved imports` errors the asterisk wildcard syntax causes | Takayuki Maeda | -0/+28 |
| 2022-03-03 | delay bug instead of skipping check_expr | Michael Goulet | -1/+42 |
| 2022-03-03 | Add #[track_caller] to track callers when initializing poisoned Once | reez12g | -0/+18 |
| 2022-03-04 | Do not recover from `Ty?` in macro parsing | Esteban Kuber | -0/+23 |
| 2022-03-04 | Rollup merge of #93913 - bjorn3:remove_everybody_loops, r=jackh726 | Dylan DPC | -67/+0 |
| 2022-03-03 | Auto merge of #94571 - matthiaskrgr:rollup-4ul5ydb, r=matthiaskrgr | bors | -0/+20 |
| 2022-03-03 | Rollup merge of #94554 - Urgau:stmt-node-id-ice, r=petrochenkov | Matthias Krüger | -0/+20 |
| 2022-03-03 | Bless nll tests. | Camille GILLOT | -2/+2 |
| 2022-03-03 | Auto merge of #87835 - xFrednet:rfc-2383-expect-attribute-with-ids, r=wesleyw... | bors | -0/+590 |
| 2022-03-03 | Cleanup feature gates. | Camille GILLOT | -267/+231 |
| 2022-03-03 | Gate stability attrs with other attributes. | Camille GILLOT | -107/+175 |
| 2022-03-03 | Remove the everybody loops pass | bjorn3 | -67/+0 |
| 2022-03-03 | Bless test. | Camille GILLOT | -2/+17 |
| 2022-03-03 | Auto merge of #94512 - RalfJung:sdiv-ub, r=oli-obk | bors | -59/+53 |
| 2022-03-03 | Add support for values() with --check-cfg | Loïc BRANSTETT | -4/+2 |
| 2022-03-03 | Fix invalid lint_node_id being put on a removed stmt | Loïc BRANSTETT | -0/+20 |
| 2022-03-03 | Rollup merge of #94529 - GuillaumeGomez:unused-doc-comments-blocks, r=estebank | Dylan DPC | -1/+41 |
| 2022-03-03 | Rollup merge of #94433 - Urgau:check-cfg-allowness, r=petrochenkov | Dylan DPC | -0/+62 |
| 2022-03-03 | Rollup merge of #94375 - WaffleLapkin:copy-suggestion, r=estebank | Dylan DPC | -0/+310 |
| 2022-03-02 | Update unused_doc_comments ui test | Guillaume Gomez | -1/+41 |
| 2022-03-02 | Update test output. | Mara Bos | -4/+6 |
| 2022-03-02 | Add more tests for mismatched Option/Result return types. | Mara Bos | -8/+68 |
| 2022-03-02 | Use Vec for expectations to have a constant order (RFC-2383) | xFrednet | -19/+19 |