summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-03-07Make debug!, etc. macros not require a format stringBrian Anderson-0/+10
2013-03-07Allow casting integers to unsafe pointers in constant expressions.Josh Matthews-0/+15
2013-03-07Inline constants across crates.Josh Matthews-0/+61
2013-03-07Permit casting region pointers to unsafe ones.Josh Matthews-0/+88
2013-03-06Test for struct-like variants in constsJed Davis-0/+23
2013-03-06Add regression tests for a subtle aspect of expr_struct translation.Jed Davis-0/+32
2013-03-06Add a test for enum discriminant range overflow.Jed Davis-0/+31
2013-03-06auto merge of #5182 : youknowone/rust/enum-cast, r=brsonbors-0/+31
2013-03-06fix test to not use fn exprNiko Matsakis-1/+2
2013-03-06Cheat and temporarily work around a pretty-printer bugNiko Matsakis-2/+2
2013-03-06Improve error messages when illegal lifetimes are usedNiko Matsakis-8/+8
2013-03-06Add manual &self/ and &static/ and /&self declarations thatNiko Matsakis-198/+183
2013-03-06auto merge of #5253 : nikomatsakis/rust/issue-5243, r=graydonbors-0/+23
2013-03-06Fix a bug with region-parameterized enums etc where trans consideredNiko Matsakis-0/+23
2013-03-06Remove trailing whitespace.Niko Matsakis-2/+2
2013-03-06Make object types not implement associated trait. Fixes #5087.Niko Matsakis-252/+23
2013-03-06Fix bug in coherence that causes all cross-crate impls to be regarded asNiko Matsakis-1/+108
2013-03-05core: convert vec::{last,last_opt} to return referencesErick Tryzelaar-2/+2
2013-03-05core: convert vec::{head,head_opt} to return referencesErick Tryzelaar-4/+3
2013-03-05auto merge of #5234 : pcwalton/rust/equiv, r=pcwaltonbors-22/+32
2013-03-05auto merge of #5232 : bstrie/rust/issue4448, r=nikomatsakisbors-0/+19
2013-03-05librustc: Fix silly bug in AST conversion for const vstores. rs=bugfixPatrick Walton-0/+7
2013-03-05libsyntax: Separate multiple inherited traits with `+`Patrick Walton-22/+25
2013-03-05auto merge of #5231 : jbclements/rust/better-macro-error-message, r=graydonbors-0/+17
2013-03-05Update region inference for traits so that a method withNiko Matsakis-1/+29
2013-03-05auto merge of #5215 : jld/rust/fn-const-env, r=graydonbors-0/+27
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-35/+34
2013-03-05auto merge of #5179 : alexcrichton/rust/default-warn-unused-import, r=graydonbors-13/+0
2013-03-04Add test for issue #4448Ben Striegel-0/+19
2013-03-04added test case for macros with separators error messageJohn Clements-0/+17
2013-03-04libsyntax: Implement `#[deriving_clone]`Patrick Walton-0/+45
2013-03-04Remove unused imports throughout src/Alex Crichton-13/+0
2013-03-03Add a test case for const fn sizing, just to be safe.Jed Davis-0/+27
2013-03-03replace option::iter with a BaseIter implDaniel Micay-35/+34
2013-03-02test: Remove `fn@`, `fn~`, and `fn&` from the test suite. rs=defunPatrick Walton-287/+304
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-61/+62
2013-03-02auto merge of #5137 : yjh0502/rust/empty_struct, r=nikomatsakisbors-206/+25
2013-03-02auto merge of #5193 : sethpink/rust/struct-tup-pp, r=catamorphismbors-0/+10
2013-03-02Allow constant c-like enum to integral/float castJeong YunWon-0/+31
2013-03-02Remove REC, change related tests/docsJihyun Yu-206/+25
2013-03-02Fix some struct-tuple def prettyprint issuesSeth Pink-0/+10
2013-03-01Rename core::private to core::unstable. #4743Brian Anderson-4/+4
2013-02-28auto merge of #5180 : catamorphism/rust/post-snapshot, r=catamorphismbors-5/+1
2013-02-28testsuite: Re-xfail record-trailing-commaTim Chevalier-0/+1
2013-02-28Remove code that was awaiting a snapshotTim Chevalier-5/+0
2013-02-28Remove legacy object creation mode, and convert remaining uses of itNiko Matsakis-44/+44
2013-02-28Fix leaking immediate children and types via glob importsAlex Crichton-3/+3
2013-02-28Fix leaking non-public 'use' statements with glob importsAlex Crichton-0/+39
2013-02-28librustc: Enforce cross-crate method privacyPatrick Walton-5/+3
2013-02-28librustc: Make methods private if the impl is privatePatrick Walton-0/+15