summary refs log tree commit diff
path: root/src/librustdoc/clean/blanket_impl.rs
AgeCommit message (Expand)AuthorLines
2020-05-20make `to_predicate` take a `tcx` argumentNiko Matsakis-1/+1
2020-03-30rustc -> rustc_middle part 3 (rustfmt)Mazdak Farrokhzad-2/+2
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-2/+2
2020-03-14Make downstream crates compile.Camille GILLOT-0/+1
2020-02-19Make lookup of associated item by name O(log n)Dylan MacKenzie-2/+1
2020-02-16Other crates.Camille GILLOT-2/+2
2020-02-08Make `provided_trait_methods` use `impl Iterator`Jonas Schievink-1/+0
2020-02-08Make `associated_items` query return a sliceJonas Schievink-0/+2
2020-01-20Add `ConstnessAnd` that implements `ToPredicate`Dylan MacKenzie-2/+2
2020-01-05Remove rustc_hir reexports in rustc::hir.Mazdak Farrokhzad-2/+2
2020-01-01Rename `syntax_pos` to `rustc_span` in source codeVadim Petrochenkov-1/+1
2019-12-22Format the worldMark Rousskov-40/+40
2019-10-18rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...Eduard-Mihai Burtescu-1/+1
2019-09-25Rename `sty` to `kind`varkor-1/+1
2019-09-13Unwrap Visibility fieldsMark Rousskov-1/+1
2019-08-11Don't store all traits in DocContextMark Rousskov-1/+2
2019-08-10Replace is_doc_reachable with is_publicMark Rousskov-3/+1
2019-04-30rustdoc: refactor(?) synthetic impl building.Eduard-Mihai Burtescu-9/+11
2019-04-30rustdoc: remove def_ctor hack.Eduard-Mihai Burtescu-95/+57
2019-03-31Fix invalid bounds string generation in rustdocGuillaume Gomez-1/+1
2019-03-10Make the rustc driver and interface demand drivenJohn Kåre Alsaker-4/+4
2019-03-07HirIdification: replace NodeId method callsljedrz-4/+4
2019-03-01hir: remove NodeId from TraitRefljedrz-1/+0
2019-02-23Transition librustdoc to 2018 editionHirokazu Hata-1/+1
2018-12-25Remove licensesMark Rousskov-10/+0
2018-12-10Remove lifetime from ResolverJohn Kåre Alsaker-4/+4
2018-12-06Use a function to access the Hir map to be able to turn it into a query laterJohn Kåre Alsaker-1/+1
2018-10-26Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebankkennytm-2/+2
2018-10-26Remove redundant cloneShotaro Yamada-2/+2
2018-10-22Fix Rustdoc ICE when checking blanket implsAaron Hill-2/+9
2018-09-26Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddybbors-5/+14
2018-09-20refactor: move `access_levels` into RenderInfoQuietMisdreavus-1/+1
2018-09-13expose `evaluate_obligation` that captures overflow, use in rustdocNiko Matsakis-5/+14
2018-08-22Remove unnecessary TyKind::svarkor-1/+1
2018-08-22Rename ty::TyVariants to ty::TyKindvarkor-1/+1
2018-08-16Generate blanket implementations for reexported items as wellGuillaume Gomez-90/+88
2018-08-07Add HirId to VisibilityKind::RestrictedMark Rousskov-0/+1
2018-08-04Update to masterGuillaume Gomez-4/+4
2018-08-04Remove FinderTrait and move its functions into DocContextGuillaume Gomez-9/+2
2018-08-04Improve functions namingGuillaume Gomez-3/+3
2018-08-04Fix primitive blanket impls not showing upGuillaume Gomez-5/+4
2018-08-04Clean generic impls codeGuillaume Gomez-0/+170