summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-02-22auto merge of #5081 : brson/rust/pipes, r=pcwaltonbors-370/+447
2013-02-21Put unique allocs in managed heap when they might contain managed boxes.Graydon Hoare-27/+101
2013-02-21core: Extract comm from pipes. #4742Brian Anderson-370/+447
2013-02-21auto merge of #5059 : Kimundi/rust/incoming, r=catamorphismbors-1/+4
2013-02-21Fix private::exclusive_unwrap_conflict test. Fixes #4689.Ben Blum-2/+3
2013-02-21auto merge of #5069 : pcwalton/rust/plussing-2, r=pcwaltonbors-2/+2
2013-02-21librustc: Separate the rest of the trait bounds with `+` and stop parsing spa...Patrick Walton-2/+2
2013-02-21Moved core::extfmt to core::private::extfmtMarvin Löbel-1/+4
2013-02-20auto merge of #5063 : pcwalton/rust/plussing, r=pcwaltonbors-227/+227
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-227/+227
2013-02-20Changed a test to use intrinsics.rs and changed a few lines that were too lon...Matthijs 'Thiez' Hofstra-40/+42
2013-02-20Created libcore/private/intrinsics.rs, which aims to contain everyMatthijs 'Thiez' Hofstra-89/+168
2013-02-19auto merge of #5002 : catamorphism/rust/one-tuples, r=graydonbors-0/+4
2013-02-19rt: fix memory-unsafe random seed logic, r=valgrindcleanGraydon Hoare-17/+27
2013-02-18core: Fix BSD breakage, I hopeTim Chevalier-0/+1
2013-02-19Added is_restricted() to pathArmin Ronacher-0/+26
2013-02-18rustc: For one-tuples, make parsing and printing the type workTim Chevalier-0/+4
2013-02-19Improved windows path handling supportArmin Ronacher-18/+100
2013-02-18Refactored make_absolute into functionality on the PathArmin Ronacher-6/+32
2013-02-17vec: grow_fn doesn't require CopyDaniel Micay-6/+6
2013-02-15rustpkg: Massage for landing.Graydon Hoare-1/+29
2013-02-15Move semver to std and finish rustpkgZack Corr-2/+0
2013-02-15Correct Zack Corr's email in AUTHORS.txtZack Corr-283/+0
2013-02-15Add cmp::Ord implementation for semver::VersionZack Corr-0/+56
2013-02-15rustpkg: Add package script parsingZack Corr-0/+228
2013-02-15auto merge of #4957 : Kimundi/rust/incoming, r=catamorphismbors-691/+732
2013-02-15attempt to fix BSD breakageGraydon Hoare-1/+1
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-21/+21
2013-02-15auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brsonbors-72/+69
2013-02-15auto merge of #4964 : luqmana/rust/demove, r=graydonbors-362/+358
2013-02-15auto merge of #4959 : thestinger/rust/map, r=graydonbors-8/+27
2013-02-15auto merge of #4958 : cpeterso/rust/reseed-rng, r=graydonbors-10/+10
2013-02-15Fix windows build error. `buf` is borrowed by the call toNiko Matsakis-4/+7
2013-02-15Removed `has_*` predicates from NumStrConv traitMarvin Löbel-50/+34
2013-02-15libcore: Get rid of `move`.Luqman Aden-362/+358
2013-02-15add reserve_at_least method to LinearMap/LinearSetDaniel Micay-4/+25
2013-02-14auto merge of #4944 : catamorphism/rust/xxx-to-fixme, r=catamorphismbors-2/+2
2013-02-14encapsulate isaac RNG in rust_rng structChris Peterson-10/+10
2013-02-15rm FIXME from LinearMap's to_bucketDaniel Micay-4/+2
2013-02-15tidyMarvin Löbel-5/+0
2013-02-15Removed generic infinity, NaN and negative zero functionsMarvin Löbel-87/+7
2013-02-15Long lines, proper FIXME, inliningMarvin Löbel-66/+71
2013-02-15Made num <-> str conversion functions use NumStrConv traitMarvin Löbel-119/+111
2013-02-15Added NumStrConv trait and impls for the string conversion functionsMarvin Löbel-1/+108
2013-02-14auto merge of #4937 : luqmana/rust/remove-mut-addr-of, r=catamorphismbors-22/+13
2013-02-14libcore: replace mut_addr_of properly on macLuqman Aden-1/+2
2013-02-14libcore: Remove ptr::mut_addr_of since &mut is coerced to *mutLuqman Aden-22/+12
2013-02-15Moved numeric string conversion functions into own moduleMarvin Löbel-604/+642
2013-02-14auto merge of #4938 : thestinger/rust/no_zero, r=brsonbors-5/+1
2013-02-14core: Clean up XXXesTim Chevalier-2/+2