| Age | Commit message (Expand) | Author | Lines |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -2/+0 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -30/+71 |
| 2023-10-15 | Duplicate `~const` bounds with a non-const one in effects desugaring | Deadbeef | -0/+4 |
| 2023-10-14 | Fix a spot I wrote the wrong word | Scott McMurray | -1/+1 |
| 2023-10-14 | Propagate pattern errors via a new `PatKind::Error` variant | Nadrieril | -6/+27 |
| 2023-10-14 | interpret: clean up AllocBytes | Ralf Jung | -13/+5 |
| 2023-10-13 | Format all the let chains in compiler | Michael Goulet | -30/+71 |
| 2023-10-11 | Suggest `;` after bare `match` expression E0308 | Esteban Küber | -0/+1 |
| 2023-10-11 | Rollup merge of #116219 - compiler-errors:relate-alias-ty-with-variance, r=lcnr | Matthias Krüger | -41/+24 |
| 2023-10-11 | Avoid emitting the non_exhaustive error if other errors already occurred | Oli Scherer | -5/+8 |
| 2023-10-11 | Auto merge of #115948 - notriddle:notriddle/logo-lockup, r=fmease | bors | -0/+2 |
| 2023-10-09 | Auto merge of #116497 - compiler-errors:impl-span, r=cjgillot | bors | -4/+7 |
| 2023-10-09 | Rollup merge of #115882 - aliemjay:diag-name-region-1, r=compiler-errors | Matthias Krüger | -10/+15 |
| 2023-10-09 | Extend impl's def_span to include where clauses | Michael Goulet | -4/+7 |
| 2023-10-08 | rustdoc: remove rust logo from non-Rust crates | Michael Howell | -0/+2 |
| 2023-10-08 | Auto merge of #116454 - tmiasko:small-dominators, r=cjgillot | bors | -0/+17 |
| 2023-10-08 | improve the suggestion of generic_bound_failure | Ali MJ Al-Nasrawy | -10/+15 |
| 2023-10-07 | Auto merge of #116437 - nnethercote:rustc_features, r=Nilstrieb | bors | -3/+3 |
| 2023-10-07 | Auto merge of #116330 - RalfJung:dont-key-on-allocid, r=oli-obk | bors | -33/+0 |
| 2023-10-07 | Auto merge of #116457 - RalfJung:try_eval_scalar_int, r=cjgillot | bors | -15/+15 |
| 2023-10-06 | Rollup merge of #116277 - RalfJung:post-mono, r=oli-obk | Jubilee | -44/+3 |
| 2023-10-06 | Rollup merge of #116297 - RalfJung:hooks, r=oli-obk | Matthias Krüger | -0/+5 |
| 2023-10-06 | add some comments explaining how the required_consts stuff fits together | Ralf Jung | -0/+2 |
| 2023-10-06 | Rollup merge of #116329 - RalfJung:swap-comments, r=scottmcm | Guillaume Gomez | -1/+1 |
| 2023-10-06 | Auto merge of #116269 - Veykril:rustc-abi, r=WaffleLapkin | bors | -3/+3 |
| 2023-10-05 | Move DefLocation from rustc_codegen_ssa to rustc_middle | Tomasz Miąsko | -0/+17 |
| 2023-10-05 | fix fast-path for try_eval_scalar_int | Ralf Jung | -15/+15 |
| 2023-10-05 | Auto merge of #116417 - ouz-a:trait_type_detective, r=compiler-errors | bors | -23/+2 |
| 2023-10-05 | remove is global hack | Oğuz Ağcayazı | -23/+2 |
| 2023-10-05 | Auto merge of #116427 - cjgillot:no-internal, r=oli-obk | bors | -35/+3 |
| 2023-10-05 | Rename `Features::active_features`. | Nicholas Nethercote | -3/+3 |
| 2023-10-04 | Auto merge of #116370 - nnethercote:more-arena-stuff, r=cjgillot | bors | -6/+8 |
| 2023-10-04 | Remove mir::LocalDecl::internal. | Camille GILLOT | -35/+3 |
| 2023-10-04 | Make it clear that args default to being related invariantly | Michael Goulet | -10/+10 |
| 2023-10-04 | Remove unnecessary relate impl | Michael Goulet | -13/+0 |
| 2023-10-04 | Relate AliasTy considering variance | Michael Goulet | -19/+15 |
| 2023-10-03 | Use consisntent style of `size_of` in query type erasure | Maybe Waffle | -4/+4 |
| 2023-10-03 | Use `transmute_unchecked` and make the types explicit in query type erasure | Maybe Waffle | -3/+4 |
| 2023-10-03 | Auto merge of #115301 - Zalathar:regions-vec, r=davidtwco | bors | -15/+8 |
| 2023-10-03 | Rollup merge of #116261 - lcnr:wf-only-clause, r=davidtwco | Matthias Krüger | -9/+18 |
| 2023-10-03 | Auto merge of #116376 - matthiaskrgr:rollup-b3d14gq, r=matthiaskrgr | bors | -6/+6 |
| 2023-10-03 | Auto merge of #115025 - ouz-a:ouz_testing, r=lcnr | bors | -3/+34 |
| 2023-10-03 | Optimize some `alloc_from_iter` call sites. | Nicholas Nethercote | -6/+8 |
| 2023-10-03 | coverage: Remove `next_id` methods from counter/expression IDs | Zalathar | -10/+0 |
| 2023-10-03 | coverage: Let each coverage statement hold a vector of code regions | Zalathar | -5/+8 |
| 2023-10-02 | Rename both of the Match relations | Michael Goulet | -6/+6 |
| 2023-10-02 | have better explanation for `relate_types` | ouz-a | -5/+12 |
| 2023-10-02 | Add docs, remove code, change subtyper code | ouz-a | -1/+19 |
| 2023-10-02 | subtyping_projections | ouz-a | -1/+7 |
| 2023-10-02 | Implement Deref<LayoutS> for Layout | Lukas Wirth | -3/+3 |