| Age | Commit message (Expand) | Author | Lines |
| 2013-02-18 | Added rust convenience tool similar to go's go tool | Marvin Löbel | -0/+238 |
| 2013-02-18 | auto merge of #4979 : z0w0/rust/issue-1301, r=catamorphism | bors | -2/+17 |
| 2013-02-18 | auto merge of #4890 : jld/rust/enum-newtype-alignment, r=catamorphism | bors | -3/+29 |
| 2013-02-19 | add missing typecheck for const pattern match arm | Jeong YunWon | -0/+18 |
| 2013-02-18 | Add benchmarks to measure differences in bit vectors | Alex Crichton | -0/+272 |
| 2013-02-17 | Implement Set container on top of a bit vector | Alex Crichton | -40/+470 |
| 2013-02-17 | Favor local closures instead of global functions | Alex Crichton | -8/+4 |
| 2013-02-17 | Remove the 'uint_bits' constant in bitv | Alex Crichton | -11/+9 |
| 2013-02-17 | Change SmallBitv to use uint instead of u32 | Alex Crichton | -8/+8 |
| 2013-02-17 | Modernize bitv mut fields and explicit self | Alex Crichton | -142/+144 |
| 2013-02-17 | Long lines. | Luqman Aden | -1/+2 |
| 2013-02-17 | libsyntax: Update view_item_use/import to reflect actual usage | Luqman Aden | -41/+43 |
| 2013-02-17 | syntax: Allow 1-tuple expressions | Tim Chevalier | -6/+43 |
| 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 | -3/+29 |
| 2013-02-17 | vec: grow_fn doesn't require Copy | Daniel Micay | -7/+7 |
| 2013-02-17 | libsyntax: Long lines. | Luqman Aden | -6/+12 |
| 2013-02-17 | libsyntax: Explicit-self-ify pipes compiler. | Luqman Aden | -122/+110 |
| 2013-02-17 | libsyntax: Remove last use of structural records in pipes compiler. | Luqman Aden | -56/+69 |
| 2013-02-16 | auto merge of #4993 : thestinger/rust/deque, r=graydon | bors | -167/+145 |
| 2013-02-16 | auto merge of #4978 : z0w0/rust/issue-607, r=graydon | bors | -15/+31 |
| 2013-02-17 | rustc: Don't copy in add_used_link_args | Zack Corr | -2/+2 |
| 2013-02-17 | Removed more capture claueses. | Seth Pink | -5/+5 |
| 2013-02-16 | deque: get rid of Copy requirement | Daniel Micay | -2/+0 |
| 2013-02-16 | deque: avoid Copy in grow | Daniel Micay | -8/+5 |
| 2013-02-16 | deque: avoid Copy for get | Daniel Micay | -17/+17 |
| 2013-02-17 | Remove use of capture clause #4965 | Seth Pink | -9/+8 |
| 2013-02-16 | deque: avoid Copy in pop_{front,back} | Daniel Micay | -18/+17 |
| 2013-02-16 | deque: avoid Copy in peek_{front,back} | Daniel Micay | -52/+50 |
| 2013-02-16 | deque: avoid Copy in the get function | Daniel Micay | -7/+7 |
| 2013-02-16 | deque: separate the methods that need Copy | Daniel Micay | -1/+3 |
| 2013-02-16 | deque: rm old return statements | Daniel Micay | -5/+5 |
| 2013-02-16 | add a Mutable implementation (clear) to std::deque | Daniel Micay | -0/+9 |
| 2013-02-16 | modernize std::deque | Daniel Micay | -141/+116 |
| 2013-02-16 | auto merge of #4977 : z0w0/rust/endianattr, r=catamorphism | bors | -4/+7 |
| 2013-02-16 | auto merge of #4980 : pcwalton/rust/sizing-type-of, r=pcwalton | bors | -87/+139 |
| 2013-02-16 | auto merge of #4976 : thestinger/rust/vim, r=nikomatsakis | bors | -1/+1 |
| 2013-02-16 | auto merge of #4975 : thestinger/rust/rt, r=nikomatsakis | bors | -19/+0 |
| 2013-02-16 | librustc: Remove `simplify_type` and replace with `sizing_type_of`. rs=blocki... | Patrick Walton | -87/+139 |
| 2013-02-17 | Support link_args at the crate level. Closes #1301 | Zack Corr | -0/+15 |
| 2013-02-17 | syntax: Implement recursive sorting of meta items. Closes #607 | Zack Corr | -15/+31 |
| 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 | -31/+43 |
| 2013-02-16 | Make 'foo use font-lock-builtin-face, like module names, and make capitalized... | Niko Matsakis | -9/+23 |
| 2013-02-16 | emacs mode: Highlight 'foo as a lifetime, not a character constant. | Niko Matsakis | -8/+18 |
| 2013-02-16 | Permit lifetimes to appear in type parameter lists and after `&`. Lifetimes in | Niko Matsakis | -21/+120 |
| 2013-02-16 | Add target_endian crate cfg. Closes #4367 | Zack Corr | -4/+7 |
| 2013-02-16 | vim: move keyword is gone | Daniel Micay | -1/+1 |