summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-126/+126
2013-03-18Make &self permit explicit lifetimes, but don't really use themNiko Matsakis-0/+21
2013-03-18auto merge of #5420 : boggle/rust/sudoku-with-traits, r=graydonbors-106/+201
2013-03-18Refactored sudoku benchmark to use traits and added some testsStefan Plantikow-106/+201
2013-03-15Clonify some of run-passBen Striegel-61/+64
2013-03-14auto merge of #5366 : tedhorst/rust/threadring, r=brsonbors-0/+74
2013-03-14auto merge of #5365 : thestinger/rust/map, r=catamorphismbors-0/+4
2013-03-14test: Remove deprecated features from benchmark tests. rs=burningtreePatrick Walton-7/+15
2013-03-13test: Fix tests. rs=testsPatrick Walton-75/+83
2013-03-13test: Some test fixesPatrick Walton-19/+19
2013-03-13librustc: Remove implicit self from the language, except for old-style drop b...Patrick Walton-343/+322
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-35/+35
2013-03-13reinstate test/bench/shootout-threadring.rsTed Horst-0/+74
2013-03-13add the mutate_values method to the Map traitDaniel Micay-0/+4
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-48/+31
2013-03-13Revamp foreign code not to consider the Rust modes. This requiresNiko Matsakis-0/+149
2013-03-13auto merge of #5319 : brson/rust/debuginfo, r=brsonbors-14/+79
2013-03-13auto merge of #5293 : brson/rust/logging, r=brsonbors-568/+538
2013-03-13Represent enums with regular structs; no more alignment-breaking casts.Jed Davis-0/+26
2013-03-12auto merge of #5320 : apasel422/rust/metaderive, r=graydonbors-0/+89
2013-03-12syntax: implement #[deriving] meta-attributeAndrew Paseltiner-0/+89
2013-03-12auto merge of #5328 : bstrie/rust/optadd, r=graydonbors-0/+27
2013-03-11Remove the log keyword (by renaming it to __log)Brian Anderson-14/+0
2013-03-11Remove uses of logBrian Anderson-554/+538
2013-03-11auto merge of #5304 : jld/rust/const-adjustments, r=graydonbors-0/+74
2013-03-11Implement Add on Option typesBen Striegel-0/+27
2013-03-11rt/core: port os::list_dir to rust ref #4812Jeff Olson-5/+2
2013-03-11Re-enable struct value printing in debug info tests with gdb pretty printing offBrian Leibig-10/+9
2013-03-11Disable struct value printing in debug info testsBrian Leibig-8/+4
2013-03-11Debuginfo revampBrian Leibig-12/+82
2013-03-11librustc: Lint the old `drop` destructor notation offPatrick Walton-39/+4
2013-03-11test: Fix tests. rs=testsPatrick Walton-31/+31
2013-03-11test: Remove newtype enums from the test suite. rs=deenumPatrick Walton-110/+42
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-140/+140
2013-03-11Add one more test for vector destructuringSeo Sanghyeon-1/+42
2013-03-11Implement vector destructuring from tailSeo Sanghyeon-41/+61
2013-03-09Const dereference works now, so allow it.Jed Davis-0/+20
2013-03-09Don't copy const data to do an autoderef+autoref.Jed Davis-0/+18
2013-03-09Add some tests for const auto-deref.Jed Davis-0/+36
2013-03-09Make a const translation test match TESTNAME=constJed Davis-0/+0
2013-03-09Remove @ast::Region and replace with @ast::Lifetime.Niko Matsakis-24/+21
2013-03-09core: implement Clone for primitive typesAndrew Paseltiner-3/+19
2013-03-08auto merge of #5278 : brson/rust/logplusplus, r=brsonbors-0/+10
2013-03-08Fix dvec-related fallout in testsAlex Crichton-30/+2
2013-03-08test: Removing dvec usesAlex Crichton-141/+8
2013-03-08std: Remove uses of DVecAlex Crichton-0/+27
2013-03-07test: Fix tests.Patrick Walton-214/+278
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-1816/+1816
2013-03-07libsyntax: Stop parsing structural record typesPatrick Walton-2/+2
2013-03-07librustc: Remove "extern mod { ... }" from librustc, librustdoc, and tests. r...Patrick Walton-306/+435