about summary refs log tree commit diff
path: root/src/libcore
AgeCommit message (Expand)AuthorLines
2013-05-07core: Replace Durable with 'staticBrian Anderson-12/+12
2013-05-07Add some tests for local data + borrowed pointersBrian Anderson-0/+9
2013-05-07auto merge of #6271 : pnkfelix/rust/issue6009-condition-pub-priv-variants, r=...bors-1/+2
2013-05-07auto merge of #6255 : brson/rust/nobreakpoint, r=graydonbors-13/+1
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-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-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
2013-05-03auto merge of #6046 : brson/rust/io, r=graydonbors-278/+1239
2013-05-03auto merge of #6185 : gifnksm/rust/prelude-from_str, r=graydonbors-14/+10
2013-05-03Change borrow debugging so it is disabled by -ONiko Matsakis-57/+66
2013-05-03FIX: Export to_bytes::ToBytesDaniel Ralston-2/+1
2013-05-03Add core::cmp::Equiv to preludeDaniel Ralston-1/+1
2013-05-03Remove extra `#[cfg(stage0)]`gifnksm-3/+0
2013-05-03Add a brief description to show up in http://static.rust-lang.org/doc/core/in...kud1ing-0/+2
2013-05-02Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-278/+1239
2013-05-02auto merge of #6140 : Dretch/rust/run-with-rust, r=brsonbors-64/+474
2013-05-02core: Wire up the unwinder to newsched againBrian Anderson-17/+18
2013-05-02free the borrow list propertly instead of crashingNiko Matsakis-1/+15
2013-05-02Fix some issues with test_destroy_actually_kills:gareth-14/+38
2013-05-02fix numerous dynamic borrow failuresNiko Matsakis-10/+11