about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-05-08io: handle fread() errorsFedor Indutny-2/+12
2013-05-07auto merge of #6294 : sonwow/rust/renamed-test, r=thestingerbors-2/+2
2013-05-07Add some tests for local data + borrowed pointersBrian Anderson-0/+9
2013-05-07auto merge of #6292 : thestinger/rust/cleanup, r=brsonbors-6/+87
2013-05-07core::rt: Add a test that rng works with new tasksBrian Anderson-0/+9
2013-05-07auto merge of #6254 : alexcrichton/rust/issues-5311-4490-better-foldl, r=graydonbors-8/+9
2013-05-07Add core::simd and define SIMD vector typesSeo Sanghyeon-0/+44
2013-05-07auto merge of #6271 : pnkfelix/rust/issue6009-condition-pub-priv-variants, r=...bors-1/+2
2013-05-07Add is_normal and classify methods to Float traitBrendan Zabarauskas-17/+170
2013-05-07auto merge of #6255 : brson/rust/nobreakpoint, r=graydonbors-13/+1
2013-05-07Add abs_sub method to Signed traitBrendan Zabarauskas-5/+126
2013-05-07Fix order of methodsBrendan Zabarauskas-24/+26
2013-05-07Implement exp_m1 and ln_1p as methods for FloatBrendan Zabarauskas-22/+65
2013-05-07Switch to using 'ln' for the natural logarithm and 'log' for arbitrary base l...Brendan Zabarauskas-36/+49
2013-05-07auto merge of #6251 : thestinger/rust/non_owned, r=pcwaltonbors-0/+1
2013-05-06auto merge of #6236 : alexcrichton/rust/more-map-methods, r=thestingerbors-56/+92
2013-05-07Add pop() and swap() to the Map traitAlex Crichton-56/+92
2013-05-07renamed testsYoungsoo Son-2/+2
2013-05-06remove borrowck workarounds from the containersDaniel Micay-6/+87
2013-05-06auto merge of #6228 : brson/rust/run-destroy, r=brsonbors-70/+0
2013-05-06auto merge of #6226 : alexcrichton/rust/issue-6199, r=brsonbors-23/+22
2013-05-06Remove debug_mem since @graydon said it conflicted with GC changesNiko Matsakis-30/+2
2013-05-06Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-226/+281
2013-05-06Move core::run tests of process killing into standalone run-pass testsBrian Anderson-70/+0
2013-05-06Step one for 'proper' pub condition: support pub keyword in form.Felix S. Klock II-1/+2
2013-05-06Use rust_try_get_task for compat with new rt, and strenghten assumptions abou...Niko Matsakis-30/+32
2013-05-06refinement to technique used to not run regionckNiko Matsakis-1/+1
2013-05-06Add assert_approx_eq! macroBrendan Zabarauskas-223/+195
2013-05-06Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq'Brendan Zabarauskas-3/+86
2013-05-06Improve lifetimes on foldl/foldr and lift the Copy requirementAlex Crichton-8/+9
2013-05-05core: Remove a call to `breakpoint` from a testBrian Anderson-13/+1
2013-05-05mark Cell as non-Const with #[mutable]Daniel Micay-0/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-790/+2928
2013-05-05add warning for #6248 and remove instances of itNiko Matsakis-0/+13
2013-05-05disable lang debug for perfNiko Matsakis-1/+1
2013-05-04Register snapshotsBrian Anderson-1043/+8
2013-05-04improve DEBUG_BORROW printoutsNiko Matsakis-52/+106
2013-05-04Reduce code bloat from managed allocationsBjörn Steinbrink-2/+0
2013-05-04auto merge of #6230 : thestinger/rust/whitespace, r=catamorphismbors-14/+0
2013-05-03auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphismbors-1/+3
2013-05-03auto merge of #6227 : graydon/rust/issue-6112-box-annihilator, r=graydonbors-6/+25
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-14/+0
2013-05-03core: Warning policeTim Chevalier-1/+3
2013-05-03rustpkg: Implement install commandTim Chevalier-0/+37
2013-05-03Remove pub from core::{unicode,cmath,stackwalk,rt}Alex Crichton-23/+22
2013-05-03Be more careful about the order in which we read the next fieldNiko Matsakis-6/+25
2013-05-03auto merge of #6217 : Sodel-the-Vociferous/rust/export-ToBytes, r=graydonbors-2/+1
2013-05-03lang: um, actually set locking bits! this code got lost.Niko Matsakis-1/+11
2013-05-03auto merge of #6216 : Sodel-the-Vociferous/rust/dralston-6146, r=graydonbors-1/+1
2013-05-03auto merge of #6213 : kud1ing/rust/patch-1, r=graydonbors-0/+2