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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustdoc
Age
Commit message (
Expand
)
Author
Lines
2019-08-28
Auto merge of #62941 - GuillaumeGomez:save-crate-filter, r=Mark-Simulacrum
bors
-3
/
+19
2019-08-28
Save crate filtering on rustdoc
Guillaume Gomez
-3
/
+19
2019-08-28
Auto merge of #63127 - kper:pr, r=nikomatsakis
bors
-2
/
+2
2019-08-27
Auto merge of #63639 - Mark-Simulacrum:rustdoc-clean-3, r=GuillaumeGomez
bors
-507
/
+442
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-2
/
+2
2019-08-27
Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg
Mazdak Farrokhzad
-2
/
+2
2019-08-26
Shorten line during rendering instead of in markdown
Mark Rousskov
-44
/
+36
2019-08-26
Inline recurse into only callsite
Mark Rousskov
-57
/
+40
2019-08-26
Transition a few fmt::Display impls to functions
Mark Rousskov
-52
/
+56
2019-08-26
Inline RawMutableSpace
Mark Rousskov
-16
/
+7
2019-08-26
Store only the current depth
Mark Rousskov
-11
/
+11
2019-08-26
Remove support for printing HRef in alternate mode
Mark Rousskov
-11
/
+8
2019-08-26
Remove dead tracking of external param names
Mark Rousskov
-45
/
+0
2019-08-26
Mutate DocContext from LibEmbargoVisitor and RustdocVisitor
Mark Rousskov
-27
/
+23
2019-08-26
Move top-level Clean impl to function
Mark Rousskov
-87
/
+83
2019-08-26
Move source HTML generation to own module
Mark Rousskov
-173
/
+194
2019-08-25
Auto merge of #61613 - sinkuu:impl_trait_inline, r=ollie27
bors
-67
/
+214
2019-08-22
Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnison
Mazdak Farrokhzad
-14
/
+14
2019-08-21
Fix confusion in theme picker functions
Guillaume Gomez
-14
/
+14
2019-08-21
Replaced skipStorage with saveTheme variable
Guillaume Gomez
-4
/
+4
2019-08-21
take into account the system theme
Guillaume Gomez
-3
/
+28
2019-08-19
Fix ICE with `impl Trait` in type bounds
Shotaro Yamada
-3
/
+10
2019-08-19
Use BTreeMap for deterministic iter order
Shotaro Yamada
-6
/
+5
2019-08-19
Support nested `impl Trait`
Shotaro Yamada
-25
/
+33
2019-08-19
Associated type bound for inlined impl Trait doc
Shotaro Yamada
-68
/
+121
2019-08-19
Support `impl Trait` in inlined documentation
Shotaro Yamada
-22
/
+102
2019-08-19
Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov
bors
-2
/
+4
2019-08-18
Pre intern the `Self` parameter type
Matthew Jasper
-2
/
+2
2019-08-17
Initial implementation of or patterns
varkor
-0
/
+3
2019-08-15
resolve: `ParentScope::default` -> `ParentScope::module`
Vadim Petrochenkov
-1
/
+1
2019-08-15
resolve: Add `ParentScope::default`, eliminate `dummy_parent_scope`
Vadim Petrochenkov
-1
/
+2
2019-08-15
`Ident::with_empty_ctxt` -> `Ident::with_dummy_span`
Vadim Petrochenkov
-1
/
+1
2019-08-15
Remove `Spanned` from `{ast,hir}::FieldPat`
Vadim Petrochenkov
-3
/
+2
2019-08-15
Remove `Spanned` from `mk_name_value_item_str` and `expr_to_spanned_string`
Vadim Petrochenkov
-5
/
+5
2019-08-14
Merge Variant and Variant_
Caio
-5
/
+5
2019-08-11
Reduce nesting in externalfiles implementation
Mark Rousskov
-28
/
+14
2019-08-11
Drop RefCell from IdMap in markdown rendering
Mark Rousskov
-30
/
+21
2019-08-11
Remove fmt::Display impls on Markdown structs
Mark Rousskov
-38
/
+33
2019-08-11
Remove thread-local for playground config
Mark Rousskov
-112
/
+141
2019-08-11
Remove unnecessary channel
Mark Rousskov
-6
/
+3
2019-08-11
Use a HashSet instead of Vec
Mark Rousskov
-6
/
+4
2019-08-11
Don't store all traits in DocContext
Mark Rousskov
-7
/
+5
2019-08-11
Store typed Passes
Mark Rousskov
-68
/
+65
2019-08-11
Replace Arc with Rc around external_traits
Mark Rousskov
-3
/
+2
2019-08-11
Remove ReentrantMutex
Mark Rousskov
-15
/
+9
2019-08-11
Use entry API in store_path
Mark Rousskov
-6
/
+2
2019-08-11
Remove crate_name from DocContext
Mark Rousskov
-13
/
+8
2019-08-11
Move def_id_to_path to use site in visit_ast
Mark Rousskov
-20
/
+19
2019-08-11
rustdoc: Replace HirVec with slices in doctree
Mark Rousskov
-21
/
+21
2019-08-11
Remove `is_self` and `has_self_ty` methods
Matthew Jasper
-1
/
+3
[next]