about summary refs log tree commit diff
path: root/src/libstd/time.rs
AgeCommit message (Expand)AuthorLines
2013-01-17librustc: Implement write guards for borrowing `@mut` to `&` or `&mut`. r=nma...Patrick Walton-23/+23
2013-01-16Implement Ord trait for TimespecChris Peterson-2/+46
2013-01-14Tidied up long linesAshok Gautham-5/+8
2013-01-13Add range checking in the time libraryAshok Gautham-26/+24
2013-01-13Fix errors in how parsed time values were usedAshok Gautham-2/+2
2013-01-13Fix incorrect error messages in the time libraryAshok Gautham-5/+5
2013-01-10librustc: Make all external functions unsafe. r=tjcPatrick Walton-29/+41
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-3/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+3
2012-12-27libstd: Fix a bunch of resolve errors in tests. rs=firePatrick Walton-6/+14
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-3/+7
2012-12-23Merge pull request #4243 from erickt/incomingTim Chevalier-78/+39
2012-12-20Ignore some time testsBrian Anderson-0/+2
2012-12-20Switch chain calls to use Option::chain methodErick Tryzelaar-78/+39
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-4/+4
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28core: Convert some records to structsBrian Anderson-15/+17
2012-11-28Merge remote-tracking branch 'erickt/time'Brian Anderson-110/+154
2012-11-28Register snapshotsBrian Anderson-39/+0
2012-11-26libstd: turn time::Tm and time::Timespec into structsErick Tryzelaar-194/+169
2012-11-26Made Tm_ a struct instead of a record and added serialization support to Tm a...Jesse Jones-17/+78
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+39
2012-11-18Made the time to string functions pure as well as empty_tm.Jesse Jones-10/+14
2012-11-18Replace TmMut with inherited mutabilityJesse Jones-30/+16
2012-11-18Moved strptime and strftime into private helper functions.Jesse Jones-76/+84
2012-10-12Replace several common macros of the form #m[...] with m!(...)Kevin Cantu-2/+1
2012-10-05Finally removing all uses of by-mut-refTim Chevalier-29/+4
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-1/+29
2012-10-05Revert "wip"Tim Chevalier-29/+1
2012-10-05wipTim Chevalier-1/+29
2012-10-04Remove by-copy mode from std, mostlyTim Chevalier-1/+1
2012-10-03Remove uses of + mode from libstdTim Chevalier-2/+2
2012-09-28De-export std::{time, prettyprint{,2}, arena}. Part of #3583.Graydon Hoare-26/+12
2012-09-28Long linesBrian Anderson-5/+5
2012-09-28std: Eliminate deprecated patternsBrian Anderson-2/+1
2012-09-26Refactoring ReaderUtil trait, combining it with the traitless impl on Reader.Eric Holk-1/+1
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-36/+0
2012-09-21libcore: De-mode strPatrick Walton-1/+1
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+2
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+36
2012-09-19De-mode vec::each() and many of the str iteration routinesNiko Matsakis-8/+16
2012-09-18Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...Niko Matsakis-16/+8
2012-09-18replace explicit calls to vec::each with vec::each_ref, partially demode strNiko Matsakis-8/+16
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+0
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-3/+4
2012-09-04libstd: "import" -> "use"Patrick Walton-4/+4
2012-09-01Remove the 'to' keywordBrian Anderson-1/+1
2012-08-30libstd: More test fixesPatrick Walton-0/+23
2012-08-29libstd: Fix some build breakagePatrick Walton-2/+2