about summary refs log tree commit diff
path: root/src/librustdoc
AgeCommit message (Expand)AuthorLines
2020-02-12Rollup merge of #69095 - GuillaumeGomez:minified-theme-check, r=Dylan-DPCDylan DPC-14/+30
2020-02-12Add test to check if minified theme are handled correctlyGuillaume Gomez-0/+13
2020-02-12Minify CSS rules to be able to handle minified theme files as wellGuillaume Gomez-14/+17
2020-02-11Review comments.Camille GILLOT-1/+1
2020-02-11Move lang_items definitions to librustc_lang_items.Camille GILLOT-1/+1
2020-02-11Auto merge of #69062 - Dylan-DPC:rollup-7wpjpqu, r=Dylan-DPCbors-4/+0
2020-02-11Rollup merge of #66498 - bjorn3:less_feature_flags, r=Dylan-DPCDylan DPC-4/+0
2020-02-11Run RustFmtjumbatm-11/+11
2020-02-11Invert control in struct_lint_level.jumbatm-123/+125
2020-02-11[ImgBot] Optimize imagesImgBotApp-3/+3
2020-02-11Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPCbors-2/+8
2020-02-09Make issue references consistentMatthias Prechtl-2/+8
2020-02-08Make `provided_trait_methods` use `impl Iterator`Jonas Schievink-9/+2
2020-02-08Make `associated_items` query return a sliceJonas Schievink-1/+5
2020-02-07Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasperbors-3/+3
2020-02-07Rollup merge of #68889 - Zoxc:hir-krate, r=eddybDylan DPC-2/+2
2020-02-07Remove unused feature gates from librustdocbjorn3-4/+0
2020-02-06index ReEmpty by universeNiko Matsakis-3/+3
2020-02-06Remove the `Forest` typeJohn Kåre Alsaker-1/+1
2020-02-06Move the `krate` method to Hir and remove the Krate dep nodeJohn Kåre Alsaker-1/+1
2020-02-06Add a Hir wrapper typeJohn Kåre Alsaker-1/+1
2020-02-06Auto merge of #68664 - tspiteri:no_run-complete-build, r=nikomatsakisbors-1/+1
2020-02-04Rollup merge of #68818 - matthiaskrgr:misc_perf, r=Mark-SimulacrumDylan DPC-8/+1
2020-02-04fix couple of perf related clipyp warningsMatthias Krüger-8/+1
2020-02-04remove redundant imports (clippy::single_component_path_imports)Matthias Krüger-9/+0
2020-02-01syntax: reexport attr globalsMazdak Farrokhzad-1/+1
2020-02-01syntax::print -> new crate rustc_ast_prettyMazdak Farrokhzad-2/+3
2020-02-011. move node_id to syntaxMazdak Farrokhzad-4/+4
2020-02-01Move builtin attribute logic to new rustc_attr crate.Mazdak Farrokhzad-2/+3
2020-02-01syntax: move GLOBALS to attr moduleMazdak Farrokhzad-1/+1
2020-01-30rustdoc: attempt full build for compile_fail testTrevor Spiteri-1/+1
2020-01-30rustdoc: emit JS paths for struct-like variantsTom Jakubowski-8/+22
2020-01-30rustdoc: NodeId is now DefIdTom Jakubowski-16/+11
2020-01-29Rollup merge of #68598 - GuillaumeGomez:fix-null-synthetic_implementors, r=ol...Yuki Okushi-14/+16
2020-01-29Rollup merge of #68556 - ollie27:rustdoc_primitive_re-export, r=GuillaumeGomezYuki Okushi-17/+55
2020-01-29Rollup merge of #68553 - GuillaumeGomez:fix-run-button-scroll-pos, r=kinnisonYuki Okushi-8/+7
2020-01-28Fix null synthetic_implementors errorGuillaume Gomez-14/+16
2020-01-27don't clone types that are copy, round two.Matthias Krüger-7/+7
2020-01-26rustdoc: Fix re-exporting primitive typesOliver Middleton-17/+55
2020-01-26Fix run button positionning in case of scrollingGuillaume Gomez-8/+7
2020-01-22Auto merge of #68192 - GuillaumeGomez:remove-inlined-types, r=kinnisonbors-25/+50
2020-01-21Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obkMazdak Farrokhzad-5/+9
2020-01-20rustdoc: Correct order of `async` and `unsafe` in `async unsafe fn`sOliver Middleton-5/+5
2020-01-20Remove usage of global variable "inlined_types"Guillaume Gomez-25/+50
2020-01-20Add `ConstnessAnd` that implements `ToPredicate`Dylan MacKenzie-2/+2
2020-01-20Add `constness` field to `ty::Predicate::Trait`Dylan MacKenzie-3/+3
2020-01-20Add `MaybeConst` variant to `{ast,hir}::TraitBoundModifier`Dylan MacKenzie-0/+1
2020-01-19Add `constness` field to `hir::ItemKind::Impl`Dylan MacKenzie-0/+3
2020-01-20Rollup merge of #68357 - ollie27:rustdoc_test_errors, r=GuillaumeGomezDylan DPC-3/+7
2020-01-20Rollup merge of #68353 - Centril:code-liberation, r=petrochenkovDylan DPC-1/+0