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
2017-10-07
Fix invalid rustdoc rendering for FnTy args
Guillaume Gomez
-1
/
+1
2017-09-24
put empty generic lists behind a pointer
Ariel Ben-Yehuda
-15
/
+17
2017-09-21
Refactor lifetime name into an enum
Taylor Cramer
-5
/
+5
2017-09-19
Auto merge of #44026 - QuietMisdreavus:trimmed-std, r=steveklabnik
bors
-0
/
+31
2017-09-18
Use DefId instead of NodeId as identifier in resolve_lifetime::Region.
Michael Woerister
-1
/
+2
2017-09-17
Rollup merge of #44562 - eddyb:ugh-rustdoc, r=nikomatsakis
Tim Neumann
-0
/
+12
2017-09-14
bring Ty into scope
Douglas Campos
-3
/
+3
2017-09-14
rustdoc: pretty-print Unevaluated expressions in types.
Eduard-Mihai Burtescu
-0
/
+12
2017-09-11
rustc: evaluate fixed-length array length expressions lazily.
Eduard-Mihai Burtescu
-3
/
+7
2017-09-11
rustc: use ty::Const for the length of TyArray.
Eduard-Mihai Burtescu
-2
/
+16
2017-09-11
rustc: replace usize with u64 and ConstUsize.
Eduard-Mihai Burtescu
-3
/
+3
2017-09-08
Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis
bors
-33
/
+34
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-1
/
+1
2017-09-05
new attribute #[doc(masked)] to hide internal crates from std docs
QuietMisdreavus
-0
/
+41
2017-09-05
rustdoc: add new "Implementations on Foreign Types" section to traits
QuietMisdreavus
-0
/
+10
2017-09-05
rustc: Store InternedString in `DefPathData`
Alex Crichton
-5
/
+5
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-25
/
+25
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-1
/
+1
2017-09-05
rustc: Hide the `named_region_map` behind queries
Alex Crichton
-1
/
+2
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-4
/
+4
2017-08-28
Merge branch 'master' of https://github.com/rust-lang/rust into gen
John Kåre Alsaker
-0
/
+4
2017-08-26
Rollup merge of #43966 - GuillaumeGomez:remove-dup, r=QuietMisdreavus
Corey Farwell
-0
/
+4
2017-08-25
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-21
/
+16
2017-08-24
Remove duplicates in rustdoc
Guillaume Gomez
-0
/
+4
2017-08-19
Desugar parenthesized generic arguments in HIR
Vadim Petrochenkov
-21
/
+16
2017-08-16
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-40
/
+40
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-40
/
+40
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-12
/
+51
2017-08-10
Implemented #[doc(cfg(...))].
kennytm
-12
/
+51
2017-08-09
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-0
/
+13
2017-08-01
add documentation for function pointers as a primitive
QuietMisdreavus
-0
/
+5
2017-07-30
add docs for references as a primitive
QuietMisdreavus
-0
/
+8
2017-07-28
Generator literal support
John Kåre Alsaker
-1
/
+1
2017-07-11
Downgrade ProjectionTy's TraitRef to its substs
Tobias Schottdorf
-5
/
+5
2017-06-27
rustc: move the PolyFnSig out of TyFnDef.
Eduard-Mihai Burtescu
-12
/
+16
2017-06-09
Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb
bors
-1
/
+1
2017-06-09
Document direct implementations on type aliases.
Michael Killough
-0
/
+3
2017-06-07
Fix translation of external spans.
Inokentiy Babushkin
-1
/
+1
2017-06-06
Auto merge of #42394 - ollie27:rustdoc_deref_box, r=QuietMisdreavus
bors
-0
/
+1
2017-06-02
rustdoc: Hide `self: Box<Self>` in list of deref methods
Oliver Middleton
-0
/
+1
2017-06-01
rustdoc: Rename `Vector` and `FixedVector` to `Slice` and `Array`
Oliver Middleton
-11
/
+8
2017-06-01
Rollup merge of #42297 - tschottdorf:proj-ty, r=nikomatsakis
Corey Farwell
-1
/
+1
2017-05-31
rustdoc: Cleanup associated const value rendering
Oliver Middleton
-1
/
+1
2017-05-31
Upgrade ProjectionTy's Name to a DefId
Tobias Schottdorf
-1
/
+1
2017-05-22
rustdoc: Fix names of items in cross crate reexported modules
Oliver Middleton
-1
/
+1
2017-05-13
rustc: stop interning CodeExtent, it's small enough.
Eduard-Mihai Burtescu
-1
/
+1
2017-05-09
resolved merge conflicts
achernyak
-4
/
+4
2017-05-03
remove use of `ast_ty_to_ty_cache` from librustdoc
Niko Matsakis
-4
/
+4
2017-05-03
fn_arg_names
achernyak
-1
/
+1
2017-05-02
Rollup merge of #41693 - est31:anon_params_removal, r=eddyb
Corey Farwell
-2
/
+2
[next]