| Age | Commit message (Expand) | Author | Lines |
| 2023-10-26 | Restrict param constraint suggestion | Esteban Küber | -4/+7 |
| 2023-10-26 | Stash and cancel cycle errors for auto trait leakage in opaques | Michael Goulet | -1/+34 |
| 2023-10-26 | Auto merge of #117228 - matthiaskrgr:rollup-23zzepv, r=matthiaskrgr | bors | -69/+132 |
| 2023-10-26 | rustc_llvm/build.rs: improve comment for NetBSD/i386 targets | Havard Eidnes | -1/+3 |
| 2023-10-26 | Rollup merge of #117221 - fmease:TypeFlags-HAS_TY_GENERATOR-to-COROUTINE, r=lqd | Matthias Krüger | -4/+4 |
| 2023-10-26 | Rollup merge of #117214 - oli-obk:error_shenanigans, r=compiler-errors | Matthias Krüger | -2/+3 |
| 2023-10-26 | Rollup merge of #117207 - Zalathar:no-option, r=compiler-errors | Matthias Krüger | -17/+15 |
| 2023-10-26 | Rollup merge of #117194 - nnethercote:rustc_incremental, r=cjgillot | Matthias Krüger | -20/+17 |
| 2023-10-26 | Rollup merge of #117143 - estebank:issue-117080, r=wesleywiser | Matthias Krüger | -6/+25 |
| 2023-10-26 | Rollup merge of #117095 - klinvill:smir-fn-arg-count, r=oli-obk | Matthias Krüger | -9/+58 |
| 2023-10-26 | Rollup merge of #116905 - Fenex:refactor/compiler/resolve, r=petrochenkov | Matthias Krüger | -11/+10 |
| 2023-10-26 | Auto merge of #117171 - fee1-dead-contrib:deny-explicit-effect-params, r=oli-obk | bors | -5/+30 |
| 2023-10-26 | Replace type flag HAS_TY_GENERATOR with HAS_TY_COROUTINE | León Orell Valerian Liehr | -4/+4 |
| 2023-10-26 | Auto merge of #113262 - Nilstrieb:rawr-casting, r=lcnr | bors | -22/+28 |
| 2023-10-26 | Quietly fail if an error has already occurred | Oli Scherer | -2/+3 |
| 2023-10-26 | Properly restore snapshot when failing to recover parsing ternary | clubby789 | -4/+2 |
| 2023-10-26 | Auto merge of #112875 - compiler-errors:negative-coherence-rework, r=lcnr | bors | -126/+221 |
| 2023-10-26 | Use two slice expressions to save on an offset repetition | Oli Scherer | -1/+1 |
| 2023-10-26 | Fix symbols::tests::test_symbols | David Tolnay | -1/+9 |
| 2023-10-26 | Pre-intern a symbol for env!("CFG_RELEASE") | David Tolnay | -9/+6 |
| 2023-10-26 | Improve span of env-related errors | David Tolnay | -7/+7 |
| 2023-10-26 | Continue generating other symbols if an expr is not supported | David Tolnay | -9/+14 |
| 2023-10-26 | Support environment variable for interned Symbol value | David Tolnay | -4/+58 |
| 2023-10-26 | Move symbols macro map into a struct | David Tolnay | -20/+32 |
| 2023-10-26 | Delete counter from symbols proc macro in favor of hashmap as source of truth | David Tolnay | -18/+24 |
| 2023-10-26 | Add a Parse impl for symbol Value | David Tolnay | -2/+8 |
| 2023-10-26 | Represent symbol value as enum to prepare for supporting env vars | David Tolnay | -4/+10 |
| 2023-10-26 | Touch up syn parsing in symbols macro | David Tolnay | -4/+2 |
| 2023-10-26 | Deny providing explicit effect params | Deadbeef | -5/+30 |
| 2023-10-26 | Add hir::GeneratorKind::Gen | Oli Scherer | -22/+99 |
| 2023-10-26 | Auto merge of #117148 - dtolnay:sinceversion, r=cjgillot | bors | -61/+74 |
| 2023-10-26 | Reserve `gen` keyword for `gen {}` blocks and `gen fn` in 2024 edition | Oli Scherer | -4/+60 |
| 2023-10-26 | Auto merge of #117115 - zetafunction:linking, r=bjorn3 | bors | -25/+31 |
| 2023-10-26 | The value of `-Cinstrument-coverage=` doesn't need to be `Option` | Zalathar | -17/+15 |
| 2023-10-26 | Auto merge of #116818 - Nilstrieb:stop-submitting-bug-reports, r=wesleywiser | bors | -15/+93 |
| 2023-10-26 | Update Place and Operand to take slices | Kirby Linvill | -2/+2 |
| 2023-10-26 | Rename internal_locals to inner_locals | Kirby Linvill | -4/+4 |
| 2023-10-25 | Stabilize `[const_]pointer_byte_offsets` | Maybe Waffle | -1/+0 |
| 2023-10-26 | Reduce some function exposure. | Nicholas Nethercote | -5/+8 |
| 2023-10-26 | Tiny comment fixes. | Nicholas Nethercote | -3/+4 |
| 2023-10-26 | Move a `use` to a more sensible spot. | Nicholas Nethercote | -2/+2 |
| 2023-10-26 | Reduce exposure of three functions used only within `rustc_incremental`. | Nicholas Nethercote | -9/+3 |
| 2023-10-26 | Remove unused `never_type` feature. | Nicholas Nethercote | -1/+0 |
| 2023-10-25 | Rollup merge of #117175 - oli-obk:gen_fn_split, r=compiler-errors | Matthias Krüger | -80/+74 |
| 2023-10-25 | Rollup merge of #117009 - fmease:diag-disambig-sugg-crate, r=b-naber | Matthias Krüger | -14/+44 |
| 2023-10-25 | Rollup merge of #117008 - compiler-errors:canonical, r=lcnr | Matthias Krüger | -97/+207 |
| 2023-10-25 | Rollup merge of #116931 - weiznich:improve_diagnostic_on_unimplemented_warnin... | Matthias Krüger | -10/+52 |
| 2023-10-25 | Rollup merge of #116553 - gurry:116464-assoc-type-invalid-suggestion, r=compi... | Matthias Krüger | -13/+57 |
| 2023-10-25 | Rollup merge of #116401 - WaffleLapkin:vtablin''', r=oli-obk | Matthias Krüger | -37/+47 |
| 2023-10-25 | make E0277 use short paths | Milo | -5/+11 |