summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2018-02-10Rollup merge of #48064 - Manishearth:intra-doc-bail, r=QuietMisdreavuskennytm-0/+4
2018-02-10Rollup merge of #48051 - ollie27:rustdoc_fn_unit_return, r=QuietMisdreavuskennytm-1/+3
2018-02-07intra-doc-links: bail early for linky thingsManish Goregaokar-0/+4
2018-02-07rustdoc: Hide `-> ()` in cross crate inlined Fn* boundsOliver Middleton-1/+3
2018-02-03Fix const evaluation ICE in rustdocGuillaume Gomez-2/+9
2018-01-25Handle variantsManish Goregaokar-4/+17
2018-01-24Make it work for traitsManish Goregaokar-8/+37
2018-01-24Handle methodsManish Goregaokar-19/+76
2018-01-24Return Def from resolve()Manish Goregaokar-17/+17
2018-01-24Return Err() if resolve() is called before modules are set upManish Goregaokar-3/+1
2018-01-24Turn error into warningManish Goregaokar-4/+4
2018-01-23Auto merge of #45337 - Zoxc:gen-static, r=nikomatsakisbors-0/+1
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-0/+13
2018-01-23Adds support for immovable generators. Move checking of invalid borrows acros...John Kåre Alsaker-0/+1
2018-01-23rustdoc: Show when traits are auto traitsOliver Middleton-0/+13
2018-01-22Move macro_resolve() into a functionManish Goregaokar-27/+29
2018-01-22Move resolve() into a functionManish Goregaokar-23/+25
2018-01-22Add ambiguity errors for macrosManish Goregaokar-19/+35
2018-01-22Move the figuring out of the 'kind' of def out into functionsManish Goregaokar-37/+64
2018-01-22Allow macros to be resolved with ambiguous idents tooManish Goregaokar-20/+30
2018-01-22Allow function@, value@, macro@Manish Goregaokar-2/+6
2018-01-22Error only in the case of overlapManish Goregaokar-20/+49
2018-01-22Use the registered def id (makes enum variants link to the enum page instead ...Manish Goregaokar-2/+2
2018-01-22Better error messageManish Goregaokar-5/+12
2018-01-22value-namespace items require a marker, so emit an errorQuietMisdreavus-2/+8
2018-01-22resolve module docs based on inner/outer attributesQuietMisdreavus-6/+17
2018-01-22clean module docs while its module ID is still on the stackQuietMisdreavus-1/+2
2018-01-22use @ instead of space for link ambiguity markersQuietMisdreavus-6/+6
2018-01-22Store a list of local macros on the resolver; use for resolving intra-doc mac...Manish Goregaokar-0/+2
2018-01-22Resolve foreign macrosManish Goregaokar-32/+81
2018-01-22Register definitionsManish Goregaokar-0/+2
2018-01-22Fix tidyManish Goregaokar-4/+7
2018-01-22Exit early for non-linky thingsManish Goregaokar-0/+7
2018-01-22Handle relative pathsManish Goregaokar-15/+21
2018-01-22Handle errors for intra doc link path lookupManish Goregaokar-10/+31
2018-01-22parse path ambiguity markersQuietMisdreavus-12/+34
2018-01-22cleanupQuietMisdreavus-3/+3
2018-01-22Add LinkReplacer pass for pulldownManish Goregaokar-0/+19
2018-01-22Make correct resolver available in rustdocManish Goregaokar-2/+1
2018-01-22DRY std_pathManish Goregaokar-10/+9
2018-01-22abort documenting on resolution errorsQuietMisdreavus-0/+2
2018-01-22resolve paths when cleaning docsQuietMisdreavus-3/+40
2018-01-22add a rustc_resolve::Resolver to DocContextQuietMisdreavus-1/+1
2018-01-17Rollup merge of #47313 - ollie27:rustdoc_record_extern_trait, r=QuietMisdreavusGuillaume Gomez-2/+10
2018-01-15Reexport -> re-export in prose and documentation commentsCarol (Nichols || Goulding)-3/+3
2018-01-13Fix rustdocleonardo.yvens-1/+0
2018-01-13Remove `impl Foo for ..` in favor of `auto trait Foo`leonardo.yvens-46/+0
2018-01-10rustdoc: Populate external_traits with traits only seen in implsOliver Middleton-2/+10
2018-01-08rustc::ty: Rename `struct_variant` to `non_enum_variant`Robin Kruppe-2/+2
2018-01-04rustc: use {U,I}size instead of {U,I}s shorthands.Eduard-Mihai Burtescu-2/+2