| Age | Commit message (Expand) | Author | Lines |
| 2023-01-28 | Rollup merge of #107234 - Rattenkrieg:bootstrap-fix-is_ci_llvm_available, r=a... | Yuki Okushi | -34/+41 |
| 2023-01-28 | Rollup merge of #106806 - m-ou-se:format-args-flags, r=oli-obk | Yuki Okushi | -4/+4 |
| 2023-01-27 | Auto merge of #107054 - petrochenkov:effvisdoc3, r=GuillaumeGomez | bors | -14/+87 |
| 2023-01-27 | Update clippy for restructured format flags fields. | Mara Bos | -4/+4 |
| 2023-01-27 | Revisit fix_is_ci_llvm_available logic; read build triple from toml | Sergey Prytkov | -34/+41 |
| 2023-01-27 | Rollup merge of #107336 - notriddle:notriddle/import-item-module-item, r=Guil... | Yuki Okushi | -4/+3 |
| 2023-01-27 | Rollup merge of #107325 - petrochenkov:hiddoc2, r=GuillaumeGomez | Yuki Okushi | -151/+113 |
| 2023-01-27 | Rollup merge of #107284 - notriddle:notriddle/plus, r=jsha | Yuki Okushi | -1/+18 |
| 2023-01-27 | Rollup merge of #107242 - notriddle:notriddle/title-ordering, r=GuillaumeGomez | Yuki Okushi | -1/+1 |
| 2023-01-27 | Auto merge of #107269 - bjorn3:sync_cg_clif-2023-01-24, r=bjorn3 | bors | -2/+2 |
| 2023-01-26 | Auto merge of #106812 - oli-obk:output_filenames, r=petrochenkov | bors | -1/+1 |
| 2023-01-26 | rustdoc: remove mostly-unused CSS classes import/module-item | Michael Howell | -4/+3 |
| 2023-01-26 | rustdoc: use smarter encoding for playground URL | Michael Howell | -1/+18 |
| 2023-01-26 | rustdoc: Stop using `HirId`s | Vadim Petrochenkov | -151/+113 |
| 2023-01-26 | Auto merge of #106745 - m-ou-se:format-args-ast, r=oli-obk | bors | -26/+41 |
| 2023-01-26 | Rollup merge of #107086 - clubby789:bootstrap-lock-pid-linux, r=albertlarsan68 | Matthias Krüger | -2/+34 |
| 2023-01-25 | Rollup merge of #107266 - kadiwa4:source_viewer_scrollbar, r=notriddle | Matthias Krüger | -1/+1 |
| 2023-01-25 | Rollup merge of #107244 - notriddle:notriddle/primitive-reference-link, r=Gui... | Matthias Krüger | -8/+2 |
| 2023-01-25 | Rollup merge of #107239 - tmiasko:tests, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-01-25 | rustdoc: Don't put non rustdoc-reachable impls into `all_trait_impls` | Vadim Petrochenkov | -3/+1 |
| 2023-01-25 | rustdoc: Use rustdoc-reachable set to prune extern impls | Vadim Petrochenkov | -5/+9 |
| 2023-01-25 | rustdoc: Collect rustdoc-reachable items during early doc link resolution | Vadim Petrochenkov | -6/+77 |
| 2023-01-25 | Auto merge of #103902 - vincenzopalazzo:macros/obligation_rulesv2, r=oli-obk | bors | -3/+4 |
| 2023-01-25 | Auto merge of #107290 - Dylan-DPC:rollup-tovojhr, r=Dylan-DPC | bors | -46/+33 |
| 2023-01-25 | Rollup merge of #107232 - notriddle:notriddle/settings-choice, r=GuillaumeGomez | Dylan DPC | -46/+33 |
| 2023-01-25 | Auto merge of #107277 - weihanglo:update-cargo, r=weihanglo | bors | -0/+0 |
| 2023-01-24 | Update cargo | Weihang Lo | -0/+0 |
| 2023-01-24 | Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt | Caleb Cartwright | -187/+2591 |
| 2023-01-24 | Update tidy for cranelift-egraph removal and new windows-sys targets | bjorn3 | -2/+2 |
| 2023-01-24 | fix: version gate changes for multiline single generic bound | Caleb Cartwright | -11/+12 |
| 2023-01-24 | rustdoc: prevent scroll bar on source viewer | KaDiWa | -1/+1 |
| 2023-01-23 | Merge remote-tracking branch 'upstream/master' into subtree-sync-2023-01-24 | Caleb Cartwright | -129/+613 |
| 2023-01-23 | rustdoc: rearrange HTML in primitive reference links | Michael Howell | -8/+2 |
| 2023-01-23 | Print PID holding bootstrap build lock on Linux | clubby789 | -2/+34 |
| 2023-01-23 | rustdoc: remove dead settings JS for obsolete select-wrapper | Michael Howell | -11/+0 |
| 2023-01-23 | rustdoc: simplify settings popover DOM | Michael Howell | -35/+33 |
| 2023-01-23 | rustdoc: make item links consistently use `title="{shortty} {path}"` | Michael Howell | -1/+1 |
| 2023-01-23 | Bring tests back into rustc source tarball | Tomasz Miąsko | -1/+1 |
| 2023-01-23 | fix: correct span for structs with const generics | Caleb Cartwright | -1/+1 |
| 2023-01-23 | Auto merge of #107220 - JohnTitor:rollup-5pvuz0z, r=JohnTitor | bors | -7/+23 |
| 2023-01-23 | fix: use LocalDefId instead of HirId in trait res | Vincenzo Palazzo | -3/+4 |
| 2023-01-23 | Store the gctxt instead of fetching it twice. | Oli Scherer | -1/+1 |
| 2023-01-23 | Rollup merge of #107148 - Ezrashaw:uncode-e0789, r=compiler-errors,GuillaumeG... | Yuki Okushi | -1/+1 |
| 2023-01-23 | Rollup merge of #106886 - dtolnay:fastinstall, r=Mark-Simulacrum | Yuki Okushi | -6/+22 |
| 2023-01-23 | Auto merge of #107136 - petrochenkov:dochidden, r=cjgillot | bors | -8/+1 |
| 2023-01-23 | add UI test + docs for `E0789` | Ezra Shaw | -1/+1 |
| 2023-01-23 | Auto merge of #107215 - Dylan-DPC:rollup-zqtiufk, r=Dylan-DPC | bors | -4/+4 |
| 2023-01-23 | Rollup merge of #107186 - GuillaumeGomez:correct-pseudo-element-selector, r=n... | Dylan DPC | -4/+4 |
| 2023-01-23 | Auto merge of #107044 - cuviper:more-llvm-ci, r=Mark-Simulacrum | bors | -0/+144 |
| 2023-01-22 | Auto merge of #106827 - alexcrichton:update-llvm-to-15.0.7, r=cuviper | bors | -0/+0 |