| Age | Commit message (Expand) | Author | Lines |
| 2013-07-10 | auto merge of #7698 : nikomatsakis/rust/issue-2951-type-parameter-names, r=cmr | bors | -0/+6 |
| 2013-07-10 | Add an identifier to TypeParameterDefs and use it to pretty print type parame... | Niko Matsakis | -0/+6 |
| 2013-07-10 | fix test | Corey Richardson | -1/+1 |
| 2013-07-10 | Implement SIMD arithmetics | Seo Sanghyeon | -0/+28 |
| 2013-07-10 | auto merge of #7658 : excepttheweasel/rust/mut_default_param_list_issue_7483,... | bors | -0/+17 |
| 2013-07-10 | Switch over to new range_rev semantics; fix #5270. | Felix S. Klock II | -9/+9 |
| 2013-07-10 | Refactored int/uint range code in preparation for change to range_rev semantics. | Felix S. Klock II | -0/+233 |
| 2013-07-09 | auto merge of #7265 : brson/rust/io-upstream, r=brson | bors | -3/+0 |
| 2013-07-09 | auto merge of #7657 : thestinger/rust/rollup, r=thestinger | bors | -10/+5 |
| 2013-07-09 | Require `extern "Rust" fn main()` exactly | Alex Crichton | -5/+14 |
| 2013-07-09 | rm silly compile-fail test | Daniel Micay | -14/+0 |
| 2013-07-09 | auto merge of #7117 : jensnockert/rust/freestanding, r=cmr | bors | -39/+14 |
| 2013-07-09 | Constrain maximum lifetime of stack closures that capture variables to | Niko Matsakis | -23/+76 |
| 2013-07-09 | Don't use static default method | John Barker | -2/+2 |
| 2013-07-09 | Always eat up mut when parsing general args, fixes #7483 | John Barker | -0/+17 |
| 2013-07-08 | auto merge of #7262 : nikomatsakis/rust/ref-bindings-in-irrefut-patterns, r=c... | bors | -43/+207 |
| 2013-07-08 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -57/+252 |
| 2013-07-08 | And I forgot to run the benchmarks after rebasing | Jens Nockert | -10/+7 |
| 2013-07-08 | Correct match-drop-strs-issue-4541 when used in check-fast | Niko Matsakis | -1/+2 |
| 2013-07-08 | Correct merge failures | Niko Matsakis | -4/+4 |
| 2013-07-08 | Fix pretty printer, which was ignoring `ref` in irrefutable patterns | Niko Matsakis | -3/+3 |
| 2013-07-08 | Address nits by @catamorphism | Niko Matsakis | -4/+4 |
| 2013-07-08 | Add new tests for irrefutable patterns used in various tricky ways | Niko Matsakis | -0/+156 |
| 2013-07-08 | Update existing tests to account for stricter, more correct handling of irref... | Niko Matsakis | -41/+48 |
| 2013-07-08 | Bump version numbers to 0.8-pre | Brian Anderson | -1/+1 |
| 2013-07-08 | Replaces the free-standing functions in f32, &c. | Jens Nockert | -29/+7 |
| 2013-07-08 | auto merge of #7605 : thestinger/rust/vec, r=Aatch | bors | -0/+9 |
| 2013-07-08 | remove headers from exchange allocations | Daniel Micay | -0/+9 |
| 2013-07-08 | Merge pull request #7595 from thestinger/iterator | Daniel Micay | -12/+12 |
| 2013-07-07 | Fix a warning when generating tests | Alex Crichton | -1/+1 |
| 2013-07-07 | remove some method resolve workarounds | Daniel Micay | -12/+12 |
| 2013-07-07 | auto merge of #7585 : Blei/rust/fix-circular-modules, r=huonw | bors | -0/+37 |
| 2013-07-06 | auto merge of #7572 : Dretch/rust/missing-trait-message-followup, r=pcwalton | bors | -0/+20 |
| 2013-07-05 | Fix fallout from span change | Seo Sanghyeon | -3/+20 |
| 2013-07-04 | auto merge of #7545 : msullivan/rust/default-methods, r=catamorphism | bors | -15/+24 |
| 2013-07-04 | libsyntax: fix infinite loop when recursively including modules | Philipp Brüschweiler | -0/+37 |
| 2013-07-03 | auto merge of #7543 : sanxiyn/rust/newtype-immediates, r=catamorphism | bors | -0/+19 |
| 2013-07-03 | Address @catamorphism's error message grammar nit. | Gareth Smith | -1/+1 |
| 2013-07-03 | auto merge of #7534 : bblum/rust/soundness-messages, r=catamorphism | bors | -0/+31 |
| 2013-07-03 | Merge remote-tracking branch 'mozilla/master' | Brian Anderson | -1178/+3537 |
| 2013-07-03 | Make the error messages that result from referencing | Gareth Smith | -0/+20 |
| 2013-07-03 | Make privacy checking on default methods for cross crate structs not fail. Cl... | Michael Sullivan | -12/+22 |
| 2013-07-03 | Fix make_mono_id to take into account self types. Closes #7536. | Michael Sullivan | -3/+2 |
| 2013-07-03 | auto merge of #7566 : huonw/rust/vec-kill, r=cmr | bors | -15/+15 |
| 2013-07-04 | Convert vec::{as_imm_buf, as_mut_buf} to methods. | Huon Wilson | -2/+1 |
| 2013-07-04 | Remove standalone comparison functions in vec, make the trait impls better. | Huon Wilson | -1/+1 |
| 2013-07-04 | Remove vec::reversed, replaced by iterators. | Huon Wilson | -1/+1 |
| 2013-07-04 | Remove vec::{filter, filtered, filter_map, filter_mapped}, replaced by iterat... | Huon Wilson | -1/+1 |
| 2013-07-04 | Implement consuming iterators for ~[], remove vec::{consume, consume_reverse,... | Huon Wilson | -10/+11 |
| 2013-07-03 | auto merge of #7531 : sankha93/rust/master, r=bblum | bors | -8/+8 |