| Age | Commit message (Expand) | Author | Lines |
| 2021-10-31 | Reduce rightward drift | Noah Lev | -78/+75 |
| 2021-10-31 | Extract function for expanding private type aliases | Noah Lev | -91/+98 |
| 2021-10-31 | Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplett | Matthias Krüger | -14/+14 |
| 2021-10-31 | Rollup merge of #89786 - jkugelman:must-use-len-and-is_empty, r=joshtriplett | Matthias Krüger | -37/+39 |
| 2021-10-31 | Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplett | Matthias Krüger | -1/+1 |
| 2021-10-31 | Auto merge of #90434 - matthiaskrgr:rollup-xbn393a, r=matthiaskrgr | bors | -0/+1 |
| 2021-10-31 | Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplett | Matthias Krüger | -0/+1 |
| 2021-10-31 | Auto merge of #90391 - camelid:crate-size, r=jyn514 | bors | -20/+31 |
| 2021-10-30 | Add #[must_use] to remaining std functions (A-N) | John Kugelman | -14/+14 |
| 2021-10-30 | Add #[must_use] to len and is_empty | John Kugelman | -37/+39 |
| 2021-10-30 | Add #[must_use] to mem/ptr functions | John Kugelman | -0/+1 |
| 2021-10-30 | Auto merge of #90422 - GuillaumeGomez:rollup-s1mdag0, r=GuillaumeGomez | bors | -43/+943 |
| 2021-10-30 | Rollup merge of #90399 - yuvaldolev:as-ref-overly-verbose-diagnostic, r=estebank | Guillaume Gomez | -0/+12 |
| 2021-10-30 | Rollup merge of #90375 - yanok:master, r=lcnr | Guillaume Gomez | -0/+41 |
| 2021-10-30 | Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkov | Guillaume Gomez | -8/+510 |
| 2021-10-30 | Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514 | Guillaume Gomez | -31/+315 |
| 2021-10-30 | Rollup merge of #90156 - jsha:less-border-bottom-2, r=GuillaumeGomez | Guillaume Gomez | -4/+65 |
| 2021-10-30 | rustdoc: Stop sorting external crates | Noah Lev | -2/+1 |
| 2021-10-30 | rustdoc: Remove `Crate.name` and instead compute it on-demand | Noah Lev | -14/+16 |
| 2021-10-30 | rustdoc: Remove `Crate.src` and instead compute it on-demand | Noah Lev | -5/+8 |
| 2021-10-30 | rustdoc: Document that `Crate` is always local | Noah Lev | -0/+3 |
| 2021-10-30 | Auto merge of #90205 - mati865:link-modifiers-in-rustc, r=petrochenkov | bors | -7/+2 |
| 2021-10-30 | Remove underlines from non-top docblocks. | Jacob Hoffman-Andrews | -4/+65 |
| 2021-10-30 | Document tests a bit more | Guillaume Gomez | -0/+5 |
| 2021-10-30 | Rollup merge of #90412 - jyn514:macro-use, r=camelid | Matthias Krüger | -7/+6 |
| 2021-10-30 | Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnr | Matthias Krüger | -0/+47 |
| 2021-10-30 | Rollup merge of #90395 - b-naber:const-expr-type-relation, r=oli-obk | Matthias Krüger | -0/+20 |
| 2021-10-30 | Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelid | Matthias Krüger | -6/+10 |
| 2021-10-30 | Auto merge of #88268 - GuillaumeGomez:generics-search-index, r=notriddle,came... | bors | -93/+147 |
| 2021-10-29 | rustdoc: Add static size assertion for `clean::Crate` | Noah Lev | -0/+4 |
| 2021-10-30 | Remove unnecessary `macro_use`s in rustdoc | Joshua Nelson | -7/+6 |
| 2021-10-29 | Unify titles in rustdoc book doc attributes chapter | Guillaume Gomez | -6/+10 |
| 2021-10-29 | Fix invalid handling of generics | Guillaume Gomez | -93/+147 |
| 2021-10-29 | Auto merge of #90390 - umanwizard:update-miri, r=RalfJung | bors | -9/+7 |
| 2021-10-29 | Auto merge of #90389 - camelid:rustdoc-rayon, r=jyn514 | bors | -11/+2 |
| 2021-10-29 | Explicitly skipping suggestions for 'Pin' as it does not implement the 'AsRef... | Yuval Dolev | -17/+0 |
| 2021-10-29 | Skip suggestions for the AsRef trait | Yuval Dolev | -0/+29 |
| 2021-10-29 | Fix panic when documenting libproc-macro | Guillaume Gomez | -13/+10 |
| 2021-10-29 | Don't display "Methods from Deref<...>" if no method is display (the ones whi... | Guillaume Gomez | -3/+29 |
| 2021-10-29 | Remove the Rc wrapping of deref_id_map | Guillaume Gomez | -4/+4 |
| 2021-10-29 | Add tests for recursive deref | Guillaume Gomez | -8/+169 |
| 2021-10-29 | Auto merge of #90373 - tmiasko:union-qualification, r=oli-obk | bors | -0/+89 |
| 2021-10-29 | Recursively document Deref | Guillaume Gomez | -16/+111 |
| 2021-10-29 | ignore type flags insertion in default_anon_const_substs if error occurred | b-naber | -0/+47 |
| 2021-10-29 | add test | b-naber | -0/+20 |
| 2021-10-29 | Auto merge of #90214 - tmiasko:indirect-mutation-qualif, r=ecstatic-morse,oli... | bors | -0/+93 |
| 2021-10-29 | Auto merge of #90380 - Mark-Simulacrum:revert-89558-query-stable-lint, r=lcnr | bors | -95/+0 |
| 2021-10-29 | Auto merge of #90363 - camelid:build-impl-perf, r=jyn514 | bors | -3/+3 |
| 2021-10-28 | rustdoc: Remove a single-use macro | Noah Lev | -10/+1 |
| 2021-10-28 | Update miri | Brennan Vincent | -9/+7 |