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