about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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-08Remove the dist function; it is more efficient to compare squared distancesnham-5/+1
2014-08-08auto merge of #16336 : retep998/rust/master, r=brsonbors-4/+5
2014-08-08Add example of estimating pi using Monte Carlo simulation to std::randnham-0/+45
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
2014-08-06Merge commit '881bfb1a180a1b545daa9da1539ec4c8ebda7ed1' into rollupAlex Crichton-2/+3
2014-08-06auto merge of #16258 : aturon/rust/stabilize-atomics, r=alexcrichtonbors-14/+20
2014-08-06Use byte literals in libstdnham-54/+52
2014-08-05auto merge of #16243 : alexcrichton/rust/fix-utime-for-windows, r=brsonbors-6/+4
2014-08-04Fix crash in OsRng when compiling with -O.Vadim Chugunov-2/+3
2014-08-04stabilize atomics (now atomic)Aaron Turon-14/+20