about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-02-01Auto merge of #21811 - tbu-:pr_more_isize, r=alexcrichtonbors-6/+6
2015-02-01openbsd: rebase to masterSébastien Marie-3/+6
2015-02-01openbsd: remove specific block and cleanup linkageSébastien Marie-12/+0
2015-02-01openbsd: incoporate remarksSébastien Marie-39/+26
2015-02-01openbsd supportSébastien Marie-37/+199
2015-02-01Auto merge of #21788 - carllerche:master, r=alexcrichtonbors-1/+56
2015-01-31make Send/Sync impl of RawTable manualAlexis-12/+14
2015-01-31Kill more `isize`sTobias Bucher-6/+6
2015-01-30Implement Thread::park_timeoutCarl Lerche-1/+56
2015-01-30Test fixes and rebase conflictsAlex Crichton-25/+23
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-208/+208
2015-01-30rollup merge of #21713: alexcrichton/second-pass-fmtAlex Crichton-10/+10
2015-01-30rollup merge of #21736: sfackler/bufread-capacity-fixAlex Crichton-1/+1
2015-01-30rollup merge of #21733: mneumann/fix-io-rename-dfAlex Crichton-1/+1
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-65/+93
2015-01-30rollup merge of #21704: FlaPer87/macro-reexportAlex Crichton-1/+1
2015-01-30rollup merge of #21678: vojtechkral/threads-native-namesAlex Crichton-2/+52
2015-01-30rollup merge of #21495: richo/unexported-unmangled-lintAlex Crichton-0/+5
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-10/+10
2015-01-30std: Stabilize FromStr and parseAlex Crichton-65/+93
2015-01-30fixes after rebaseJorge Aparicio-1/+0
2015-01-30s/while let/for/g now that #21245 has been fixedJorge Aparicio-16/+5
2015-01-30smoke out remaining bugsJorge Aparicio-7/+2
2015-01-30fix testsJorge Aparicio-0/+5
2015-01-30fix falloutJorge Aparicio-8/+24
2015-01-30lint: Add test for no_mangleRicho Healey-7/+3
2015-01-29rt: allow unexported functionsRicho Healey-0/+9
2015-01-30Add a few missing stability markers.Chris Morgan-0/+38
2015-01-30Remove all `i` suffixesTobias Bucher-208/+208
2015-01-30Change from core::ops::RangeFull to std::opsNick Cameron-1/+0
2015-01-30Rename FullRange to RangeFullNick Cameron-1/+25
2015-01-29Auto merge of #21677 - japaric:no-range, r=alexcrichtonbors-191/+191
2015-01-29s/Show/Debug/gJorge Aparicio-33/+33
2015-01-29remove unused importsJorge Aparicio-1/+1
2015-01-29fix inference falloutJorge Aparicio-6/+6
2015-01-29convert remaining `range(a, b)` to `a..b`Jorge Aparicio-16/+16
2015-01-29`for x in range(a, b)` -> `for x in a..b`Jorge Aparicio-128/+128
2015-01-29`range(a, b).foo()` -> `(a..b).foo()`Jorge Aparicio-13/+13
2015-01-29Auto merge of #21730 - Manishearth:rollup, r=alexcrichtonbors-14/+7
2015-01-29Feature gate macro_reexport. Fixes #20906Flavio Percoco-1/+1
2015-01-29Auto merge of #21680 - japaric:slice, r=alexcrichtonbors-9/+9
2015-01-28Fix up check to bypass internal bufferSteven Fackler-1/+1
2015-01-29Fix wrong use std::io -> old_ioMichael Neumann-1/+1
2015-01-29Rollup merge of 21654 - FlaPer87:unify-impls, r=alexcrichtonManish Goregaokar-13/+6
2015-01-29Rollup merge of #21640 - retep998:rmdir, r=alexcrichtonManish Goregaokar-1/+1
2015-01-28Merge remote-tracking branch 'origin/master' into rollupManish Goregaokar-498/+632
2015-01-28Thread native name setting, fix #10302Vojtech Kral-1/+1
2015-01-28Thread native name setting, fix #10302Vojtech Kral-1/+1
2015-01-28Thread native name setting, fix #10302Vojtech Kral-19/+18
2015-01-28Rollup merge of #21676 - Victory:fix-deprication-in-random, r=alexcrichtonManish Goregaokar-31/+31