| Age | Commit message (Expand) | Author | Lines |
| 2021-10-13 | Auto merge of #89822 - tmiasko:overflap-duplicates, r=cjgillot | bors | -0/+19 |
| 2021-10-13 | Auto merge of #89847 - JohnTitor:rollup-xfymeo4, r=JohnTitor | bors | -15/+207 |
| 2021-10-13 | Rollup merge of #89828 - rusticstuff:overflow-check-options-take-two, r=Mark-... | Yuki Okushi | -1/+4 |
| 2021-10-13 | Rollup merge of #89782 - konan8205:develop, r=jsha | Yuki Okushi | -13/+14 |
| 2021-10-13 | Rollup merge of #89777 - pierwill:fix-88233, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-10-13 | Rollup merge of #89768 - hellow554:tests, r=Mark-Simulacrum | Yuki Okushi | -0/+188 |
| 2021-10-13 | Auto merge of #89587 - camelid:all-candidates, r=petrochenkov | bors | -5/+111 |
| 2021-10-13 | Auto merge of #89802 - ehuss:update-cargo, r=ehuss | bors | -0/+2 |
| 2021-10-13 | Deduplicate regions ids before merging them | Tomasz Miąsko | -0/+19 |
| 2021-10-12 | Auto merge of #89105 - DevinR528:reachable-fix, r=Nadrieril | bors | -56/+337 |
| 2021-10-12 | Work around different filenames for DLLs | Noah Lev | -2/+2 |
| 2021-10-12 | Add long explanation for E0464 | Noah Lev | -2/+50 |
| 2021-10-12 | Include rmeta candidates in "multiple matching crates" error | Noah Lev | -0/+3 |
| 2021-10-12 | Add test for showing rmeta candidates in error | Noah Lev | -0/+39 |
| 2021-10-12 | Test crate loading error stderr | Noah Lev | -4/+20 |
| 2021-10-12 | Make `rust.overflow-checks-std`option default to `rust.overflow-checks`. | Hans Kratz | -1/+2 |
| 2021-10-12 | Add --enable-debug-assertions-std option to configure script. | Hans Kratz | -0/+1 |
| 2021-10-12 | Add --enable-overflow-checks-std option to configure script. | Hans Kratz | -0/+1 |
| 2021-10-12 | Update winapi shared features. | Eric Huss | -0/+2 |
| 2021-10-12 | Rollup merge of #89800 - ehuss:update-books, r=ehuss | the8472 | -0/+0 |
| 2021-10-12 | Filter unstable and doc hidden variants in usefulness checking | Devin Ragotzy | -56/+337 |
| 2021-10-12 | Auto merge of #89770 - jkugelman:must-use-from-and-into, r=joshtriplett | bors | -151/+152 |
| 2021-10-12 | add some more testcases | Marcel Hellwig | -0/+188 |
| 2021-10-11 | Update cargo | Eric Huss | -0/+0 |
| 2021-10-11 | Update books | Eric Huss | -0/+0 |
| 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-12 | rustdoc: update noto sans kr | Shinwoo Park | -13/+14 |
| 2021-10-11 | Edit explanation of test for nested type ascriptions | pierwill | -1/+1 |
| 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 |