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
Age
Commit message (
Expand
)
Author
Lines
2012-09-19
rustdoc: Find doc(hidden) even when there are multiple doc attrs
Brian Anderson
-10
/
+23
2012-09-19
rustdoc: Fix spelling in tests
Brian Anderson
-2
/
+2
2012-09-19
core: Hide the docs for the private TaskBuilder impl
Brian Anderson
-0
/
+2
2012-09-19
core: Decompose task into more submodules
Brian Anderson
-783
/
+789
2012-09-19
core: Cleanup task_local docs
Brian Anderson
-7
/
+11
2012-09-19
core: Split local_data into local_data/local_data_priv
Brian Anderson
-163
/
+169
2012-09-19
core: Move TLS to task::local_data
Brian Anderson
-351
/
+372
2012-09-19
std: Demode bitv
Brian Anderson
-1
/
+4
2012-09-19
std: Demode arena
Brian Anderson
-3
/
+6
2012-09-19
repair broken map test; it seems that the original test relied on hokey
Niko Matsakis
-3
/
+0
2012-09-19
core: More doc cleanup
Brian Anderson
-10
/
+10
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-456
/
+483
2012-09-19
std: Clean up crate description
Brian Anderson
-1
/
+9
2012-09-19
core: Clean up crate docs and give all mods a brief description
Brian Anderson
-76
/
+156
2012-09-19
Remove final bits of residual hokey-hash functions. Close #1616.
Graydon Hoare
-114
/
+27
2012-09-19
rustdoc: Hide impl __extensions__ name in index
Brian Anderson
-1
/
+1
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-219
/
+155
2012-09-19
Remove unused hokey-hashes from typeck and region inference.
Graydon Hoare
-119
/
+1
2012-09-19
Remove hokey-hashes from metadata indexes.
Graydon Hoare
-18
/
+10
2012-09-19
rustdoc: Begin support for structs
Brian Anderson
-20
/
+159
2012-09-19
rustdoc: Fix some script-mangled idents
Brian Anderson
-53
/
+53
2012-09-19
xfail-fast another legacy_mode test
Brian Anderson
-0
/
+1
2012-09-19
V2: now with more locks!
Philipp Brüschweiler
-33
/
+43
2012-09-19
core: Allocate threads on demand, not on scheduler startup
Philipp Brüschweiler
-48
/
+102
2012-09-19
xfail-fast the legacy_mode run-pass tests
Brian Anderson
-2
/
+44
2012-09-19
De-export core::comm
Graydon Hoare
-19
/
+10
2012-09-19
libsyntax: Remove the restricted keyword concept
Brian Anderson
-58
/
+4
2012-09-19
libsyntax: Move 'unsafe' to the strict keywords list
Brian Anderson
-2
/
+1
2012-09-19
Export the correct raw module from core::at_vec
Brian Anderson
-1
/
+1
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-721
/
+518
2012-09-19
libcore: unsafe mod renamed to cast
Erick Tryzelaar
-4
/
+4
2012-09-19
use && for fn() even in legacy mode to work around mem leak
Niko Matsakis
-2
/
+12
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-564
/
+600
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-600
/
+564
2012-09-18
cargo: Fix copies
Brian Anderson
-32
/
+34
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-218
/
+218
2012-09-18
Tweak graph500-bfs so it pretty-prints
Brian Anderson
-2
/
+2
2012-09-18
Fix some broken tests
Brian Anderson
-2
/
+2
2012-09-18
Fix run-pass-fulldeps/qquote.rs
Brian Anderson
-1
/
+1
2012-09-18
rustdoc: Camel case
Brian Anderson
-931
/
+929
2012-09-18
Revert "change relative priority of auto-slice and auto-ptr"
Graydon Hoare
-2
/
+2
2012-09-18
Treat static slices and rptrs as sendable.
Graydon Hoare
-1
/
+11
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-40
/
+179
2012-09-18
core: Move Exclusive and SharedMutableState to the private mod
Brian Anderson
-427
/
+426
2012-09-18
change relative priority of auto-slice and auto-ptr
Niko Matsakis
-2
/
+2
2012-09-18
Make vec::view a method too.
Gareth Daniel Smith
-4
/
+6
2012-09-18
libcore: str::unsafe::from_buf_len_nocopy => form_slice
Erick Tryzelaar
-9
/
+8
2012-09-18
libcore: make a copyless io::BytesWriter
Erick Tryzelaar
-136
/
+129
2012-09-18
Change 'must' to 'should' in non_camel_case_types message
Brian Anderson
-8
/
+9
2012-09-18
Consolidate tests for non_camel_case_types
Brian Anderson
-33
/
+24
[prev]
[next]