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
Age
Commit message (
Expand
)
Author
Lines
2017-10-09
Auto merge of #45041 - est31:master, r=alexcrichton
bors
-2
/
+1
2017-10-07
Fix invalid rustdoc rendering for FnTy args
Guillaume Gomez
-1
/
+1
2017-10-05
Remove nacl from librustdoc
est31
-2
/
+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
incr.comp.: Already hash HIR bodies during metadata export so they don't have...
Michael Woerister
-2
/
+2
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
-1
/
+13
2017-09-14
bring Ty into scope
Douglas Campos
-3
/
+3
2017-09-14
rustdoc: pretty-print Unevaluated expressions in types.
Eduard-Mihai Burtescu
-1
/
+13
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-10
Auto merge of #44274 - Mark-Simulacrum:rustdoc-tests, r=alexcrichton
bors
-7
/
+2
2017-09-08
Auto merge of #44142 - alexcrichton:dllimport-query, r=nikomatsakis
bors
-59
/
+63
2017-09-07
rustc: Remove `CrateStore::crates` as a method
Alex Crichton
-2
/
+2
2017-09-05
new attribute #[doc(masked)] to hide internal crates from std docs
QuietMisdreavus
-0
/
+41
2017-09-05
Test rustdoc unit tests.
Mark Simulacrum
-7
/
+2
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: Rename item_body query to extern_const_body
Alex Crichton
-1
/
+1
2017-09-05
rustc: Migrate `CrateStore::item_body` to a query
Alex Crichton
-1
/
+1
2017-09-05
rustc: Remove lang item methods from CrateStore
Alex Crichton
-45
/
+46
2017-09-05
rustc: Flag some CrateStore methods as "untracked"
Alex Crichton
-4
/
+4
2017-09-05
rustc: Hide the `named_region_map` behind queries
Alex Crichton
-1
/
+2
2017-09-05
rustc: Move implementations_of_trait to a query
Alex Crichton
-2
/
+4
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
-53
/
+53
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-53
/
+53
2017-08-14
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-13
/
+941
2017-08-13
Auto merge of #43348 - kennytm:fix-24658-doc-every-platform, r=alexcrichton
bors
-12
/
+940
2017-08-11
Fix some typos
Bastien Orivel
-1
/
+1
2017-08-10
Implemented #[doc(cfg(...))].
kennytm
-12
/
+940
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
-13
/
+17
2017-06-13
On-demand is_const_fn
Taylor Cramer
-2
/
+2
2017-06-13
Auto merge of #42608 - ollie27:rustdoc_variant_reexport, r=QuietMisdreavus
bors
-4
/
+4
2017-06-12
rustdoc: Fix missing enum variant reexports
Oliver Middleton
-4
/
+4
2017-06-09
Auto merge of #42507 - ibabushkin:external-span-trans, r=eddyb
bors
-2
/
+2
2017-06-09
Document direct implementations on type aliases.
Michael Killough
-0
/
+3
[next]