| Age | Commit message (Expand) | Author | Lines |
| 2023-10-19 | Rollup merge of #116908 - estebank:issue-78206, r=compiler-errors | León Orell Valerian Liehr | -50/+52 |
| 2023-10-19 | Rollup merge of #116829 - fmease:rust-aint-c, r=compiler-errors | León Orell Valerian Liehr | -0/+62 |
| 2023-10-19 | Rollup merge of #116663 - compiler-errors:resolve-regions, r=lcnr | León Orell Valerian Liehr | -0/+28 |
| 2023-10-18 | Tweak wording of type errors involving type params | Esteban Küber | -50/+52 |
| 2023-10-18 | Don't ICE when encountering unresolved regions in fully_resolve | Michael Goulet | -0/+28 |
| 2023-10-18 | Bump COINDUCTIVE_OVERLAP_IN_COHERENCE | Michael Goulet | -0/+25 |
| 2023-10-18 | Make `#[repr(Rust)]` and `#[repr(C)]` incompatible with one another | León Orell Valerian Liehr | -0/+62 |
| 2023-10-18 | Rollup merge of #116879 - aliemjay:revert-opaque-bubble, r=oli-obk | Ali MJ Al-Nasrawy | -3/+82 |
| 2023-10-18 | Rollup merge of #116865 - estebank:issue-46969, r=compiler-errors | Ali MJ Al-Nasrawy | -0/+44 |
| 2023-10-18 | Rollup merge of #116856 - oli-obk:no_effects, r=compiler-errors | Ali MJ Al-Nasrawy | -0/+30 |
| 2023-10-18 | Rollup merge of #116812 - rmehri01:missing_copy_implementations_non_exhaustiv... | Ali MJ Al-Nasrawy | -0/+25 |
| 2023-10-18 | revert rust-lang/rust#114586 | Ali MJ Al-Nasrawy | -3/+82 |
| 2023-10-18 | Auto merge of #116713 - estebank:issue-116703, r=compiler-errors | bors | -52/+528 |
| 2023-10-17 | Automatically enable cross-crate inlining for small functions | Ben Kimock | -1/+1 |
| 2023-10-17 | Suggest constraining assoc types in more cases | Esteban Küber | -0/+44 |
| 2023-10-17 | Auto merge of #116767 - cjgillot:alloc-normalize, r=oli-obk | bors | -108/+108 |
| 2023-10-17 | Disable effects in libcore again | Oli Scherer | -0/+30 |
| 2023-10-17 | Unify suggestion wording | Esteban Küber | -123/+90 |
| 2023-10-17 | review comments + more tests | Esteban Küber | -12/+412 |
| 2023-10-17 | Properly account for self ty in method disambiguation suggestion | Esteban Küber | -0/+109 |
| 2023-10-17 | Rollup merge of #116717 - estebank:issue-9082, r=oli-obk | Matthias Krüger | -0/+267 |
| 2023-10-17 | Rollup merge of #111072 - Urgau:check-cfg-new-syntax, r=petrochenkov | Matthias Krüger | -121/+746 |
| 2023-10-17 | disable missing_copy_implementations lint on non_exhaustive types | Ryan Mehri | -0/+25 |
| 2023-10-17 | Auto merge of #116756 - fee1-dead-contrib:dupe-those-bounds, r=oli-obk | bors | -32/+563 |
| 2023-10-16 | Rollup merge of #116800 - compiler-errors:rpitit-gat-outlives, r=jackh726 | Guillaume Gomez | -0/+41 |
| 2023-10-16 | Stop trying to preserve pretty-printing. | Camille GILLOT | -66/+66 |
| 2023-10-16 | Rebless. | Camille GILLOT | -11/+11 |
| 2023-10-16 | Rollup merge of #116802 - compiler-errors:anchor-opaque-wf, r=oli-obk | Matthias Krüger | -40/+29 |
| 2023-10-16 | Rollup merge of #116257 - estebank:issue-101351, r=b-naber | Matthias Krüger | -6/+82 |
| 2023-10-16 | Normalize alloc-id in tests. | Camille GILLOT | -109/+109 |
| 2023-10-16 | Remove `DefiningAnchor::Bubble` from opaque wf check | Michael Goulet | -40/+29 |
| 2023-10-16 | Fix outlives suggestion for GAT in RPITIT | Michael Goulet | -0/+41 |
| 2023-10-16 | Auto merge of #114330 - RalfJung:dagling-ptr-deref, r=oli-obk | bors | -199/+259 |
| 2023-10-16 | add oversized-ref test back | Ralf Jung | -1/+15 |
| 2023-10-16 | Rollup merge of #115196 - chenyukang:yukang-fix-86094, r=estebank | Matthias Krüger | -6/+165 |
| 2023-10-15 | Rollup merge of #116522 - bvanjoi:fix-115599, r=oli-obk | Matthias Krüger | -0/+18 |
| 2023-10-15 | more precise error for 'based on misaligned pointer' case | Ralf Jung | -7/+7 |
| 2023-10-15 | place evaluation: require the original pointer to be aligned if an access hap... | Ralf Jung | -4/+23 |
| 2023-10-15 | avoid re-checking the offset while iterating an array/slice | Ralf Jung | -0/+3 |
| 2023-10-15 | don't UB on dangling ptr deref, instead check inbounds on projections | Ralf Jung | -189/+213 |
| 2023-10-15 | Suggest adding `return` if the type of unused semi return value can coerce to... | yukang | -6/+165 |
| 2023-10-15 | Auto merge of #116688 - compiler-errors:rustfmt-up, r=WaffleLapkin,Nilstrieb | bors | -1/+1 |
| 2023-10-15 | use `PatKind::error` when an ADT const value has violation | bohan | -0/+18 |
| 2023-10-15 | Duplicate `~const` bounds with a non-const one in effects desugaring | Deadbeef | -32/+563 |
| 2023-10-14 | Rollup merge of #116576 - eduardosm:const-eval-wasm-target-features, r=RalfJung | Guillaume Gomez | -0/+14 |
| 2023-10-14 | const-eval: allow calling functions with targat features disabled at compile ... | Eduardo Sánchez Muñoz | -0/+14 |
| 2023-10-14 | Rollup merge of #116730 - compiler-errors:unsoundness-tests-rpit, r=aliemjay | Matthias Krüger | -0/+134 |
| 2023-10-14 | Rollup merge of #116715 - Nadrieril:patkind-error, r=oli-obk | Matthias Krüger | -47/+10 |
| 2023-10-14 | Auto merge of #116727 - matthiaskrgr:rollup-3qqdrny, r=matthiaskrgr | bors | -1/+1 |
| 2023-10-14 | Add some unsoundness tests for opaques capturing hidden regions not in substs | Michael Goulet | -0/+134 |