about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2014-12-22Test fixes and rebase conflictsAlex Crichton-1/+1
2014-12-22rollup merge of #19891: nikomatsakis/unique-fn-types-3Alex Crichton-0/+4
2014-12-22rollup merge of #20056: MrFloya/iter_renameAlex Crichton-28/+27
2014-12-22rollup merge of #20140: frewsxcv/rm-reexportsAlex Crichton-1/+2
2014-12-22Remove cmp::Ordering::* public reexportCorey Farwell-1/+2
2014-12-22Correct merge failure around imports in `str.rs`.Niko Matsakis-2/+1
2014-12-22Insert coercions to fn pointer types required for the new typesNiko Matsakis-0/+4
2014-12-22Fix fallout from changes. In cases where stage0 compiler is needed, weNiko Matsakis-0/+1
2014-12-22Added missing renames:Florian Wilkens-1/+1
2014-12-22Renaming of the Iter types as in RFC #344Florian Wilkens-31/+30
2014-12-21Fallout of std::str stabilizationAlex Crichton-27/+17
2014-12-21std: Stabilize the std::str moduleAlex Crichton-884/+147
2014-12-21rollup merge of #19972: alexcrichton/snapshotsAlex Crichton-437/+0
2014-12-21rollup merge of #20070: aturon/stab-2-cloneAlex Crichton-12/+26
2014-12-21rollup merge of #20066: aturon/stab-2-cellAlex Crichton-19/+13
2014-12-21rollup merge of #20062: aturon/stab-2-intsAlex Crichton-10/+6
2014-12-21rollup merge of #20014: kballard/unsized-marker-type-paramsAlex Crichton-10/+20
2014-12-21rollup merge of #20006: alexcrichton/no-more-empty-modulesAlex Crichton-70/+1
2014-12-21rollup merge of #19961: alexcrichton/second-pass-resultAlex Crichton-54/+90
2014-12-21rollup merge of #19838: shepmaster/invariant-lifetime-copyAlex Crichton-3/+1
2014-12-21rollup merge of #19651: Gankro/ptr-docsAlex Crichton-40/+94
2014-12-20Stabilize cloneAaron Turon-12/+26
2014-12-19Stabilize cellAaron Turon-19/+13
2014-12-19Stabilize integer modulesAaron Turon-10/+6
2014-12-20Fix fallout of removing import_shadowing in tests.Eduard Burtescu-6/+1
2014-12-20auto merge of #19640 : aliblong/rust/power_of_two_reform, r=Gankrobors-16/+11
2014-12-19Reform power_of_two methods for perf increase & semantic change to consider 0...Aaron Liblong-16/+11
2014-12-19std: Second pass stabilization of Result<T, E>Alex Crichton-54/+90
2014-12-19Register new snapshotsAlex Crichton-437/+0
2014-12-19libcore: use `#[deriving(Copy)]`Jorge Aparicio-151/+57
2014-12-19libcollections: use `#[deriving(Copy)]`Jorge Aparicio-2/+1
2014-12-19Allow marker types to have unsized parametersKevin Ballard-10/+20
2014-12-19Modify the `Bytes` type so that it remains cloneable evenNiko Matsakis-3/+20
2014-12-18clean up ptr docsAlexis Beingessner-40/+94
2014-12-18std: Remove public bool,tuple,unit modulesAlex Crichton-70/+1
2014-12-18libcore: convert unop traits to by valueJorge Aparicio-0/+100
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-424/+433
2014-12-17Use #[deriving(Copy)] for InvariantLifetimeJake Goulding-3/+1
2014-12-17rollup merge of #19942: steveklabnik/doc_std_memAlex Crichton-46/+139
2014-12-17rollup merge of #19902: alexcrichton/second-pass-memAlex Crichton-6/+27
2014-12-17rollup merge of #19885: alexcrichton/char-escapeAlex Crichton-75/+68
2014-12-17rollup merge of #19873: drewm1980/masterAlex Crichton-26/+26
2014-12-17rollup merge of #19860: japaric/copy-markersAlex Crichton-4/+2
2014-12-17rollup merge of #19849: alexcrichton/second-pass-optionAlex Crichton-26/+87
2014-12-17rollup merge of #19838: shepmaster/invariant-lifetime-copyAlex Crichton-0/+2
2014-12-17rollup merge of #19832: japaric/no-nocopyAlex Crichton-19/+9
2014-12-17rollup merge of #19830: mchaput/patch-1Alex Crichton-1/+1
2014-12-17rollup merge of #19827: japaric/clone-ucAlex Crichton-0/+135
2014-12-17auto merge of #19800 : sfackler/rust/core-hash, r=alexcrichtonbors-2/+791
2014-12-16Document std::memSteve Klabnik-46/+139