summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-10-31fix missing_doc lint on private traitsDavid Creswick-3/+2
2013-10-31Implement a concat!() format extensionAlex Crichton-0/+33
2013-10-31librustc: Implement `|A| -> B` syntax for closures and make bare `fn`Patrick Walton-5/+87
2013-10-31auto merge of #10189 : alexcrichton/rust/inner-statics, r=cmrbors-0/+21
2013-10-30auto merge of #10166 : brson/rust/meta, r=alexcrichtonbors-2/+19
2013-10-30Forbid type parameters in inner staticsAlex Crichton-0/+21
2013-10-30auto merge of #10120 : Kimundi/rust/remove_sys, r=alexcrichtonbors-41/+1
2013-10-30syntax: Forbid non-string literals in meta items. #623Brian Anderson-2/+19
2013-10-30auto merge of #10172 : pythonesque/rust/issue-9890, r=thestingerbors-0/+29
2013-10-30Prepared `std::sys` for removal, and made `begin_unwind` simplerMarvin Löbel-41/+1
2013-10-30Special-casing iter_vec_raw to use a counter for zero-size types (Closes #9890).Joshua Yanovski-0/+29
2013-10-30auto merge of #10123 : klutzy/rust/fix-7507, r=alexcrichtonbors-1/+20
2013-10-30test: Add test for LHS expression checkklutzy-0/+20
2013-10-30rustc: Check LHS expression of assignmentklutzy-1/+0
2013-10-30auto merge of #9613 : jld/rust/enum-discrim-size.r0, r=alexcrichtonbors-35/+368
2013-10-30Fix check-fast breakage in new enum test.Jed Davis-1/+1
2013-10-29auto merge of #10145 : TeXitoi/rust/issues-2913, r=bstriebors-50/+46
2013-10-29auto merge of #10136 : hatahet/rust/master, r=alexcrichtonbors-16/+14
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-5/+32
2013-10-29Add another discriminant-size-related test, this time with fields.Jed Davis-0/+41
2013-10-29Add tests for enum discriminant sizing.Jed Davis-7/+271
2013-10-29Adjust reflection for the possibility of discriminants larger than int.Jed Davis-21/+16
2013-10-29Assorted cleanups suggested by reviewers.Jed Davis-1/+2
2013-10-29Unbreak the debuginfo tests.Jed Davis-8/+8
2013-10-29Check repr attribute consistency at check time, not translation.Jed Davis-1/+1
2013-10-29Add repr attributes in various places that need them.Jed Davis-1/+1
2013-10-29Initial implementation of enum discrimnant sizing.Jed Davis-0/+32
2013-10-29rewrite shootout-binarytrees.rs to match shootout directivesGuillaume Pinot-50/+46
2013-10-28#8263 part 2: Adding struct name.Joshua Yanovski-2/+2
2013-10-28Capitalize statics in f32 and f64 modsZiad Hatahet-16/+14
2013-10-28auto merge of #10089 : pythonesque/rust/issue-7718, r=catamorphismbors-0/+17
2013-10-28Allow fail messages to be caught, and introduce the Any traitMarvin Löbel-3/+50
2013-10-27auto merge of #10026 : luqmana/rust/mut-pat, r=pcwaltonbors-0/+115
2013-10-26Make addl_lib_search_paths a HashSet (Closes #7718).Joshua Yanovski-0/+17
2013-10-26auto merge of #10072 : brson/rust/modelines, r=thestingerbors-125/+2
2013-10-25Remove ancient emacs mode lines from test casesBrian Anderson-125/+2
2013-10-25auto merge of #10067 : sanxiyn/rust/addr-of-bot, r=thestingerbors-0/+15
2013-10-25Allow taking address of bottomSeo Sanghyeon-0/+15
2013-10-25Test for mut in ident patterns.Luqman Aden-0/+115
2013-10-24Fix a bug with the scheduler and destructor orderAlex Crichton-0/+52
2013-10-24Fixing some tests, adding some pipesAlex Crichton-1/+4
2013-10-24Remove std::io once and for all!Alex Crichton-4/+4
2013-10-24Remove std::io from ebmlAlex Crichton-6/+6
2013-10-24Test fixes and merge conflictsAlex Crichton-46/+52
2013-10-24Remove even more of std::ioAlex Crichton-174/+106
2013-10-24Remove unbound pipes from io::pipeAlex Crichton-9/+4
2013-10-23auto merge of #10032 : thestinger/rust/snapshot, r=huonwbors-41/+377
2013-10-23register snapshotsDaniel Micay-41/+377
2013-10-23auto merge of #9810 : huonw/rust/rand3, r=alexcrichtonbors-3/+3
2013-10-23auto merge of #10027 : catamorphism/rust/testcases-2013-10-22, r=catamorphismbors-0/+111