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-22
Rollup merge of #63782 - GuillaumeGomez:theme-switch-fix, r=kinnison
Mazdak Farrokhzad
-14
/
+14
2019-08-21
Add terminal_width debugging flag
Esteban Küber
-1
/
+2
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
Fix `window.hashchange is not a function`
Ferdia McKeogh
-1
/
+1
2019-08-21
take into account the system theme
Guillaume Gomez
-3
/
+28
2019-08-19
librustdoc: warn on empty doc test
Tom Milligan
-10
/
+27
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
2019-08-10
Auto merge of #62955 - Mark-Simulacrum:rustdoc-clean-1, r=eddyb
bors
-170
/
+81
2019-08-10
Implement Clean<Crate> on hir::Crate directly
Mark Rousskov
-11
/
+8
2019-08-10
Replace is_doc_reachable with is_public
Mark Rousskov
-20
/
+7
2019-08-10
Remove NodeId from doctree::Module
Mark Rousskov
-10
/
+7
2019-08-10
Gather deprecation information during cleaning
Mark Rousskov
-56
/
+21
2019-08-10
Gather stability information during cleaning
Mark Rousskov
-55
/
+27
2019-08-10
Make exact_paths a non-optional field on RustdocVisitor
Mark Rousskov
-12
/
+11
2019-08-10
Represent ownership transfer in RustdocVisitor::visit
Mark Rousskov
-5
/
+7
2019-08-10
Remove Option from resolver
Mark Rousskov
-5
/
+3
2019-08-10
Make fields of RustdocVisitor private
Mark Rousskov
-15
/
+9
2019-08-10
Fix calls to resolver from rustdoc and HIR lowering
Vadim Petrochenkov
-13
/
+8
2019-08-06
Rollup merge of #63286 - Mark-Simulacrum:resolve-no-cb, r=petrochenkov
Mazdak Farrokhzad
-0
/
+7
2019-08-06
Rollup merge of #62837 - Kinrany:patch-1, r=GuillaumeGomez
Mazdak Farrokhzad
-7
/
+15
2019-08-06
Rollup merge of #62821 - GuillaumeGomez:not-listed-methods, r=Mark-Simulacrum
Mazdak Farrokhzad
-3
/
+5
[prev]
[next]