about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2012-08-30Migrate core::send_map to random, keyed hashes w/ hash::Hash trait.Graydon Hoare-2/+2
2012-08-30Fix some more test breakage.Graydon Hoare-3/+6
2012-08-30test: Fix compile-fail testsPatrick Walton-0/+11
2012-08-30rustc: "extern mod { ... }" should be written "extern { ... }" insteadPatrick Walton-2/+2
2012-08-30Fix auto_serialize test.Graydon Hoare-0/+35
2012-08-30test: Add a test for unused constants in foreign modulesPatrick Walton-0/+8
2012-08-30Bump version to 0.4Brian Anderson-1/+1
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-110/+211
2012-08-29std: Camel case some constructorsBrian Anderson-17/+17
2012-08-29Allow extern mods to be anonymousTim Chevalier-0/+9
2012-08-28In ty::impl_traits, treat structs properlyTim Chevalier-0/+20
2012-08-28CamelCasify lots of stdBen Striegel-30/+30
2012-08-28Add lint modes for uses of @ and ~ pointers, in general.Graydon Hoare-0/+33
2012-08-28Convert core::pipes to camel caseBrian Anderson-43/+43
2012-08-28Fix a test that mysteriously resolves correctly when not check-fastingBrian Anderson-1/+1
2012-08-27Camel case various core constructorsBrian Anderson-198/+182
2012-08-27Convert core::result to camel caseBrian Anderson-7/+7
2012-08-26fix bench test for arc::arc camelcaseBen Blum-3/+3
2012-08-26convert std::arc tests to use camel case ARCsBen Blum-2/+2
2012-08-26Camel case the option typeBrian Anderson-507/+507
2012-08-26Fix build breakageBrian Anderson-3/+4
2012-08-25Update test for new struct field syntax (fixes build breakage)Tim Chevalier-1/+1
2012-08-25Add test case for #2356Tim Chevalier-0/+4
2012-08-24Fix a curious failure not seen during testing.Graydon Hoare-1/+1
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-18/+13
2012-08-24Infer purity for || style closures. Closes #3023.Michael Sullivan-0/+11
2012-08-24Add a compile-fail test for #3255Ben Blum-0/+9
2012-08-24Enforce copyability in bind_by_value match arms (fix #3255)Ben Blum-2/+1
2012-08-24extend liveness to treat bindings more like other variablesNiko Matsakis-2/+41
2012-08-23Add a test case for helpful errors when copying into closures (#2942)Ben Blum-0/+39
2012-08-23More complete fix to #3162 (borrowck bug related to access to rec fields)Niko Matsakis-0/+8
2012-08-23remove a print in msgsend-ring-rw-arcsBen Blum-1/+0
2012-08-23don't consider use of `@fn` to be region-param'dNiko Matsakis-0/+22
2012-08-23libcore: update bytes/str reader to work with regions.Erick Tryzelaar-1/+1
2012-08-23Parenthesize unary move exprs in prettyprinterTim Chevalier-0/+7
2012-08-23don't infer region paramaterization for ids in a bound contextNiko Matsakis-0/+21
2012-08-23Rename str::bytes to str::to_bytesTim Chevalier-9/+9
2012-08-23Remove match check from test casesTim Chevalier-39/+57
2012-08-23fix atomic intrinsic test casesBen Blum-58/+54
2012-08-23Change calls of `proto!` to use parens.Paul Stansifer-32/+32
2012-08-23Eliminate some extraneous curly brackets inside invocations of `macro_rules!`.Paul Stansifer-15/+15
2012-08-23Update invocation syntax for `macro_rules!`Paul Stansifer-36/+36
2012-08-23`m1!{...}` -> `m1!(...)`Paul Stansifer-813/+813
2012-08-23Infer variance of types with respect to the region parameter.Niko Matsakis-5/+215
2012-08-22WIP: Add an xfailed test for bind-by-move (#2329)Ben Blum-0/+13
2012-08-22Add compile-fail tests for unsound moving out of enums (#2329)Ben Blum-0/+67
2012-08-22intern identifiersPaul Stansifer-20/+21
2012-08-22Track the type of self properly. Closes #3247.Michael Sullivan-0/+19
2012-08-21Fix generation of generic methods with explicit selfNiko Matsakis-0/+33
2012-08-21Don't refute "()" in let-bindings (fixes #3104).Ben Blum-0/+3