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
/
time
Age
Commit message (
Expand
)
Author
Lines
2015-03-31
Stabilize std::num
Aaron Turon
-0
/
+1
2015-03-04
Fix Duration::weeks docs
Fenhl
-1
/
+1
2015-02-04
Fix for misspelled comments.
Joseph Crail
-2
/
+2
2015-01-30
Add a few missing stability markers.
Chris Morgan
-0
/
+33
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+2
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-1
/
+1
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+1
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-1
/
+2
2015-01-16
Rewrite Condvar::wait_timeout and make it public
Steven Fackler
-66
/
+2
2015-01-08
Improvements to feature staging
Brian Anderson
-1
/
+1
2015-01-06
Register new snapshots
Alex Crichton
-3
/
+0
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-2
/
+2
2015-01-05
Use $crate and macro reexport to reduce duplicated code
Keegan McAllister
-2
/
+4
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-03
use assoc types in unop traits
Jorge Aparicio
-1
/
+3
2015-01-03
use assoc types in binop traits
Jorge Aparicio
-4
/
+12
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-1
/
+1
2014-12-30
Register new snapshots
Alex Crichton
-14
/
+0
2014-12-21
rollup merge of #19972: alexcrichton/snapshots
Alex Crichton
-64
/
+0
2014-12-19
Register new snapshots
Alex Crichton
-64
/
+0
2014-12-19
libstd: use `#[deriving(Copy)]`
Jorge Aparicio
-4
/
+1
2014-12-18
libstd: convert `Duration` unops to by value
Jorge Aparicio
-0
/
+14
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-2
/
+2
2014-12-13
libstd: convert `Duration` binops to by value
Jorge Aparicio
-0
/
+64
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-2
/
+2
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+3
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-11
/
+11
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-11
/
+11
2014-12-05
Utilize fewer reexports
Corey Farwell
-3
/
+5
2014-11-20
Rename remaining Failures to Panic
Subhash Bhushan
-5
/
+5
2014-11-17
Remove bogus Duration::span test
Aaron Turon
-7
/
+0
2014-11-16
Move ToString to collections::string
Brendan Zabarauskas
-1
/
+1
2014-11-14
auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichton
bors
-71
/
+60
2014-11-13
std: Fix the return value of Duration::span
Alex Crichton
-1
/
+8
2014-11-12
time: Deprecate the library in the distribution
Alex Crichton
-0
/
+81
2014-11-13
Move checked arithmetic operators into Int trait
Brendan Zabarauskas
-71
/
+60
2014-11-05
Repair various cases where values of distinct types were being operated
Niko Matsakis
-1
/
+1
2014-10-30
auto merge of #18359 : 1-more/rust/feature, r=alexcrichton
bors
-13
/
+18
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-28
Fix the output of negative duration
Vladimir Smola
-13
/
+18
2014-10-09
std: Convert statics to constants
Alex Crichton
-13
/
+13
2014-09-03
Fix spelling errors and capitalization.
Joseph Crail
-1
/
+1
2014-08-28
libstd: Wrap duration.rs at 100 characters.
Ruud van Asseldonk
-3
/
+6
2014-08-21
libstd: Limit Duration range to i64 milliseconds.
Ruud van Asseldonk
-39
/
+49
2014-08-20
libstd: Refactor Duration.
Ruud van Asseldonk
-282
/
+190
2014-08-15
Derive Clone for std::time::Duration
Andrew Poelstra
-1
/
+1
2014-08-13
Add a fixme about Duration representation
Brian Anderson
-0
/
+2
2014-08-13
Update docs
Brian Anderson
-2
/
+5
[next]