about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-02-06make `IndexMut` a super trait over `Index`Jorge Aparicio-2/+0
2015-02-07fix outdated docsAlexis-28/+28
2015-02-07fix outdated docsAlexis-9/+9
2015-02-06More libcollections fixesManish Goregaokar-3/+3
2015-02-06Rollup merge of #21991 - steveklabnik:gh21915, r=huonwManish Goregaokar-1/+1
2015-02-06Rollup merge of #21926 - mzabaluev:raw-lifetime, r=alexcrichtonManish Goregaokar-8/+7
2015-02-06Rollup merge of #21969 - Gankro:collections-cleanup, r=alexcrichtonManish Goregaokar-124/+124
2015-02-06Rollup merge of #21924 - steveklabnik:fix_try_docs, r=huonwManish Goregaokar-2/+2
2015-02-06Rollup merge of #21925 - sfackler:allow-missing-copy, r=alexcrichtonManish Goregaokar-11/+0
2015-02-06Rollup merge of #21951 - Gankro:entry, r=aturonManish Goregaokar-8/+8
2015-02-06Rollup merge of #21954 - jbcrail:fix-misspelled-comments, r=steveklabnikManish Goregaokar-11/+11
2015-02-06Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichtonManish Goregaokar-14/+48
2015-02-05Mention the queueueue-ness of mpsc.Steve Klabnik-1/+1
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-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-04Auto merge of #21544 - P1start:mangle-unicode, r=alexcrichtonbors-15/+15
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