| Age | Commit message (Expand) | Author | Lines |
| 2013-08-01 | std: Change `Times` trait to use `do` instead of `for` | blake2-ppc | -1/+1 |
| 2013-07-28 | auto merge of #8069 : erickt/rust/maikklein, r=erickt | bors | -2/+2 |
| 2013-07-27 | core: correct the casing of result::{Ok,Err} in the docs | Erick Tryzelaar | -1/+1 |
| 2013-07-27 | to_either + fixes | Erick Tryzelaar | -1/+1 |
| 2013-07-27 | Change concurrency primitives to standard naming conventions | Steven Stewart-Gallus | -1/+1 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/test/ | Birunthan Mohanathas | -4/+4 |
| 2013-07-23 | test/run-fail: Un-xfail a test, make some other xfailed ones compile (they st... | Huon Wilson | -9/+10 |
| 2013-07-21 | auto merge of #7923 : alexcrichton/rust/add-tests, r=graydon | bors | -0/+19 |
| 2013-07-20 | librustc: Remove `pub extern` and `priv extern` from the language. | Patrick Walton | -3/+3 |
| 2013-07-19 | Add tests for issues which can be closed | Alex Crichton | -0/+19 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -5/+5 |
| 2013-07-17 | Clean-up tests after debug!/std-macros change. | Huon Wilson | -3/+3 |
| 2013-07-10 | fix test | Corey Richardson | -1/+1 |
| 2013-07-04 | Convert vec::{as_imm_buf, as_mut_buf} to methods. | Huon Wilson | -2/+1 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -2/+2 |
| 2013-06-28 | librustc: Change "Owned" to "Send" everywhere | Patrick Walton | -1/+1 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -10/+10 |
| 2013-06-24 | remove old_iter | Daniel Micay | -1/+0 |
| 2013-06-10 | std: remove str::{len, slice, is_empty} in favour of methods. | Huon Wilson | -1/+1 |
| 2013-06-04 | librustc: Disallow multiple patterns from appearing in a "let" declaration. | Patrick Walton | -2/+6 |
| 2013-05-29 | librustc: Stop reexporting the standard modules from prelude. | Patrick Walton | -3/+59 |
| 2013-05-27 | Change `alt` to `match` in filenames. | Lindsey Kuper | -0/+0 |
| 2013-05-22 | test: Update tests to use the new syntax. | Patrick Walton | -17/+17 |
| 2013-05-19 | auto merge of #6106 : thestinger/rust/iter, r=bstrie | bors | -1/+1 |
| 2013-05-19 | Use assert_eq! rather than assert! where possible | Corey Richardson | -6/+6 |
| 2013-05-18 | replace old_iter::repeat with the Times trait | Daniel Micay | -1/+1 |
| 2013-05-14 | Fix cosmetics for fail!() calls | Marvin Löbel | -2/+2 |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -37/+37 |
| 2013-05-09 | test: Add two tests for issue #6272. | Niko Matsakis | -0/+21 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -1/+1 |
| 2013-05-08 | test: Fix tests. | Patrick Walton | -3/+3 |
| 2013-05-09 | Fix typos | Sean Moon | -1/+1 |
| 2013-05-06 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -0/+28 |
| 2013-05-06 | Add assert_approx_eq! macro | Brendan Zabarauskas | -0/+28 |
| 2013-05-05 | Fix two more write guard failures | Niko Matsakis | -0/+38 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -5/+2 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -4/+1 |
| 2013-05-03 | rustc: add rooting, write-guards to slices etc | Niko Matsakis | -0/+96 |
| 2013-05-01 | Revert rename of Div to Quot | Brendan Zabarauskas | -1/+1 |
| 2013-04-30 | remove some unused mut decls | Niko Matsakis | -6/+6 |
| 2013-04-29 | librustc: Rename `reinterpret_cast` to `transmute_copy` and remove the intrinsic | Patrick Walton | -2/+2 |
| 2013-04-28 | make way for a new iter module | Daniel Micay | -1/+3 |
| 2013-04-27 | auto merge of #6081 : brson/rust/out-of-stack, r=thestinger | bors | -83/+0 |
| 2013-04-26 | rt: Set the stack depth limit to 1GB. Abort on error. | Brian Anderson | -83/+0 |
| 2013-04-26 | Added test cases for all fail message formats | Marvin Löbel | -0/+120 |
| 2013-04-25 | Made fail! and assert! accept both &'static str and ~str, as well as a fmt! l... | Marvin Löbel | -1/+1 |
| 2013-04-24 | Improve divide-by-zero error messages | Brendan Zabarauskas | -2/+2 |
| 2013-04-22 | Rename Div operator trait to Quot and Modulo operator trait to Rem | Brendan Zabarauskas | -2/+2 |
| 2013-04-03 | rename Linear{Map,Set} => Hash{Map,Set} | Daniel Micay | -1/+1 |
| 2013-04-03 | hashmap: rm linear namespace | Daniel Micay | -1/+1 |