| Age | Commit message (Expand) | Author | Lines |
| 2013-02-20 | auto merge of #5046 : sanxiyn/rust/struct-match, r=catamorphism | bors | -0/+11 |
| 2013-02-20 | Changed a test to use intrinsics.rs and changed a few lines that were too lon... | Matthijs 'Thiez' Hofstra | -1/+1 |
| 2013-02-19 | auto merge of #5039 : alexcrichton/rust/issue-4875, r=catamorphism | bors | -0/+22 |
| 2013-02-19 | auto merge of #5006 : tedhorst/rust/linear_mand, r=brson | bors | -40/+44 |
| 2013-02-19 | Fix for issue 4875 | Alex Crichton | -0/+22 |
| 2013-02-19 | auto merge of #5000 : jld/rust/test-stdin-thing, r=graydon | bors | -7/+1 |
| 2013-02-19 | auto merge of #5032 : lifthrasiir/rust/issue-4935, r=catamorphism | bors | -0/+14 |
| 2013-02-20 | Check type when struct is matched against enum-like pattern | Seo Sanghyeon | -0/+11 |
| 2013-02-19 | auto merge of #5002 : catamorphism/rust/one-tuples, r=graydon | bors | -3/+28 |
| 2013-02-19 | test: fix seeded_rng uses | Graydon Hoare | -8/+8 |
| 2013-02-20 | fix ICE after incorrect number of args in calls | Kang Seonghoon | -0/+14 |
| 2013-02-19 | update copyright dates | Ted Horst | -1/+1 |
| 2013-02-19 | move shootout-mandelbrot to LinearMap, add depth argument | Ted Horst | -39/+43 |
| 2013-02-18 | auto merge of #5010 : youknowone/rust/match_const_typecheck, r=catamorphism | bors | -0/+17 |
| 2013-02-18 | auto merge of #5005 : alexcrichton/rust/bitv++, r=catamorphism | bors | -4/+184 |
| 2013-02-18 | rustc: For one-tuples, make parsing and printing the type work | Tim Chevalier | -3/+8 |
| 2013-02-18 | auto merge of #5001 : jld/rust/test-pub-fn-main, r=catamorphism | bors | -21/+21 |
| 2013-02-18 | auto merge of #4890 : jld/rust/enum-newtype-alignment, r=catamorphism | bors | -0/+17 |
| 2013-02-19 | add missing typecheck for const pattern match arm | Jeong YunWon | -0/+17 |
| 2013-02-18 | Add benchmarks to measure differences in bit vectors | Alex Crichton | -0/+180 |
| 2013-02-17 | Modernize bitv mut fields and explicit self | Alex Crichton | -4/+4 |
| 2013-02-17 | syntax: Allow 1-tuple expressions | Tim Chevalier | -0/+20 |
| 2013-02-17 | `pub fn main` for run-pass tests that didn't have it | Jed Davis | -21/+21 |
| 2013-02-17 | Tests shouldn't read from stdin. | Jed Davis | -7/+1 |
| 2013-02-17 | pub fn main | Jed Davis | -1/+1 |
| 2013-02-17 | Make univariant enums act like structs, so that they're aligned correctly. | Jed Davis | -0/+17 |
| 2013-02-16 | auto merge of #4993 : thestinger/rust/deque, r=graydon | bors | -9/+7 |
| 2013-02-17 | Removed more capture claueses. | Seth Pink | -1/+1 |
| 2013-02-17 | Remove use of capture clause #4965 | Seth Pink | -3/+2 |
| 2013-02-16 | modernize std::deque | Daniel Micay | -9/+7 |
| 2013-02-16 | update this test to use the new syntax entirely | Niko Matsakis | -4/+4 |
| 2013-02-16 | Parse (and discard) lifetime declarations on function types | Niko Matsakis | -14/+14 |
| 2013-02-16 | Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes in | Niko Matsakis | -10/+15 |
| 2013-02-15 | librustc: Stop parsing `impl Type : Trait` and fix several declarations that ... | Patrick Walton | -96/+87 |
| 2013-02-15 | auto merge of #4969 : nickdesaulniers/rust/issue3869, r=brson | bors | -6/+6 |
| 2013-02-15 | tests/tutorials: Get rid of `move`. | Luqman Aden | -397/+395 |
| 2013-02-14 | libcore: Remove ptr::mut_addr_of since &mut is coerced to *mut | Luqman Aden | -5/+5 |
| 2013-02-14 | auto merge of #4911 : lifthrasiir/rust/comment-exemptions, r=catamorphism | bors | -5/+24 |
| 2013-02-14 | Convert all uses of vec::slice to vec::view Issue #3869 | Nick Desaulniers | -6/+6 |
| 2013-02-14 | auto merge of #4934 : nickdesaulniers/rust/issue4524cleanup, r=brson | bors | -2/+2 |
| 2013-02-14 | librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip... | Patrick Walton | -593/+593 |
| 2013-02-14 | Remove all final references to die! | Nick Desaulniers | -2/+2 |
| 2013-02-14 | libcore: Move the numeric operations out of Num. r=brson | Patrick Walton | -14/+12 |
| 2013-02-13 | Remove die!, raplace invocations with fail! Issue #4524 pt 3 | Nick Desaulniers | -300/+300 |
| 2013-02-13 | auto merge of #4884 : pcwalton/rust/pretty-print-new-impl-syntax, r=pcwalton | bors | -2/+2 |
| 2013-02-13 | libsyntax: Pretty print using the new impl syntax. r=brson | Patrick Walton | -2/+2 |
| 2013-02-13 | auto merge of #4908 : bstrie/rust/rimov3, r=pcwalton | bors | -9/+11 |
| 2013-02-13 | rustc and std: teach about #[bench], modernize to use quote_expr! some. | Graydon Hoare | -3/+3 |
| 2013-02-13 | RIMOV core::vec | Ben Striegel | -9/+11 |
| 2013-02-13 | librustc: Make monomorphic newtype structs work cross-crate | Patrick Walton | -0/+27 |