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
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+430
2012-11-30
libs: Remove transitionary material on iter_bytes, add workcache to build.
Graydon Hoare
-23
/
+1
2012-11-29
impls of traits cannot define methods on the anonymous trait
Brian Anderson
-5
/
+3
2012-11-29
librustc: Eliminate most expressions of the form `a.b()` that are not method ...
Patrick Walton
-1
/
+1
2012-11-29
librustc: Make the Drop trait use explicit self
Patrick Walton
-22
/
+22
2012-11-28
core: Convert some records to structs
Brian Anderson
-19
/
+23
2012-11-28
Merge remote-tracking branch 'erickt/time'
Brian Anderson
-110
/
+162
2012-11-28
Merge remote-tracking branch 'brson/companion' into incoming
Brian Anderson
-512
/
+3
2012-11-28
Register snapshots
Brian Anderson
-512
/
+3
2012-11-28
librustc: Add explicit self to IterBytes. r=nmatsakis
Patrick Walton
-1
/
+23
2012-11-28
Merge pull request #4032 from catamorphism/getopts
Graydon Hoare
-39
/
+39
2012-11-27
core: Add Clone trait
Brian Anderson
-24
/
+45
2012-11-26
libstd: turn time::Tm and time::Timespec into structs
Erick Tryzelaar
-194
/
+176
2012-11-26
Made Tm_ a struct instead of a record and added serialization support to Tm a...
Jesse Jones
-17
/
+78
2012-11-25
Rename insert_with functions to update, update_with_key
Brian Anderson
-25
/
+25
2012-11-25
Add improvements to insert_with_key
Kevin Cantu
-16
/
+122
2012-11-25
Test insert_with_key...
Kevin Cantu
-0
/
+21
2012-11-25
Add an insert_with_key function to the Map trait
Kevin Cantu
-1
/
+31
2012-11-24
Long lines
Tim Chevalier
-8
/
+16
2012-11-24
Split EBML module into a reader and a writer module
Tim Chevalier
-466
/
+474
2012-11-24
[libstd] getopts, now with fewer copies
Tim Chevalier
-39
/
+39
2012-11-22
std: try to fix breakage.
Graydon Hoare
-8
/
+6
2012-11-22
std: initial sketch of workcache, barely does anything.
Graydon Hoare
-0
/
+312
2012-11-21
change json::Deserializer to take a json enum
Erick Tryzelaar
-8
/
+2
2012-11-20
libstd: fix warnings in sort
Erick Tryzelaar
-14
/
+14
2012-11-20
Remove parentheses from closure argument types
Erick Tryzelaar
-7
/
+7
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-5
/
+527
2012-11-18
Whitespace
Brian Anderson
-1
/
+1
2012-11-18
Merge pull request #3998 from jesse99/feature/getopts
Tim Chevalier
-0
/
+75
2012-11-18
Fixing warnings for long and blank lines
Jesse Jones
-10
/
+11
2012-11-18
Made merge_sort pure
Jesse Jones
-2
/
+2
2012-11-18
Made more stuff pure.
Jesse Jones
-95
/
+97
2012-11-18
Made most of the URL functions pure.
Jesse Jones
-34
/
+40
2012-11-18
Made the time to string functions pure as well as empty_tm.
Jesse Jones
-10
/
+14
2012-11-18
Replace TmMut with inherited mutability
Jesse Jones
-30
/
+16
2012-11-18
Moved strptime and strftime into private helper functions.
Jesse Jones
-76
/
+84
2012-11-18
Made Map.contains_key, contains_key_ref, and get pure.
Jesse Jones
-13
/
+13
2012-11-17
Added support for options that take no arguments and may be repeated.
Jesse Jones
-0
/
+75
2012-11-15
Rename thread_pool to task_pool
Tim Chevalier
-10
/
+10
2012-11-14
std: Don't use Drop trait in thread_pool
Brian Anderson
-4
/
+1
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-52
/
+107
2012-11-14
Revert "Convert libstd to use the Drop trait"
Brian Anderson
-107
/
+52
2012-11-14
Convert libstd to use the Drop trait
Ben Striegel
-52
/
+107
2012-11-13
cleanup: convert some remaining #foo invocations to foo! form.
Graydon Hoare
-1
/
+1
2012-11-08
std: Eliminate copy warning
Brian Anderson
-1
/
+1
2012-11-08
Merge pull request #3923 from am0d/master
Brian Anderson
-5
/
+63
2012-11-07
Fix whitespace issues from previous commits.
a_m0d
-2
/
+48
2012-11-07
libstd: Implement a thread pool. r=brson
Patrick Walton
-0
/
+86
2012-11-06
Fix trailing whitespace issues
a_m0d
-3
/
+3
2012-11-06
Add end_of_file handling to TcpBufferedSocket.
a_m0d
-4
/
+16
[prev]
[next]