about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2018-01-29Make run-pass/env-home-dir.rs test more robustMarco A L Barbosa-1/+4
2018-01-23Auto merge of #47678 - kennytm:rollup, r=kennytmbors-103/+302
2018-01-23Rollup merge of #47672 - ollie27:rustdoc_auto_traits, r=GuillaumeGomezkennytm-2/+54
2018-01-23Rollup merge of #47667 - GuillaumeGomez:fix-quoted-search, r=QuietMisdreavuskennytm-2/+25
2018-01-23Rollup merge of #47662 - spastorino:add_test_to_nll, r=nikomatsakiskennytm-0/+3
2018-01-23Rollup merge of #47661 - bjorn3:refactor_driver, r=michaelwoeristerkennytm-39/+22
2018-01-23Rollup merge of #47655 - etaoins:fix-spurious-warning-on-empty-proc-macro-cra...kennytm-1/+32
2018-01-23Rollup merge of #47635 - Zoxc:remove-attr, r=michaelwoeristerkennytm-16/+13
2018-01-23Auto merge of #47620 - GuillaumeGomez:multiple-themes, r=QuietMisdreavusbors-13/+603
2018-01-23Rollup merge of #47610 - cuviper:captured-dwarf, r=eddybkennytm-3/+10
2018-01-23Rollup merge of #47558 - spastorino:rustc_args, r=nikomatsakiskennytm-0/+18
2018-01-23Rollup merge of #47554 - EdSchouten:cloudabi-jemalloc, r=nikomatsakiskennytm-3/+10
2018-01-23Rollup merge of #47549 - Manishearth:29723-regression, r=nikomatsakiskennytm-0/+39
2018-01-23Rollup merge of #47541 - psumbera:master, r=eddybkennytm-1/+6
2018-01-23Rollup merge of #47440 - mark-i-m:zunpretty, r=nikomatsakiskennytm-27/+38
2018-01-23Rollup merge of #47425 - EdSchouten:immutable-tls, r=nikomatsakiskennytm-0/+21
2018-01-23Rollup merge of #47423 - est31:rustbook_checking, r=alexcrichtonkennytm-9/+11
2018-01-23Auto merge of #47046 - Manishearth:intra-doc-links, r=eddyb,GuillaumeGomez,Qu...bors-264/+995
2018-01-23rustdoc: Show when traits are auto traitsOliver Middleton-2/+54
2018-01-23Fasten even more theme switchGuillaume Gomez-12/+15
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-22Fasten up theme loadingGuillaume Gomez-25/+49
2018-01-22Fix quoted searchGuillaume Gomez-2/+25
2018-01-22Change theme iconGuillaume Gomez-1/+6
2018-01-22Auto merge of #47507 - alexcrichton:rerun-bat-scripts, r=michaelwoeristerbors-32/+181
2018-01-22tweak colors on dark themeQuietMisdreavus-26/+27
2018-01-22Add dynamic-drop test to nll tests alsoSantiago Pastorino-0/+3
2018-01-22Inline some rustc_driver functionbjorn3-39/+22
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-22Fix spurious warning on empty proc macro cratesRyan Cumming-1/+32
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