| Age | Commit message (Expand) | Author | Lines |
| 2021-09-26 | Do not suggest importing inaccessible items | Fabian Wolff | -121/+165 |
| 2021-09-26 | Use the correct edition when syntax highlighting doctests | Joshua Nelson | -2/+50 |
| 2021-09-26 | Preserve the whole LangSyntax when parsing doctests | Joshua Nelson | -17/+10 |
| 2021-09-26 | Fix populate of union.impls | Loïc BRANSTETT | -0/+17 |
| 2021-09-26 | Fix global initialization (#91) | antoyo | -283/+93 |
| 2021-09-27 | test suggesting immutable or mutable trait implementations | Takayuki Maeda | -36/+82 |
| 2021-09-27 | fix test error | Takayuki Maeda | -4/+6 |
| 2021-09-26 | Auto merge of #88316 - est31:remove_box_tests, r=Mark-Simulacrum | bors | -1193/+999 |
| 2021-09-27 | better suggestions | Takayuki Maeda | -53/+70 |
| 2021-09-26 | Impove handling of registers in inline asm (#82) | Commeownist | -12/+29 |
| 2021-09-26 | Auto merge of #89101 - ehuss:compiletest-incremental-build, r=Mark-Simulacrum | bors | -119/+166 |
| 2021-09-26 | fix the relevant tests | Takayuki Maeda | -20/+36 |
| 2021-09-26 | suggest both immutable and mutable trait implementations | Takayuki Maeda | -32/+70 |
| 2021-09-25 | Stop suggesting a float truncation that is not shorter | David Tolnay | -37/+7 |
| 2021-09-26 | Auto merge of #88680 - ehuss:more-attr-validation, r=petrochenkov | bors | -76/+211 |
| 2021-09-26 | Add notes for cross-compilation to gcc-only targets (#68) | antoyo | -2/+23 |
| 2021-09-26 | Auto merge of #89262 - Manishearth:rollup-vtkbetm, r=Manishearth | bors | -117/+207 |
| 2021-09-26 | Remove box syntax from most places in src/test outside of the issues dir | est31 | -1193/+999 |
| 2021-09-25 | Rollup merge of #89256 - danielg1111:fix_typo, r=Mark-Simulacrum | Manish Goregaokar | -1/+1 |
| 2021-09-25 | Rollup merge of #89224 - TaKO8Ki:change-the-order-of-suggestions, r=joshtriplett | Manish Goregaokar | -0/+4 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2021-09-25 | Rollup merge of #89216 - r00ster91:bigo, r=dtolnay | Manish Goregaokar | -25/+26 |
| 2021-09-25 | Rollup merge of #89198 - hkmatsumoto:hide-hidden-methods, r=jyn514 | Manish Goregaokar | -1/+93 |
| 2021-09-25 | Rollup merge of #89010 - est31:intra_doc_links, r=m-ou-se | Manish Goregaokar | -11/+25 |
| 2021-09-25 | Rollup merge of #88973 - lu-zero:std_detect-env_override, r=Amanieu | Manish Goregaokar | -0/+2 |
| 2021-09-25 | Rollup merge of #88895 - camelid:cleanup-pt2, r=jyn514 | Manish Goregaokar | -79/+56 |
| 2021-09-26 | Trivialize tracking of unreachable subpatterns | Nadrieril | -297/+95 |
| 2021-09-26 | Avoid double-deref in `Fields` | Nadrieril | -35/+31 |
| 2021-09-26 | Replace `Pat` with a new intermediate representation | Nadrieril | -504/+667 |
| 2021-09-26 | Remove dependency of `SubPatSet` on `Pat` | Nadrieril | -27/+23 |
| 2021-09-26 | Move special `&str` handling to `Constructor` and `Fields` | Nadrieril | -21/+21 |
| 2021-09-26 | Use usize for slice arity | Nadrieril | -15/+15 |
| 2021-09-26 | Rework `Fields` internals. | Nadrieril | -242/+197 |
| 2021-09-26 | A for loop is a lot faster apparently | Nadrieril | -29/+9 |
| 2021-09-26 | Cleanup the reporting of unreachable patterns | Nadrieril | -20/+14 |
| 2021-09-26 | Always report reachability for user-supplied patterns | Nadrieril | -8/+3 |
| 2021-09-26 | Remove some unreachable code | Nadrieril | -20/+11 |
| 2021-09-26 | Remove premature shortcutting | Nadrieril | -26/+12 |
| 2021-09-25 | clippy lints: update doctest ranges to inclusive ones | Matthias Krüger | -2/+2 |
| 2021-09-25 | bump clippy crates to edition 2021 | Matthias Krüger | -4/+4 |
| 2021-09-25 | Fix typo in release notes | Daniel Giger | -1/+1 |
| 2021-09-25 | Auto merge of #88343 - steffahn:fix_code_spacing, r=jyn514 | bors | -235/+226 |
| 2021-09-25 | Fix incorrect disambiguation suggestion for associated items | Fabian Wolff | -20/+28 |
| 2021-09-25 | Expose the std_detect env_override feature | Luca Barbato | -0/+2 |
| 2021-09-25 | Apply 16 commits (squashed) | Frank Steffahn | -235/+226 |
| 2021-09-25 | Don't anonymize bound region names during typeck | Aaron Hill | -22/+48 |
| 2021-09-25 | Auto merge of #87584 - adamgemmell:dev/asm-tests, r=Amanieu | bors | -237/+2839 |
| 2021-09-25 | rustdoc: Document `is_assoc_ty()` | Noah Lev | -0/+2 |
| 2021-09-26 | Elaborate comment | Hirochika Matsumoto | -1/+1 |
| 2021-09-25 | Check for macros in built-in attributes that don't support them. | Eric Huss | -8/+142 |