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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-11
Store typed Passes
Mark Rousskov
-0
/
+2
2019-08-11
Replace Arc with Rc around external_traits
Mark Rousskov
-1
/
+1
2019-08-11
Remove ReentrantMutex
Mark Rousskov
-3
/
+1
2019-08-11
Move def_id_to_path to use site in visit_ast
Mark Rousskov
-19
/
+1
2019-08-10
Implement Clean<Crate> on hir::Crate directly
Mark Rousskov
-5
/
+7
2019-08-10
Remove NodeId from doctree::Module
Mark Rousskov
-3
/
+3
2019-08-10
Gather deprecation information during cleaning
Mark Rousskov
-16
/
+16
2019-08-10
Gather stability information during cleaning
Mark Rousskov
-16
/
+16
2019-08-10
Represent ownership transfer in RustdocVisitor::visit
Mark Rousskov
-2
/
+4
2019-08-10
Make fields of RustdocVisitor private
Mark Rousskov
-3
/
+3
2019-08-04
Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`
varkor
-1
/
+1
2019-08-04
Rename `ItemKind::Ty` to `ItemKind::TyAlias`
varkor
-1
/
+1
2019-08-04
Auto merge of #63048 - Aaron1011:feature/rustdoc-reexport-doc, r=GuillaumeGomez
bors
-6
/
+14
2019-08-02
Replace `exist_ty` and `ExistTy` with `opaque_ty` and `OpaqueTy`
varkor
-2
/
+2
2019-08-02
Replace "existential" by "opaque"
varkor
-9
/
+9
2019-07-27
Use doc comments from 'pub use' statements
Aaron Hill
-6
/
+14
2019-07-23
Normalize use of backticks in compiler messages for doc
Samy Kacimi
-2
/
+2
2019-07-11
Remove `MacroKind::ProcMacroStub`
Vadim Petrochenkov
-1
/
+0
2019-07-05
Rollup merge of #62168 - ljedrz:the_culmination_of_hiridification, r=Zoxc
Mazdak Farrokhzad
-30
/
+31
2019-07-05
Rollup merge of #62123 - jeremystucki:needless_lifetimes_std, r=alexcrichton
Mazdak Farrokhzad
-5
/
+5
2019-07-04
rename hir::map::local_def_id_from_hir_id to local_def_id
ljedrz
-27
/
+27
2019-07-04
rename hir::map::local_def_id to local_def_id_from_node_id
ljedrz
-3
/
+4
2019-07-04
Rollup merge of #62249 - czipperz:use-mem-take-instead-of-replace-default, r=...
Mazdak Farrokhzad
-1
/
+1
2019-07-01
Convert more usages over
Chris Gregory
-1
/
+1
2019-07-01
rustc: use a separate copy of P for HIR than for AST.
Eduard-Mihai Burtescu
-1
/
+1
2019-07-01
Remove needless lifetimes
Jeremy Stucki
-5
/
+5
2019-06-26
remove unused derives and variants
Andy Russell
-57
/
+54
2019-06-20
rustdoc: generate implementors for all auto traits
Simonas Kazlauskas
-68
/
+2
2019-06-19
rustc: disallow cloning HIR nodes.
Eduard-Mihai Burtescu
-53
/
+40
2019-06-19
rustc: replace `GenericArgs::with_generic_args` hack with a plain getter.
Eduard-Mihai Burtescu
-3
/
+4
2019-06-17
remove _by_hir_id if there is no NodeId counterpart
ljedrz
-5
/
+5
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-2
/
+2
2019-06-11
rustdoc: deny(unused_lifetimes).
Eduard-Mihai Burtescu
-5
/
+5
2019-06-07
Fix slice const generic length display
Guillaume Gomez
-1
/
+4
2019-06-05
Addressed points raised in review.
Niko Matsakis
-11
/
+47
2019-06-05
Addressed points raised in review.
Alexander Regueiro
-1
/
+1
2019-06-05
Implemented for traits (associated type definitions).
Alexander Regueiro
-1
/
+4
2019-06-05
Aggregation of drive-by cosmetic changes.
Alexander Regueiro
-10
/
+10
2019-06-03
rustc: remove `HirId` from `ArgSource::AsyncFn`
David Wood
-2
/
+1
2019-06-03
rustc: async fn drop order lowering in HIR
David Wood
-1
/
+2
2019-05-28
Use proper const printing in rustdoc
varkor
-4
/
+1
2019-05-26
Rename "Associated*" to "Assoc*"
Andrew Xu
-16
/
+16
2019-05-25
Don't use `ty::Const` without immediately interning
Oliver Scherer
-2
/
+6
2019-05-25
Reuse the pretty printing architecture for printing of constants
Oliver Scherer
-2
/
+1
2019-05-23
Update GenericPredicates queries
John Kåre Alsaker
-2
/
+1
2019-05-23
Update item_children
John Kåre Alsaker
-1
/
+1
2019-05-22
Simplify use of keyword symbols
Vadim Petrochenkov
-10
/
+7
2019-05-21
Remove impls for `InternedString`/string equality.
Nicholas Nethercote
-1
/
+1
2019-05-20
Rollup merge of #60908 - GuillaumeGomez:errors, r=oli-obk
Mazdak Farrokhzad
-0
/
+7
[next]