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-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-1
/
+1
2019-10-24
Turn crate store into a resolver output
Vadim Petrochenkov
-2
/
+2
2019-10-18
Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis
Tyler Mandry
-7
/
+7
2019-10-18
rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...
Eduard-Mihai Burtescu
-7
/
+7
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-3
/
+3
2019-09-25
Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis
Mazdak Farrokhzad
-2
/
+2
2019-09-21
rename is_async_fn to asyncness
csmoe
-5
/
+1
2019-09-19
append asyncness info to functions
csmoe
-2
/
+6
2019-09-13
Unwrap Visibility fields
Mark Rousskov
-2
/
+2
2019-08-29
Auto merge of #62855 - Aaron1011:feature/rustdoc-reexport-final, r=petrochenkov
bors
-8
/
+10
2019-08-24
Improve Rustdoc's handling of procedural macros
Aaron Hill
-8
/
+10
2019-08-19
Support `impl Trait` in inlined documentation
Shotaro Yamada
-3
/
+6
2019-08-11
Use a HashSet instead of Vec
Mark Rousskov
-5
/
+3
2019-08-11
Remove ReentrantMutex
Mark Rousskov
-4
/
+2
2019-08-11
Remove crate_name from DocContext
Mark Rousskov
-4
/
+1
2019-08-10
Replace is_doc_reachable with is_public
Mark Rousskov
-3
/
+3
2019-07-27
Use doc comments from 'pub use' statements
Aaron Hill
-15
/
+43
2019-06-18
syntax: Factor out common fields from `SyntaxExtension` variants
Vadim Petrochenkov
-9
/
+3
2019-06-17
remove _by_hir_id if there is no NodeId counterpart
ljedrz
-2
/
+2
2019-06-10
syntax: Rename variants of `SyntaxExtension` for consistency
Vadim Petrochenkov
-1
/
+1
2019-05-13
Pass a `Symbol` to `check_name`, `emit_feature_err`, and related functions.
Nicholas Nethercote
-1
/
+2
2019-05-03
rustc: rename hir::def::Def to Res (short for "resolution").
Eduard-Mihai Burtescu
-26
/
+25
2019-05-03
rustc: factor most DefId-containing variants out of Def and into DefKind.
Eduard-Mihai Burtescu
-15
/
+15
2019-04-21
Remove mutability from `Def::Static`
Vadim Petrochenkov
-2
/
+2
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
[next]