| Age | Commit message (Expand) | Author | Lines |
| 2021-10-13 | Deduplicate regions ids before merging them | Tomasz Miąsko | -0/+19 |
| 2021-10-12 | Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplett | bors | -151/+152 |
| 2021-10-12 | Auto merge of #89791 - matthiaskrgr:rollup-1lhxh5b, r=matthiaskrgr | bors | -32/+56 |
| 2021-10-11 | Add #[must_use] to From::from and Into::into | John Kugelman | -151/+152 |
| 2021-10-11 | Rollup merge of #89772 - michaelwoerister:fix-function-names-test-gdb, r=Mark... | Matthias Krüger | -15/+16 |
| 2021-10-11 | Rollup merge of #89760 - jyn514:remove-incremental-hack, r=Mark-Simulacrum | Matthias Krüger | -6/+0 |
| 2021-10-11 | Rollup merge of #89756 - jyn514:bootstrap-times, r=Mark-Simulacrum | Matthias Krüger | -2/+1 |
| 2021-10-11 | Rollup merge of #89710 - sireliah:e0482, r=GuillaumeGomez | Matthias Krüger | -1/+1 |
| 2021-10-11 | Rollup merge of #89471 - nbdd0121:const3, r=fee1-dead | Matthias Krüger | -8/+38 |
| 2021-10-11 | Auto merge of #89648 - nbdd0121:issue-89606, r=nikomatsakis | bors | -0/+40 |
| 2021-10-11 | Split impl-with-default-fn test into a pass test and a fail test | Gary Guo | -8/+38 |
| 2021-10-11 | Auto merge of #83908 - Flying-Toast:master, r=davidtwco | bors | -315/+181 |
| 2021-10-11 | Fix function-names test for GDB 10.1 | Michael Woerister | -15/+16 |
| 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 | Deprecate mem_discriminant_non_enum | flip1995 | -314/+15 |
| 2021-10-11 | Add enum_intrinsics_non_enums lint | Flying-Toast | -1/+166 |
| 2021-10-11 | :arrow_up: rust-analyzer | Laurențiu Nicola | -18/+17 |
| 2021-10-11 | Remove hack ignoring unused attributes for stage 0 std | Joshua Nelson | -6/+0 |
| 2021-10-11 | Auto merge of #89597 - michaelwoerister:improve-vtable-debuginfo, r=wesleywiser | bors | -21/+47 |
| 2021-10-10 | Greatly reduce amount of debuginfo compiled for bootstrap itself | Joshua Nelson | -2/+1 |
| 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 |