| Age | Commit message (Expand) | Author | Lines |
| 2013-05-14 | Use static string with fail!() and remove fail!(fmt!()) | Björn Steinbrink | -34/+33 |
| 2013-05-13 | auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwalton | bors | -22/+21 |
| 2013-05-13 | auto merge of #6437 : Thiez/rust/atomic, r=Aatch | bors | -1/+50 |
| 2013-05-13 | Correct #[always_inline] -> #[inline(always)] and __attribute((...)) -> __att... | Luqman Aden | -1/+1 |
| 2013-05-12 | librustc: Make `self` and `static` into keywords | Patrick Walton | -22/+21 |
| 2013-05-13 | Removed unnecessary check from build.rs | Matthijs Hofstra | -4/+1 |
| 2013-05-12 | Adds atomic_load, atomic_load_acq, atomic_store, and atomic_store_rel intrins... | Matthijs Hofstra | -1/+53 |
| 2013-05-11 | auto merge of #6389 : sonwow/rust/issue-3356, r=bstrie | bors | -6/+6 |
| 2013-05-10 | Remove the '<->' operator from the language | Alex Crichton | -28/+1 |
| 2013-05-10 | auto merge of #6223 : alexcrichton/rust/issue-6183, r=pcwalton | bors | -1/+44 |
| 2013-05-10 | auto merge of #6380 : pcwalton/rust/core-text-ice, r=pcwalton | bors | -19/+21 |
| 2013-05-10 | renamed str::from_slice to str::to_owned | Youngsoo Son | -1/+1 |
| 2013-05-10 | renamed vec::from_slice to vec::to_owned | Youngsoo Son | -5/+5 |
| 2013-05-10 | auto merge of #6356 : dotdash/rust/strinterner, r=pcwalton | bors | -74/+74 |
| 2013-05-10 | rustc: Use the new `for` protocol | Alex Crichton | -0/+36 |
| 2013-05-10 | Implement a new protocol for `for` loops that's much more easily composable | Alex Crichton | -1/+8 |
| 2013-05-09 | librustc: Fix ICE in core-text resulting from dynamic borrowing. rs=blocking-... | Patrick Walton | -19/+21 |
| 2013-05-09 | auto merge of #6336 : nikomatsakis/rust/issue-6308-closure-bounds, r=nikomats... | bors | -8/+3 |
| 2013-05-09 | auto merge of #6373 : nikomatsakis/rust/issue-6355-perf-regression, r=graydon | bors | -12/+19 |
| 2013-05-09 | Issue the correct deref count for the implicit deref that occurs | Niko Matsakis | -12/+19 |
| 2013-05-09 | auto merge of #6354 : Aatch/rust/uninit-intrinsic, r=graydon | bors | -1/+4 |
| 2013-05-09 | Refactor representation of bounds to separate out BuiltinBounds into | Niko Matsakis | -8/+3 |
| 2013-05-09 | Use a specialized string interner to reduce the need for owned strings | Björn Steinbrink | -74/+74 |
| 2013-05-09 | auto merge of #6345 : seanmoon/rust/fix-typos, r=sanxiyn | bors | -2/+2 |
| 2013-05-09 | Add uninit intrinsic | James Miller | -1/+4 |
| 2013-05-09 | librustc: rename vec::each(var) to var.each | Youngmin Yoo | -34/+33 |
| 2013-05-08 | librustc: Remove mutable fields from the language. | Patrick Walton | -9/+9 |
| 2013-05-08 | libcore: Remove mutable fields from hash | Patrick Walton | -4/+3 |
| 2013-05-08 | auto merge of #6214 : sanxiyn/rust/simd-2, r=graydon | bors | -21/+48 |
| 2013-05-09 | Fix typos | Sean Moon | -2/+2 |
| 2013-05-08 | Generate LLVM SIMD vector types | Seo Sanghyeon | -15/+28 |
| 2013-05-07 | When autoborrowing a fn in trans, adjust the type of the datum to be `&fn`. | Niko Matsakis | -36/+37 |
| 2013-05-07 | Port IRBuilder::CreateVectorSplat | Seo Sanghyeon | -6/+20 |
| 2013-05-06 | Replace NOTE with FIXME | Niko Matsakis | -8/+9 |
| 2013-05-06 | remove some unused mut decls and vars | Niko Matsakis | -5/+1 |
| 2013-05-05 | Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freeze | Niko Matsakis | -399/+163 |
| 2013-05-05 | Address all FIXMEs from #5562 | Niko Matsakis | -12/+6 |
| 2013-05-05 | add warning for #6248 and remove instances of it | Niko Matsakis | -51/+66 |
| 2013-05-04 | separate out write_guard code into its own module | Niko Matsakis | -204/+37 |
| 2013-05-04 | make asm_comments something that you opt in to | Niko Matsakis | -4/+4 |
| 2013-05-04 | auto merge of #6230 : thestinger/rust/whitespace, r=catamorphism | bors | -12/+0 |
| 2013-05-03 | factor code for write guards into its own module; add neglected resolve_stage0 | Niko Matsakis | -0/+201 |
| 2013-05-03 | add gitattributes and fix whitespace issues | Daniel Micay | -12/+0 |
| 2013-05-03 | rustc: Warning police | Tim Chevalier | -8/+6 |
| 2013-05-03 | rustc: add rooting, write-guards to slices etc | Niko Matsakis | -32/+84 |
| 2013-05-03 | Correct mismatch between the way that pattern ids and expression ids map to t... | Niko Matsakis | -4/+19 |
| 2013-05-03 | Change borrow debugging so it is disabled by -O | Niko Matsakis | -9/+47 |
| 2013-05-02 | Merge remote-tracking branch 'brson/io' into incoming | Brian Anderson | -4/+9 |
| 2013-05-02 | rustc: Drop the visitor object from the visitor glue | Brian Anderson | -4/+9 |
| 2013-05-02 | move @mut into scope_info | Niko Matsakis | -54/+55 |