| Age | Commit message (Expand) | Author | Lines |
| 2013-08-20 | Fix LLVM compilation issues and use the new attrs | Alex Crichton | -1/+0 |
| 2013-08-19 | Issue #3678: Remove wrappers and call foreign functions directly | Niko Matsakis | -5/+0 |
| 2013-08-18 | Fixed -Z print-link-args | Vadim Chugunov | -0/+5 |
| 2013-08-15 | Add ToCStr method .with_c_str() | Kevin Ballard | -12/+12 |
| 2013-08-12 | fix build with the new snapshot compiler | Daniel Micay | -13/+0 |
| 2013-08-11 | auto merge of #8410 : luqmana/rust/mcpu, r=sanxiyn | bors | -13/+20 |
| 2013-08-11 | Add a field `borrow_offset` to the type descriptor indicating | Niko Matsakis | -1/+2 |
| 2013-08-10 | rustc: Add --target-cpu flag to select a more specific processor instead of t... | Luqman Aden | -13/+20 |
| 2013-08-10 | syntax and rustc: fix some warnings | Erick Tryzelaar | -1/+1 |
| 2013-08-10 | std: Rename Iterator.transform -> .map | Erick Tryzelaar | -3/+3 |
| 2013-08-10 | Mass rename of .consume{,_iter}() to .move_iter() | Erick Tryzelaar | -1/+1 |
| 2013-08-09 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -117/+32 |
| 2013-08-09 | auto merge of #8176 : catamorphism/rust/rustpkg-extern-mod, r=catamorphism | bors | -117/+23 |
| 2013-08-09 | std/rustc/rustpkg/syntax: Support the `extern mod = ...` form | Tim Chevalier | -117/+23 |
| 2013-08-08 | env! syntax extension changes | Steven Fackler | -0/+9 |
| 2013-08-06 | Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing... | Erick Tryzelaar | -5/+5 |
| 2013-08-05 | Updated std::Option, std::Either and std::Result | Marvin Löbel | -5/+5 |
| 2013-08-04 | Merge remote-tracking branch 'remotes/origin/master' into str-remove-null | Erick Tryzelaar | -25/+24 |
| 2013-08-04 | std: replace str::as_c_str with std::c_str | Erick Tryzelaar | -11/+15 |
| 2013-08-04 | Fix build issues once LLVM has been upgraded | Alex Crichton | -1/+0 |
| 2013-08-03 | remove obsolete `foreach` keyword | Daniel Micay | -24/+24 |
| 2013-08-02 | replace `range` with an external iterator | Daniel Micay | -2/+1 |
| 2013-08-01 | migrate many `for` loops to `foreach` | Daniel Micay | -23/+23 |
| 2013-07-24 | auto merge of #7996 : erickt/rust/cleanup-strs, r=erickt | bors | -17/+18 |
| 2013-07-24 | Change 'print(fmt!(...))' to printf!/printfln! in src/lib* | Birunthan Mohanathas | -4/+4 |
| 2013-07-23 | std: move StrUtil::as_c_str into StrSlice | Erick Tryzelaar | -17/+18 |
| 2013-07-22 | Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg. | Michael Woerister | -3/+3 |
| 2013-07-22 | new snapshot | Daniel Micay | -8/+0 |
| 2013-07-20 | syntax: modernise attribute handling in syntax::attr. | Huon Wilson | -18/+11 |
| 2013-07-17 | librustc: Remove all uses of "copy". | Patrick Walton | -6/+6 |
| 2013-07-14 | Make TLS keys actually take up space | Alex Crichton | -3/+5 |
| 2013-07-13 | Fix running code via '-Z jit' | Alex Crichton | -0/+4 |
| 2013-07-12 | Squirrel away the JIT contexts into TLS when done | Alex Crichton | -16/+52 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -1/+2 |
| 2013-07-08 | Miscellaneous fixes and cleanup | Niko Matsakis | -3/+3 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -1/+2 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -1/+1 |
| 2013-07-01 | auto merge of #7488 : yichoi/rust/sanitize_utf8, r=huonw | bors | -3/+4 |
| 2013-07-01 | librustc: apply changes of char::escape_unicode | Young-il Choi | -1/+2 |
| 2013-07-01 | librustc: back::link::sanitize support esacpe_utf8 | Young-il Choi | -3/+3 |
| 2013-06-30 | Remove vec::{map, mapi, zip_map} and the methods, except for .map, since this | Huon Wilson | -5/+3 |
| 2013-06-29 | Great renaming: propagate throughout the rest of the codebase | Corey Richardson | -37/+31 |
| 2013-06-28 | auto merge of #7466 : thestinger/rust/passes, r=cmr | bors | -68/+87 |
| 2013-06-28 | copy the optimization passes from clang | Daniel Micay | -68/+87 |
| 2013-06-28 | librustc: Remove the broken overloaded assign-ops from the language. | Patrick Walton | -14/+16 |
| 2013-06-28 | Remove useless namegen thunk | James Miller | -6/+8 |
| 2013-06-27 | Convert vec::[mut_]slice to methods, remove vec::const_slice. | Huon Wilson | -1/+1 |
| 2013-06-25 | Change finalize -> drop. | Luqman Aden | -1/+1 |
| 2013-06-23 | Remove unused TyDesc parameter from the glue functions | Philipp Brüschweiler | -13/+0 |
| 2013-06-23 | Remove unused shape fields from typedescs | Philipp Brüschweiler | -3/+1 |