| Age | Commit message (Expand) | Author | Lines |
| 2021-05-05 | Revert PR 83866 | Pietro Albini | -15/+3 |
| 2021-04-27 | Auto merge of #84494 - tdelabro:84304-bis, r=jyn514 | bors | -86/+116 |
| 2021-04-27 | cfg taken out of Attributes, put in Item | Timothée Delabrouille | -57/+87 |
| 2021-04-27 | Removed usage of Attributes in FnDecl and ExternalCrate. Relocate part of the... | Timothée Delabrouille | -30/+30 |
| 2021-04-25 | get rid of min_const_fn references in library/ and rustdoc | Ralf Jung | -4/+3 |
| 2021-04-24 | Finally (finally) ((finally!!!!)) fix spans for the standard library | Joshua Nelson | -1/+5 |
| 2021-04-24 | Get rid of `item.span` | Joshua Nelson | -23/+30 |
| 2021-04-24 | Do the hard part first | Joshua Nelson | -8/+17 |
| 2021-04-24 | Add attr_span helper function | Joshua Nelson | -0/+4 |
| 2021-04-25 | Rollup merge of #84464 - jyn514:type-kind, r=CraftSpider | Yuki Okushi | -105/+44 |
| 2021-04-23 | Remove unused `impl Clean<ItemType> for DefKind` | Joshua Nelson | -6/+0 |
| 2021-04-23 | Remove `TypeKind` | Joshua Nelson | -53/+0 |
| 2021-04-23 | Use ItemType in cache | Joshua Nelson | -1/+0 |
| 2021-04-23 | Take ItemType instead of TypeKind in record_extern_fqn | Joshua Nelson | -47/+46 |
| 2021-04-23 | rustdoc: Remove unnecessary `is_crate` field from doctree::Module and clean::... | Joshua Nelson | -14/+6 |
| 2021-04-23 | Auto merge of #84457 - jyn514:cleanup-crate, r=GuillaumeGomez | bors | -126/+142 |
| 2021-04-22 | Remove `keywords` from ExternCrate | Joshua Nelson | -52/+57 |
| 2021-04-22 | Get rid of ExternCrate::primitives | Joshua Nelson | -76/+76 |
| 2021-04-22 | Remove `name` field from ExternalCrate | Joshua Nelson | -3/+6 |
| 2021-04-22 | Remove src field from ExternCrate | Joshua Nelson | -5/+13 |
| 2021-04-21 | Use arrayvec 0.7, drop smallvec 0.6 | Jubilee Young | -4/+4 |
| 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 |