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