about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-04-10Reason about nested free variables that appear in a functionNiko Matsakis-4/+88
2013-04-10Revert map.each to something which takes two parametersNiko Matsakis-17/+13
2013-04-10testsuite: tests for #[packed] structs.Huon Wilson-0/+371
2013-04-10Change tests to use new error messageJames Miller-2/+2
2013-04-09auto merge of #5804 : alexcrichton/rust/issue-3266, r=graydonbors-18/+26
2013-04-09auto merge of #5802 : nikomatsakis/rust/issue-4183-trait-substs, r=nikomatsakisbors-0/+61
2013-04-10Add #[start] attribute to define a new entry point functionJames Miller-0/+14
2013-04-09Bump version to 0.7-preBrian Anderson-1/+1
2013-04-09Allow lint modes to be used on unused variables and dead assignmentsAlex Crichton-18/+26
2013-04-09Cleanup substitutions and treatment of generics around traits in a number of ...Niko Matsakis-0/+61
2013-04-08auto merge of #5763 : thestinger/rust/clone, r=nikomatsakisbors-1/+1
2013-04-08clone: managed boxes need to clone by shallow copyDaniel Micay-1/+1
2013-04-08Export adt::trans_get_discr abstractly to the type visitor.Jed Davis-5/+11
2013-04-08Feed enum field offsets to type vistors.Jed Davis-3/+3
2013-04-08libsyntax: fail lexing with an error message on an int literal larger than 2^64.Huon Wilson-0/+28
2013-04-06auto merge of #5757 : dbaupp/rust/rustc-fixed-vector-pprint, r=thestingerbors-2/+2
2013-04-06auto merge of #5751 : metajack/rust/at-clones, r=thestingerbors-2/+2
2013-04-06librustc: use new `[ty, .. len]` syntax for fixed vector errors.Huon Wilson-2/+2
2013-04-05Move tests inside clone.rs and fixed copyright headers.Jack Moffitt-28/+1
2013-04-05Implement Clone for @ and @mut types.Jack Moffitt-1/+28
2013-04-05Link lifetimes of autoslice'd vectors (Issue #3184)Niko Matsakis-0/+48
2013-04-05Refactor so that references to traits are not represented using a type with aNiko Matsakis-5/+5
2013-04-05Add a (currently unused) "transformed self type" pointer into ty::methodNiko Matsakis-1/+1
2013-04-05Rather than storing a list of ty::method per trait, store one ty::methodNiko Matsakis-2/+2
2013-04-03auto merge of #5696 : thestinger/rust/hashmap, r=sanxiynbors-57/+57
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-56/+56
2013-04-03hashmap: rm linear namespaceDaniel Micay-20/+20
2013-04-03Make bench/noise.rs more idiomatic and 20x fasterBen Striegel-29/+32
2013-03-30auto merge of #5630 : erickt/rust/serial, r=ericktbors-21/+0
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-23/+22
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-1911/+1911
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-1912/+1912
2013-03-29Merge remote-tracking branch 'remotes/origin/incoming' into serialErick Tryzelaar-4/+50
2013-03-29std: remove prettyprintErick Tryzelaar-21/+0
2013-03-29auto merge of #5570 : alexcrichton/rust/fix-unused-imports, r=sanxiynbors-1/+9
2013-03-29auto merge of #5620 : catamorphism/rust/issue-4325, r=catamorphismbors-0/+25
2013-03-29auto merge of #5619 : catamorphism/rust/issue-4333, r=catamorphismbors-0/+14
2013-03-28Removing unused importsAlex Crichton-2/+2
2013-03-28Fix warning about unused imports in import listsAlex Crichton-1/+9
2013-03-28testsuite: Add test case for #4325Tim Chevalier-0/+25
2013-03-28testsuite: Add test for #4333Tim Chevalier-0/+14
2013-03-28testsuite: Update and un-xfail test for #4335Tim Chevalier-3/+2
2013-03-28librustc: Remove common fields and nested enums from the languagePatrick Walton-24/+0
2013-03-28auto merge of #5596 : luqmana/rust/unit-struct, r=catamorphismbors-1/+17
2013-03-28auto merge of #5586 : pcwalton/rust/expr-repeat-vstore, r=graydonbors-0/+23
2013-03-27auto merge of #5579 : dbaupp/rust/rustc-typo-limit, r=catamorphismbors-0/+13
2013-03-27auto merge of #5578 : erickt/rust/incoming, r=jbclements,ericktbors-0/+3
2013-03-27libsyntax: error on struct Foo {}.Luqman Aden-1/+17
2013-03-27auto merge of #5569 : thestinger/rust/map, r=catamorphismbors-3/+3
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-0/+23