| Age | Commit message (Expand) | Author | Lines |
| 2023-02-02 | Rename `rust_2015` => `is_rust_2015` | Maybe Waffle | -18/+21 |
| 2023-02-02 | Auto merge of #105670 - Xiretza:rustc_parse-diagnostics-4, r=davidtwco | bors | -656/+1385 |
| 2023-02-01 | Auto merge of #107574 - compiler-errors:back-to-old-mac-builders-pls, r=pietr... | bors | -7/+7 |
| 2023-02-01 | Revert "switch to the macos-12-xl builder" | Michael Goulet | -7/+7 |
| 2023-02-01 | Make "use latest edition" subdiagnostic translatable | Xiretza | -58/+75 |
| 2023-02-01 | rustc_parse: revert conversion of "non-item in item list" diagnostic | Xiretza | -50/+25 |
| 2023-02-01 | migrate parser::ty to diagnostic structs | Xiretza | -85/+176 |
| 2023-02-01 | Convert rustc_parse::parser::pat::Expected to enum | Xiretza | -20/+36 |
| 2023-02-01 | rustc_parse: migrate more to diagnostic structs | Xiretza | -481/+967 |
| 2023-02-01 | tests: rename test cases to match new behaviour | Xiretza | -2/+2 |
| 2023-02-01 | Fix condition for "missing `struct`" diagnostic on tuple structs | Xiretza | -7/+42 |
| 2023-02-01 | Implement IntoDiagnosticArg for ast::Visibility | Xiretza | -0/+8 |
| 2023-02-01 | Use AddToDiagnostic for "use latest edition" help | Xiretza | -25/+53 |
| 2023-02-01 | rustc_parse: avoid creating unnecessary intermediate strings | Xiretza | -1/+2 |
| 2023-02-01 | Forbid #[suggestion_*(...)] on Vecs | Xiretza | -45/+117 |
| 2023-02-01 | Auto merge of #107257 - inquisitivecrystal:ffi-attr, r=davidtwco | bors | -50/+147 |
| 2023-02-01 | Auto merge of #107546 - matthiaskrgr:rollup-9rgf2gx, r=matthiaskrgr | bors | -267/+289 |
| 2023-02-01 | Rollup merge of #107533 - pnkfelix:distinguish-generator-state-in-print-type-... | Matthias Krüger | -18/+39 |
| 2023-02-01 | Rollup merge of #107499 - compiler-errors:deduce_sig_from_projection-generato... | Matthias Krüger | -46/+10 |
| 2023-02-01 | Rollup merge of #107487 - edward-shen:edward-shen/107213-round-2, r=estebank | Matthias Krüger | -8/+8 |
| 2023-02-01 | Rollup merge of #107470 - kadiwa4:bootstrap_cleanup, r=albertlarsan68 | Matthias Krüger | -171/+190 |
| 2023-02-01 | Rollup merge of #107442 - lukas-code:slice-panics, r=cuviper | Matthias Krüger | -16/+32 |
| 2023-02-01 | Rollup merge of #107389 - zvavybir:master, r=estebank | Matthias Krüger | -8/+10 |
| 2023-02-01 | Auto merge of #107541 - weihanglo:update-cargo, r=weihanglo | bors | -1/+1 |
| 2023-02-01 | Auto merge of #107536 - GuillaumeGomez:rollup-xv7dx2h, r=GuillaumeGomez | bors | -407/+522 |
| 2023-01-31 | Bless updated output from print-type-sizes tests. | Felix S. Klock II | -12/+12 |
| 2023-02-01 | Update cargo | Weihang Lo | -1/+1 |
| 2023-01-31 | improve panic message for slice windows and chunks | Lukas Markeffsky | -16/+32 |
| 2023-01-31 | Rollup merge of #107535 - dcompoze:tcp-doc-unwrap, r=cuviper | Guillaume Gomez | -1/+1 |
| 2023-01-31 | Rollup merge of #107527 - notriddle:notriddle/wcagcontrast, r=GuillaumeGomez | Guillaume Gomez | -23/+12 |
| 2023-01-31 | Rollup merge of #107525 - RalfJung:pointee-info, r=eddyb | Guillaume Gomez | -0/+2 |
| 2023-01-31 | Rollup merge of #107508 - WaffleLapkin:uneq'15, r=oli-obk | Guillaume Gomez | -26/+27 |
| 2023-01-31 | Rollup merge of #107491 - notriddle:notriddle/setting-check, r=GuillaumeGomez | Guillaume Gomez | -2/+0 |
| 2023-01-31 | Rollup merge of #107486 - compiler-errors:bound-ty-keep-name, r=oli-obk | Guillaume Gomez | -38/+52 |
| 2023-01-31 | Rollup merge of #107467 - WaffleLapkin:uneq, r=oli-obk | Guillaume Gomez | -258/+276 |
| 2023-01-31 | Rollup merge of #107412 - tshepang:needless-check, r=wesleywiser | Guillaume Gomez | -5/+2 |
| 2023-01-31 | Rollup merge of #107354 - tspiteri:source-serif-4.005, r=GuillaumeGomez | Guillaume Gomez | -4/+12 |
| 2023-01-31 | Rollup merge of #107348 - lcnr:project-solve-new, r=compiler-errors | Guillaume Gomez | -45/+86 |
| 2023-01-31 | Rollup merge of #107331 - GuillaumeGomez:cleanup-js, r=notriddle | Guillaume Gomez | -2/+0 |
| 2023-01-31 | Rollup merge of #106898 - estebank:ice-forms-are-a-headache, r=Mark-Simulacrum | Guillaume Gomez | -3/+52 |
| 2023-01-31 | Auto merge of #102513 - RalfJung:no-more-unaligned-reference, r=cjgillot,scot... | bors | -686/+170 |
| 2023-01-31 | placate tidy. | Felix S. Klock II | -3/+3 |
| 2023-01-31 | Replace unwrap with ? in TcpListener doc | Daniel Chmielewski | -1/+1 |
| 2023-01-31 | Extend `-Z print-type-sizes` to distinguish generator upvars and locals from ... | Felix S. Klock II | -6/+27 |
| 2023-01-31 | make unaligned_reference a hard error | Ralf Jung | -686/+170 |
| 2023-01-31 | Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -425/+447 |
| 2023-01-31 | rustdoc: stop making unstable items transparent | Michael Howell | -23/+12 |
| 2023-01-31 | PointeeInfo is advisory only | Ralf Jung | -0/+2 |
| 2023-01-31 | assert that `should_fix_bins_and_dylibs` has been run | KaDiWa | -43/+56 |
| 2023-01-31 | Download rustc component for rustfmt toolchain as well | Mark Rousskov | -74/+137 |