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.rs
Age
Commit message (
Expand
)
Author
Lines
2013-03-23
replace impls with `deriving` where applicable
Andrew Paseltiner
-25
/
+2
2013-03-22
librustc: Remove the `const` declaration form everywhere
Patrick Walton
-3
/
+3
2013-03-22
libstd: Remove all uses of `pure` from libstd. rs=depure
Patrick Walton
-17
/
+17
2013-03-22
librustc: Remove all uses of `static` from functions. rs=destatic
Patrick Walton
-1
/
+1
2013-03-20
libsyntax: Never use `::<>` in the type grammar
Patrick Walton
-2
/
+2
2013-03-13
Revamp foreign code not to consider the Rust modes. This requires
Niko Matsakis
-8
/
+8
2013-03-07
test: Fix tests.
Patrick Walton
-8
/
+8
2013-03-07
librustc: Convert all uses of `assert` over to `fail_unless!`
Patrick Walton
-184
/
+184
2013-03-07
libstd: Remove `extern mod { ... }` from libstd. rs=deexterning
Patrick Walton
-12
/
+20
2013-03-07
De-implicit-self libstd
Ben Striegel
-9
/
+9
2013-03-04
Remove unused imports throughout src/
Alex Crichton
-3
/
+0
2013-02-28
Fix implicit leaks of imports throughout libraries
Alex Crichton
-8
/
+7
2013-02-28
librustc: Mark all type implementations public. rs=impl-publicity
Patrick Walton
-2
/
+2
2013-02-26
Removed deprecated `str()` functions in int-template.rs and uint-template.rs
Marvin Löbel
-10
/
+10
2013-02-15
libstd: Get rid of `move`.
Luqman Aden
-7
/
+7
2013-02-14
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...
Patrick Walton
-3
/
+3
2013-02-13
Remove die!, raplace invocations with fail! Issue #4524 pt 3
Nick Desaulniers
-2
/
+2
2013-02-07
Make ~fn non-copyable, make &fn copyable, split barefn/closure types,
Niko Matsakis
-2
/
+0
2013-02-03
Fixed `fmt!`, tests, doc-tests.
Marvin Löbel
-1
/
+1
2013-01-31
Replace most invocations of fail keyword with die! macro
Nick Desaulniers
-2
/
+2
2013-01-29
libstd: De-export libstd. rs=deexport
Patrick Walton
-21
/
+18
2013-01-24
time tests are racing on tzset, so merge the tests together.
Erick Tryzelaar
-12
/
+16
2013-01-22
std: un-ignore strptime test; fix bug introduced by 1a226f instead.
Graydon Hoare
-2
/
+1
2013-01-22
std: Ignore time::tests::test_strptime, it's failing for some reason
Tim Chevalier
-0
/
+1
2013-01-22
Merge pull request #4466 from ScriptDevil/master
Tim Chevalier
-33
/
+34
2013-01-21
Add Timespec comment and assert about negative nsec
Chris Peterson
-0
/
+11
2013-01-20
Merge pull request #4519 from cpeterso/impl-timespec-ord
Tim Chevalier
-2
/
+46
2013-01-17
librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...
Patrick Walton
-23
/
+23
2013-01-16
Implement Ord trait for Timespec
Chris Peterson
-2
/
+46
2013-01-14
Tidied up long lines
Ashok Gautham
-5
/
+8
2013-01-13
Add range checking in the time library
Ashok Gautham
-26
/
+24
2013-01-13
Fix errors in how parsed time values were used
Ashok Gautham
-2
/
+2
2013-01-13
Fix incorrect error messages in the time library
Ashok Gautham
-5
/
+5
2013-01-10
librustc: Make all external functions unsafe. r=tjc
Patrick Walton
-29
/
+41
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+3
2013-01-08
Revert "librustc: Make unqualified identifier searches terminate at the neare...
Patrick Walton
-3
/
+0
2013-01-08
librustc: Make unqualified identifier searches terminate at the nearest modul...
Patrick Walton
-0
/
+3
2012-12-27
libstd: Fix a bunch of resolve errors in tests. rs=fire
Patrick Walton
-6
/
+14
2012-12-27
librustc: Terminate name searches at the nearest module scope for paths that ...
Patrick Walton
-3
/
+7
2012-12-23
Merge pull request #4243 from erickt/incoming
Tim Chevalier
-78
/
+39
2012-12-20
Ignore some time tests
Brian Anderson
-0
/
+2
2012-12-20
Switch chain calls to use Option::chain method
Erick Tryzelaar
-78
/
+39
2012-12-17
Switch from serialization to std::serialize. (snapshot)
Erick Tryzelaar
-4
/
+4
2012-12-03
Update license, add license boilerplate to most files. Remainder will follow.
Graydon Hoare
-0
/
+10
2012-11-28
core: Convert some records to structs
Brian Anderson
-15
/
+17
2012-11-28
Merge remote-tracking branch 'erickt/time'
Brian Anderson
-110
/
+154
2012-11-28
Register snapshots
Brian Anderson
-39
/
+0
2012-11-26
libstd: turn time::Tm and time::Timespec into structs
Erick Tryzelaar
-194
/
+169
2012-11-26
Made Tm_ a struct instead of a record and added serialization support to Tm a...
Jesse Jones
-17
/
+78
2012-11-19
rustc: Implement explicit self for Eq and Ord. r=graydon
Patrick Walton
-0
/
+39
[prev]
[next]