| Age | Commit message (Expand) | Author | Lines |
| 2022-12-11 | Rollup merge of #105532 - poliorcetics:document-remap-order, r=JohnTitor | Matthias Krüger | -0/+3 |
| 2022-12-11 | Rollup merge of #105411 - estebank:short-names, r=oli-obk | Matthias Krüger | -99/+110 |
| 2022-12-11 | Rollup merge of #105530 - Nilstrieb:rustdoc-highlight-less-lifetimes, r=Guill... | Matthias Krüger | -24/+24 |
| 2022-12-11 | Rollup merge of #105459 - jyn514:proc-macro-default, r=Mark-Simulacrum | Matthias Krüger | -10/+0 |
| 2022-12-10 | fix rebase | Esteban Küber | -2/+2 |
| 2022-12-10 | Introduce `with_forced_trimmed_paths` | Esteban Küber | -97/+108 |
| 2022-12-10 | Auto merge of #105531 - matthiaskrgr:rollup-7y7zbgl, r=matthiaskrgr | bors | -460/+908 |
| 2022-12-10 | doc: document remap matching behaviour in rustc flags | Alexis (Poliorcetics) Bourget | -0/+3 |
| 2022-12-10 | Rollup merge of #105482 - wesleywiser:fix_debuginfo_ub, r=tmiasko | Matthias Krüger | -0/+42 |
| 2022-12-10 | Rollup merge of #105410 - TaKO8Ki:fix-105257, r=BoxyUwU | Matthias Krüger | -0/+23 |
| 2022-12-10 | Rollup merge of #105234 - JakobDegen:unneeded-field, r=oli-obk | Matthias Krüger | -248/+247 |
| 2022-12-10 | Rollup merge of #105192 - estebank:point-at-lhs-on-binop, r=fee1-dead | Matthias Krüger | -186/+560 |
| 2022-12-10 | Rollup merge of #104460 - Nilstrieb:expand-the-translation, r=davidtwco | Matthias Krüger | -26/+36 |
| 2022-12-10 | Auto merge of #105384 - uweigand:s390x-test-codegen, r=Mark-Simulacrum | bors | -2/+6 |
| 2022-12-10 | Clean up lifetimes in rustdoc syntax highlighting | Nilstrieb | -24/+24 |
| 2022-12-10 | Migrate parts of `rustc_expand` to session diagnostics | nils | -26/+36 |
| 2022-12-10 | Rollup merge of #105516 - weihanglo:update-cargo, r=weihanglo | Matthias Krüger | -0/+0 |
| 2022-12-10 | Rollup merge of #105514 - estebank:is_visible, r=oli-obk | Matthias Krüger | -4/+0 |
| 2022-12-10 | Rollup merge of #105505 - WaffleLapkin:yeet_unused_parens_lint, r=fee1-dead | Matthias Krüger | -20/+34 |
| 2022-12-10 | Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3 | Matthias Krüger | -1/+95 |
| 2022-12-10 | Rollup merge of #104512 - jyn514:download-ci-llvm-default, r=Mark-Simulacrum | Matthias Krüger | -96/+138 |
| 2022-12-10 | Rollup merge of #104019 - compiler-errors:print-generator-sizes, r=wesleywiser | Matthias Krüger | -0/+83 |
| 2022-12-10 | Update cargo | Weihang Lo | -0/+0 |
| 2022-12-09 | Introduce `Span::is_visible` | Esteban Küber | -4/+0 |
| 2022-12-09 | Rollup merge of #105506 - estebank:rustc_must_implement_one_of, r=compiler-er... | Matthias Krüger | -28/+28 |
| 2022-12-09 | Rollup merge of #105504 - notriddle:notriddle/stab-css, r=GuillaumeGomez | Matthias Krüger | -27/+54 |
| 2022-12-09 | Rollup merge of #105480 - notriddle:notriddle/sidebar-toggle-mobile-center, r... | Matthias Krüger | -1/+0 |
| 2022-12-09 | Rollup merge of #105385 - uweigand:s390x-test-lld, r=Mark-Simulacrum | Matthias Krüger | -0/+1 |
| 2022-12-09 | Rollup merge of #105265 - aDotInTheVoid:sum-product-on-unimplemented, r=estebank | Matthias Krüger | -0/+48 |
| 2022-12-09 | Rollup merge of #102406 - mejrs:missing_copy, r=wesleywiser | Matthias Krüger | -0/+35 |
| 2022-12-09 | Tweak `rustc_must_implement_one_of` diagnostic output | Esteban Küber | -28/+28 |
| 2022-12-09 | Don't warn about unused parens when they are used by yeet expr | Maybe Waffle | -20/+34 |
| 2022-12-09 | rustdoc: make stability badge CSS more consistent | Michael Howell | -27/+54 |
| 2022-12-09 | bump version to 1.68 | Pietro Albini | -1/+1 |
| 2022-12-09 | Remove unneeded field from `SwitchTargets` | Jakob Degen | -248/+247 |
| 2022-12-09 | Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgr | bors | -47/+236 |
| 2022-12-09 | Rollup merge of #105470 - flip1995:clippy_backport, r=Manishearth | Matthias Krüger | -4/+2 |
| 2022-12-09 | Rollup merge of #105455 - lcnr:correct-reveal-in-validate, r=jackh726 | Matthias Krüger | -0/+52 |
| 2022-12-09 | Rollup merge of #105442 - notriddle:notriddle/docblock-table-css, r=Guillaume... | Matthias Krüger | -10/+57 |
| 2022-12-09 | Rollup merge of #105427 - GuillaumeGomez:dont-silently-ignore-rustdoc-errors,... | Matthias Krüger | -3/+13 |
| 2022-12-09 | Rollup merge of #105389 - ogarokpeter:patch-1, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2022-12-09 | Rollup merge of #105387 - willcrichton:scrape-examples-ui-improvements, r=not... | Matthias Krüger | -25/+111 |
| 2022-12-09 | Rollup merge of #105216 - GuillaumeGomez:rm-unused-gui-test, r=notriddle | Matthias Krüger | -4/+0 |
| 2022-12-09 | Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJung | bors | -793/+2109 |
| 2022-12-09 | Auto merge of #105456 - matthiaskrgr:rollup-yennygf, r=matthiaskrgr | bors | -222/+444 |
| 2022-12-08 | Don't generate pointer loads to spills unless necessary | Wesley Wiser | -2/+22 |
| 2022-12-08 | Add test case for ub in generated LLVM IR | Wesley Wiser | -0/+22 |
| 2022-12-08 | Add documentation for LLVM KCFI support | Ramon de C Valle | -0/+30 |
| 2022-12-08 | Add LLVM KCFI support to the Rust compiler | Ramon de C Valle | -1/+65 |
| 2022-12-08 | rustdoc: remove no-op mobile CSS `#sidebar-toggle { text-align }` | Michael Howell | -1/+0 |