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
/
simplify.rs
Age
Commit message (
Expand
)
Author
Lines
2021-01-16
Review changes
Jack Huey
-1
/
+1
2020-12-16
Replace String with Symbol where possible
Guillaume Gomez
-2
/
+3
2020-11-15
Make all rustdoc functions and structs crate-private
Joshua Nelson
-2
/
+2
2020-07-31
fix rustdoc generic param order
Bastian Kauschke
-13
/
+0
2020-07-27
introduce PredicateAtom
Bastian Kauschke
-3
/
+1
2020-07-27
this might be unqualified, but at least it's now quantified
Bastian Kauschke
-1
/
+2
2020-07-27
rustdoc
Bastian Kauschke
-6
/
+3
2020-05-20
introduce newtype'd `Predicate<'tcx>`
Bastian Kauschke
-1
/
+1
2020-05-20
rename `Predicate` to `PredicateKind`, introduce alias
Bastian Kauschke
-1
/
+1
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-01-20
Add `constness` field to `ty::Predicate::Trait`
Dylan MacKenzie
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-43
/
+36
2019-08-28
Add regression test for issue, apply suggestion to convert to assert_eq
Paul Daniel Faria
-1
/
+1
2019-08-27
Simplify some code in rustdoc's simplify
Paul Daniel Faria
-14
/
+5
2019-08-27
Fix ICE in rustdoc when merging generic and where bounds in the case of an Fn...
Paul Daniel Faria
-3
/
+3
2019-08-19
Associated type bound for inlined impl Trait doc
Shotaro Yamada
-45
/
+51
2019-08-18
Pre intern the `Self` parameter type
Matthew Jasper
-1
/
+1
2019-08-11
Remove `is_self` and `has_self_ty` methods
Matthew Jasper
-1
/
+3
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-06-05
Addressed points raised in review.
Niko Matsakis
-1
/
+3
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-2
/
+2
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-6
/
+6
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-14
Wrap some query results in `Lrc`.
Nicholas Nethercote
-2
/
+2
2018-09-28
rustc: keep a Span for each predicate in ty::GenericPredicates.
Eduard-Mihai Burtescu
-1
/
+1
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-2
/
+2
2018-08-04
Clean generic impls code
Guillaume Gomez
-1
/
+1
2018-06-20
Make GenericBound explicit
varkor
-2
/
+2
2018-06-20
Rename ParamBound(s) to GenericBound(s)
varkor
-1
/
+1
2018-06-20
Use ParamBounds in WhereRegionPredicate
varkor
-1
/
+1
2018-06-20
Lift bounds into GenericParam
varkor
-1
/
+1
2018-06-20
Refactor generic parameters in rustdoc/clean
varkor
-2
/
+7
2018-06-20
Rename "parameter" to "arg"
varkor
-1
/
+1
2018-06-20
Rename PathParameter(s) to GenericArg(s)
varkor
-1
/
+1
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-1
/
+1
2018-02-07
rustdoc: Hide `-> ()` in cross crate inlined Fn* bounds
Oliver Middleton
-1
/
+3
2017-12-18
Fix ?Sized where bound not being displayed at the correct place
Guillaume Gomez
-0
/
+1
2017-09-05
Test rustdoc unit tests.
Mark Simulacrum
-7
/
+2
2017-04-24
rustc: rename some of the queries to match tcx methods.
Eduard-Mihai Burtescu
-1
/
+1
2016-11-24
rustdoc: we can now assume DocContext always has a TyCtxt.
Eduard-Mihai Burtescu
-1
/
+1
2016-11-10
rustc: clean up lookup_item_type and remove TypeScheme.
Eduard Burtescu
-1
/
+1
2016-10-02
Cleanup `return` statements.
Corey Farwell
-1
/
+1
2016-08-17
rustc: use Vec instead of VecPerParamSpace for ty::GenericPredicates.
Eduard Burtescu
-23
/
+12
2016-05-03
rustdoc: use btree map for where clauses
Georg Brandl
-3
/
+3
2016-04-06
rustc: move middle::{def,def_id,pat_util} to hir.
Eduard Burtescu
-1
/
+1
2016-03-27
rustc: move cfg, infer, traits and ty from middle to top-level.
Eduard Burtescu
-2
/
+2
2016-03-27
rustc: move middle::subst into middle::ty.
Eduard Burtescu
-1
/
+1
[next]