| Age | Commit message (Expand) | Author | Lines |
| 2023-08-08 | Rollup merge of #114566 - fmease:type-alias-laziness-is-crate-specific, r=oli... | Matthias Krüger | -13/+15 |
| 2023-08-07 | Store the laziness of type aliases in the DefKind | León Orell Valerian Liehr | -13/+15 |
| 2023-08-06 | Auto merge of #114553 - matthiaskrgr:rollup-5yddunv, r=matthiaskrgr | bors | -11/+17 |
| 2023-08-06 | Rollup merge of #114505 - ouz-a:cleanup_mir, r=RalfJung | Matthias Krüger | -11/+17 |
| 2023-08-06 | cleanup misinformation regarding has_deref | ouz-a | -11/+17 |
| 2023-08-05 | parent_module_from_def_id does not need to be a query. | Camille GILLOT | -21/+15 |
| 2023-08-05 | Auto merge of #113734 - cjgillot:no-crate-lint, r=petrochenkov | bors | -0/+5 |
| 2023-08-04 | Rollup merge of #114287 - lcnr:overflow, r=compiler-errors | Michael Goulet | -2/+115 |
| 2023-08-04 | Querify clashing_extern_declarations lint. | Camille GILLOT | -0/+5 |
| 2023-08-04 | Auto merge of #114036 - compiler-errors:upcast-to-fewer-assocs, r=lcnr | bors | -8/+15 |
| 2023-08-04 | Rollup merge of #114355 - compiler-errors:resolve_vars_early, r=lcnr | Matthias Krüger | -7/+3 |
| 2023-08-04 | Rollup merge of #114253 - fmease:compute-variances-for-lazy-ty-aliases, r=oli... | Matthias Krüger | -1/+1 |
| 2023-08-04 | Rollup merge of #114022 - oli-obk:tait_ice_alias_field_projection, r=cjgillot | Matthias Krüger | -0/+6 |
| 2023-08-03 | Auto merge of #108955 - Nilstrieb:dont-use-me-pls, r=oli-obk | bors | -0/+1 |
| 2023-08-03 | Placeholder nit | Michael Goulet | -6/+2 |
| 2023-08-03 | resolve before canonicalization, ICE if unresolved | Michael Goulet | -1/+1 |
| 2023-08-03 | Rework upcasting | Michael Goulet | -8/+15 |
| 2023-08-03 | Rollup merge of #114372 - RalfJung:const-pointer-as-int, r=oli-obk | Matthias Krüger | -60/+77 |
| 2023-08-03 | rewrite stack dependent overflow handling | lcnr | -2/+102 |
| 2023-08-03 | Add `internal_features` lint | Nilstrieb | -0/+1 |
| 2023-08-03 | avoid more `ty::Binder:dummy` | lcnr | -0/+13 |
| 2023-08-03 | Rollup merge of #114363 - RalfJung:interpret-not-miri, r=jackh726 | Matthias Krüger | -2/+2 |
| 2023-08-03 | Compute variances for lazy type aliases | León Orell Valerian Liehr | -1/+1 |
| 2023-08-02 | Auto merge of #107254 - chenyukang:yukang/fix-107113-wrong-sugg-in-macro, r=e... | bors | -1/+14 |
| 2023-08-02 | const validation: point at where we found a pointer but expected an integer | Ralf Jung | -60/+77 |
| 2023-08-02 | Remove constness from `TraitPredicate` | Deadbeef | -89/+6 |
| 2023-08-02 | avoid 'miri' when refering to the shared interpreter | Ralf Jung | -2/+2 |
| 2023-08-02 | Rollup merge of #114079 - compiler-errors:closure-upvars, r=oli-obk | Nilstrieb | -19/+13 |
| 2023-08-02 | Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obk | bors | -2/+2 |
| 2023-08-02 | fix RedundantLocals clippy caused by async and await | yukang | -0/+9 |
| 2023-08-02 | Fix #107113, avoid suggest for macro attributes | yukang | -1/+5 |
| 2023-08-02 | Rollup merge of #114314 - compiler-errors:sized-crit, r=lcnr | Matthias Krüger | -13/+5 |
| 2023-08-02 | Rollup merge of #114301 - compiler-errors:dont-error-on-missing-region-outliv... | Matthias Krüger | -28/+1 |
| 2023-08-01 | Use upvar_tys in more places, make it a list | Michael Goulet | -19/+13 |
| 2023-08-01 | Fix a comment | Michael Goulet | -10/+2 |
| 2023-08-01 | Convert adt_sized_constraint to early-binder, use list | Michael Goulet | -3/+3 |
| 2023-08-01 | properly track why we checked whether a pointer is in-bounds | Ralf Jung | -2/+2 |
| 2023-08-01 | Make coverage counter IDs count up from 0, not 1 | Zalathar | -14/+14 |
| 2023-08-01 | Make coverage expression IDs count up from 0, not down from `u32::MAX` | Zalathar | -13/+16 |
| 2023-08-01 | Replace `ExpressionOperandId` with enum `Operand` | Zalathar | -49/+26 |
| 2023-08-01 | Add some line comments to enum `CoverageKind` | Zalathar | -0/+4 |
| 2023-07-31 | Don't check unnecessarily that impl trait is RPIT | Michael Goulet | -28/+1 |
| 2023-07-31 | Rollup merge of #114267 - compiler-errors:rpitit-opaque-bounds, r=spastorino | Matthias Krüger | -13/+0 |
| 2023-07-31 | Rollup merge of #114169 - lcnr:unsize, r=compiler-errors | Matthias Krüger | -1/+14 |
| 2023-07-31 | We don't need impl_trait_in_trait_parent_fn anymore | Michael Goulet | -13/+0 |
| 2023-07-30 | Rollup merge of #114068 - matthiaskrgr:fmt_args_rustc_1, r=WaffleLapkin | Matthias Krüger | -278/+249 |
| 2023-07-30 | inline format!() args up to and including rustc_middle | Matthias Krüger | -278/+249 |
| 2023-07-30 | Rollup merge of #114203 - fee1-dead-contrib:effects/pp-no-host, r=oli-obk | fee1-dead | -2/+29 |
| 2023-07-29 | Implement assumed_wf_types for RPITITs' implementations | Michael Goulet | -0/+7 |
| 2023-07-29 | Effects: don't print `host` param in diagnostics | Deadbeef | -2/+29 |