about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2015-02-18Audit `core::default` for `int`/`uint` usage.Felix S. Klock II-8/+8
2015-02-18Audit `core::cmp` for `int/uint`.Felix S. Klock II-6/+6
2015-02-18Audit `core::borrow` for use of `int/uint`: use `i32` in doc example.Felix S. Klock II-1/+1
2015-02-18Avoid ptrtoint when checking if a pointer is nullBjörn Steinbrink-2/+2
2015-02-17Register new snapshotsAlex Crichton-86/+9
2015-02-17rollup merge of #22319: huonw/send-is-not-staticAlex Crichton-0/+18
2015-02-17Test fixes and rebase conflictsAlex Crichton-4/+5
2015-02-17rollup merge of #22435: aturon/final-stab-threadAlex Crichton-6/+6
2015-02-17rollup merge of #22454: alexcrichton/stabilize-into-iteratorAlex Crichton-0/+9
2015-02-18Remove usage of .map(|&foo| foo)Kevin Butler-4/+4
2015-02-18Opt for .cloned() over .map(|x| x.clone()) etc.Kevin Butler-1/+1
2015-02-18Implement RandomAccessIterator for ClonedKevin Butler-0/+17
2015-02-17Fallout from stabilizationAaron Turon-6/+6
2015-02-18Add Send implementations for `&` and `&mut`.Huon Wilson-0/+8
2015-02-18Remove the implicit `'static` bound on `Send`.Huon Wilson-0/+10
2015-02-17std: Stabilize the IntoIterator traitAlex Crichton-0/+9
2015-02-17Auto merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonbors-10/+10
2015-02-17Rollup merge of #22311 - lfairy:consistent-fmt, r=alexcrichtonManish Goregaokar-10/+10
2015-02-17Rollup merge of #22364 - Manishearth:rfc-572-forbid-attr, r=nikomatsakisManish Goregaokar-0/+1
2015-02-17Rollup merge of #22401 - pnkfelix:fsk-int-uint-audit, r=GankroManish Goregaokar-17/+17
2015-02-17Rollup merge of #22232 - alexcrichton:missing-fmt-stability, r=aturonManish Goregaokar-0/+1
2015-02-17Rollup merge of #22111 - robinst:option-docs-flatmap, r=steveklabnikManish Goregaokar-0/+2
2015-02-17Rollup merge of #22027 - iblech:patch-1, r=steveklabnikManish Goregaokar-2/+2
2015-02-17Rollup merge of #21990 - steveklabnik:doc_core_cmp, r=huonwManish Goregaokar-66/+206
2015-02-17Rollup merge of #22313 - japaric:iter, r=aturonManish Goregaokar-0/+73
2015-02-17Rollup merge of #22344 - nagisa:exactsizediter, r=alexcrichtonManish Goregaokar-0/+1
2015-02-17Rollup merge of #22294 - nikomatsakis:integer-audit, r=huonwManish Goregaokar-110/+110
2015-02-17Add gating for rustc_* attrsManish Goregaokar-0/+1
2015-02-16Update `core::cell` for `isize/usize` transition.Felix S. Klock II-7/+7
2015-02-16Update `core::nonzero` for `isize/usize` migration.Felix S. Klock II-2/+2
2015-02-16Update `core::mem` for `isize/usize` migration.Felix S. Klock II-8/+8
2015-02-15Change arbirary types from `usize` to `u32`.Niko Matsakis-13/+13
2015-02-15Audit integer types in finally.Niko Matsakis-1/+1
2015-02-15Audit integer types in result.Niko Matsakis-48/+48
2015-02-15Audit integer types in ops.Niko Matsakis-13/+13
2015-02-15Fix rollup (remove slicing_syntax)Manish Goregaokar-1/+1
2015-02-15Rollup merge of #22339 - petrochenkov:int, r=huonwManish Goregaokar-107/+109
2015-02-15Rollup merge of #22350 - brson:usize, r=GankroManish Goregaokar-120/+120
2015-02-15Rollup merge of #22299 - bluss:range-64-is-not-exact-size, r=alexcrichtonManish Goregaokar-2/+2
2015-02-15Rollup merge of #22288 - steveklabnik:add_option_link, r=nikomatsakisManish Goregaokar-1/+1
2015-02-15Rollup merge of #22272 - steveklabnik:gh22064, r=alexcrichtonManish Goregaokar-2/+2
2015-02-15Rollup merge of #22262 - lfairy:unsafe-cell-lang-item, r=alexcrichtonManish Goregaokar-1/+2
2015-02-15Rollup merge of #22254 - huonw:float-value--, r=aturonManish Goregaokar-11/+37
2015-02-15Include "flatmap" in docs of Option::and_thenRobin Stocker-0/+2
2015-02-14core::slice: uint -> usize, int -> isizeBrian Anderson-117/+117
2015-02-14core: Use int/isize in Clone boilerplateBrian Anderson-2/+2
2015-02-14core::raw: uint -> usizeBrian Anderson-1/+1
2015-02-15Stabilise ExactSizeIterator::lenSimonas Kazlauskas-0/+1
2015-02-15Fix the falloutVadim Petrochenkov-9/+9
2015-02-15Audit integer types in libunicode, libcore/(char, str) and libstd/asciiVadim Petrochenkov-98/+100