| Age | Commit message (Expand) | Author | Lines |
| 2023-10-30 | Fix missing leading space in suggestion | Gurinder Singh | -1/+1 |
| 2023-10-30 | Auto merge of #116485 - coastalwhite:stabilize-riscv-target-features, r=Amanieu | bors | -20/+20 |
| 2023-10-29 | Auto merge of #116733 - compiler-errors:alias-liveness-but-this-time-sound, r... | bors | -20/+147 |
| 2023-10-29 | Auto merge of #116889 - MU001999:master, r=petrochenkov | bors | -0/+2 |
| 2023-10-29 | Auto merge of #116270 - cjgillot:gvn-aggregate, r=oli-obk,RalfJung | bors | -136/+752 |
| 2023-10-29 | Auto merge of #117336 - workingjubilee:rollup-6negquv, r=workingjubilee | bors | -50/+63 |
| 2023-10-29 | Auto merge of #117335 - workingjubilee:rollup-jsomm41, r=workingjubilee | bors | -0/+39 |
| 2023-10-28 | Rollup merge of #117325 - Nilstrieb:pretty-macros, r=compiler-errors | Jubilee | -49/+37 |
| 2023-10-28 | Rollup merge of #117259 - dtolnay:macho, r=Nilstrieb | Jubilee | -1/+1 |
| 2023-10-28 | Rollup merge of #117170 - he32:netbsd-i586, r=bjorn3 | Jubilee | -0/+25 |
| 2023-10-28 | Rollup merge of #117319 - RalfJung:target-feature-inline-comment, r=tmiasko | Jubilee | -0/+5 |
| 2023-10-28 | Rollup merge of #117311 - RalfJung:unpretty-thir-help, r=petrochenkov | Jubilee | -0/+1 |
| 2023-10-28 | Rollup merge of #115773 - simlay:arch64-apple-tvos-sim-for-rustc, r=thomcc | Jubilee | -0/+33 |
| 2023-10-29 | Auto merge of #116447 - oli-obk:gen_fn, r=compiler-errors | bors | -122/+637 |
| 2023-10-28 | Remove needless `allow`s | Nilstrieb | -5/+0 |
| 2023-10-28 | Move macros to usage | Nilstrieb | -40/+40 |
| 2023-10-28 | Remove needless print ctx defs | Nilstrieb | -7/+0 |
| 2023-10-28 | Auto merge of #117123 - Zalathar:bad-counter-ids, r=petrochenkov | bors | -31/+41 |
| 2023-10-28 | Auto merge of #81746 - bjorn3:cg_clif_rustup_component, r=Mark-Simulacrum | bors | -34/+34 |
| 2023-10-28 | explain why we don't inline when target features differ | Ralf Jung | -0/+5 |
| 2023-10-28 | i586_unknown_netbsd.rs: drop "-m32" flag insertion to gcc. | Havard Eidnes | -2/+1 |
| 2023-10-28 | Auto merge of #116609 - eduardosm:bump-stdarch, r=workingjubilee | bors | -35/+0 |
| 2023-10-28 | -Zunpretty help: add missing possible values | Ralf Jung | -0/+1 |
| 2023-10-28 | Rollup merge of #117277 - RalfJung:too-big-with-padding, r=oli-obk | Jubilee | -0/+8 |
| 2023-10-28 | Rollup merge of #117268 - nnethercote:rustc_interface, r=oli-obk | Jubilee | -84/+74 |
| 2023-10-28 | Rollup merge of #117256 - dtolnay:currentversion, r=compiler-errors | Jubilee | -44/+113 |
| 2023-10-28 | Rollup merge of #117025 - Urgau:cleanup-improve-check-cfg-impl, r=petrochenkov | Jubilee | -200/+185 |
| 2023-10-28 | Rollup merge of #116945 - estebank:sealed-trait-impls, r=petrochenkov | Jubilee | -2/+28 |
| 2023-10-28 | Rollup merge of #116739 - Milo123459:milo/short-paths, r=estebank | Jubilee | -5/+11 |
| 2023-10-28 | Rollup merge of #116534 - cjgillot:no-dep-tasks, r=davidtwco | Jubilee | -28/+4 |
| 2023-10-28 | Auto merge of #117253 - antoyo:subtree-update_cg_gcc_2023-10-25, r=bjorn3,Gui... | bors | -557/+2759 |
| 2023-10-28 | restore snapshot when parse_param_general | Mu001999 | -0/+2 |
| 2023-10-28 | coverage: Consistently remove unused counter IDs from expressions/mappings | Zalathar | -31/+41 |
| 2023-10-28 | Change `Cfg<T>` to an `FxIndexSet`. | Nicholas Nethercote | -2/+5 |
| 2023-10-28 | Clean up config mess. | Nicholas Nethercote | -69/+63 |
| 2023-10-28 | Optimize `parse_cfgspecs`. | Nicholas Nethercote | -5/+7 |
| 2023-10-28 | Change `CrateConfig` from `FxIndexSet` to `FxHashSet`. | Nicholas Nethercote | -3/+3 |
| 2023-10-28 | Streamline `rustc_interface` tests. | Nicholas Nethercote | -11/+3 |
| 2023-10-28 | Fix a comment. | Nicholas Nethercote | -1/+1 |
| 2023-10-28 | Remove an unneeded dependency. | Nicholas Nethercote | -1/+0 |
| 2023-10-27 | Auto merge of #117294 - matthiaskrgr:rollup-xylsec7, r=matthiaskrgr | bors | -83/+141 |
| 2023-10-27 | Merge commit '09ce29d0591a21e1abae22eac4d41ffd32993af8' into subtree-update_c... | Antoni Boucher | -53/+98 |
| 2023-10-27 | Update type_err_ctxt_ext.rs | Milo | -2/+2 |
| 2023-10-27 | Auto merge of #103208 - cjgillot:match-fake-read, r=oli-obk,RalfJung | bors | -29/+39 |
| 2023-10-27 | Apply suggestions from code review | Camille Gillot | -6/+12 |
| 2023-10-27 | Rollup merge of #117247 - kjetilkjeka:nvptx_direct_passmode_exception, r=work... | Matthias Krüger | -2/+7 |
| 2023-10-27 | Rollup merge of #117246 - estebank:issue-117209, r=petrochenkov | Matthias Krüger | -46/+95 |
| 2023-10-27 | Rollup merge of #117212 - clubby789:fix-ternary-recover, r=compiler-errors | Matthias Krüger | -13/+13 |
| 2023-10-27 | Rollup merge of #116834 - nnethercote:rustc_symbol_mangling, r=davidtwco | Matthias Krüger | -22/+26 |
| 2023-10-27 | When encountering sealed traits, point types that implement it | Esteban Küber | -2/+28 |