| Age | Commit message (Expand) | Author | Lines |
| 2013-05-07 | core: Replace Durable with 'static | Brian Anderson | -12/+12 |
| 2013-05-07 | Add some tests for local data + borrowed pointers | Brian Anderson | -0/+9 |
| 2013-05-07 | auto merge of #6271 : pnkfelix/rust/issue6009-condition-pub-priv-variants, r=... | bors | -1/+2 |
| 2013-05-07 | auto merge of #6255 : brson/rust/nobreakpoint, r=graydon | bors | -13/+1 |
| 2013-05-07 | auto merge of #6251 : thestinger/rust/non_owned, r=pcwalton | bors | -0/+1 |
| 2013-05-06 | auto merge of #6236 : alexcrichton/rust/more-map-methods, r=thestinger | bors | -56/+92 |
| 2013-05-07 | Add pop() and swap() to the Map trait | Alex Crichton | -56/+92 |
| 2013-05-06 | auto merge of #6228 : brson/rust/run-destroy, r=brson | bors | -70/+0 |
| 2013-05-06 | auto merge of #6226 : alexcrichton/rust/issue-6199, r=brson | bors | -23/+22 |
| 2013-05-06 | Remove debug_mem since @graydon said it conflicted with GC changes | Niko Matsakis | -30/+2 |
| 2013-05-06 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -226/+281 |
| 2013-05-06 | Move core::run tests of process killing into standalone run-pass tests | Brian Anderson | -70/+0 |
| 2013-05-06 | Step one for 'proper' pub condition: support pub keyword in form. | Felix S. Klock II | -1/+2 |
| 2013-05-06 | Use rust_try_get_task for compat with new rt, and strenghten assumptions abou... | Niko Matsakis | -30/+32 |
| 2013-05-06 | refinement to technique used to not run regionck | Niko Matsakis | -1/+1 |
| 2013-05-06 | Add assert_approx_eq! macro | Brendan Zabarauskas | -223/+195 |
| 2013-05-06 | Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq' | Brendan Zabarauskas | -3/+86 |
| 2013-05-05 | core: Remove a call to `breakpoint` from a test | Brian Anderson | -13/+1 |
| 2013-05-05 | mark Cell as non-Const with #[mutable] | Daniel Micay | -0/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -790/+2928 |
| 2013-05-05 | add warning for #6248 and remove instances of it | Niko Matsakis | -0/+13 |
| 2013-05-05 | disable lang debug for perf | Niko Matsakis | -1/+1 |
| 2013-05-04 | Register snapshots | Brian Anderson | -1043/+8 |
| 2013-05-04 | improve DEBUG_BORROW printouts | Niko Matsakis | -52/+106 |
| 2013-05-04 | Reduce code bloat from managed allocations | Björn Steinbrink | -2/+0 |
| 2013-05-04 | auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism | bors | -14/+0 |
| 2013-05-03 | auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphism | bors | -1/+3 |
| 2013-05-03 | auto merge of #6227 : graydon/rust/issue-6112-box-annihilator, r=graydon | bors | -6/+25 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -14/+0 |
| 2013-05-03 | core: Warning police | Tim Chevalier | -1/+3 |
| 2013-05-03 | rustpkg: Implement install command | Tim Chevalier | -0/+37 |
| 2013-05-03 | Remove pub from core::{unicode,cmath,stackwalk,rt} | Alex Crichton | -23/+22 |
| 2013-05-03 | Be more careful about the order in which we read the next field | Niko Matsakis | -6/+25 |
| 2013-05-03 | auto merge of #6217 : Sodel-the-Vociferous/rust/export-ToBytes, r=graydon | bors | -2/+1 |
| 2013-05-03 | lang: um, actually set locking bits! this code got lost. | Niko Matsakis | -1/+11 |
| 2013-05-03 | auto merge of #6216 : Sodel-the-Vociferous/rust/dralston-6146, r=graydon | bors | -1/+1 |
| 2013-05-03 | auto merge of #6213 : kud1ing/rust/patch-1, r=graydon | bors | -0/+2 |
| 2013-05-03 | auto merge of #6046 : brson/rust/io, r=graydon | bors | -278/+1239 |
| 2013-05-03 | auto merge of #6185 : gifnksm/rust/prelude-from_str, r=graydon | bors | -14/+10 |
| 2013-05-03 | Change borrow debugging so it is disabled by -O | Niko Matsakis | -57/+66 |
| 2013-05-03 | FIX: Export to_bytes::ToBytes | Daniel Ralston | -2/+1 |
| 2013-05-03 | Add core::cmp::Equiv to prelude | Daniel Ralston | -1/+1 |
| 2013-05-03 | Remove extra `#[cfg(stage0)]` | gifnksm | -3/+0 |
| 2013-05-03 | Add a brief description to show up in http://static.rust-lang.org/doc/core/in... | kud1ing | -0/+2 |
| 2013-05-02 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -278/+1239 |
| 2013-05-02 | auto merge of #6140 : Dretch/rust/run-with-rust, r=brson | bors | -64/+474 |
| 2013-05-02 | core: Wire up the unwinder to newsched again | Brian Anderson | -17/+18 |
| 2013-05-02 | free the borrow list propertly instead of crashing | Niko Matsakis | -1/+15 |
| 2013-05-02 | Fix some issues with test_destroy_actually_kills: | gareth | -14/+38 |
| 2013-05-02 | fix numerous dynamic borrow failures | Niko Matsakis | -10/+11 |