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-12-10
Remove tidy comment
Guillaume Gomez
-2
/
+0
2019-12-09
Move RegionTarget and RegionDeps where they into clean/auto_trait
Guillaume Gomez
-13
/
+1
2019-12-09
Remove unused imports
Guillaume Gomez
-7
/
+4
2019-12-09
Fix missing imports
Guillaume Gomez
-0
/
+5
2019-12-09
Remove functions from clean/mod.rs
Guillaume Gomez
-567
/
+0
2019-12-03
remove code that doesn't belong in clean/mod.rs anymore
Guillaume Gomez
-1534
/
+13
2019-11-12
Rename in librustdoc.
Camille GILLOT
-3
/
+3
2019-11-12
Rollup merge of #66299 - rossmacarthur:fix-41260-avoid-issue-0, r=varkor
Yuki Okushi
-2
/
+3
2019-11-11
support issue = "none" in unstable attributes
Ross MacArthur
-2
/
+3
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-2
/
+2
2019-11-08
hir::MethodSig -> hir::FnSig
Mazdak Farrokhzad
-1
/
+1
2019-11-07
move syntax::parse::lexer::comments -> syntax::util::comments
Mazdak Farrokhzad
-1
/
+1
2019-11-07
Rollup merge of #59789 - eddyb:typeck-reverts, r=nikomatsakis
Mazdak Farrokhzad
-9
/
+10
2019-11-06
Make doc comments cheaper with `AttrKind`.
Nicholas Nethercote
-23
/
+24
2019-11-03
Revert "Greatly improve generics handling in rustdoc search"
Eduard-Mihai Burtescu
-9
/
+10
2019-11-02
Simplify various `Symbol` use points.
Nicholas Nethercote
-1
/
+1
2019-11-02
Convert `x.as_str().to_string()` to `x.to_string()` where possible.
Nicholas Nethercote
-1
/
+1
2019-10-27
rustc, rustc_passes: don't depend on syntax_expand.
Mazdak Farrokhzad
-2
/
+2
2019-10-25
with_desugared_doc: correctly refer to `attr` instead of `self`
Mazdak Farrokhzad
-2
/
+2
2019-10-25
move Attribute::with_desugared_doc to librustdoc
Mazdak Farrokhzad
-2
/
+26
2019-10-23
Rollup merge of #65657 - nnethercote:rm-InternedString-properly, r=eddyb
Mazdak Farrokhzad
-9
/
+1
2019-10-21
Remove many unnecessary trait derivations.
Nicholas Nethercote
-4
/
+3
2019-10-21
Remove unnecessary `impl Clean<String> for InternedString`.
Nicholas Nethercote
-8
/
+0
2019-10-21
Convert some `InternedString`s to `Symbols`.
Nicholas Nethercote
-1
/
+1
2019-10-18
Rollup merge of #65535 - eddyb:sliced-predicates, r=nikomatsakis
Tyler Mandry
-4
/
+3
2019-10-18
rustc: arena-allocate the slice in `ty::GenericsPredicate`, not the whole str...
Eduard-Mihai Burtescu
-4
/
+3
2019-10-16
move syntax::ext to new crate syntax_expand
Mazdak Farrokhzad
-1
/
+1
2019-10-06
Use shorthand initialization in rustdoc
Avi Dessauer
-7
/
+7
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-1
/
+1
2019-09-28
rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures.
Eduard-Mihai Burtescu
-5
/
+3
2019-09-28
rustc: don't store a lifetime in hir::TyKind::CVarArgs.
Eduard-Mihai Burtescu
-1
/
+1
2019-09-26
Rename `MetaItem.node` to `MetaItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `Item.node` to `Item.kind`
varkor
-4
/
+4
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-2
/
+2
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-1
/
+1
2019-09-26
Rename `Pat.node` to `Pat.kind`
varkor
-1
/
+1
2019-09-26
Auto merge of #64515 - varkor:kindedterm, r=oli-obk
bors
-9
/
+9
2019-09-26
Rename some `_sty` variables to `_kind`
varkor
-4
/
+4
2019-09-26
Rename `subst::Kind` to `subst::GenericArg`
varkor
-5
/
+5
2019-09-26
Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis
bors
-5
/
+8
2019-09-25
Rename `sty` to `kind`
varkor
-10
/
+10
2019-09-25
Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakis
Mazdak Farrokhzad
-1
/
+2
2019-09-24
resolve the rustc_reservation_impl attribute in 1 place
Ariel Ben-Yehuda
-5
/
+8
2019-09-21
rename is_async_fn to asyncness
csmoe
-5
/
+1
2019-09-19
append asyncness info to functions
csmoe
-1
/
+6
2019-09-13
Unwrap Visibility fields
Mark Rousskov
-16
/
+16
2019-09-13
Move to print functions on types instead of impl fmt::Display
Mark Rousskov
-12
/
+2
2019-09-11
Use `Symbol` in `external_path()`.
Nicholas Nethercote
-9
/
+8
2019-09-07
Add "bool" lang item
varkor
-1
/
+1
[next]