| Age | Commit message (Expand) | Author | Lines |
| 2023-10-26 | Recover ternary expression as error | clubby789 | -9/+11 |
| 2023-10-27 | Documentation and error message improvements related to PassMode::Direct assert | Kjetil Kjeka | -2/+2 |
| 2023-10-26 | Suggest assoc fn `new` when trying to build tuple struct with private fields | Esteban Küber | -1/+20 |
| 2023-10-26 | Merge commit 'e4fe941b11a55c5005630696e9b6d81c65f7bd04' into subtree-update_c... | Antoni Boucher | -507/+2664 |
| 2023-10-26 | Rollup merge of #117188 - dtolnay:symbolenv, r=cjgillot | Matthias Krüger | -42/+134 |
| 2023-10-26 | Rollup merge of #117114 - nnethercote:improve-stringify-test, r=petrochenkov | Matthias Krüger | -0/+7 |
| 2023-10-26 | Rollup merge of #117106 - estebank:issue-27300, r=petrochenkov | Matthias Krüger | -5/+48 |
| 2023-10-26 | Rollup merge of #116968 - eopb:116967, r=petrochenkov | Matthias Krüger | -31/+22 |
| 2023-10-26 | NVPTX: Allow PassMode::Direct for ptx kernels for now | Kjetil Kjeka | -1/+6 |
| 2023-10-26 | Remove most indentation in check-cfg impl | Urgau | -200/+181 |
| 2023-10-26 | Tweak suggestion spans for invalid crate-level inner attribute | Esteban Küber | -6/+39 |
| 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 |