about summary refs log tree commit diff
path: root/src/libtime
AgeCommit message (Expand)AuthorLines
2015-01-03Remove deprecated functionalityAlex Crichton-1773/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-3/+3
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2015-01-03use assoc types in binop traitsJorge Aparicio-2/+8
2015-01-03auto merge of #20154 : P1start/rust/qualified-assoc-type-generics, r=nikomats...bors-2/+2
2015-01-02rollup merge of #20416: nikomatsakis/coherenceAlex Crichton-0/+3
2015-01-02rollup merge of #20315: alexcrichton/std-syncAlex Crichton-1/+1
2015-01-02std: Stabilize the prelude moduleAlex Crichton-3/+3
2015-01-02Fix orphan checking (cc #19470). (This is not a complete fix of #19470 becaus...Niko Matsakis-0/+3
2015-01-01std: Second pass stabilization of syncAlex Crichton-1/+1
2014-12-31time: unbox closures used in let bindingsJorge Aparicio-1/+1
2014-12-30Register new snapshotsAlex Crichton-2/+0
2014-12-25Parse fully-qualified associated types in generics without whitespaceP1start-2/+2
2014-12-22serialize: Fully deprecate the libraryAlex Crichton-1/+4
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-34/+0
2014-12-19Register new snapshotsAlex Crichton-34/+0
2014-12-19libtime: use `#[deriving(Copy)]`Jorge Aparicio-9/+3
2014-12-13libtime: convert `Timespec` binops to by valueJorge Aparicio-0/+34
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-1/+11
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-58/+58
2014-12-06libtime: remove unnecessary `to_string()` callsJorge Aparicio-58/+58
2014-12-05Utilize fewer reexportsCorey Farwell-1/+1
2014-11-30std: add Reader impl for &[u8]Erick Tryzelaar-5/+4
2014-11-27auto merge of #19343 : sfackler/rust/less-special-attrs, r=alexcrichtonbors-1/+0
2014-11-26Remove special casing for some meta attributesSteven Fackler-1/+0
2014-11-25/** -> ///Steve Klabnik-43/+27
2014-11-18std: Stabilize std::fmtAlex Crichton-19/+19
2014-11-17Switch to purely namespaced enumsSteven Fackler-1/+4
2014-11-17Fix fallout from coercion removalNick Cameron-8/+8
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-3/+3
2014-11-12time: Deprecate the library in the distributionAlex Crichton-1/+2
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-0/+1
2014-11-13Deprecate Signed method wrappersBrendan Zabarauskas-3/+2
2014-11-07libtime: alter strftime to use a TmFmtSean McArthur-320/+454
2014-11-05Repair various cases where values of distinct types were being operatedNiko Matsakis-1/+1
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-16Remove libdebug and update tests.Luqman Aden-9/+8
2014-10-13auto merge of #17467 : hatahet/rust/mybranch, r=alexcrichtonbors-203/+256
2014-10-12libtime: `strftime` and `strptime` return type changed to `Result<String, Par...Ziad Hatahet-203/+256
2014-10-10Register new snapshotsAlex Crichton-1/+1
2014-10-09Use the same html_root_url for all docsBrian Anderson-1/+1
2014-10-09Revert "Update html_root_url for 0.12.0 release"Brian Anderson-1/+1
2014-10-07Update html_root_url for 0.12.0 releaseBrian Anderson-1/+1
2014-10-01auto merge of #17630 : sfackler/rust/cfg-warnings, r=brsonbors-9/+6
2014-09-30Fix libtimeSteven Fackler-9/+6
2014-09-30librustc: Forbid `..` in range patterns.Patrick Walton-2/+2
2014-09-23Deprecate `#[ignore(cfg(...))]`Steven Fackler-1/+1
2014-09-16Fallout from renamingAaron Turon-1/+1
2014-09-04auto merge of #16981 : kmcallister/rust/ctypes-warning, r=alexcrichtonbors-0/+2
2014-09-03Fix some non-FFI-safe types in externsKeegan McAllister-0/+2