summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-05-15move regionck into typeck, in the process fixing a bug or twoNiko Matsakis-0/+8
2012-05-15Generate drop glue correctly for classes with destructorsTim Chevalier-0/+13
2012-05-15get preservation of boxes working, at least in simple casesNiko Matsakis-0/+44
2012-05-15add a test that current fails b/c we do not preserve boxesNiko Matsakis-0/+22
2012-05-15Remove `be` keyword.Lindsey Kuper-31/+12
2012-05-14More work on reflection, now calls iface visitors back as well.Graydon Hoare-96/+103
2012-05-14First cut at dtors for classesTim Chevalier-0/+11
2012-05-14Enforce that self doesn't escape from a classTim Chevalier-0/+6
2012-05-11new test for loaning out an indexNiko Matsakis-0/+36
2012-05-11move purity checking into borrowck, addresses #1422Niko Matsakis-3/+61
2012-05-11First working monomorphic type-reflection.Graydon Hoare-0/+130
2012-05-11three new tests for assigning to various unassignable thingsNiko Matsakis-0/+19
2012-05-10replace mutbl pass with borrowckNiko Matsakis-33/+93
2012-05-10Remove `do ... while` loops from the tests and docs.Paul Stansifer-38/+27
2012-05-09implement new borrow ck (disabled by default)Niko Matsakis-36/+439
2012-05-09reduce self type to a special type parameterNiko Matsakis-10/+46
2012-05-08Support visibility modifiers and attributes on view itemsMarijn Haverbeke-1/+1
2012-05-07Add another test case for #2288Tim Chevalier-0/+99
2012-05-07Add xfailed test case for #2354Tim Chevalier-0/+18
2012-05-07In resolve, visit the path in an iface refTim Chevalier-0/+69
2012-05-07make it illegal to implicitly capture mutable variablesNiko Matsakis-20/+107
2012-05-04Add test case that checks that class members must be prefixed with "self"Tim Chevalier-0/+15
2012-05-04new cap clause syntaxNiko Matsakis-17/+36
2012-05-03Revert "allow fn exprs to omit arg types"Niko Matsakis-27/+1
2012-05-03allow fn exprs to omit arg typesNiko Matsakis-1/+27
2012-05-03More shape fixes for evecs.Graydon Hoare-0/+73
2012-05-03Implement better shape code for evec, estr.Graydon Hoare-4/+66
2012-05-03Check early on in typeck that types being implemented are actually iface typesTim Chevalier-0/+13
2012-05-03Mention missing constructor when complaining about inexhaustive top-level pat...Marijn Haverbeke-0/+3
2012-05-02report ambig impl methodsNiko Matsakis-0/+11
2012-05-02remove extra type parameter from ptr::is_null() and friendsNiko Matsakis-0/+9
2012-05-02test: xfail-win32 run-pass/native-structBrian Anderson-0/+1
2012-05-02rustc: Hack around some FFI bustage. Unbreak servoBrian Anderson-0/+10
2012-05-02rt: Fix some record alignment issues on windowsBrian Anderson-17/+107
2012-05-02Revert "rt: Fix some record alignment issues on windows"Brian Anderson-106/+18
2012-05-02rt: Fix some record alignment issues on windowsBrian Anderson-18/+106
2012-05-02xfail-fast class-separate-implTim Chevalier-0/+2
2012-05-02Error message reformatting, close #2309.Graydon Hoare-1/+1
2012-05-02Add test for issue 2287Tim Chevalier-0/+50
2012-05-02Test for issue 2286Tim Chevalier-0/+19
2012-05-02Encode the ifaces a class implements in metadataTim Chevalier-0/+58
2012-05-01Don't re-export a glob-imported ID when the same ID is defined withinTim Chevalier-0/+34
2012-04-30Stop inferring bot/static when types/regions are unconstrained.Niko Matsakis-87/+77
2012-04-27new, simpler approach to the iter libraryNiko Matsakis-8/+180
2012-04-27parser: More refactoring of restricted value name checkingBrian Anderson-4/+4
2012-04-27test: Add test for two restricted keyword casesBrian Anderson-0/+12
2012-04-27test: Enable an assert in run-pass/rec-align-32-bit.rsBrian Anderson-13/+13
2012-04-27core: Split sys::align_of into min_align_of, pref_align_ofBrian Anderson-1/+1
2012-04-27rustc: Add min_align_of, pref_align_of intrinsic, deprecate align_ofBrian Anderson-0/+19
2012-04-26test: xfail-win32 run-pass/rec-align-32-bit.rsBrian Anderson-0/+1