about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-24Add missing micro version number component in stability attributes.Simon Sapin-7/+7
2018-01-23Make PanicInfo::message available for std::panic! with a formatting string.Simon Sapin-8/+9
2018-01-23Implement Display for PanicInfo and LocationSimon Sapin-0/+23
2018-01-23Add an unstable PanicInfo::message(&self) -> Option<&fmt::Arguments> methodSimon Sapin-2/+18
2018-01-23Move PanicInfo and Location to libcoreSimon Sapin-190/+230
2018-01-23Auto merge of #47046 - Manishearth:intra-doc-links, r=eddyb,GuillaumeGomez,Qu...bors-264/+995
2018-01-22Auto merge of #47373 - wesleywiser:incr_cache_hashing, r=michaelwoeristerbors-13/+51
2018-01-22don't process code blocks when scanning for linksQuietMisdreavus-2/+1
2018-01-22Auto merge of #47507 - alexcrichton:rerun-bat-scripts, r=michaelwoeristerbors-32/+181
2018-01-22Temporary fix missing escape_href in hoedown_link by copying pulldown's codeManish Goregaokar-1/+53
2018-01-22Auto merge of #47353 - nikomatsakis:nll-issue-47189, r=pnkfelix+nmatsakisbors-8/+99
2018-01-22Update to new commonmark argManish Goregaokar-3/+3
2018-01-22Review fixesManish Goregaokar-2/+2
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-5/+11
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-22add ambiguity markers to the intra-links testQuietMisdreavus-0/+14
2018-01-22use @ instead of space for link ambiguity markersQuietMisdreavus-6/+6
2018-01-22add a macro to the intra-links testQuietMisdreavus-8/+15
2018-01-22Store a list of local macros on the resolver; use for resolving intra-doc mac...Manish Goregaokar-1/+6
2018-01-22Resolve foreign macrosManish Goregaokar-34/+84
2018-01-22Register definitionsManish Goregaokar-0/+2
2018-01-22Fix unit testsManish Goregaokar-3/+3
2018-01-22Fix tidyManish Goregaokar-5/+9
2018-01-22Exit early for non-linky thingsManish Goregaokar-0/+7
2018-01-22Handle relative pathsManish Goregaokar-43/+61
2018-01-22Use correct item for links in modulesManish Goregaokar-2/+2
2018-01-22Handle errors for intra doc link path lookupManish Goregaokar-10/+31
2018-01-22Make resolve_hir_path and resolve_str_path fallibleManish Goregaokar-22/+61
2018-01-22Don't return early and discard the link in hoedown modeManish Goregaokar-1/+1
2018-01-22add basic test for rustdoc intra linksQuietMisdreavus-0/+39
2018-01-22parse path ambiguity markersQuietMisdreavus-12/+34
2018-01-22fix error_index_generatorQuietMisdreavus-1/+1
2018-01-22add intra-links support to hoedownQuietMisdreavus-8/+66
2018-01-22cleanupQuietMisdreavus-26/+47
2018-01-22Add LinkReplacer pass for pulldownManish Goregaokar-16/+69
2018-01-22Make correct resolver available in rustdocManish Goregaokar-42/+48
2018-01-22Split out creation of the resolver arena in phase_2_configure_and_expandManish Goregaokar-24/+55
2018-01-22Move resolve arenas/crate loader outside of the core of phase_2_configure_and...Manish Goregaokar-11/+17
2018-01-22DRY std_pathManish Goregaokar-20/+26
2018-01-22abort documenting on resolution errorsQuietMisdreavus-0/+2