summary refs log tree commit diff
path: root/src/test/compile-fail
AgeCommit message (Expand)AuthorLines
2013-07-01auto merge of #7443 : yjh0502/rust/fix_field_dup, r=huonwbors-0/+17
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-4/+2
2013-06-30Convert vec::{reverse, swap} to methods.Huon Wilson-3/+1
2013-06-30Fixes #7377jihyun-0/+17
2013-06-29auto merge of #7441 : catamorphism/rust/testcases_2013-06-27, r=catamorphismbors-0/+29
2013-06-29auto merge of #7363 : bblum/rust/soundness, r=nikomatsakisbors-3/+91
2013-06-29auto merge of #7244 : bblum/rust/once, r=nikomatsakisbors-0/+137
2013-06-29Add two tests for the case of the recurring closure.Ben Blum-0/+88
2013-06-29Trade stack closure copyability for type soundness.Ben Blum-1/+1
2013-06-29'Borrow' stack closures rather than copying them (e.g., "|x|f(x)"), in prep f...Ben Blum-2/+2
2013-06-28auto merge of #7479 : mozilla/rust/rollup, r=thestingerbors-4/+4
2013-06-29Rename #[mutable] to #[no_freeze]Brian Anderson-2/+2
2013-06-29Rename #[non_sendable] to #[no_send]Brian Anderson-2/+2
2013-06-28Add tests for some default method things.Michael Sullivan-0/+24
2013-06-28Rename Const/Owned in more placesJames Miller-5/+5
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-11/+11
2013-06-28librustc: Remove the broken overloaded assign-ops from the language.Patrick Walton-1/+1
2013-06-28libsyntax: Remove "copy" pattern bindings from the languagePatrick Walton-4/+4
2013-06-28librustc: Disallow "mut" from distributing over bindings.Patrick Walton-7/+7
2013-06-28librustc: Change "Owned" to "Send" everywherePatrick Walton-20/+20
2013-06-28librustc: Rename Const to FreezePatrick Walton-6/+6
2013-06-27testsuite: Add test cases, some xfailedTim Chevalier-0/+29
2013-06-26Change expected error message in kindchk compile-fail tests.Ben Blum-7/+8
2013-06-26Infer default static/Owned bounds for unbounded heap fns/traits (#7264)Ben Blum-4/+41
2013-06-25auto merge of #7269 : luqmana/rust/drop, r=thestingerbors-30/+30
2013-06-25Change finalize -> drop.Luqman Aden-30/+30
2013-06-25auto merge of #7373 : thestinger/rust/iterator, r=huonwbors-10/+5
2013-06-25remove `each` from vec, HashMap and HashSetDaniel Micay-10/+5
2013-06-25auto merge of #7325 : artagnon/rust/resolve-module, r=cmrbors-1/+1
2013-06-25resolve: report duplicate module definitionsRamkumar Ramachandra-1/+1
2013-06-25Add the `warnings` lint attributeAlex Crichton-0/+30
2013-06-23Support foreign 'static mut' variables as wellAlex Crichton-0/+21
2013-06-23Add 'static mut' items to the languageAlex Crichton-0/+73
2013-06-23Add basic test cases for closure bounds. (#3569)Ben Blum-1/+73
2013-06-23Add tests for not-kind-checked trait bounds.Ben Blum-0/+81
2013-06-23Fix error messages in test cases, since fns/traits now pretty-print with a bo...Ben Blum-8/+8
2013-06-23auto merge of #7267 : luqmana/rust/issue-5792, r=cmrbors-0/+17
2013-06-23vec: remove BaseIter implementationDaniel Micay-4/+4
2013-06-22Fix-up PP Code to reflect new lifetime param syntaxJames Miller-2/+2
2013-06-20Add test for duplicate definitions of structs and enum struct variants.Luqman Aden-0/+17
2013-06-19Hide the once-move-out privilege for stack fns behind '-Z once-fns'Ben Blum-0/+1
2013-06-19Add tests for once functions (#2549).Ben Blum-0/+136
2013-06-16Add copies to type params with Copy boundNiko Matsakis-3/+4
2013-06-14auto merge of #7110 : thestinger/rust/iterator, r=brsonbors-6/+0
2013-06-14add IteratorUtil to the preludeDaniel Micay-6/+0
2013-06-13automated whitespace fixesDaniel Micay-4/+0
2013-06-13std: remove the invalid NullTerminatedStr instance for &'static str.Huon Wilson-0/+21
2013-06-12Add tests for duplicate methods on traits/impls.Luqman Aden-0/+33
2013-06-10auto merge of #7046 : luqmana/rust/issue-7044, r=sanxiynbors-0/+14
2013-06-10Add test for #7044.Luqman Aden-0/+14