summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-02-05Use `for` instead of `while` in ascii.rs testsKevin Yap-19/+7
2015-02-05misc collections code cleanupAlexis-124/+124
2015-02-05cleanup: replace `as[_mut]_slice()` calls with deref coercionsJorge Aparicio-170/+168
2015-02-05complete openbsd support for `std::env`Sébastien Marie-7/+37
2015-02-05unbreak tree for openbsd after #21787Sébastien Marie-7/+11
2015-02-05Replace one more slice::from_raw_mut_buf added with new ioMikhail Zabaluev-3/+2
2015-02-05Replace usage of slice::from_raw_buf with slice::from_raw_partsMikhail Zabaluev-5/+5
2015-02-04Remove unnecessary type casts.Jormundir-3/+3
2015-02-04Fix for misspelled comments.Joseph Crail-11/+11
2015-02-04remove all kind annotations from closuresJorge Aparicio-38/+38
2015-02-04stabilize core Entry APIAlexis-8/+8
2015-02-04std: Add reexports for core parse errorsAlex Crichton-1/+1
2015-02-04Auto merge of #21544 - P1start:mangle-unicode, r=alexcrichtonbors-15/+15
2015-02-04std::os::errno returns platform specific value. fixes #21898Jormundir-9/+9
2015-02-04Auto merge of #21892 - huonw:deprecate-rand, r=alexcrichtonbors-1/+12
2015-02-03Switch missing_copy_implementations to default-allowSteven Fackler-11/+0
2015-02-04Fix issue with rt::unwind::try() docsSteve Klabnik-2/+2
2015-02-03Test fixes and rebase conflictsAlex Crichton-14/+24
2015-02-03rollup merge of #21910: Manishearth/missing_stabilityAlex Crichton-0/+1
2015-02-03rollup merge of #21893: vhbit/ios-build-fixAlex Crichton-14/+17
2015-02-04Fix Unicode name manglingP1start-15/+15
2015-02-03rollup merge of #21835: alexcrichton/iov2Alex Crichton-4/+2546
2015-02-03Add new path moduleAaron Turon-3/+2571
2015-02-04Deprecate in-tree `rand`, `std::rand` and `#[derive(Rand)]`.Huon Wilson-1/+12
2015-02-03Rename std::path to std::old_pathAaron Turon-19/+20
2015-02-04Fix some missing stability attrsManish Goregaokar-0/+1
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