about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2014-08-18auto merge of #16578 : steveklabnik/rust/gh16239, r=pcwaltonbors-1/+6
2014-08-18Explain EOF behavior in File.eof().Steve Klabnik-1/+6
2014-08-18libsyntax: Remove the `use foo = bar` syntax from the language in favorPatrick Walton-23/+23
2014-08-17auto merge of #16498 : Kimundi/rust/inline-utf-encoding, r=alexcrichtonbors-1/+1
2014-08-16librustc: Forbid external crates, imports, and/or items from beingPatrick Walton-13/+5
2014-08-16Optimized IR generation for UTF-8 and UTF-16 encodingMarvin Löbel-1/+1
2014-08-16auto merge of #16513 : sfackler/rust/io-util-cleanup, r=alexcrichtonbors-18/+38
2014-08-15Derive Clone for std::time::DurationAndrew Poelstra-1/+1
2014-08-14std::io::util cleanup + fixesSteven Fackler-18/+38
2014-08-15auto merge of #16435 : vadimcn/rust/windows, r=pcwaltonbors-3/+5
2014-08-14auto merge of #16332 : brson/rust/slicestab, r=aturonbors-45/+45
2014-08-13Add a fixme about Duration representationBrian Anderson-0/+2
2014-08-13Update docsBrian Anderson-2/+5
2014-08-13std: Fix build errorsBrian Anderson-3/+3
2014-08-13std: Remove Duration::new/new_opt/to_tupleBrian Anderson-37/+0
2014-08-13std: Improve Duration commentsBrian Anderson-17/+2
2014-08-13std: Make connect_timeout return Err on zero durationBrian Anderson-12/+16
2014-08-13Fix various fallout from timer changesBrian Anderson-9/+16
2014-08-13std: Refactor time module a bitBrian Anderson-15/+30
2014-08-13std: connect_timeout requires a positive DurationBrian Anderson-9/+27
2014-08-13std: Make the TCP/UDP connect_timeout methods take DurationBrian Anderson-16/+24
2014-08-13std: Clarify what timers do with zero and negative durationsBrian Anderson-31/+111
2014-08-13std: Restore missing timer examplesBrian Anderson-0/+52
2014-08-13std: Remove the `zero` constructor from `Duration`Brian Anderson-6/+0
2014-08-13std: Remove ms-taking methods from timersBrian Anderson-172/+49
2014-08-13std: Change time::MAX to time::MAX_DURATION, etc.Brian Anderson-15/+15
2014-08-13std: Update Duration from upstreamBrian Anderson-100/+328
2014-08-13std: Add comments to the time moduleBrian Anderson-1/+16
2014-08-13std: Add sleep, oneshot and periodic timers, taking DurationBrian Anderson-0/+97
2014-08-13std: Rename sleep, periodic, and oneshot timers to sleep_ms, etc.Brian Anderson-57/+58
2014-08-13std: Add a Duration typeBrian Anderson-0/+417
2014-08-13core: Rename ImmutableEqSlice to ImmutablePartialEqSliceBrian Anderson-5/+5
2014-08-13std: Rename slice::Vector to SliceBrian Anderson-13/+13
2014-08-13std: Rename various slice traits for consistencyBrian Anderson-39/+39
2014-08-12libnative: process spawning should not close inherited file descriptorsIvan Petkov-1/+24
2014-08-12Replace #[cfg(target_os = "win32")] with #[cfg(target_os = "windows")]Vadim Chugunov-3/+5
2014-08-12auto merge of #16195 : P1start/rust/more-index, r=aturonbors-6/+48
2014-08-12Implement Index for HashMapP1start-6/+48
2014-08-11core/std: squash dead_code warnings from fail! invocations.Huon Wilson-6/+11
2014-08-09auto merge of #15964 : huonw/rust/gensym-test, r=alexcrichtonbors-5/+3
2014-08-09testsuite: implement #[reexport_test_harness_name] to get access to theHuon Wilson-5/+3
2014-08-08auto merge of #16336 : retep998/rust/master, r=brsonbors-4/+5
2014-08-08auto merge of #16327 : mdinger/rust/typo, r=steveklabnikbors-1/+1
2014-08-08Register new snapshot 12e0f72Niko Matsakis-37/+0
2014-08-08auto merge of #16285 : alexcrichton/rust/rename-share, r=huonwbors-1/+1
2014-08-07Fix typomdinger-1/+1
2014-08-07Rename `Share` to `Sync`Alex Crichton-1/+1
2014-08-07windows: Fix several tests on 64-bit.Peter Atashian-4/+5
2014-08-07auto merge of #16220 : tshepang/rust/temp, r=steveklabnikbors-1/+1
2014-08-06auto merge of #16291 : nham/rust/byte_literals, r=alexcrichtonbors-54/+52