about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-0/+1
2015-01-07rollup merge of #20654: alexcrichton/stabilize-hashAlex Crichton-276/+363
2015-01-07fix the `&mut _` patternsJorge Aparicio-3/+3
2015-01-08Added `box_syntax` feature gate; added to std and rustc crates for bootstrap.Felix S. Klock II-0/+1
2015-01-07Preliminary feature stagingBrian Anderson-0/+1
2015-01-07std: Tweak String implementationsAlex Crichton-2/+2
2015-01-07use slicing sugarJorge Aparicio-124/+120
2015-01-07register new snapshotsJorge Aparicio-13/+1
2015-01-07std: Stablize the macros moduleAlex Crichton-49/+32
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-276/+363
2015-01-08Rename `target_word_size` to `target_pointer_width`Nick Cameron-22/+41
2015-01-07Add isize, usize modules, deprecate int, uint modulesAaron Turon-6/+58
2015-01-07Register new snapshotsAlex Crichton-14/+1
2015-01-07Merge pull request #20674 from jbcrail/fix-misspelled-commentsbors-5/+5
2015-01-06More test fixesAlex Crichton-71/+70
2015-01-06Fix misspelled comments.Joseph Crail-5/+5
2015-01-06Test fixes and rebase conflictsAlex Crichton-4/+8
2015-01-06rollup merge of #20563: cmr/macro-input-future-proofingAlex Crichton-18/+26
2015-01-06Minor fallout/update FOLLOW setsCorey Richardson-4/+12
2015-01-06rollup merge of #20650: klutzy/omg-windows-error-modeAlex Crichton-0/+7
2015-01-06rollup merge of #20615: aturon/stab-2-threadAlex Crichton-165/+237
2015-01-06rollup merge of #19430: pczarn/interp_tt-cleanupAlex Crichton-9/+11
2015-01-06rollup merge of #20607: nrc/kindsAlex Crichton-40/+42
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+27
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-38/+29
2015-01-06rollup merge of #20652: vhbit/thread-key-typeAlex Crichton-2/+10
2015-01-06rollup merge of #20647: aturon/stab-2-errorAlex Crichton-0/+8
2015-01-06rollup merge of #20612: retep998/winsizeAlex Crichton-7/+39
2015-01-07Cleanup and followup to PR #17830: parsing changesPiotr Czarnecki-9/+11
2015-01-06Register new snapshotsAlex Crichton-706/+13
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-222/+240
2015-01-07markers -> markerNick Cameron-60/+60
2015-01-06rollup merge of #20562: nick29581/arrays-3Alex Crichton-144/+152
2015-01-07falloutNick Cameron-34/+36
2015-01-06Fallout from stabilizationAaron Turon-122/+123
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-222/+240
2015-01-06Fix fallout in libs. For the most part I just tagged impls as `#[old_impl_che...Niko Matsakis-0/+27
2015-01-07Replace full slice notation with index callsNick Cameron-115/+121
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-59/+62
2015-01-06std: Revert stability of Entry-based APIsAlex Crichton-11/+7
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-27/+22
2015-01-06auto merge of #20633 : vhbit/rust/ios-cstring, r=brsonbors-2/+2
2015-01-06Tuning pthread_key_t typeMichael Neumann-2/+10
2015-01-07std: prevent `CreateProcess()` race on Windowsklutzy-0/+7
2015-01-06Stabilize std::errorAaron Turon-0/+8
2015-01-06Stabilize std::threadAaron Turon-44/+115
2015-01-06Fix falloutCorey Richardson-14/+14
2015-01-06iOS: CString falloutValerii Hiora-2/+2
2015-01-06Apply stability attributes to std::num::Float.Huon Wilson-30/+56
2015-01-06Merge core::num::Float and std::num::FloatMath.Huon Wilson-30/+437