| Age | Commit message (Expand) | Author | Lines |
| 2022-07-09 | Cut down large comment about zero-variant enums. | Nicholas Nethercote | -49/+3 |
| 2022-07-09 | Avoid transposes in deriving code. | Nicholas Nethercote | -218/+183 |
| 2022-07-09 | Remove `FieldInfo::attrs`. | Nicholas Nethercote | -18/+14 |
| 2022-07-09 | Rename `FieldInfo` fields. | Nicholas Nethercote | -45/+59 |
| 2022-07-09 | Clarify args terminology. | Nicholas Nethercote | -109/+147 |
| 2022-07-08 | Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser | bors | -187/+116 |
| 2022-07-08 | Auto merge of #99054 - Dylan-DPC:rollup-0zuhhds, r=Dylan-DPC | bors | -145/+372 |
| 2022-07-08 | Only register hidden types for opaque types from the current crate, nothing e... | Oli Scherer | -1/+2 |
| 2022-07-08 | Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer... | Dylan DPC | -19/+114 |
| 2022-07-08 | Rollup merge of #98657 - compiler-errors:rustc-const-eval-session-diagnostic-... | Dylan DPC | -89/+188 |
| 2022-07-08 | Rollup merge of #98654 - nnethercote:pest-2.1.3-opt, r=pnkfelix | Dylan DPC | -17/+10 |
| 2022-07-08 | Rollup merge of #98533 - jyn514:drop-tracking-debugging, r=eholk | Dylan DPC | -20/+60 |
| 2022-07-08 | Auto merge of #98758 - nnethercote:more-derive-output-improvements, r=Mark-Si... | bors | -568/+655 |
| 2022-07-08 | Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko | bors | -96/+103 |
| 2022-07-08 | Auto merge of #99047 - matthiaskrgr:rollup-01vn70s, r=matthiaskrgr | bors | -665/+707 |
| 2022-07-08 | Rollup merge of #99026 - anall:buffix/clippy-9131, r=xFrednet | Matthias Krüger | -2/+8 |
| 2022-07-08 | Rollup merge of #99019 - pierwill:doc-mir-statement, r=cjgillot | Matthias Krüger | -1/+4 |
| 2022-07-08 | Rollup merge of #98798 - jyn514:download-rustc-cached, r=Mark-Simulacrum | Matthias Krüger | -1/+3 |
| 2022-07-08 | Rollup merge of #98795 - jackh726:lexical_region_resolve_cleanup, r=compiler-... | Matthias Krüger | -599/+585 |
| 2022-07-08 | Rollup merge of #98718 - yoshuawuyts:stabilize-into-future, r=yaahc | Matthias Krüger | -16/+6 |
| 2022-07-08 | Rollup merge of #95635 - davidtwco:terminal-width-stabilization, r=oli-obk | Matthias Krüger | -46/+101 |
| 2022-07-08 | Highlight conflicting param-env candidates | Michael Goulet | -19/+114 |
| 2022-07-08 | simplify plurals in fluent messages using hir::ConstContext | Michael Goulet | -22/+6 |
| 2022-07-08 | Migrate MutDeref, TransientMutBorrow diagnostics | Michael Goulet | -19/+69 |
| 2022-07-08 | Migrate PanicNonStr, RawPtrComparison, RawPtrToInt diagnostics | Michael Goulet | -23/+41 |
| 2022-07-08 | Migrate StaticAccess diagnostic | Michael Goulet | -20/+32 |
| 2022-07-08 | Implement IntoDiagnosticArg for hir::ConstContext | Michael Goulet | -0/+16 |
| 2022-07-08 | Migrate NonConstOp diagnostic | Michael Goulet | -7/+12 |
| 2022-07-08 | Migrate unstable-in-stable diagnostic | Michael Goulet | -20/+30 |
| 2022-07-08 | Use dashes instead of underscores in fluent names | Michael Goulet | -4/+8 |
| 2022-07-08 | Auto merge of #98482 - cjgillot:short-struct-span-closure, r=estebank | bors | -1362/+978 |
| 2022-07-07 | Move code from rustc_trait_selection/opaque_types to better places | Jack Huey | -549/+542 |
| 2022-07-07 | Move is_free and is_free_or_static to Region, change resolve_var to resolve_r... | Jack Huey | -50/+43 |
| 2022-07-07 | Auto merge of #98360 - estebank:uninit-binding, r=oli-obk | bors | -445/+1060 |
| 2022-07-07 | Auto merge of #99024 - matthiaskrgr:rollup-8ygpcpg, r=matthiaskrgr | bors | -236/+343 |
| 2022-07-07 | fix arm test | Esteban Küber | -6/+10 |
| 2022-07-07 | Add test for and fix rust-lang/rust-clippy#9131 | Andrea Nall | -2/+8 |
| 2022-07-07 | Wording tweak | Esteban Küber | -26/+45 |
| 2022-07-07 | Fix label on uninit binding field assignment | Esteban Küber | -30/+31 |
| 2022-07-07 | Avoid misleading message/label in `match-cfg-fake-edges.rs` test | Esteban Küber | -25/+46 |
| 2022-07-07 | Add test for `for` loop maybe initializing binding | Esteban Küber | -0/+20 |
| 2022-07-07 | Review comments: wording | Esteban Küber | -60/+74 |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -326/+368 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -441/+935 |
| 2022-07-07 | Rollup merge of #99017 - GuillaumeGomez:rustdoc-ending-enum, r=notriddle | Matthias Krüger | -17/+23 |
| 2022-07-07 | Rollup merge of #99004 - TaKO8Ki:add-test-for-70408, r=Mark-Simulacrum | Matthias Krüger | -0/+13 |
| 2022-07-07 | Rollup merge of #99002 - fee1-dead-contrib:sugg_derive, r=michaelwoerister | Matthias Krüger | -9/+15 |
| 2022-07-07 | Rollup merge of #98995 - TaKO8Ki:add-test-for-80471, r=Mark-Simulacrum | Matthias Krüger | -0/+31 |
| 2022-07-07 | Rollup merge of #98994 - kons-9:dont_use_process_exit, r=jyn514 | Matthias Krüger | -41/+48 |
| 2022-07-07 | Rollup merge of #98986 - pierwill:patch-5, r=oli-obk | Matthias Krüger | -1/+1 |