| Age | Commit message (Expand) | Author | Lines |
| 2022-03-05 | Do not point at whole file missing `fn main` | Esteban Kuber | -86/+45 |
| 2022-03-04 | Change `rustc_deprecated` to use `note` | Jacob Pratt | -139/+139 |
| 2022-03-04 | Update use_suggestion_placement.rs test, removing the FIXME that this PR fixes. | Felix S. Klock II | -13/+5 |
| 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-03 | add tests for metadata for unsized generics and opaques | Michael Goulet | -0/+62 |
| 2022-03-03 | opaque types may also be sized | Michael Goulet | -3/+20 |
| 2022-03-03 | type parameters have unit metadata if they are sized | Michael Goulet | -0/+12 |
| 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 | Generalize `get_nullable_type` to allow types where null is all-ones. | Dan Gohman | -2/+2 |
| 2022-03-03 | Adjusted diagnostic output so that if there is no `use` in a item sequence, | Felix S. Klock II | -2/+104 |
| 2022-03-03 | Associate multiple with a crate too. | Felix S. Klock II | -2/+2 |
| 2022-03-03 | Emit `unused_attributes` if a level attr only has a reason | xFrednet | -9/+81 |
| 2022-03-03 | Auto merge of #94571 - matthiaskrgr:rollup-4ul5ydb, r=matthiaskrgr | bors | -0/+20 |
| 2022-03-03 | Tweak move error | Esteban Kuber | -59/+94 |
| 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 | Add -Z oom={panic,abort} command-line option | Amanieu d'Antras | -0/+22 |
| 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 |
| 2022-03-02 | Test `expect` with `forbid` and fix doc errors (RFC-2383) | xFrednet | -6/+119 |
| 2022-03-02 | Expect each lint in attribute individually (RFC-2383) | xFrednet | -42/+97 |
| 2022-03-02 | Add UI tests for the `expect` attribute (RFC-2383) | xFrednet | -0/+422 |
| 2022-03-02 | Auto merge of #94514 - matthiaskrgr:rollup-pdzn82h, r=matthiaskrgr | bors | -0/+210 |
| 2022-03-02 | Rollup merge of #94464 - kckeiks:lifetime-elision-mismatch-hint-for-traits, r... | Matthias Krüger | -0/+210 |