about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2018-09-26Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddybbors-5/+14
2018-09-25Rollup merge of #54539 - GuillaumeGomez:fix-js-error, r=QuietMisdreavusPietro Albini-2/+5
2018-09-25Rollup merge of #54368 - GuillaumeGomez:reduce-side-padding, r=QuietMisdreavusPietro Albini-1/+1
2018-09-24Fix JS errorGuillaume Gomez-2/+5
2018-09-22Auto merge of #54457 - pietroalbini:rollup, r=pietroalbinibors-38/+94
2018-09-22Rollup merge of #54371 - QuietMisdreavus:rustdoc-ui-testing, r=GuillaumeGomezPietro Albini-6/+17
2018-09-22Rollup merge of #54350 - Munksgaard:support-edition-in-doc-test, r=steveklabnikPietro Albini-32/+77
2018-09-22Stabilize crate_in_paths, extern_absolute_paths and extern_prelude on all edi...Eduard-Mihai Burtescu-3/+1
2018-09-20Auto merge of #54389 - kennytm:rollup, r=kennytmbors-4/+4
2018-09-20fix intra-links for trait implsQuietMisdreavus-17/+55
2018-09-20filter collected trait impls against items in the crateQuietMisdreavus-60/+149
2018-09-20shuffle ownership of `external_traits`QuietMisdreavus-24/+30
2018-09-20refactor: move `access_levels` into RenderInfoQuietMisdreavus-19/+19
2018-09-20collect auto-/blanket-impls during collect-trait-implsQuietMisdreavus-63/+65
2018-09-20don't index trait impls if the trait isn't also documentedQuietMisdreavus-5/+30
2018-09-20add more tests for traits-in-non-module-scopeQuietMisdreavus-1/+1
2018-09-20don't check visibility when inlining local implsQuietMisdreavus-6/+10
2018-09-20swap external_traits into the crate before running strip_hiddenQuietMisdreavus-3/+10
2018-09-20pull impl generics from HIR if availableQuietMisdreavus-13/+19
2018-09-20collect impl items from the HIR if availableQuietMisdreavus-6/+17
2018-09-20pull local types from the HIR instead of tcxQuietMisdreavus-1/+10
2018-09-20handle local names when registering FQNsQuietMisdreavus-4/+8
2018-09-20add a bunch of debug printsQuietMisdreavus-0/+12
2018-09-20undo some tweaks to build_implQuietMisdreavus-13/+8
2018-09-20don't record an external trait if it's not externalQuietMisdreavus-0/+4
2018-09-20only move access_levels/external_traits after early passesQuietMisdreavus-14/+8
2018-09-20print local inlined consts via the HIR mapQuietMisdreavus-1/+5
2018-09-20rustdoc: collect trait impls as an early passQuietMisdreavus-79/+122
2018-09-20Add a documentation banner for edition specific codePhilip Munksgaard-13/+44
2018-09-19add -Zui-testing to rustdocQuietMisdreavus-6/+17
2018-09-19Reduce code block sides paddingGuillaume Gomez-1/+1
2018-09-19Add support for running doc test in specific editionPhilip Munksgaard-19/+33
2018-09-18Remove unneeded clone() from testsErich Cordoba-4/+4
2018-09-18Rollup merge of #54205 - GuillaumeGomez:treat-err-as-bug, r=QuietMisdreavusGuillaume Gomez-11/+21
2018-09-18Rollup merge of #54097 - GuillaumeGomez:remove-keyword-namespace, r=QuietMisd...Guillaume Gomez-2/+2
2018-09-16Rollup merge of #53941 - kzys:sort-impls, r=GuillaumeGomezGuillaume Gomez-4/+20
2018-09-15rustc: add unstable support for --extern crate_name without a path.Eduard-Mihai Burtescu-4/+7
2018-09-14Auto merge of #53751 - F001:tuple-struct-self-ctor, r=petrochenkov,varkorbors-3/+6
2018-09-14Auto merge of #52962 - GuillaumeGomez:few-things, r=QuietMisdreavusbors-10/+36
2018-09-13Add treat-err-as-bug flag in rustdocGuillaume Gomez-11/+21
2018-09-13expose `evaluate_obligation` that captures overflow, use in rustdocNiko Matsakis-5/+14
2018-09-13introduce SelfCtorF001-3/+6
2018-09-12rustdoc: Sort implementorsKazuyoshi Kato-4/+20
2018-09-13resolve: Put different parent scopes into a single structureVadim Petrochenkov-3/+3
2018-09-12Auto merge of #53409 - GuillaumeGomez:associated-const-value, r=QuietMisdreavusbors-44/+27
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-1/+0
2018-09-12Rollup merge of #54087 - ollie27:rustdoc_blanket_impl, r=QuietMisdreavuskennytm-14/+12
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-10Remove namespace for keywordsGuillaume Gomez-2/+2
2018-09-09rustdoc: Remove generated blanket impls from trait pagesOliver Middleton-14/+12