| Age | Commit message (Expand) | Author | Lines |
| 2018-02-10 | Rollup merge of #48064 - Manishearth:intra-doc-bail, r=QuietMisdreavus | kennytm | -0/+4 |
| 2018-02-10 | Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavus | kennytm | -1/+3 |
| 2018-02-07 | intra-doc-links: bail early for linky things | Manish Goregaokar | -0/+4 |
| 2018-02-07 | rustdoc: Hide `-> ()` in cross crate inlined Fn* bounds | Oliver Middleton | -1/+3 |
| 2018-02-03 | Fix const evaluation ICE in rustdoc | Guillaume Gomez | -2/+9 |
| 2018-01-25 | Handle variants | Manish Goregaokar | -4/+17 |
| 2018-01-24 | Make it work for traits | Manish Goregaokar | -8/+37 |
| 2018-01-24 | Handle methods | Manish Goregaokar | -19/+76 |
| 2018-01-24 | Return Def from resolve() | Manish Goregaokar | -17/+17 |
| 2018-01-24 | Return Err() if resolve() is called before modules are set up | Manish Goregaokar | -3/+1 |
| 2018-01-24 | Turn error into warning | Manish Goregaokar | -4/+4 |
| 2018-01-23 | Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakis | bors | -0/+1 |
| 2018-01-23 | Auto merge of #47678 - kennytm:rollup, r=kennytm | bors | -0/+13 |
| 2018-01-23 | Adds support for immovable generators. Move checking of invalid borrows acros... | John Kåre Alsaker | -0/+1 |
| 2018-01-23 | rustdoc: Show when traits are auto traits | Oliver Middleton | -0/+13 |
| 2018-01-22 | Move macro_resolve() into a function | Manish Goregaokar | -27/+29 |
| 2018-01-22 | Move resolve() into a function | Manish Goregaokar | -23/+25 |
| 2018-01-22 | Add ambiguity errors for macros | Manish Goregaokar | -19/+35 |
| 2018-01-22 | Move the figuring out of the 'kind' of def out into functions | Manish Goregaokar | -37/+64 |
| 2018-01-22 | Allow macros to be resolved with ambiguous idents too | Manish Goregaokar | -20/+30 |
| 2018-01-22 | Allow function@, value@, macro@ | Manish Goregaokar | -2/+6 |
| 2018-01-22 | Error only in the case of overlap | Manish Goregaokar | -20/+49 |
| 2018-01-22 | Use the registered def id (makes enum variants link to the enum page instead ... | Manish Goregaokar | -2/+2 |
| 2018-01-22 | Better error message | Manish Goregaokar | -5/+12 |
| 2018-01-22 | value-namespace items require a marker, so emit an error | QuietMisdreavus | -2/+8 |
| 2018-01-22 | resolve module docs based on inner/outer attributes | QuietMisdreavus | -6/+17 |
| 2018-01-22 | clean module docs while its module ID is still on the stack | QuietMisdreavus | -1/+2 |
| 2018-01-22 | use @ instead of space for link ambiguity markers | QuietMisdreavus | -6/+6 |
| 2018-01-22 | Store a list of local macros on the resolver; use for resolving intra-doc mac... | Manish Goregaokar | -0/+2 |
| 2018-01-22 | Resolve foreign macros | Manish Goregaokar | -32/+81 |
| 2018-01-22 | Register definitions | Manish Goregaokar | -0/+2 |
| 2018-01-22 | Fix tidy | Manish Goregaokar | -4/+7 |
| 2018-01-22 | Exit early for non-linky things | Manish Goregaokar | -0/+7 |
| 2018-01-22 | Handle relative paths | Manish Goregaokar | -15/+21 |
| 2018-01-22 | Handle errors for intra doc link path lookup | Manish Goregaokar | -10/+31 |
| 2018-01-22 | parse path ambiguity markers | QuietMisdreavus | -12/+34 |
| 2018-01-22 | cleanup | QuietMisdreavus | -3/+3 |
| 2018-01-22 | Add LinkReplacer pass for pulldown | Manish Goregaokar | -0/+19 |
| 2018-01-22 | Make correct resolver available in rustdoc | Manish Goregaokar | -2/+1 |
| 2018-01-22 | DRY std_path | Manish Goregaokar | -10/+9 |
| 2018-01-22 | abort documenting on resolution errors | QuietMisdreavus | -0/+2 |
| 2018-01-22 | resolve paths when cleaning docs | QuietMisdreavus | -3/+40 |
| 2018-01-22 | add a rustc_resolve::Resolver to DocContext | QuietMisdreavus | -1/+1 |
| 2018-01-17 | Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavus | Guillaume Gomez | -2/+10 |
| 2018-01-15 | Reexport -> re-export in prose and documentation comments | Carol (Nichols || Goulding) | -3/+3 |
| 2018-01-13 | Fix rustdoc | leonardo.yvens | -1/+0 |
| 2018-01-13 | Remove `impl Foo for ..` in favor of `auto trait Foo` | leonardo.yvens | -46/+0 |
| 2018-01-10 | rustdoc: Populate external_traits with traits only seen in impls | Oliver Middleton | -2/+10 |
| 2018-01-08 | rustc::ty: Rename `struct_variant` to `non_enum_variant` | Robin Kruppe | -2/+2 |
| 2018-01-04 | rustc: use {U,I}size instead of {U,I}s shorthands. | Eduard-Mihai Burtescu | -2/+2 |