| Age | Commit message (Expand) | Author | Lines |
| 2021-04-17 | Remove assert that no longer matters | Michael Howell | -7/+0 |
| 2021-04-17 | rustdoc: use more precise relative URLS | Michael Howell | -12/+28 |
| 2021-04-17 | Auto merge of #84246 - notriddle:rustdoc-path-printing-cleanup, r=jyn514 | bors | -1/+1 |
| 2021-04-16 | rustdoc: get rid of unused path printing code | Michael Howell | -1/+1 |
| 2021-04-10 | rustdoc: clean up and test macro visibility print | Michael Howell | -2/+2 |
| 2021-04-08 | Auto merge of #83981 - nagisa:nagisa/revert-cfg-wasm, r=Mark-Simulacrum | bors | -1/+0 |
| 2021-04-07 | Remove the insta-stable `cfg(wasm)` | Simonas Kazlauskas | -1/+0 |
| 2021-04-07 | Reuse logic for determining the channel in the rest of rustdoc | Joshua Nelson | -9/+14 |
| 2021-04-07 | Auto merge of #83833 - jyn514:no-resolver, r=GuillaumeGomez | bors | -73/+64 |
| 2021-04-06 | Store links in Cache instead of on items directly | Joshua Nelson | -73/+64 |
| 2021-04-06 | rustdoc: Use `ThinVec` in a few places | Camelid | -3/+5 |
| 2021-04-06 | Rollup merge of #83835 - notriddle:sort-index, r=ollie27 | Yuki Okushi | -2/+2 |
| 2021-04-05 | Rollup merge of #83863 - eggyal:issue-83852, r=jyn514 | Dylan DPC | -11/+1 |
| 2021-04-05 | Rollup merge of #80525 - devsnek:wasm64, r=nagisa | Dylan DPC | -1/+2 |
| 2021-04-04 | Render destructured struct function param names as underscore. | Alan Egerton | -11/+1 |
| 2021-04-04 | wasm64 | Gus Caplan | -1/+2 |
| 2021-04-03 | rustdoc: sort search index items for compression | Michael Howell | -2/+2 |
| 2021-04-02 | rustdoc: Rename internal uses of `spotlight` | Camelid | -2/+2 |
| 2021-04-02 | Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514 | bors | -1/+1 |
| 2021-03-31 | Add var to BoundRegion. Add query to get bound vars for applicable items. | Jack Huey | -2/+2 |
| 2021-03-31 | Make late and late_anon regions track the bound var position | Jack Huey | -1/+1 |
| 2021-03-31 | Revert explicit lifetimes | Jack Huey | -166/+158 |
| 2021-03-31 | Track bound vars | Jack Huey | -158/+166 |
| 2021-03-31 | Auto merge of #83684 - cjgillot:csp, r=petrochenkov | bors | -2/+0 |
| 2021-03-30 | Remove hir::CrateItem. | Camille GILLOT | -2/+0 |
| 2021-03-30 | Only look at blanket impls in `get_blanket_impls` | Joshua Nelson | -3/+5 |
| 2021-03-29 | Auto merge of #82864 - jyn514:short-circuit, r=GuillaumeGomez | bors | -6/+2 |
| 2021-03-24 | Split clean::Constant enum into a struct and an enum | Guillaume Gomez | -44/+44 |
| 2021-03-24 | Rename clean::Constant did fields to def_id | Guillaume Gomez | -18/+18 |
| 2021-03-24 | Improve new Constant variants' name | Guillaume Gomez | -20/+21 |
| 2021-03-24 | Rework rustdoc const type | Guillaume Gomez | -46/+86 |
| 2021-03-24 | Rollup merge of #83415 - camelid:remove-crate-module-option, r=jyn514 | Dylan DPC | -3/+3 |
| 2021-03-23 | Remove another unnecessary `Option` | Camelid | -1/+1 |
| 2021-03-23 | Remove unnecessary `Option` wrapping around `Crate.module` | Camelid | -2/+2 |
| 2021-03-23 | Tweak docs | Camelid | -1/+3 |
| 2021-03-21 | Remove redundant docs | Camelid | -5/+7 |
| 2021-03-21 | Rename `clean::Span::span()` to `clean::Span::inner()` | Camelid | -4/+4 |
| 2021-03-21 | Rename `clean::Item.source` to `span` | Camelid | -11/+17 |
| 2021-03-20 | update `const_eval_resolve` | lcnr | -1/+1 |
| 2021-03-19 | Rollup merge of #82846 - GuillaumeGomez:doc-alias-list, r=jyn514 | Dylan DPC | -6/+17 |
| 2021-03-18 | hir: Preserve used syntax in `TyKind::TraitObject` | Vadim Petrochenkov | -1/+1 |
| 2021-03-16 | ast/hir: Rename field-related structures | Vadim Petrochenkov | -1/+1 |
| 2021-03-15 | Rename `#[doc(spotlight)]` to `#[doc(notable_trait)]` | Camelid | -1/+1 |
| 2021-03-11 | Improve code by removing similar function calls and using loops instead for c... | Guillaume Gomez | -17/+16 |
| 2021-03-10 | Auto merge of #82960 - camelid:masked_crates, r=jyn514 | bors | -5/+1 |
| 2021-03-10 | Allow doc alias attributes to use both list and value | Guillaume Gomez | -2/+14 |
| 2021-03-09 | Remove `masked_crates` from `clean::Crate` | Camelid | -5/+1 |
| 2021-03-09 | Remove hir::Item::attrs. | Camille GILLOT | -10/+12 |
| 2021-03-09 | Rollup merge of #82841 - hvdijk:x32, r=joshtriplett | Mara Bos | -1/+1 |
| 2021-03-07 | rustdoc: Don't enter an infer_ctxt in get_blanket_impls for impls that aren't... | Joshua Nelson | -6/+2 |