| Age | Commit message (Expand) | Author | Lines |
| 2023-11-21 | Restore closure-kind error messages | Michael Goulet | -3/+47 |
| 2023-11-21 | Remove ClosureKind predicate kind | Michael Goulet | -99/+6 |
| 2023-11-21 | Improve diagnostic for unexpected feature config name from Cargo | Urgau | -0/+2 |
| 2023-11-21 | Remove `feature` from the list of well known check-cfg name | Urgau | -2/+1 |
| 2023-11-21 | Uplift CanonicalVarInfo and friends | Michael Goulet | -158/+313 |
| 2023-11-21 | Uplift BoundVar | Michael Goulet | -7/+9 |
| 2023-11-21 | remove quotation from filename | ouz-a | -10/+8 |
| 2023-11-21 | Rollup merge of #118091 - psumbera:solaris-target, r=compiler-errors | Nilstrieb | -21/+0 |
| 2023-11-21 | Rollup merge of #118035 - ouz-a:november_ice2, r=compiler-errors | Nilstrieb | -2/+9 |
| 2023-11-21 | Rollup merge of #118029 - saethlin:allocid-gc, r=RalfJung | Nilstrieb | -7/+25 |
| 2023-11-21 | Rollup merge of #117522 - Urgau:check-cfg-cli-own-lint, r=petrochenkov | Nilstrieb | -47/+1 |
| 2023-11-21 | de-structure variable and add stables | ouz-a | -33/+45 |
| 2023-11-21 | Add VarDebugInfo to Stable MIR | ouz-a | -5/+116 |
| 2023-11-21 | improve help for multiple `#[default]` variants | Lukas Markeffsky | -9/+8 |
| 2023-11-21 | Auto merge of #117580 - compiler-errors:hash-stable-simplify-rustc_type_ir, r... | bors | -316/+79 |
| 2023-11-21 | the unadjusted ABI needs to pass aggregates by-value | Ralf Jung | -6/+30 |
| 2023-11-21 | Auto merge of #118126 - Nilstrieb:rollup-5ogh896, r=Nilstrieb | bors | -503/+148 |
| 2023-11-21 | Rollup merge of #118121 - nnethercote:rustc_hir, r=compiler-errors | Nilstrieb | -468/+123 |
| 2023-11-21 | Rollup merge of #118115 - spastorino:fix-old-fn-names, r=compiler-errors | Nilstrieb | -2/+2 |
| 2023-11-21 | Rollup merge of #118081 - nnethercote:rustc_ty_utils, r=compiler-errors | Nilstrieb | -33/+23 |
| 2023-11-21 | lib features ending in '_internals?' are internal | Ralf Jung | -6/+12 |
| 2023-11-21 | Auto merge of #115691 - jsgf:typed-json-diags, r=est31,dtolnay | bors | -30/+35 |
| 2023-11-21 | Unify HashStable implementations | Michael Goulet | -64/+49 |
| 2023-11-21 | Add HashStable_NoContext to simplify HashStable implementations in rustc_type_ir | Michael Goulet | -291/+69 |
| 2023-11-21 | Use macros to avoid `expect_*` boilerplate. | Nicholas Nethercote | -369/+102 |
| 2023-11-21 | Remove some unused functions. | Nicholas Nethercote | -54/+4 |
| 2023-11-21 | Wrap a long line. | Nicholas Nethercote | -1/+1 |
| 2023-11-21 | Auto merge of #118015 - celinval:smir-place-ty, r=compiler-errors | bors | -31/+304 |
| 2023-11-21 | Auto merge of #118107 - matthiaskrgr:rollup-k5bfkfr, r=matthiaskrgr | bors | -169/+312 |
| 2023-11-20 | Fix occurrences of old fn names in comment and tracing | Santiago Pastorino | -2/+2 |
| 2023-11-20 | Update some more cases of "type" -> "$message_type" | David Tolnay | -1/+2 |
| 2023-11-20 | let-chain fmt | Esteban Küber | -31/+24 |
| 2023-11-20 | Rely in resolve and not on path name for `&str` -> `String` suggestion | Esteban Küber | -49/+54 |
| 2023-11-20 | Do not consider traits as ownable in suggestion | Esteban Küber | -7/+55 |
| 2023-11-20 | Account for '_ in lifetime suggestion | Esteban Küber | -4/+15 |
| 2023-11-20 | Suggest 'a when trait object assoc type has '_ | Esteban Küber | -12/+21 |
| 2023-11-20 | Fix incorrect lifetime suggestion | Esteban Küber | -2/+2 |
| 2023-11-20 | Tweak wording | Esteban Küber | -4/+4 |
| 2023-11-20 | Account for impl Trait in lifetime suggestion | Esteban Küber | -5/+72 |
| 2023-11-20 | On borrow return type, suggest borrowing from arg or owned return type | Esteban Küber | -12/+126 |
| 2023-11-20 | Don't ICE when ambiguity is found when selecting Index implementation in typeck | Michael Goulet | -4/+18 |
| 2023-11-20 | Document DefiningAnchor a bit more | Michael Goulet | -4/+17 |
| 2023-11-20 | Improve code per PR comments | Celina G. Val | -35/+37 |
| 2023-11-20 | Add place.ty() and Ty build from a kind to smir | Celina G. Val | -31/+302 |
| 2023-11-20 | Fix early param lifetimes in generic_const_exprs | ouz-a | -2/+9 |
| 2023-11-20 | Rollup merge of #118089 - lcnr:intercrate-ambig-msg, r=compiler-errors | Matthias Krüger | -37/+84 |
| 2023-11-20 | Rollup merge of #118026 - compiler-errors:deref-into-dyn-regions, r=lcnr | Matthias Krüger | -6/+12 |
| 2023-11-20 | Rollup merge of #118010 - gurry:117821-ice-no-type-for-local-var, r=compiler-... | Matthias Krüger | -9/+12 |
| 2023-11-20 | Rollup merge of #117992 - compiler-errors:sound-but-not-complete, r=lcnr,alie... | Matthias Krüger | -10/+23 |
| 2023-11-20 | Rollup merge of #117851 - compiler-errors:uplift-infer-const, r=spastorino | Matthias Krüger | -94/+87 |