| Age | Commit message (Expand) | Author | Lines |
| 2013-05-17 | Correct the example given for a future, add punctuation where necessary | Olivier Saut | -6/+8 |
| 2013-05-17 | auto merge of #6561 : huonw/rust/rustc-u-int-limit-lint, r=nikomatsakis | bors | -3/+25 |
| 2013-05-18 | rustc: relax limits on (u)int type limit lint. Fixes #6130. | Huon Wilson | -3/+25 |
| 2013-05-17 | auto merge of #6442 : sstewartgallus/rust/incoming, r=pcwalton | bors | -3/+12 |
| 2013-05-17 | auto merge of #6534 : brson/rust/intrinsic-docs, r=bstrie | bors | -8/+68 |
| 2013-05-17 | auto merge of #6550 : Aatch/rust/atomic-load, r=thestinger | bors | -2/+3 |
| 2013-05-16 | auto merge of #6549 : bjz/rust/numeric-traits, r=thestinger | bors | -0/+21 |
| 2013-05-16 | auto merge of #6093 : alexcrichton/rust/issue-2647, r=thestinger | bors | -632/+613 |
| 2013-05-17 | Change lints to indicate exactly where the level was set | Alex Crichton | -51/+86 |
| 2013-05-17 | Optimize lint passes to perform far fewer allocations | Alex Crichton | -144/+188 |
| 2013-05-17 | Re-implement lint with less emphasis on item ids | Alex Crichton | -600/+502 |
| 2013-05-16 | auto merge of #6546 : cmr/rust/warning, r=thestinger | bors | -4/+3 |
| 2013-05-16 | auto merge of #6523 : cmr/rust/faster_each_permutation, r=luqmana | bors | -20/+127 |
| 2013-05-16 | Update to new for-loop protocol | Corey Richardson | -4/+4 |
| 2013-05-17 | Fix AtomicLoad builder code | James Miller | -2/+3 |
| 2013-05-17 | Implement sin_cos method for float, f64 and f32 | Brendan Zabarauskas | -0/+21 |
| 2013-05-16 | Remove each_permutation_ref | Corey Richardson | -60/+0 |
| 2013-05-16 | auto merge of #6544 : thestinger/rust/new_iter, r=nikomatsakis | bors | -0/+106 |
| 2013-05-16 | fix warnings | Corey Richardson | -4/+3 |
| 2013-05-16 | iter: add fold, sum and product | Daniel Micay | -0/+106 |
| 2013-05-16 | Update to modern rust | Corey Richardson | -29/+21 |
| 2013-05-16 | Ensure reverse_part does not access outside given vector | Tommy M. McGuire | -5/+5 |
| 2013-05-16 | Add reverse_part, replace each_permutation, add tests | Tommy M. McGuire | -18/+193 |
| 2013-05-16 | auto merge of #6545 : catamorphism/rust/unused-import, r=catamorphism | bors | -3/+1 |
| 2013-05-16 | rustc: Remove import that is, indeed, not necessary | Tim Chevalier | -1/+0 |
| 2013-05-16 | rustc: One less bad copy | Tim Chevalier | -2/+1 |
| 2013-05-16 | auto merge of #6543 : catamorphism/rust/traits-cleanup, r=nikomatsakis | bors | -40/+37 |
| 2013-05-16 | rustc: Change ty::get_impl_traits to return an option instead of a vec | Tim Chevalier | -40/+37 |
| 2013-05-16 | auto merge of #6536 : kud1ing/rust/patch-1, r=brson | bors | -4/+4 |
| 2013-05-16 | auto merge of #6473 : nikomatsakis/rust/issue-5967-rvalue-immutability, r=pcw... | bors | -2/+83 |
| 2013-05-16 | correct typo | Niko Matsakis | -1/+1 |
| 2013-05-16 | Add two tests for rvalue mutability | Niko Matsakis | -0/+68 |
| 2013-05-16 | core: Document some intrinsics | Brian Anderson | -8/+68 |
| 2013-05-16 | auto merge of #6457 : nikomatsakis/rust/issue-6308-closure-bounds, r=brson | bors | -61/+261 |
| 2013-05-16 | Add BuiltinBounds to closure type: parse and handle subtyping, | Niko Matsakis | -61/+261 |
| 2013-05-16 | auto merge of #6530 : huonw/rust/deriving-deepclone, r=bstrie | bors | -19/+95 |
| 2013-05-16 | syntax: use fmt! over + in deriving/clone | Huon Wilson | -6/+6 |
| 2013-05-16 | auto merge of #6531 : sammykim/rust/bytes, r=luqmana | bors | -0/+47 |
| 2013-05-16 | syntax: implement #[deriving(DeepClone)]. Fixes #6514. | Huon Wilson | -18/+94 |
| 2013-05-16 | auto merge of #6520 : thestinger/rust/rc, r=pcwalton | bors | -42/+66 |
| 2013-05-16 | main() is in ./rustc.rc. use "./../" pattern some more | kud1ing | -4/+4 |
| 2013-05-16 | auto merge of #6519 : catamorphism/rust/rustpkg, r=catamorphism | bors | -0/+5 |
| 2013-05-16 | auto merge of #6509 : thestinger/rust/clone, r=nikomatsakis | bors | -0/+14 |
| 2013-05-15 | auto merge of #6507 : brson/rust/swo, r=brson | bors | -0/+0 |
| 2013-05-16 | Add a test for bytes! | Sangeun Kim | -0/+16 |
| 2013-05-15 | auto merge of #6488 : sammykim/rust/issue-6430, r=sanxiyn | bors | -9/+15 |
| 2013-05-16 | Change unsafe functions to safe functions | Sangeun Kim | -9/+15 |
| 2013-05-15 | auto merge of #6505 : cmr/rust/unsetenv, r=catamorphism | bors | -1/+36 |
| 2013-05-16 | Implement bytes! syntax extension | Sangeun Kim | -0/+31 |
| 2013-05-15 | auto merge of #6527 : thestinger/rust/deep_clone, r=pcwalton | bors | -11/+36 |