| Age | Commit message (Expand) | Author | Lines |
| 2013-09-19 | Replace unreachable() calls with unreachable!(). | Chris Morgan | -2/+2 |
| 2013-09-18 | Register new snapshots | Alex Crichton | -1/+1 |
| 2013-09-16 | switch Drop to `&mut self` | Daniel Micay | -1/+1 |
| 2013-09-06 | Remove even more usage of clownshoes in symbols | Alex Crichton | -11/+7 |
| 2013-09-05 | Rename str::from_bytes to str::from_utf8, closes #8985 | Florian Hahn | -2/+2 |
| 2013-09-04 | auto merge of #8875 : alexcrichton/rust/fix-inner-static-library-bug, r=huonw | bors | -24/+76 |
| 2013-09-04 | Improve name mangling for gdb | Alex Crichton | -23/+54 |
| 2013-09-04 | auto merge of #8978 : pnkfelix/rust/make-path-api-less-allocation-happy, r=huonw | bors | -2/+2 |
| 2013-09-04 | Update clients of path.rs to use new API. | Felix S. Klock II | -2/+2 |
| 2013-09-04 | auto merge of #8976 : alexcrichton/rust/issue-5425, r=pnkfelix | bors | -0/+4 |
| 2013-09-04 | Don't die with an ICE on a blank library name | Alex Crichton | -0/+4 |
| 2013-09-03 | add type name to the tydesc | Daniel Micay | -1/+2 |
| 2013-09-02 | Remove __extensions__ in names for a "pretty name" | Alex Crichton | -4/+25 |
| 2013-09-02 | librustc: Check for empty crate link meta name and vers. | Luqman Aden | -4/+4 |
| 2013-09-01 | Modernized a few type names in rustc and syntax | Marvin Löbel | -56/+56 |
| 2013-08-30 | Tweak pass management and add some more options | Alex Crichton | -41/+75 |
| 2013-08-26 | Rewrite pass management with LLVM | Alex Crichton | -528/+165 |
| 2013-08-24 | librustc: Always use session target triple. | Luqman Aden | -32/+8 |
| 2013-08-22 | Compile via external assembler on Windows. | Vadim Chugunov | -18/+14 |
| 2013-08-22 | On Windows, use g++ for linking, instead of gcc. | Vadim Chugunov | -4/+5 |
| 2013-08-21 | auto merge of #8595 : vadimcn/rust/print_link_args, r=alexcrichton | bors | -0/+5 |
| 2013-08-21 | Trimmed whitespace | Vadim Chugunov | -2/+2 |
| 2013-08-20 | auto merge of #8328 : alexcrichton/rust/llvm-head, r=brson | bors | -1/+0 |
| 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 |