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
/
auto_trait.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-09
Move RegionTarget and RegionDeps where they into clean/auto_trait
Guillaume Gomez
-1
/
+15
2019-10-18
rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...
Eduard-Mihai Burtescu
-2
/
+2
2019-09-13
Unwrap Visibility fields
Mark Rousskov
-1
/
+1
2019-08-28
Add Option<Span> to `require_lang_item`
Yuki Okushi
-4
/
+4
2019-06-20
rustdoc: generate implementors for all auto traits
Simonas Kazlauskas
-3
/
+1
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-12
/
+12
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-5
/
+5
2019-06-12
Fix fallout from `deny(unused_lifetimes)`.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-5
/
+5
2019-06-11
rustdoc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-05
Addressed points raised in review.
Niko Matsakis
-1
/
+3
2019-05-23
Update GenericPredicates queries
John Kåre Alsaker
-2
/
+4
2019-04-30
rustdoc: refactor(?) synthetic impl building.
Eduard-Mihai Burtescu
-116
/
+68
2019-04-30
rustdoc: remove def_ctor hack.
Eduard-Mihai Burtescu
-82
/
+52
2019-04-28
Fix lint findings in librustdoc
flip1995
-3
/
+3
2019-04-28
Fix lint findings in librustc
flip1995
-1
/
+1
2019-03-31
Fix invalid bounds string generation in rustdoc
Guillaume Gomez
-1
/
+1
2019-03-18
Refactor `GenericArgs` to include const generics
varkor
-1
/
+7
2019-03-18
Rename typarams to param_names
varkor
-4
/
+4
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
Fix tidy check errors
Hirokazu Hata
-1
/
+4
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-4
/
+4
2019-02-15
Add Const kind to rustdoc
varkor
-0
/
+1
2019-01-22
Don't try to clean predicates involving ReErased
Aaron Hill
-0
/
+4
2019-01-03
Fix repeated word typos
Wiktor Kuchta
-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-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-7
/
+7
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
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-7
/
+7
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-9
/
+9
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-2
/
+2
2018-08-18
Use the new Entry::or_default method where possible.
Eduard-Mihai Burtescu
-14
/
+14
2018-08-07
Add HirId to VisibilityKind::Restricted
Mark Rousskov
-0
/
+1
2018-08-06
Auto merge of #52990 - Aaron1011:fix/rustdoc-auto-trait-static, r=eddyb
bors
-2
/
+2
2018-08-04
Update to master
Guillaume Gomez
-5
/
+2
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
Clean generic impls code
Guillaume Gomez
-290
/
+24
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-4
/
+5
2018-08-02
Fix rustdoc crash when 'static bound appears in struct declaration
Aaron Hill
-2
/
+2
2018-07-28
Move blanket implementations generation into its own function
Guillaume Gomez
-19
/
+29
2018-07-28
Remove core exclusion condition
Guillaume Gomez
-13
/
+13
2018-07-28
Don't display full blanket implementation and put it into its own section
Guillaume Gomez
-2
/
+5
2018-07-24
Remove generic-impl rendering filter
Guillaume Gomez
-85
/
+83
2018-07-24
Add src and fix generics display issues
Guillaume Gomez
-6
/
+6
2018-07-23
Fix style issues
Guillaume Gomez
-7
/
+9
[next]