summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2019-12-10Remove tidy commentGuillaume Gomez-2/+0
2019-12-09Remove useless commentGuillaume Gomez-2/+0
2019-12-09Move RegionTarget and RegionDeps where they into clean/auto_traitGuillaume Gomez-14/+16
2019-12-09Remove unused importsGuillaume Gomez-10/+7
2019-12-09Fix usage of variants in clean/utilsGuillaume Gomez-7/+7
2019-12-09Make utils module publicGuillaume Gomez-19/+19
2019-12-09Fix missing importsGuillaume Gomez-1/+25
2019-12-09Remove functions from clean/mod.rsGuillaume Gomez-567/+0
2019-12-09Move clean functions to another fileGuillaume Gomez-0/+568
2019-12-08Auto merge of #66984 - GuillaumeGomez:move-clean-types, r=kinnisonbors-1534/+1558
2019-12-07Rollup merge of #66959 - GuillaumeGomez:cfg-duplicates, r=eddybYuki Okushi-0/+6
2019-12-04Remove unused constantGuillaume Gomez-2/+0
2019-12-04Make Lifetime struct field publicGuillaume Gomez-1/+1
2019-12-04Make some formatting improvementsGuillaume Gomez-11/+4
2019-12-04Make some private methods publicGuillaume Gomez-7/+7
2019-12-04fixup clean/types.rs importsGuillaume Gomez-48/+26
2019-12-04remove code that doesn't belong in clean/types.rsGuillaume Gomez-2975/+0
2019-12-04Remove potential cfgs duplicatesGuillaume Gomez-0/+6
2019-12-03remove code that doesn't belong in clean/mod.rs anymoreGuillaume Gomez-1534/+13
2019-12-03Create new types.rs fileGuillaume Gomez-0/+4551
2019-12-02syntax: Use `ast::MacArgs` for macro definitionsVadim Petrochenkov-1/+1
2019-11-30Rollup merge of #66895 - Centril:rustc_feature, r=oli-obkMazdak Farrokhzad-1/+1
2019-11-30introduce crate rustc_feature and move active, accepted, and removed to itMazdak Farrokhzad-1/+1
2019-11-28rustc_metadata: Merge `cstore.rs` into `creader.rs`Vadim Petrochenkov-1/+1
2019-11-12Rename in librustdoc.Camille GILLOT-3/+3
2019-11-12Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkorYuki Okushi-2/+3
2019-11-11support issue = "none" in unstable attributesRoss MacArthur-2/+3
2019-11-10Merge hir::Mutability into ast::Mutability.Camille GILLOT-2/+2
2019-11-08hir::MethodSig -> hir::FnSigMazdak Farrokhzad-1/+1
2019-11-07move syntax::parse::lexer::comments -> syntax::util::commentsMazdak Farrokhzad-1/+1
2019-11-07Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakisMazdak Farrokhzad-9/+10
2019-11-06Make doc comments cheaper with `AttrKind`.Nicholas Nethercote-23/+24
2019-11-03Revert "Greatly improve generics handling in rustdoc search"Eduard-Mihai Burtescu-9/+10
2019-11-02Simplify various `Symbol` use points.Nicholas Nethercote-2/+2
2019-11-02Convert `x.as_str().to_string()` to `x.to_string()` where possible.Nicholas Nethercote-1/+1
2019-10-27rustc, rustc_passes: don't depend on syntax_expand.Mazdak Farrokhzad-3/+3
2019-10-26Auto merge of #65167 - hermitcore:rusty-hermit, r=alexcrichtonbors-0/+1
2019-10-25Rollup merge of #65789 - Centril:with-desugared-doc, r=davidtwcoMazdak Farrokhzad-2/+26
2019-10-25with_desugared_doc: correctly refer to `attr` instead of `self`Mazdak Farrokhzad-2/+2
2019-10-25Merge branch 'master' into rusty-hermit, resolve conflictsStefan Lankes-11/+3
2019-10-25move Attribute::with_desugared_doc to librustdocMazdak Farrokhzad-2/+26
2019-10-24Turn crate store into a resolver outputVadim Petrochenkov-2/+2
2019-10-23Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddybMazdak Farrokhzad-9/+1
2019-10-22Merge branch 'master' into rusty-hermitStefan Lankes-4/+3
2019-10-21Remove many unnecessary trait derivations.Nicholas Nethercote-4/+3
2019-10-21Remove unnecessary `impl Clean<String> for InternedString`.Nicholas Nethercote-8/+0
2019-10-21Convert some `InternedString`s to `Symbols`.Nicholas Nethercote-1/+1
2019-10-20Merge branch 'master' into rusty-hermitStefan Lankes-24/+23
2019-10-18Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakisTyler Mandry-14/+13
2019-10-18rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...Eduard-Mihai Burtescu-14/+13