| Age | Commit message (Expand) | Author | Lines |
| 2021-10-11 | Rollup merge of #89761 - lnicola:rust-analyzer-2021-10-11, r=lnicola | Guillaume Gomez | -18/+17 |
| 2021-10-11 | Rollup merge of #89754 - dns2utf8:rustdoc_cleanup_css, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2021-10-11 | Rollup merge of #89726 - jkugelman:must-use-alloc-constructors, r=joshtriplett | Guillaume Gomez | -2/+2 |
| 2021-10-11 | Rollup merge of #89655 - tlyu:find-non-merge-commits, r=jyn514 | Guillaume Gomez | -3/+15 |
| 2021-10-11 | Cleanup .item-table CSS | Stefan Schindler | -1/+1 |
| 2021-10-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -18/+17 |
| 2021-10-11 | Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser | bors | -21/+47 |
| 2021-10-11 | Auto merge of #89752 - matthiaskrgr:rollup-v4fgmwg, r=matthiaskrgr | bors | -128/+183 |
| 2021-10-11 | Rollup merge of #89736 - GuillaumeGomez:rm-unused-css-rule, r=dns2utf8 | Matthias Krüger | -2/+0 |
| 2021-10-11 | Rollup merge of #89722 - jkugelman:cannonical-typo, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-10-11 | Rollup merge of #89691 - Nicholas-Baron:debugger_commands, r=Mark-Simulacrum | Matthias Krüger | -125/+151 |
| 2021-10-11 | Rollup merge of #89632 - GuillaumeGomez:fix-docblock-code, r=jsha | Matthias Krüger | -0/+16 |
| 2021-10-11 | Rollup merge of #89579 - workingjubilee:regression-test-80108, r=Mark-Simulacrum | Matthias Krüger | -0/+15 |
| 2021-10-10 | Auto merge of #89541 - workingjubilee:abbrev-shufvec-t, r=Mark-Simulacrum | bors | -358/+205 |
| 2021-10-10 | Add regression test for issue 80108 | Jubilee Young | -0/+15 |
| 2021-10-10 | Auto merge of #89739 - matthiaskrgr:rollup-kskwqy5, r=matthiaskrgr | bors | -25/+148 |
| 2021-10-10 | Rollup merge of #89735 - bjorn3:stabilize_proc_macro_is_available, r=petroche... | Matthias Krüger | -3/+0 |
| 2021-10-10 | Rollup merge of #89713 - nbdd0121:doc2, r=Amanieu | Matthias Krüger | -1/+1 |
| 2021-10-10 | Rollup merge of #89520 - GuillaumeGomez:cache-rustdoc-gui-test, r=Mark-Simula... | Matthias Krüger | -1/+1 |
| 2021-10-10 | Rollup merge of #89428 - DevinR528:reachable-featuregate, r=Nadrieril,camelid | Matthias Krüger | -20/+146 |
| 2021-10-10 | Auto merge of #89633 - rhysd:issue-65230, r=petrochenkov | bors | -18/+47 |
| 2021-10-10 | Merge branch 'rust-lang:master' into must-use-alloc-constructors | John Kugelman | -55/+180 |
| 2021-10-10 | Remove unused CSS rule | Guillaume Gomez | -2/+0 |
| 2021-10-10 | Add test for <code> in doc blocks on mobile | Guillaume Gomez | -0/+12 |
| 2021-10-10 | Stabilize proc_macro::is_available | bjorn3 | -3/+0 |
| 2021-10-10 | Fix <code> blocks in doc blocks display on mobile | Guillaume Gomez | -0/+4 |
| 2021-10-10 | Auto merge of #88952 - skrap:add-armv7-uclibc, r=nagisa | bors | -0/+67 |
| 2021-10-10 | Add #[must_use] to alloc constructors | John Kugelman | -2/+2 |
| 2021-10-10 | Fix spelling: Cannonical -> Canonical | John Kugelman | -1/+1 |
| 2021-10-10 | Auto merge of #89695 - jsha:more-templates, r=GuillaumeGomez | bors | -55/+113 |
| 2021-10-10 | Auto merge of #89661 - rusticstuff:libisl_mirror_take_two, r=Mark-Simulacrum | bors | -4/+8 |
| 2021-10-09 | Auto merge of #89631 - camsteffen:clippy-boot-env, r=Mark-Simulacrum | bors | -8/+1 |
| 2021-10-09 | Fix ABNF of inline asm options | Gary Guo | -1/+1 |
| 2021-10-09 | Simplified 3 ifs found by clippy. | Nicholas-Baron | -12/+10 |
| 2021-10-09 | Simplified two printlns picked out by clippy | Nicholas-Baron | -2/+2 |
| 2021-10-09 | Move check_debugger_output to the debugger module | Nicholas-Baron | -64/+69 |
| 2021-10-09 | Move DebuggerCommands to its own file | Nicholas-Baron | -48/+71 |
| 2021-10-09 | Auto merge of #88379 - camelid:cleanup-clean, r=jyn514 | bors | -514/+415 |
| 2021-10-09 | Auto merge of #89703 - GuillaumeGomez:rollup-g3ulo9x, r=GuillaumeGomez | bors | -13/+27 |
| 2021-10-09 | Remove some stray whitespace. | Jacob Hoffman-Andrews | -3/+3 |
| 2021-10-10 | Use E0308 instead of E0495 for checking the error message improvement | rhysd | -47/+19 |
| 2021-10-09 | Rollup merge of #89700 - GuillaumeGomez:fix-rustdoc-higher-bound-html-gen, r=... | Guillaume Gomez | -2/+6 |
| 2021-10-09 | Rollup merge of #89614 - cuviper:unicode-14, r=joshtriplett | Guillaume Gomez | -11/+21 |
| 2021-10-09 | Auto merge of #89343 - Mark-Simulacrum:no-args-queries, r=cjgillot | bors | -0/+13 |
| 2021-10-09 | Fix invalid HTML generation for higher bounds | Guillaume Gomez | -2/+6 |
| 2021-10-09 | Add a test that -Zquery-dep-graph -Zdump-dep-graph works | Mark Rousskov | -0/+13 |
| 2021-10-09 | Rollup merge of #89697 - alessandrod:issue-89689, r=nikic | Matthias Krüger | -1/+1 |
| 2021-10-09 | Rollup merge of #89687 - Nicholas-Baron:move_read2_abbreviated, r=Mark-Simula... | Matthias Krüger | -70/+73 |
| 2021-10-09 | Rollup merge of #89684 - asquared31415:asm-doc-fix, r=joshtriplett | Matthias Krüger | -2/+2 |
| 2021-10-09 | Rollup merge of #89641 - asquared31415:asm-feature-attr-regs, r=oli-obk | Matthias Krüger | -34/+84 |