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
/
libcore
Age
Commit message (
Expand
)
Author
Lines
2012-09-20
core: Mark gc and stackwalk as demoded
Brian Anderson
-0
/
+8
2012-09-20
core: Mark three more trivial mods as demoded
Brian Anderson
-0
/
+12
2012-09-20
core: Indicate that flate is demoded
Brian Anderson
-0
/
+4
2012-09-20
core: Demode sys
Brian Anderson
-4
/
+8
2012-09-20
core: Minor doc tweakage
Brian Anderson
-10
/
+6
2012-09-20
libcore: Fix level-of-indirection problem in str::buf_as_slice
Patrick Walton
-1
/
+1
2012-09-20
core: Move 'unreachable' to util. Improve docs
Brian Anderson
-12
/
+30
2012-09-20
Make + mode by-value if the type is immediate, by-ref otherwise
Niko Matsakis
-0
/
+9
2012-09-20
rustc: Fix buf_as_slice export
Patrick Walton
-1
/
+1
2012-09-20
libcore: Make BytesWriters not require shared boxes.
Patrick Walton
-4
/
+12
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-73
/
+911
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
-344
/
+357
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
-33
/
+37
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
-93
/
+24
2012-09-19
V2: now with more locks!
Philipp Brüschweiler
-5
/
+5
2012-09-19
core: Allocate threads on demand, not on scheduler startup
Philipp Brüschweiler
-2
/
+29
2012-09-19
De-export core::comm
Graydon Hoare
-19
/
+10
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
-422
/
+160
2012-09-19
libcore: unsafe mod renamed to cast
Erick Tryzelaar
-4
/
+4
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-140
/
+231
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-231
/
+140
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-140
/
+140
2012-09-18
rustc: Remove legacy mode inference, unless #[legacy_modes] is used
Patrick Walton
-0
/
+2
2012-09-18
core: Move Exclusive and SharedMutableState to the private mod
Brian Anderson
-423
/
+422
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
-38
/
+37
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-30
/
+29
2012-09-18
Replace uses of 'unchecked' with 'unsafe'
Brian Anderson
-84
/
+84
2012-09-18
make filetype() include the "." (fixes #3412)
Niko Matsakis
-8
/
+32
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-29
/
+30
2012-09-18
core: Rename at_vec::unsafe to raw
Brian Anderson
-4
/
+4
2012-09-17
libcore: Fix cleanup for i386
Patrick Walton
-1
/
+6
2012-09-17
add a test and correct terminology
Niko Matsakis
-5
/
+5
2012-09-16
libcore: Log newtyped enums correctly. Closes #3506.
Patrick Walton
-10
/
+21
2012-09-15
Make most send_map functions pure
Erick Tryzelaar
-19
/
+19
2012-09-15
libcore: add find_ref/get_ref to SendMap trait
Erick Tryzelaar
-2
/
+9
2012-09-15
vec::u8 => vec::bytes (#3444)
Erick Tryzelaar
-6
/
+6
2012-09-15
io::Reader::chars_from_buf => chars_from_bytes (#3444)
Erick Tryzelaar
-2
/
+2
2012-09-15
int/uint parse_buf => parse_bytes (#3444)
Erick Tryzelaar
-39
/
+39
2012-09-15
libcore: rename *flate_buf to *flate_bytes (#3444)
Erick Tryzelaar
-7
/
+7
2012-09-15
libcore: fix whitespace in str test
Erick Tryzelaar
-1
/
+1
2012-09-15
libcore: send_map test simplification.
Erick Tryzelaar
-6
/
+2
[prev]
[next]