| Age | Commit message (Expand) | Author | Lines |
| 2021-12-03 | Remove incorrect newline from float cast suggestion | Esteban Kuber | -10/+10 |
| 2021-12-02 | Auto merge of #91455 - matthiaskrgr:rollup-gix2hy6, r=matthiaskrgr | bors | -388/+460 |
| 2021-12-02 | Rollup merge of #91411 - ChrisDenton:valid-paths, r=petrochenkov | Matthias Krüger | -24/+8 |
| 2021-12-02 | Rollup merge of #91394 - Mark-Simulacrum:bump-stage0, r=pietroalbini | Matthias Krüger | -339/+337 |
| 2021-12-02 | Rollup merge of #91045 - mjptree:issue-90702-fix, r=petrochenkov | Matthias Krüger | -12/+93 |
| 2021-12-02 | Rollup merge of #89234 - nbdd0121:discr, r=jackh726 | Matthias Krüger | -13/+22 |
| 2021-12-02 | Auto merge of #91354 - fee1-dead:const_env, r=spastorino | bors | -9/+9 |
| 2021-12-02 | Auto merge of #91291 - GuillaumeGomez:const-deref-method, r=camelid | bors | -35/+122 |
| 2021-12-02 | Auto merge of #91003 - psumbera:sparc64-abi, r=nagisa | bors | -1/+121 |
| 2021-12-01 | Auto merge of #90446 - cjgillot:late-elided, r=jackh726 | bors | -46/+178 |
| 2021-12-01 | Improve suggestion for extern crate self error message | Michael | -6/+41 |
| 2021-12-01 | Stop treating extern crate loading failures as fatal errors | Michael | -6/+52 |
| 2021-12-01 | Auto merge of #91433 - matthiaskrgr:rollup-118ql06, r=matthiaskrgr | bors | -25/+74 |
| 2021-12-01 | Disallow non-c-like but "fieldless" ADTs from being casted to integer... | Gary Guo | -13/+22 |
| 2021-12-01 | Rollup merge of #91430 - jyn514:normalize-fallible, r=jackh726 | Matthias Krüger | -13/+51 |
| 2021-12-01 | Rollup merge of #91424 - richkadel:llvm-patch-instrproferror, r=tmandry | Matthias Krüger | -0/+0 |
| 2021-12-01 | Rollup merge of #91313 - petrochenkov:cratexp, r=Aaron1011 | Matthias Krüger | -12/+23 |
| 2021-12-01 | Use `try_normalize_erasing_regions` instead of a custom infer context | Joshua Nelson | -13/+51 |
| 2021-12-01 | Auto merge of #91275 - camelid:deny-test-warnings, r=jyn514 | bors | -66/+118 |
| 2021-12-01 | Update LLVM with patches for better llvm-cov diagnostics | Rich Kadel | -0/+0 |
| 2021-12-01 | Auto merge of #91255 - b-naber:normalization-ice, r=jackh276 | bors | -0/+401 |
| 2021-12-01 | address review | b-naber | -1/+1 |
| 2021-12-01 | more fixed issues | b-naber | -0/+41 |
| 2021-12-01 | add tests and bless existing ones | b-naber | -0/+360 |
| 2021-12-01 | Rollup merge of #91207 - richkadel:rk-bump-coverage-version, r=tmandry | Matthias Krüger | -2/+15 |
| 2021-12-01 | Rollup merge of #91087 - rukai:fix_test_nll_revisions, r=jackh726 | Matthias Krüger | -219/+115 |
| 2021-12-01 | Rollup merge of #87160 - estebank:colon-recovery, r=nagisa | Matthias Krüger | -28/+63 |
| 2021-12-01 | fix sparc64 ABI for aggregates with floating point members | Petr Sumbera | -1/+121 |
| 2021-12-01 | Enable svh tests on msvc | Chris Denton | -24/+8 |
| 2021-11-30 | Rollup merge of #91397 - jyn514:generic-param-docs, r=wesleywiser | Matthias Krüger | -1/+12 |
| 2021-11-30 | Rollup merge of #91366 - notriddle:notriddle/only-show-notable-if-types-are-t... | Matthias Krüger | -1/+67 |
| 2021-11-30 | Handle `allow(elided_lifetimes_in_paths)`. | Camille GILLOT | -1/+17 |
| 2021-11-30 | Complete test. | Camille GILLOT | -4/+66 |
| 2021-11-30 | Lint elided lifetimes in path during lifetime resolution. | Camille GILLOT | -45/+99 |
| 2021-11-30 | Add conditional support for coverage map version 6 | Rich Kadel | -1/+14 |
| 2021-11-30 | Return ConstStability instead of &ConstStability in Item::const_stability | Guillaume Gomez | -8/+5 |
| 2021-11-30 | Improve code by replacing &str with Symbol in render_stability_since_raw | Guillaume Gomez | -19/+15 |
| 2021-11-30 | Add test for const deref methods display | Guillaume Gomez | -0/+38 |
| 2021-11-30 | Fix display for "const" deref methods in rustdoc | Guillaume Gomez | -14/+70 |
| 2021-11-30 | Update src/librustdoc/clean/types.rs | Michael Howell | -1/+1 |
| 2021-11-30 | Update src/librustdoc/clean/types.rs | Michael Howell | -1/+1 |
| 2021-11-30 | Emit a warning on generic parameters with doc comments | Joshua Nelson | -1/+12 |
| 2021-11-30 | re-format with new rustfmt | Mark Rousskov | -3/+1 |
| 2021-11-30 | Bump bootstrap compiler | Mark Rousskov | -336/+336 |
| 2021-11-30 | Rollup merge of #91360 - lnicola:rust-analyzer-2021-11-29, r=lnicola | Yuki Okushi | -28/+17 |
| 2021-11-30 | Rollup merge of #91323 - RalfJung:assert-type, r=oli-obk | Yuki Okushi | -28/+61 |
| 2021-11-30 | Rollup merge of #91317 - petrochenkov:debugnu, r=Mark-Simulacrum | Yuki Okushi | -1/+1 |
| 2021-11-30 | Rollup merge of #91243 - jackh726:issue-91068, r=nikomatsakis | Yuki Okushi | -30/+49 |
| 2021-11-29 | Update cargo | Eric Huss | -0/+0 |
| 2021-11-30 | Remove all migrate.nll.stderr files | Lucas Kent | -219/+115 |