| Age | Commit message (Expand) | Author | Lines |
| 2022-07-08 | Auto merge of #98816 - estebank:implicit-sized, r=oli-obk | bors | -26/+53 |
| 2022-07-08 | Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiser | bors | -14/+30 |
| 2022-07-08 | Auto merge of #99054 - Dylan-DPC:rollup-0zuhhds, r=Dylan-DPC | bors | -140/+337 |
| 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 | -14/+80 |
| 2022-07-08 | Rollup merge of #98657 - compiler-errors:rustc-const-eval-session-diagnostic-... | Dylan DPC | -89/+187 |
| 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 | -206/+242 |
| 2022-07-08 | Auto merge of #98638 - bjorn3:less_string_interning, r=tmiasko | bors | -96/+103 |
| 2022-07-08 | Rollup merge of #99019 - pierwill:doc-mir-statement, r=cjgillot | Matthias Krüger | -1/+4 |
| 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 #95635 - davidtwco:terminal-width-stabilization, r=oli-obk | Matthias Krüger | -23/+35 |
| 2022-07-08 | Highlight conflicting param-env candidates | Michael Goulet | -14/+80 |
| 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/+15 |
| 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 | -10/+9 |
| 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 | -42/+289 |
| 2022-07-07 | Auto merge of #99024 - matthiaskrgr:rollup-8ygpcpg, r=matthiaskrgr | bors | -111/+116 |
| 2022-07-07 | Wording tweak | Esteban Küber | -8/+21 |
| 2022-07-07 | Fix label on uninit binding field assignment | Esteban Küber | -24/+25 |
| 2022-07-07 | Avoid misleading message/label in `match-cfg-fake-edges.rs` test | Esteban Küber | -23/+41 |
| 2022-07-07 | Review comments: wording | Esteban Küber | -29/+40 |
| 2022-07-07 | Tweak wording and spans | Esteban Küber | -24/+68 |
| 2022-07-07 | On partial uninit error point at where we need init | Esteban Küber | -44/+204 |
| 2022-07-07 | Track `WellFormed` obligations with an appropriate cause, instead of `MiscObl... | Esteban Küber | -14/+14 |
| 2022-07-07 | Track implicit `Sized` obligations in type params | Esteban Küber | -12/+39 |
| 2022-07-07 | Rollup merge of #99002 - fee1-dead-contrib:sugg_derive, r=michaelwoerister | Matthias Krüger | -4/+10 |
| 2022-07-07 | Rollup merge of #98986 - pierwill:patch-5, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-07-07 | Rollup merge of #98979 - RalfJung:more-alloc-range, r=oli-obk | Matthias Krüger | -62/+53 |
| 2022-07-07 | Rollup merge of #98844 - cjgillot:deep-visit, r=jyn514 | Matthias Krüger | -44/+52 |
| 2022-07-07 | Auto merge of #95573 - cjgillot:lower-query, r=michaelwoerister | bors | -393/+462 |
| 2022-07-07 | Add doc comments in `rustc_middle::mir` | pierwill | -1/+4 |
| 2022-07-07 | Auto merge of #99014 - Dylan-DPC:rollup-n84y0jk, r=Dylan-DPC | bors | -336/+484 |
| 2022-07-07 | Reword comments and rename HIR visiting methods. | Camille GILLOT | -44/+52 |
| 2022-07-07 | Rollup merge of #98981 - pierwill:pierwill/dataflow-docs-edits, r=Dylan-DPC | Dylan DPC | -8/+8 |
| 2022-07-07 | Rollup merge of #98930 - tmiasko:pub-basic-blocks, r=oli-obk | Dylan DPC | -229/+228 |
| 2022-07-07 | Rollup merge of #98901 - davidtwco:split-dwarf-incr-workproduct, r=michaelwoe... | Dylan DPC | -80/+122 |
| 2022-07-07 | Rollup merge of #98507 - xFrednet:rfc-2383-manual-expectation-magic, r=wesley... | Dylan DPC | -1/+44 |
| 2022-07-07 | Rollup merge of #97711 - Nilstrieb:rustc-arena-ub, r=wesleywiser | Dylan DPC | -12/+39 |
| 2022-07-07 | Rollup merge of #96856 - DrMeepster:fix_projection_validation, r=Icnr | Dylan DPC | -6/+43 |
| 2022-07-07 | Auto merge of #98675 - eddyb:cg-array-literal, r=nikic | bors | -1/+6 |