about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-02-03rollup merge of #21893: vhbit/ios-build-fixAlex Crichton-14/+17
2015-02-03rollup merge of #21835: alexcrichton/iov2Alex Crichton-4/+2546
2015-02-03Add new path moduleAaron Turon-3/+2571
2015-02-03Rename std::path to std::old_pathAaron Turon-19/+20
2015-02-03std: Add `io` module againAlex Crichton-4/+2546
2015-02-03iOS: fixed buildValerii Hiora-14/+17
2015-02-03Auto merge of #21745 - chris-morgan:add-missing-unstable-attributes, r=huonwbors-0/+38
2015-02-02Test fixes and rebase conflictsAlex Crichton-6/+12
2015-02-02rollup merge of #21842: alexcrichton/issue-21839Alex Crichton-19/+9
2015-02-02rollup merge of #21830: japaric/for-cleanupAlex Crichton-90/+117
2015-02-02rollup merge of #21787: alexcrichton/std-envAlex Crichton-679/+1998
2015-02-02rollup merge of #21754: semarie/openbsd-rebasedAlex Crichton-66/+206
2015-02-02remove unused mut qualifiersJorge Aparicio-6/+5
2015-02-02`for x in xs.into_iter()` -> `for x in xs`Jorge Aparicio-5/+5
2015-02-02`for x in xs.iter_mut()` -> `for x in &mut xs`Jorge Aparicio-5/+5
2015-02-02`for x in xs.iter()` -> `for x in &xs`Jorge Aparicio-38/+38
2015-02-02impl IntoIterator for HashSetJorge Aparicio-1/+27
2015-02-02impl IntoIterator for HashMapJorge Aparicio-1/+37
2015-02-02register snapshotsJorge Aparicio-37/+3
2015-02-01std: Remove extra type params on iter adaptorsAlex Crichton-19/+9
2015-02-01std: Add a new `env` moduleAlex Crichton-678/+1998
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