about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
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
2015-02-27Add some missing stability attributes on struct fields.Huon Wilson-0/+1
2015-02-27register snapshot 880fb89Flavio Percoco-54/+0
2015-02-26doc: the last mention of the word 'iterator' is redundantTshepang Lekhonkhobe-2/+1
2015-02-26Add doc to `core::intrinsics` pointing out conservativeness of `needs_drop`.Felix S. Klock II-1/+6
2015-02-26remove the redundant else branchLai Jiangshan-2/+0
2015-02-26Send/Sync audit for libcollectionsEdward Wang-2/+11
2015-02-25Result::or : avoid over-specializing the typeCody P Schafer-2/+2
2015-02-25Change MarkerTrait to be invariant. This is a (small) loss of expressiveness,Niko Matsakis-1/+7
2015-02-24std: Require `&mut self` for Iterator::allAlex Crichton-2/+2
2015-02-25Rollup merge of #22729 - alexcrichton:ptr-stabilization, r=aturonManish Goregaokar-64/+66
2015-02-25Rollup merge of #22635 - kmcallister:macros-chapter, r=steveklabnikManish Goregaokar-1/+1
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-64/+66
2015-02-25Rollup merge of #22747 - krdln:fix-parsing-minus, r=alexcrichtonManish Goregaokar-0/+1
2015-02-24Use arrays instead of vectors in testsVadim Petrochenkov-5/+5
2015-02-24core: fix typo that wasn't caught by the hacky previous implementation.Eduard Burtescu-1/+1
2015-02-24Rollup merge of #22730 - ipetkov:lint-docs, r=alexcrichtonManish Goregaokar-0/+22
2015-02-24Rollup merge of #22700 - nick29581:ints_hash, r=alexcrichtonManish Goregaokar-40/+59
2015-02-24Rollup merge of #22632 - nagisa:kill-show-string-with-fire!, r=alexcrichtonManish Goregaokar-32/+0
2015-02-24Stop parsing "-" as integer, fixes #22745MichaƂ Krasnoborski-0/+1
2015-02-24Auto merge of #21689 - FlaPer87:oibit-send-and-friends, r=nikomatsakisbors-1/+12
2015-02-23Rollup merge of #22320 - petrochenkov:eq, r=alexcrichtonManish Goregaokar-43/+61
2015-02-23Add documentation to associated types in libcore, libstdIvan Petkov-0/+22
2015-02-23int audit core::hashNick Cameron-4/+4