summary refs log tree commit diff
path: root/src/librustdoc/clean
AgeCommit message (Expand)AuthorLines
2019-06-26remove unused derives and variantsAndy Russell-58/+55
2019-06-20rustdoc: generate implementors for all auto traitsSimonas Kazlauskas-71/+3
2019-06-19rustc: disallow cloning HIR nodes.Eduard-Mihai Burtescu-53/+40
2019-06-19rustc: replace `GenericArgs::with_generic_args` hack with a plain getter.Eduard-Mihai Burtescu-3/+4
2019-06-18syntax: Factor out common fields from `SyntaxExtension` variantsVadim Petrochenkov-9/+3
2019-06-17remove _by_hir_id if there is no NodeId counterpartljedrz-7/+7
2019-06-14Unify all uses of 'gcx and 'tcx.Eduard-Mihai Burtescu-14/+14
2019-06-12rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.Eduard-Mihai Burtescu-7/+7
2019-06-12Fix fallout from `deny(unused_lifetimes)`.Eduard-Mihai Burtescu-2/+2
2019-06-12rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.Eduard-Mihai Burtescu-5/+5
2019-06-11Auto merge of #61741 - Centril:rollup-fgro5kz, r=Centrilbors-1/+1
2019-06-11rustdoc: deny(unused_lifetimes).Eduard-Mihai Burtescu-6/+6
2019-06-10syntax: Rename variants of `SyntaxExtension` for consistencyVadim Petrochenkov-1/+1
2019-06-07Fix slice const generic length displayGuillaume Gomez-1/+4
2019-06-05Addressed points raised in review.Niko Matsakis-13/+53
2019-06-05Addressed points raised in review.Alexander Regueiro-1/+1
2019-06-05Implemented for traits (associated type definitions).Alexander Regueiro-1/+4
2019-06-05Aggregation of drive-by cosmetic changes.Alexander Regueiro-10/+10
2019-06-03rustc: remove `HirId` from `ArgSource::AsyncFn`David Wood-2/+1
2019-06-03rustc: async fn drop order lowering in HIRDavid Wood-1/+2
2019-05-28Use proper const printing in rustdocvarkor-4/+1
2019-05-26Rename "Associated*" to "Assoc*"Andrew Xu-16/+16
2019-05-25Don't use `ty::Const` without immediately interningOliver Scherer-2/+6
2019-05-25Reuse the pretty printing architecture for printing of constantsOliver Scherer-2/+1
2019-05-23Update GenericPredicates queriesJohn Kåre Alsaker-4/+5
2019-05-23Update item_childrenJohn Kåre Alsaker-1/+1
2019-05-22Simplify use of keyword symbolsVadim Petrochenkov-10/+7
2019-05-22Rollup merge of #61003 - nnethercote:rm-InternedString-PartialEq-impls, r=pet...Mazdak Farrokhzad-1/+1
2019-05-21Move `edition` outside the hygiene lock and avoid accessing itJohn Kåre Alsaker-8/+8
2019-05-21Remove impls for `InternedString`/string equality.Nicholas Nethercote-1/+1
2019-05-20Rollup merge of #60908 - GuillaumeGomez:errors, r=oli-obkMazdak Farrokhzad-0/+7
2019-05-18Fix display of const generics in rustdocGuillaume Gomez-1/+4
2019-05-18Fix lints handling in rustdocGuillaume Gomez-0/+7
2019-05-17Avoid unnecessary interning in `Ident::from_str()` calls.Nicholas Nethercote-2/+3
2019-05-13Remove bitrig support from rustMarcel Hellwig-1/+0
2019-05-13Remove the equality operation between `Symbol` and strings.Nicholas Nethercote-4/+4
2019-05-13Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.Nicholas Nethercote-30/+32
2019-05-11Address comments + Fix testsVadim Petrochenkov-0/+2
2019-05-11Simplify conversions between tokens and semantic literalsVadim Petrochenkov-14/+10
2019-05-11Eliminate `comments::Literal`Vadim Petrochenkov-8/+8
2019-05-06Ignore const parameters when constructing type bounds in rustdocvarkor-3/+1
2019-05-03rustc: rename hir::def::Def to Res (short for "resolution").Eduard-Mihai Burtescu-88/+87
2019-05-03rustc: use DefKind instead of Def, where possible.Eduard-Mihai Burtescu-19/+12
2019-05-03rustc: factor most DefId-containing variants out of Def and into DefKind.Eduard-Mihai Burtescu-52/+72
2019-05-01Auto merge of #60137 - eddyb:rustdoc-rm-def-ctor-hax, r=petrochenkovbors-486/+156
2019-04-30Rollup merge of #60344 - Aaron1011:fix/tower-hyper, r=eddybMazdak Farrokhzad-0/+1
2019-04-30rustdoc: refactor(?) synthetic impl building.Eduard-Mihai Burtescu-140/+79
2019-04-30rustdoc: remove def_ctor hack.Eduard-Mihai Burtescu-387/+118
2019-04-28Fix lint findings in librustdocflip1995-5/+5
2019-04-28Fix lint findings in librustcflip1995-1/+1