| Age | Commit message (Expand) | Author | Lines |
| 2021-09-02 | Rollup merge of #88573 - camelid:rustdoc-assoc-panic, r=GuillaumeGomez | Mara Bos | -4/+6 |
| 2021-09-02 | Auto merge of #88522 - camelid:box-paren-output, r=jyn514 | bors | -8/+17 |
| 2021-09-01 | rustdoc: Don't panic on ambiguous inherent associated types | Noah Lev | -4/+6 |
| 2021-08-31 | Remove unhelpful `expect()` message | Noah Lev | -4/+2 |
| 2021-08-31 | Box `GenericArgs::Parenthesized.output` | Noah Lev | -9/+20 |
| 2021-08-31 | Rollup merge of #88391 - GuillaumeGomez:fix-json-enum-variant, r=camelid,notr... | Mara Bos | -9/+20 |
| 2021-08-29 | rustdoc: Stop using resolver for macro loading | Vadim Petrochenkov | -3/+3 |
| 2021-08-29 | Use the correct type for Enum variant tuples | Guillaume Gomez | -9/+20 |
| 2021-08-28 | Teach tools that macros are now HIR items | inquisitivecrystal | -19/+4 |
| 2021-08-26 | make unevaluated const substs optional | lcnr | -1/+1 |
| 2021-08-21 | Auto merge of #82776 - jyn514:extern-url-fallback, r=GuillaumeGomez | bors | -2/+6 |
| 2021-08-19 | introduce a Coerce predicate | Niko Matsakis | -0/+1 |
| 2021-08-19 | Give precedence to `html_root_url` over `--extern-html-root-url` by default, ... | Joshua Nelson | -2/+6 |
| 2021-08-18 | remove box_syntax uses from cranelift and tools | Marcel Hellwig | -34/+42 |
| 2021-08-13 | move Constness into TraitPredicate | Deadbeef | -8/+6 |
| 2021-08-08 | Rollup merge of #87834 - camelid:span-typo, r=CraftSpider | Yuki Okushi | -1/+1 |
| 2021-08-06 | Fix small typo | Noah Lev | -1/+1 |
| 2021-08-05 | Use rustdoc Span in LinkFromSrc directly | Guillaume Gomez | -9/+1 |
| 2021-08-05 | * Rename Span::from_rustc_span to Span::new | Guillaume Gomez | -8/+9 |
| 2021-08-05 | * Rename 'move_span' into 'local_span_to_global_span' | Guillaume Gomez | -3/+7 |
| 2021-08-05 | Add links on source types to go to definition | Guillaume Gomez | -0/+5 |
| 2021-08-03 | don't use .into() to convert types to identical types (clippy::useless_conver... | Matthias Krüger | -6/+5 |
| 2021-07-30 | Do not discard `?Sized` type params and suggest their removal | Esteban Küber | -1/+8 |
| 2021-07-29 | Rollup merge of #87451 - GuillaumeGomez:tuple-struct-field-doc, r=jyn514 | Yuki Okushi | -3/+7 |
| 2021-07-27 | Auto merge of #83484 - JulianKnodt:infer, r=oli-obk,lcnr | bors | -0/+2 |
| 2021-07-27 | Add explanations for why we use Variant::Struct instead of Variant::Tuple for... | Guillaume Gomez | -0/+6 |
| 2021-07-26 | Add support for tuple struct fields documentation in enums as well | Guillaume Gomez | -3/+1 |
| 2021-07-25 | Introduce OwnerNode::Crate. | Camille GILLOT | -2/+2 |
| 2021-07-25 | Add generic arg infer | kadmin | -0/+2 |
| 2021-07-18 | Rollup merge of #86889 - jyn514:crate-cleanup, r=camelid | Yuki Okushi | -16/+10 |
| 2021-07-16 | Auto merge of #87140 - camsteffen:pat-slice-refs, r=oli-obk | bors | -11/+6 |
| 2021-07-16 | Auto merge of #86662 - mockersf:fix-86620-link-unknown-location, r=jyn514 | bors | -1/+1 |
| 2021-07-15 | Remove refs from pat slices | Cameron Steffen | -11/+6 |
| 2021-07-13 | Remove trival `impl Clean for CrateNum` | Joshua Nelson | -10/+4 |
| 2021-07-13 | Remove unnecessary CrateNum from Cache.externs | Joshua Nelson | -8/+8 |
| 2021-07-13 | Rollup merge of #86887 - jyn514:cleanup-clean, r=CraftSpider | Yuki Okushi | -46/+1 |
| 2021-07-12 | Auto merge of #86841 - GuillaumeGomez:reexported-macro-2-render, r=Stupremee | bors | -54/+79 |
| 2021-07-08 | Rework SESSION_GLOBALS API to prevent overwriting it | Guillaume Gomez | -9/+9 |
| 2021-07-07 | Only show restricted pub use | Guillaume Gomez | -1/+2 |
| 2021-07-07 | Fix reexports visibility | Guillaume Gomez | -32/+30 |
| 2021-07-07 | Unify macro source display | Guillaume Gomez | -58/+48 |
| 2021-07-07 | Fix rendering of reexported macros 2.0 | Guillaume Gomez | -9/+45 |
| 2021-07-06 | fix dead link for method in trait of blanket impl from third party crate | François Mockers | -1/+1 |
| 2021-07-06 | Auto merge of #86644 - Stupremee:replace-fakedefids-with-itemid, r=jyn514 | bors | -55/+45 |
| 2021-07-05 | rustdoc: Use `impl_id` and `for_` DefId's for Blanket item id | Justus K | -2/+2 |
| 2021-07-05 | rustdoc: Add `PrimitiveType` to `ItemId::Primitive` | Justus K | -6/+7 |
| 2021-07-05 | Revert "rustdoc: Store DefId's in ItemId on heap for decreasing Item's size" | Justus K | -24/+26 |
| 2021-07-05 | rustdoc: Store DefId's in ItemId on heap for decreasing Item's size | Justus K | -26/+24 |
| 2021-07-05 | rustdoc: Rename `expect_real` to `expect_def_id`, remove `Item::is_fake` | Justus K | -25/+18 |
| 2021-07-05 | rustdoc: Replace `FakeDefId` with new `ItemId` type | Justus K | -43/+39 |