summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-03-06Add #[allow_internal_unstable] to track stability for macros better.Huon Wilson-0/+2
2015-03-05Use more associated types in core::iter.Huon Wilson-46/+48
2015-03-05Rollup merge of #22994 - eddyb:unsuffix-ints-good, r=alexcrichtonManish Goregaokar-36/+36
2015-03-05Remove integer suffixes where the types in compiled code are identical.Eduard Burtescu-36/+36
2015-03-05Rollup merge of #23001 - alexcrichton:index-output-stable, r=nikomatsakisManish Goregaokar-0/+1
2015-03-04Auto merge of #22958 - laijs:option_map_for_iter_map, r=alexcrichtonbors-16/+3
2015-03-03std: Mark `Index::Output` as a stable associated typeAlex Crichton-0/+1
2015-03-03Auto merge of #22532 - pnkfelix:arith-overflow, r=pnkfelix,eddybbors-19/+356
2015-03-03Rollup merge of #22988 - dcrewi:slice-swap-inline, r=alexcrichtonManish Goregaokar-0/+1
2015-03-03Rollup merge of #22952 - huonw:missing-stable, r=alexcrichtonManish Goregaokar-0/+2
2015-03-03Rollup merge of #22951 - huonw:weak-chuck-slice, r=alexcrichtonManish Goregaokar-2/+22
2015-03-03Rollup merge of #22876 - Florob:const, r=nikomatsakisManish Goregaokar-1/+1
2015-03-03Rollup merge of #22989 - laijs:fix_FromStr_bool_comment, r=alexcrichtonManish Goregaokar-2/+13
2015-03-03Rollup merge of #22943 - ipetkov:lint-recursion, r=alexcrichtonManish Goregaokar-0/+5
2015-03-03Rollup merge of #22916 - rprichard:fmt-num-cleanup, r=alexcrichtonManish Goregaokar-12/+9
2015-03-03`core::iter`: fix bug uncovered by arith-overflow.Felix S. Klock II-1/+5
2015-03-03Accommodate arith-overflow in `core::num`, `std::num`, `coretest::num`.Felix S. Klock II-6/+22
2015-03-03fix Iter::rposition for new arith-overflow checking.Felix S. Klock II-2/+3
2015-03-03Added `OverflowingOps` trait to core::num::wrapping.Felix S. Klock II-0/+148
2015-03-03Add `core::num::wrapping` and fix overflow errors.James Miller-10/+167
2015-03-03rustc: implement arithmetic overflow checkingCorey Richardson-0/+11
2015-03-03str: fix comments for FromStr for boolLai Jiangshan-2/+13
2015-03-02Slice::swap should be inlineableDavid Creswick-0/+1
2015-03-02core: Audit num module for int/uintBrian Anderson-61/+121
2015-03-02Enable recursion for visit_ty in lint visitorIvan Petkov-0/+5
2015-03-02Use `const`s instead of `static`s where appropriateFlorian Zeitz-1/+1
2015-03-02iter: use Option::map() in struct Iterater::map()Lai Jiangshan-16/+3
2015-03-02Add missing stability attributes on struct fields.Huon Wilson-0/+2
2015-03-02Manual Clone for Windows/Chunks.Huon Wilson-2/+22
2015-03-02Rollup merge of #22504 - GuillaumeGomez:audit-integer-libcore, r=ManishearthManish Goregaokar-44/+1
2015-03-01Auto merge of #22087 - GuillaumeGomez:int-pow, r=alexcrichtonbors-1/+2
2015-03-01Rollup merge of #22901 - thepowersgang:patch-1, r=eddybManish Goregaokar-1/+1
2015-03-01Rollup merge of #22898 - edwardw:one-less-unsafe-impl, r=huonwManish Goregaokar-5/+1
2015-02-28Cleanup in the fmt::num moduleRyan Prichard-12/+9
2015-03-01Fix errors, remove unused filesGuillaumeGomez-41/+0
2015-03-01Remove int/uintGuillaumeGomez-3/+1
2015-03-01Make Int::pow() take exp as u32 instead usizeGuillaume Gomez-1/+2
2015-02-28Fix assuming 32-bit pointersJohn Hodge-1/+1
2015-02-28Remove two unsafe impls from `iter::Peekable`Edward Wang-5/+1
2015-02-28Rollup merge of #22887 - JP-Ellis:master, r=huonwManish Goregaokar-34/+20
2015-02-28Auto merge of #22669 - dotdash:fast_slice_iter, r=huonwbors-0/+3
2015-02-28Update iter::order to be more generic.JP-Ellis-34/+20
2015-02-27Rollup merge of #22848 - tshepang:redundant-mention, r=brsonManish Goregaokar-2/+1
2015-02-27Rollup merge of #22833 - laijs:remove-redundant-else-branch, r=dotdashManish Goregaokar-2/+0
2015-02-27Rollup merge of #22817 - jmesmon:result-or-type, r=huonwManish Goregaokar-2/+2
2015-02-27Rollup merge of #22809 - nikomatsakis:issue-22655-infinite-recursion, r=pnkfelixManish Goregaokar-1/+7
2015-02-27Rollup merge of #22795 - alexcrichton:issue-22617, r=huonwManish Goregaokar-2/+2
2015-02-27Rollup merge of #22818 - pnkfelix:fsk-issue-22536, r=nikomatsakisManish Goregaokar-1/+6
2015-02-27Rollup merge of #22803 - huonw:field-stability, r=alexcrichtonManish Goregaokar-0/+1
2015-02-27Auto merge of #22853 - FlaPer87:snap, r=alexcrichtonbors-54/+0