index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
/
clean
/
blanket_impl.rs
Age
Commit message (
Expand
)
Author
Lines
2020-05-20
make `to_predicate` take a `tcx` argument
Niko Matsakis
-1
/
+1
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-14
Make downstream crates compile.
Camille GILLOT
-0
/
+1
2020-02-19
Make lookup of associated item by name O(log n)
Dylan MacKenzie
-2
/
+1
2020-02-16
Other crates.
Camille GILLOT
-2
/
+2
2020-02-08
Make `provided_trait_methods` use `impl Iterator`
Jonas Schievink
-1
/
+0
2020-02-08
Make `associated_items` query return a slice
Jonas Schievink
-0
/
+2
2020-01-20
Add `ConstnessAnd` that implements `ToPredicate`
Dylan MacKenzie
-2
/
+2
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-2
/
+2
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-40
/
+40
2019-10-18
rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...
Eduard-Mihai Burtescu
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-1
/
+1
2019-09-13
Unwrap Visibility fields
Mark Rousskov
-1
/
+1
2019-08-11
Don't store all traits in DocContext
Mark Rousskov
-1
/
+2
2019-08-10
Replace is_doc_reachable with is_public
Mark Rousskov
-3
/
+1
2019-04-30
rustdoc: refactor(?) synthetic impl building.
Eduard-Mihai Burtescu
-9
/
+11
2019-04-30
rustdoc: remove def_ctor hack.
Eduard-Mihai Burtescu
-95
/
+57
2019-03-31
Fix invalid bounds string generation in rustdoc
Guillaume Gomez
-1
/
+1
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-4
/
+4
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-4
/
+4
2019-03-01
hir: remove NodeId from TraitRef
ljedrz
-1
/
+0
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-10
Remove lifetime from Resolver
John Kåre Alsaker
-4
/
+4
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-1
/
+1
2018-10-26
Rollup merge of #55358 - sinkuu:redundant_clone2, r=estebank
kennytm
-2
/
+2
2018-10-26
Remove redundant clone
Shotaro Yamada
-2
/
+2
2018-10-22
Fix Rustdoc ICE when checking blanket impls
Aaron Hill
-2
/
+9
2018-09-26
Auto merge of #54199 - nikomatsakis:predicate_may_hold-failure, r=eddyb
bors
-5
/
+14
2018-09-20
refactor: move `access_levels` into RenderInfo
QuietMisdreavus
-1
/
+1
2018-09-13
expose `evaluate_obligation` that captures overflow, use in rustdoc
Niko Matsakis
-5
/
+14
2018-08-22
Remove unnecessary TyKind::s
varkor
-1
/
+1
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-1
/
+1
2018-08-16
Generate blanket implementations for reexported items as well
Guillaume Gomez
-90
/
+88
2018-08-07
Add HirId to VisibilityKind::Restricted
Mark Rousskov
-0
/
+1
2018-08-04
Update to master
Guillaume Gomez
-4
/
+4
2018-08-04
Remove FinderTrait and move its functions into DocContext
Guillaume Gomez
-9
/
+2
2018-08-04
Improve functions naming
Guillaume Gomez
-3
/
+3
2018-08-04
Fix primitive blanket impls not showing up
Guillaume Gomez
-5
/
+4
2018-08-04
Clean generic impls code
Guillaume Gomez
-0
/
+170