| Age | Commit message (Expand) | Author | Lines |
| 2021-01-08 | Explain method-call move errors in loops | Aaron Hill | -2/+22 |
| 2021-01-08 | Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,wesleywiser | bors | -4/+21 |
| 2021-01-08 | Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomez | bors | -122/+276 |
| 2021-01-08 | Add a note for `*` and `{}` usage on `use` | Yuki Okushi | -0/+8 |
| 2021-01-08 | Combine several `push_str` calls | J. Ryan Stinnett | -4/+3 |
| 2021-01-08 | Preserve non-local recursive `Deref` impls | J. Ryan Stinnett | -36/+90 |
| 2021-01-08 | Use target in `Deref` method section IDs | J. Ryan Stinnett | -47/+61 |
| 2021-01-08 | Recursively document methods via `Deref` traits | J. Ryan Stinnett | -3/+90 |
| 2021-01-08 | Auto merge of #80806 - JohnTitor:rollup-y64z7ph, r=JohnTitor | bors | -80/+79 |
| 2021-01-08 | Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpider | Yuki Okushi | -71/+9 |
| 2021-01-08 | Rollup merge of #80794 - LingMan:map_or, r=jyn514 | Yuki Okushi | -2/+2 |
| 2021-01-08 | Rollup merge of #80761 - andjo403:generic_coverage, r=spastorino | Yuki Okushi | -1/+1 |
| 2021-01-08 | Rollup merge of #80372 - jyn514:fix-panics, r=Manishearth | Yuki Okushi | -5/+24 |
| 2021-01-08 | Rollup merge of #79675 - CraftSpider:79669, r=estebank | Yuki Okushi | -1/+43 |
| 2021-01-08 | Auto merge of #80746 - ehuss:update-cargo, r=ehuss | bors | -0/+0 |
| 2021-01-07 | Get rid of custom pretty-printing in rustdoc | Joshua Nelson | -71/+9 |
| 2021-01-07 | Use Option::map_or instead of `.map(..).unwrap_or(..)` | LingMan | -2/+2 |
| 2021-01-07 | handle generic trait methods in coverage tests | Andreas Jonson | -1/+1 |
| 2021-01-08 | Rollup merge of #80784 - petrochenkov:nontspan, r=Aaron1011 | Yuki Okushi | -137/+137 |
| 2021-01-08 | Rollup merge of #80744 - camelid:next_def_id-docs, r=jyn514 | Yuki Okushi | -9/+17 |
| 2021-01-08 | Rollup merge of #80738 - arusahni:master, r=GuillaumeGomez | Yuki Okushi | -0/+1 |
| 2021-01-08 | Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514 | Yuki Okushi | -46/+92 |
| 2021-01-08 | Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiser | Yuki Okushi | -101/+193 |
| 2021-01-08 | Rollup merge of #80012 - sasurau4:feature/point-constant-identifier-E0435, r=... | Yuki Okushi | -9/+43 |
| 2021-01-07 | rustc_parse: Better spans for synthesized token streams | Vadim Petrochenkov | -137/+137 |
| 2021-01-07 | bless tests | Daiki Ihara | -9/+43 |
| 2021-01-06 | Auto merge of #80758 - RalfJung:miri, r=RalfJung | bors | -9/+7 |
| 2021-01-06 | update Miri | Ralf Jung | -9/+7 |
| 2021-01-06 | Auto merge of #80714 - jakevossen5:master, r=lcnr | bors | -54/+54 |
| 2021-01-06 | Auto merge of #80724 - GuillaumeGomez:remove-useless-doc_alias-feature, r=jyn514 | bors | -23/+17 |
| 2021-01-05 | Apply suggestions from code review | Camelid | -2/+2 |
| 2021-01-05 | Update cargo | Eric Huss | -0/+0 |
| 2021-01-05 | rustdoc: Turn `next_def_id` comments into docs | Camelid | -9/+17 |
| 2021-01-05 | Remove bottom margin from crate version when the sidebar is collapsed. | Aru Sahni | -0/+1 |
| 2021-01-05 | Document hackiness around primitive associated item disambiguators | max-heller | -0/+8 |
| 2021-01-05 | Add rustdoc test. | Camille GILLOT | -0/+14 |
| 2021-01-05 | Remove useless doc_alias feature | Guillaume Gomez | -23/+17 |
| 2021-01-05 | Auto merge of #80686 - GuillaumeGomez:error-doc-alias-same-name, r=jyn514 | bors | -0/+24 |
| 2021-01-05 | fixed feature gate stderr | Jake Vossen | -1/+1 |
| 2021-01-05 | fixed const_generics error help | Jake Vossen | -53/+53 |
| 2021-01-05 | Auto merge of #80708 - JohnTitor:rollup-6esk027, r=JohnTitor | bors | -16/+79 |
| 2021-01-05 | Rollup merge of #80696 - RalfJung:failing-promoteds, r=oli-obk | Yuki Okushi | -2/+13 |
| 2021-01-05 | Rollup merge of #80672 - matthiaskrgr:xpy_clippy_less_noise, r=Mark-Simulacrum | Yuki Okushi | -0/+11 |
| 2021-01-05 | Rollup merge of #80627 - bugadani:warn, r=Mark-Simulacrum | Yuki Okushi | -1/+13 |
| 2021-01-05 | Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnr | Yuki Okushi | -0/+25 |
| 2021-01-05 | Rollup merge of #80533 - matthiaskrgr:bootstrap_clppy, r=Mark-Simulacrum | Yuki Okushi | -13/+17 |
| 2021-01-05 | Auto merge of #80426 - jyn514:bootstrap-caching, r=Mark-Simulacrum | bors | -10/+11 |
| 2021-01-04 | fix incompatible disambiguator test | max-heller | -2/+18 |
| 2021-01-04 | Inlining enabled by -mir-opt-level > 1 is incompatible with coverage | Rich Kadel | -101/+193 |
| 2021-01-04 | make sure that promoteds which fail to evaluate in dead const code behave cor... | Ralf Jung | -2/+13 |