| Age | Commit message (Expand) | Author | Lines |
| 2013-05-08 | libstd: Remove mutable fields from flatpipes and io_util | Patrick Walton | -13/+15 |
| 2013-05-08 | libstd: Remove mutable fields from fileinput and net_tcp | Patrick Walton | -21/+23 |
| 2013-05-08 | fix incorrect region code based on the old 'self | Daniel Micay | -6/+6 |
| 2013-05-09 | Fix typos | Sean Moon | -14/+14 |
| 2013-05-08 | libstd: convert chained ifs to a match in base64. | Huon Wilson | -24/+20 |
| 2013-05-08 | auto merge of #6317 : brson/rust/durable, r=z0w0 | bors | -2/+2 |
| 2013-05-08 | auto merge of #6305 : thestinger/rust/rc, r=nikomatsakis | bors | -6/+8 |
| 2013-05-07 | auto merge of #6301 : bjz/rust/numeric-traits, r=pcwalton | bors | -0/+14 |
| 2013-05-07 | std: Replace Durable with 'static | Brian Anderson | -2/+2 |
| 2013-05-07 | arc: mark RWARC as non-Const | Daniel Micay | -0/+1 |
| 2013-05-07 | rc: remove the managed pointer workaround | Daniel Micay | -6/+7 |
| 2013-05-07 | auto merge of #6276 : brson/rust/issue-6122, r=graydon | bors | -0/+1 |
| 2013-05-07 | Add abs_sub method to Signed trait | Brendan Zabarauskas | -0/+14 |
| 2013-05-06 | auto merge of #6236 : alexcrichton/rust/more-map-methods, r=thestinger | bors | -27/+91 |
| 2013-05-07 | Add pop() and swap() to the Map trait | Alex Crichton | -27/+91 |
| 2013-05-06 | auto merge of #6241 : thestinger/rust/rc, r=pcwalton | bors | -0/+276 |
| 2013-05-06 | add task-local reference counted smart pointers | Daniel Micay | -0/+276 |
| 2013-05-06 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -103/+0 |
| 2013-05-06 | std: Workaround bustage on incoming. #6122 | Brian Anderson | -0/+1 |
| 2013-05-06 | Adust arena test: can no longer allocate recursively | Niko Matsakis | -3/+0 |
| 2013-05-06 | Move FuzzyEq trait into core::cmp and rename it to 'ApproxEq' | Brendan Zabarauskas | -103/+0 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -850/+1219 |
| 2013-05-04 | Register snapshots | Brian Anderson | -2525/+0 |
| 2013-05-04 | auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism | bors | -3/+0 |
| 2013-05-03 | auto merge of #6229 : catamorphism/rust/warning-police, r=catamorphism | bors | -10/+3 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -3/+0 |
| 2013-05-03 | std: Warning police | Tim Chevalier | -10/+3 |
| 2013-05-03 | tidy | Tim Chevalier | -1/+1 |
| 2013-05-03 | rustpkg: Implement install command | Tim Chevalier | -1/+25 |
| 2013-05-03 | auto merge of #6185 : gifnksm/rust/prelude-from_str, r=graydon | bors | -9/+4 |
| 2013-05-03 | Remove extra `#[cfg(stage0)]` | gifnksm | -2/+0 |
| 2013-05-02 | std: xfail test_serializing_pipes | Brian Anderson | -0/+1 |
| 2013-05-02 | librustc: Update the serializer to work properly with INHTWAMA, removing muta... | Patrick Walton | -203/+2721 |
| 2013-05-02 | libstd: De-mut arena | Patrick Walton | -51/+89 |
| 2013-05-02 | libcore: Export core::from_str::FromStr from core::prelude | gifnksm | -8/+5 |
| 2013-05-02 | More cases of [cfg(test)] instead of [test]. | Felix S. Klock II | -1/+1 |
| 2013-05-02 | mod items need to be marked with `cfg(test)` not `test`. | Felix S. Klock II | -1/+1 |
| 2013-05-02 | Remove 'Local Variable' comments | Brendan Zabarauskas | -74/+0 |
| 2013-05-02 | libstd: impl Clone for BigUint/BigInt and replace `copy` with `.clone()` | gifnksm | -11/+13 |
| 2013-05-01 | keep old sort for stage0 | Niko Matsakis | -0/+1239 |
| 2013-05-01 | correct incorrect handling of overloaded operators, exposing various other bi... | Niko Matsakis | -62/+78 |
| 2013-05-01 | auto merge of #6147 : bjz/rust/numeric-traits, r=brson | bors | -70/+67 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -70/+67 |
| 2013-04-30 | core/std: Fix race condition in os::mkdir_recursive tests | Tim Chevalier | -21/+29 |
| 2013-04-30 | allover: numerous unused muts etc | Niko Matsakis | -4/+3 |
| 2013-04-30 | new borrow checker (mass squash) | Niko Matsakis | -53/+65 |
| 2013-04-30 | desnapshot | Niko Matsakis | -3/+0 |
| 2013-04-30 | adapt to snapshot | Niko Matsakis | -376/+0 |
| 2013-04-29 | auto merge of #6108 : gifnksm/rust/bigint-shift-bug, r=brson | bors | -21/+39 |
| 2013-04-29 | auto merge of #6107 : catamorphism/rust/mkdir_recursive, r=brson | bors | -6/+59 |