about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-03-09Restructure debug builders to minimize codegenSteven Fackler-18/+58
2015-03-09Implement RFC 640Steven Fackler-1/+409
2015-03-09Auto merge of #22561 - richo:as_slice-as_str, r=Manishearthbors-6/+6
2015-03-09Auto merge of #23219 - Manishearth:rollup, r=Manishearthbors-12/+4
2015-03-09doc: Fix extraneous as_slice()'s in docstringsRicho Healey-6/+6
2015-03-09Rollup merge of #23183 - steveklabnik:gh22572, r=ManishearthManish Goregaokar-11/+3
2015-03-09Auto merge of #23153 - Manishearth:snap, r=alexcrichtonbors-26/+0
2015-03-08Clean up references to opt-out traitsSteve Klabnik-11/+3
2015-03-08Add description of fold function arguments.Ɓukasz Niemier-1/+1
2015-03-08Adds an example for PhantomData<T>.Pyry Kontio-1/+39
2015-03-08Register new snapshots (270a677)Manish Goregaokar-26/+0
2015-03-07indicate from_str_radix is codeFuGangqiang-1/+1
2015-03-06Rollup merge of #23100 - wesleywiser:fix_23059, r=brsonManish Goregaokar-2/+1
2015-03-06Rollup merge of #23056 - awlnx:master, r=nrcManish Goregaokar-0/+2
2015-03-06Rollup merge of #23025 - huonw:better-iter-infer, r=GankroManish Goregaokar-46/+48
2015-03-06Rollup merge of #22980 - alexcrichton:debug-assertions, r=pnkfelixManish Goregaokar-10/+14
2015-03-06Rollup merge of #22899 - huonw:macro-stability, r=alexcrichtonManish Goregaokar-0/+2
2015-03-05Fix reference to 'librlibc' in libcore docsWesley Wiser-2/+1
2015-03-05rustc: Add a debug_assertions #[cfg] directiveAlex Crichton-10/+14
2015-03-05fix for new attributes failing. issue #22964awlnx-0/+2
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