summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
2015-03-05Rearrange tests to be in the same order as implementationCarol Nichols-345/+345
2015-03-05std: Fix peeling ports from addressesAlex Crichton-1/+6
2015-03-05fix minor grammar mistake in paths documentationPaul Osborne-1/+1
2015-03-05std: Stabilize the `fs` moduleAlex Crichton-37/+86
2015-03-06std: net: enable bind_error test on all platformsStepan Koltsov-4/+4
2015-03-05std: Stabilize the `ffi` moduleAlex Crichton-13/+80
2015-03-05std: Deprecate the old_io::process moduleAlex Crichton-0/+7
2015-03-05fix for new attributes failing. issue #22964awlnx-1/+2
2015-03-06Use `#[allow_internal_unstable]` for `thread_local!`Huon Wilson-15/+16
2015-03-05Rollup merge of #23029 - vhbit:ios-env-stab, r=alexcrichtonManish Goregaokar-0/+3
2015-03-05Rollup merge of #23027 - fenhl:patch-1, r=sfacklerManish Goregaokar-1/+1
2015-03-05Rollup merge of #22973 - djmally:coll_docs, r=GankroManish Goregaokar-6/+7
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-124/+124
2015-03-04std: Stabilize portions of the `io` moduleAlex Crichton-18/+165
2015-03-04std: Deprecate std::old_io::fsAlex Crichton-1/+59
2015-03-04docs(path.rs): fix ends_with methodCamille TJHOA-1/+1
2015-03-04iOS: fallout of env stabValerii Hiora-0/+3
2015-03-04Auto merge of #22920 - tshepang:remove-some-warnings, r=huonwbors-8/+6
2015-03-04Fix Duration::weeks docsFenhl-1/+1
2015-03-03Switched to Box::new in many places.Felix S. Klock II-8/+11
2015-03-03Add `: Box<_>` or `::Box<_>` type annotations to various places.Felix S. Klock II-13/+13
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-40/+75
2015-03-03sidestep potential over- and underflow in estimated stack bounds.Felix S. Klock II-1/+15
2015-03-03Revert incorrect `usize` -> `u32` replacements from #22510Tobias Bucher-6/+6
2015-03-03Rollup merge of #22974 - nagisa:reintuint-std, r=alexcrichtonManish Goregaokar-0/+1
2015-03-03Rollup merge of #22956 - ejjeong:aarch64-linux-android, r=alexcrichtonManish Goregaokar-1/+1
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-24/+23
2015-03-03Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichtonManish Goregaokar-14/+16
2015-03-03Fix backtrace tests for LinuxManish Goregaokar-1/+1
2015-03-03Accommodate arith-overflow in `rand` and `std::rand`.Felix S. Klock II-2/+2
2015-03-03Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.Felix S. Klock II-12/+13
2015-03-03Fixes to collections to accommodate arith-overflow changes.Felix S. Klock II-24/+30
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-1/+15
2015-03-03Auto merge of #22600 - brson:num, r=Gankrobors-12/+12
2015-03-02core: Audit num module for int/uintBrian Anderson-12/+12
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-14/+16
2015-03-02Auto merge of #22882 - alexcrichton:stabilize-process, r=aturonbors-15/+57
2015-03-02Readd int_uint feature to libstdSimonas Kazlauskas-0/+1
2015-03-03Rollup merge of #22689 - tshepang:thread-doc-improvements, r=steveklabnikManish Goregaokar-22/+16
2015-03-02Added note that method names in tables may differ from actual collectionsDavid Mally-1/+2
2015-03-02Fixed references to set & take ; minor wording & syntax fixesDavid Mally-5/+5
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-24/+23
2015-03-02Auto merge of #22510 - GuillaumeGomez:audit-integer-libstd-thread, r=alexcric...bors-10/+10
2015-03-02Auto merge of #22797 - alexcrichton:io-stdio, r=aturonbors-6/+617
2015-03-02Fix broken aarch64 buildEunji Jeong-1/+1
2015-03-01std: Stabilize the `process` moduleAlex Crichton-15/+57
2015-03-01Replace int/uint by isize/usizeGuillaumeGomez-10/+10
2015-03-02Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=ManishearthManish Goregaokar-3/+1
2015-03-01Auto merge of #22880 - alexcrichton:deprecate-io-extensions, r=huonwbors-0/+4
2015-03-01Remove int/uint from libstd/lib.rsGuillaume Gomez-2/+0