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
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2012-08-27
remove ipv4 match which looks like it was... purposeless
Niko Matsakis
-58
/
+54
2012-08-27
Fix region-related unsafety in arc::get's signature
Ben Blum
-1
/
+1
2012-08-26
convert std::arc types to camelcase
Ben Blum
-77
/
+79
2012-08-26
minor core/std cleanup
Ben Blum
-2
/
+2
2012-08-26
convert std::sync types to camelcase
Ben Blum
-135
/
+137
2012-08-26
Camel case the option type
Brian Anderson
-367
/
+367
2012-08-25
Merge pull request #3282 from killerswan/modes5
Brian Anderson
-38
/
+50
2012-08-25
libstd: Don't make task-local GC data when creating TCP streams.
Patrick Walton
-10
/
+13
2012-08-25
Remove deprecated modes from SHA1 and MD4 in libstd
Kevin Cantu
-37
/
+46
2012-08-25
Remove deprecated modes from libstd/timer.rs
Kevin Cantu
-1
/
+4
2012-08-25
libstd: Suppress warning about unused variable in net_tcp.
Erick Tryzelaar
-1
/
+1
2012-08-25
libstd: serialization should use &strs.
Erick Tryzelaar
-11
/
+11
2012-08-25
Use region variance to remove a bunch of unsafety in sync/arc (#2282)
Ben Blum
-54
/
+15
2012-08-24
Merge pull request #3269 from killerswan/modes3
Graydon Hoare
-17
/
+20
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-8
/
+9
2012-08-24
fix some unused pattern binding warnings
Niko Matsakis
-1
/
+1
2012-08-24
Add a bunch more unsafe blocks to prepare for the new semantics of unsafe/clo...
Michael Sullivan
-25
/
+27
2012-08-24
Remove deprecated modes from libstd/time.rs
Kevin Cantu
-17
/
+20
2012-08-23
More complete fix to #3162 (borrowck bug related to access to rec fields)
Niko Matsakis
-1
/
+2
2012-08-23
Rename str::bytes to str::to_bytes
Tim Chevalier
-19
/
+19
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-367
/
+367
2012-08-22
libstd: fix serialization no-implicit-copies warnings
Erick Tryzelaar
-29
/
+29
2012-08-22
libstd: switch ebml's wr_tagged_str to use str::byte_slice
Erick Tryzelaar
-7
/
+1
2012-08-22
export unwrap_arc functions in core/std
Ben Blum
-1
/
+2
2012-08-22
Merge pull request #3240 from Dretch/bitvfixes
Brian Anderson
-46
/
+125
2012-08-22
#[ignore(cfg(windows))] for a test I added to arena that involves failure.
Michael Sullivan
-2
/
+1
2012-08-21
Remove a level of indirection from std::arena.
Michael Sullivan
-20
/
+20
2012-08-21
Have std::arena segregate POD data and non-POD data into different chunks.
Michael Sullivan
-22
/
+77
2012-08-21
Make std::arena run destructors. Closes #2831.
Michael Sullivan
-22
/
+162
2012-08-21
Fix some map related build failures.
Michael Sullivan
-4
/
+1
2012-08-21
implement a map testing benchmark
Niko Matsakis
-10
/
+100
2012-08-21
Remove fixmes about exporting. Close #2648, close #3119.
Ben Blum
-1
/
+0
2012-08-21
fix a bug in bitv where the undefined bits in small/big bitv values could cau...
Gareth Daniel Smith
-45
/
+116
2012-08-21
fix a logic bug in small_bitv.set
Gareth Daniel Smith
-1
/
+9
2012-08-21
more sound treatment of fn& regions; change all & to be distinct
Niko Matsakis
-2
/
+2
2012-08-20
new region inference, seperate infer into modules, improve error msgs
Niko Matsakis
-4
/
+5
2012-08-20
Document arc::unwrap. Close #3123.
Ben Blum
-0
/
+22
2012-08-20
oops, remove #[cfg(stage1)]s from arc::unwrap functions+tests
Ben Blum
-4
/
+0
2012-08-20
Add unwrap for std::arc ARC variants
Ben Blum
-2
/
+48
2012-08-17
Remove the class keyword
Brian Anderson
-6
/
+6
2012-08-16
libstd: Add a function to borrow a cell
Patrick Walton
-1
/
+8
2012-08-16
reduce stress constants in std::timer::tests
Ben Blum
-2
/
+2
2012-08-16
Update the rock-paper-scissors example in the tutorial, and rename some types...
Eric Holk
-1
/
+1
2012-08-16
Fix compile errors in tutorial tests.
Eric Holk
-1
/
+1
2012-08-16
Add std::comm with DuplexStream
Eric Holk
-169
/
+251
2012-08-15
Convert more core types to camel case
Brian Anderson
-63
/
+63
2012-08-15
Convert more core types to camel case
Brian Anderson
-19
/
+19
2012-08-15
Expunge match checks
Tim Chevalier
-21
/
+40
2012-08-15
Fix :broadcast_heavy in condvars.
Ben Blum
-21
/
+27
2012-08-15
sync+arc - comments and attributes only
Ben Blum
-7
/
+45
[prev]
[next]