about summary refs log tree commit diff
path: root/src/libstd
AgeCommit message (Expand)AuthorLines
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
2015-03-01Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichtonbors-1/+1
2015-03-01remove some compiler warningsTshepang Lekhonkhobe-8/+6
2015-02-28std: Implement stdio for `std::io`Alex Crichton-6/+617
2015-03-01Fix errors, remove unused filesGuillaumeGomez-1/+1
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-1/+1
2015-02-28openbsd: adjust page guard addressSébastien Marie-1/+1
2015-02-28Rollup merge of #22884 - japaric:obsolete, r=alexcrichtonManish Goregaokar-2/+2
2015-02-28Rollup merge of #22869 - alexcrichton:stabilize-env, r=aturonManish Goregaokar-183/+84
2015-02-28Auto merge of #22839 - lifthrasiir:better-backtrace, r=alexcrichtonbors-10/+107
2015-02-27remove leftover annotationsJorge Aparicio-2/+2
2015-02-27std: Deprecated the `old_io::extensions` moduleAlex Crichton-0/+4
2015-02-27std: Stabilize the `env` moduleAlex Crichton-183/+84
2015-02-28std: Fixed backtrace warnings and tests for non-Linux platforms.Kang Seonghoon-1/+2
2015-02-27Rollup merge of #22835 - tshepang:remove-some-warnings, r=jakub-Manish Goregaokar-6/+6
2015-02-27Rollup merge of #22788 - vadimcn:fix-precise_time_ns, r=pnkfelixManish Goregaokar-2/+25
2015-02-27Rollup merge of #22846 - dhuseby:bitrig-cleanup, r=alexcrichtonManish Goregaokar-15/+1
2015-02-27Rollup merge of #22803 - huonw:field-stability, r=alexcrichtonManish Goregaokar-1/+4
2015-02-27Auto merge of #22573 - nwin:impl-debug-rwlock-weak, r=Manishearthbors-0/+28
2015-02-26std: Draw from the same port pool during testsAlex Crichton-2/+2
2015-02-27Add some missing stability attributes on struct fields.Huon Wilson-1/+3
2015-02-26Auto merge of #22825 - semarie:openbsd-pathbuf, r=alexcrichtonbors-1/+2