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
/
inline.rs
Age
Commit message (
Expand
)
Author
Lines
2019-03-31
Fix invalid bounds string generation in rustdoc
Guillaume Gomez
-5
/
+5
2019-03-26
Rollup merge of #59004 - GuillaumeGomez:generics-handling, r=QuietMisdreavus
Guillaume Gomez
-3
/
+8
2019-03-24
Separate variant id and variant constructor id.
David Wood
-3
/
+1
2019-03-21
Add bounds for return types as well
Guillaume Gomez
-1
/
+2
2019-03-21
Greatly improve generics handling in rustdoc search
Guillaume Gomez
-3
/
+7
2019-03-10
Make the rustc driver and interface demand driven
John Kåre Alsaker
-19
/
+19
2019-03-07
HirIdification: replace NodeId method calls
ljedrz
-2
/
+2
2019-02-24
Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc
bors
-4
/
+4
2019-02-23
Fix tidy check errors
Hirokazu Hata
-2
/
+11
2019-02-23
Transition librustdoc to 2018 edition
Hirokazu Hata
-22
/
+22
2019-02-20
HirIdification: change some NodeId to HirId calls
ljedrz
-4
/
+4
2019-02-01
don't try to get a DefId for a Def that doesn't have one
QuietMisdreavus
-2
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-18
Don't render const keyword on stable
Guillaume Gomez
-1
/
+1
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
-7
/
+7
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-1
/
+1
2018-10-19
Deprecate the `FxHashMap()` and `FxHashSet()` constructor function hack
Oliver Scherer
-1
/
+1
2018-09-26
add derive macros' helper attributes to doc output
QuietMisdreavus
-1
/
+7
2018-09-25
disable proc-macro re-export inlining
QuietMisdreavus
-7
/
+8
2018-09-25
handle proc-macros as macros instead of functions
QuietMisdreavus
-31
/
+34
2018-09-20
shuffle ownership of `external_traits`
QuietMisdreavus
-4
/
+10
2018-09-20
refactor: move `access_levels` into RenderInfo
QuietMisdreavus
-2
/
+2
2018-09-20
collect auto-/blanket-impls during collect-trait-impls
QuietMisdreavus
-21
/
+7
2018-09-20
don't check visibility when inlining local impls
QuietMisdreavus
-6
/
+10
2018-09-20
pull impl generics from HIR if available
QuietMisdreavus
-13
/
+19
2018-09-20
collect impl items from the HIR if available
QuietMisdreavus
-6
/
+17
2018-09-20
pull local types from the HIR instead of tcx
QuietMisdreavus
-1
/
+10
2018-09-20
handle local names when registering FQNs
QuietMisdreavus
-4
/
+8
2018-09-20
add a bunch of debug prints
QuietMisdreavus
-0
/
+1
2018-09-20
undo some tweaks to build_impl
QuietMisdreavus
-13
/
+8
2018-09-20
don't record an external trait if it's not external
QuietMisdreavus
-0
/
+4
2018-09-20
print local inlined consts via the HIR map
QuietMisdreavus
-1
/
+5
2018-09-20
rustdoc: collect trait impls as an early pass
QuietMisdreavus
-73
/
+13
2018-09-13
introduce SelfCtor
F001
-1
/
+2
2018-08-22
Replace TyForeign with ForeignTy
varkor
-1
/
+1
2018-08-22
Rename Def::{Param, Foreign} to Def::{TyParam, TyForeign}
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-1
/
+1
2018-08-04
Clean generic impls code
Guillaume Gomez
-7
/
+19
2018-08-03
Move unused trait functions to inherent functions
Mark Rousskov
-1
/
+1
2018-08-03
Store concrete crate stores where possible
Mark Rousskov
-1
/
+1
2018-07-28
Don't display full blanket implementation and put it into its own section
Guillaume Gomez
-0
/
+1
2018-07-22
Add filter over non generic impls
Guillaume Gomez
-7
/
+0
2018-07-22
Working generic impl
Guillaume Gomez
-0
/
+6
2018-07-13
don't panic when you see proc-macros
QuietMisdreavus
-5
/
+9
2018-07-04
Auto merge of #51611 - QuietMisdreavus:slippery-macros, r=ollie27
bors
-5
/
+38
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-22
Fix rustdoc and remove default impl for FnHeader
Taylor Cramer
-1
/
+1
2018-06-21
Parse async fn header.
Without Boats
-3
/
+6
2018-06-20
use the imported name when rendering an imported macro
QuietMisdreavus
-3
/
+3
2018-06-20
Make GenericBound explicit
varkor
-5
/
+5
[next]