| Age | Commit message (Expand) | Author | Lines |
| 2023-01-20 | Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb | bors | -2/+11 |
| 2023-01-20 | Auto merge of #107083 - GuillaumeGomez:revert-104889, r=notriddle | bors | -116/+49 |
| 2023-01-19 | rustdoc: remove redundant CSS selector `.sidebar .current` | Michael Howell | -1/+1 |
| 2023-01-19 | Make bare known-bug an error | Michael Goulet | -1/+6 |
| 2023-01-19 | Revert "Fix missing const expression items visit" | Guillaume Gomez | -158/+115 |
| 2023-01-19 | Revert "Improve code readability" | Guillaume Gomez | -23/+15 |
| 2023-01-19 | Revert "Speed up execution a bit by removing some walks" | Guillaume Gomez | -21/+2 |
| 2023-01-19 | Revert "Improve code" | Guillaume Gomez | -90/+93 |
| 2023-01-19 | Change codegen documentation | Nilstrieb | -32/+32 |
| 2023-01-19 | Update cargo | Weihang Lo | -0/+0 |
| 2023-01-19 | Rollup merge of #107027 - GuillaumeGomez:rm-extra-removal, r=tmiasko | Guillaume Gomez | -1/+1 |
| 2023-01-19 | Rollup merge of #106931 - Ezrashaw:docs-e0208, r=compiler-errors | Guillaume Gomez | -2/+1 |
| 2023-01-19 | Move `unchecked_duration_subtraction` to pedantic | Alex Macleod | -1/+1 |
| 2023-01-19 | Allow for more efficient sorting when exporting Unord collections. | Michael Woerister | -2/+2 |
| 2023-01-19 | Use UnordMap instead of FxHashMap in define_id_collections!(). | Michael Woerister | -29/+29 |
| 2023-01-19 | Use UnordSet instead of FxHashSet in define_id_collections!(). | Michael Woerister | -1/+1 |
| 2023-01-19 | Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov | bors | -10/+6 |
| 2023-01-18 | Rollup merge of #107045 - notriddle:notriddle/settings-css-setting-line, r=Gu... | Michael Goulet | -5/+1 |
| 2023-01-18 | Rollup merge of #107042 - notriddle:notriddle/rustdoc-js-question, r=Guillaum... | Michael Goulet | -1/+5 |
| 2023-01-18 | Rollup merge of #105796 - notriddle:notriddle/rustdoc-search-stop-doing-demer... | Michael Goulet | -50/+64 |
| 2023-01-18 | Auto merge of #105716 - chriswailes:ndk-update-redux, r=pietroalbini | bors | -44/+31 |
| 2023-01-18 | rustdoc: remove redundant rule `#settings .setting-line` | Michael Howell | -5/+1 |
| 2023-01-18 | ci: add runners for vanilla LLVM 14 and 15 | Josh Stone | -0/+144 |
| 2023-01-18 | rustdoc: fix "?" keyboard command when radio button is focused | Michael Howell | -1/+2 |
| 2023-01-18 | rustdoc: put focus on the help link when opening it from keyboard | Michael Howell | -0/+3 |
| 2023-01-18 | Remove extra removal from test path | Guillaume Gomez | -1/+1 |
| 2023-01-18 | Rollup merge of #107014 - notriddle:notriddle/js-cleanup, r=GuillaumeGomez | Dylan DPC | -9/+4 |
| 2023-01-18 | Rollup merge of #106950 - the8472:fix-splice-miri, r=cuviper | Dylan DPC | -0/+6 |
| 2023-01-18 | remove error code from `#[rustc_variance]` and document its remains | Ezra Shaw | -2/+1 |
| 2023-01-18 | Auto merge of #107021 - matthiaskrgr:rollup-0dzxfyi, r=matthiaskrgr | bors | -5/+1 |
| 2023-01-18 | Rollup merge of #106996 - notriddle:notriddle/settings-line-div, r=GuillaumeG... | Matthias Krüger | -5/+1 |
| 2023-01-18 | Auto merge of #106952 - petrochenkov:docglob, r=notriddle,GuillaumeGomez | bors | -4/+21 |
| 2023-01-17 | Re-enable building rust-analyzer on riscv64 | Josh Stone | -6/+0 |
| 2023-01-17 | rustdoc: stop using deprecated `window.event` when there's an `ev` param | Michael Howell | -1/+1 |
| 2023-01-18 | Auto merge of #107010 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-01-17 | rustdoc: remove function `handleClick` that's only used once | Michael Howell | -8/+3 |
| 2023-01-17 | Update cargo | Weihang Lo | -0/+0 |
| 2023-01-17 | add miri regression test | The 8472 | -0/+6 |
| 2023-01-17 | Rollup merge of #106970 - kylematsuda:earlybinder-item-bounds, r=lcnr | Matthias Krüger | -2/+2 |
| 2023-01-17 | Rollup merge of #104505 - WaffleLapkin:no-double-spaces-in-comments, r=jackh726 | Matthias Krüger | -0/+20 |
| 2023-01-17 | rustdoc: instead of `.setting-name { width: 100% }`, use default div CSS | Michael Howell | -5/+1 |
| 2023-01-17 | fix missing subst in clippy utils | Kyle Matsuda | -2/+2 |
| 2023-01-17 | change item_bounds query to return EarlyBinder; remove bound_item_bounds query | Kyle Matsuda | -1/+1 |
| 2023-01-17 | change usages of item_bounds query to bound_item_bounds | Kyle Matsuda | -1/+1 |
| 2023-01-17 | Hack compiletest to fix a random CI failure | Maybe Waffle | -2/+11 |
| 2023-01-17 | Skip tidy style checks for `rustc_apfloat` | Maybe Waffle | -0/+4 |
| 2023-01-17 | Add a tidy check to check for ". \w" | Maybe Waffle | -0/+16 |
| 2023-01-17 | Rollup merge of #106869 - notriddle:notriddle/item-decl-pre-rust, r=Guillaume... | Matthias Krüger | -16/+16 |
| 2023-01-17 | rustdoc: Fix glob import inlining | Vadim Petrochenkov | -4/+21 |
| 2023-01-16 | ci: upgrade mingw-check to ubuntu:22.04 | Josh Stone | -145/+72 |