about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2013-05-19Test fixes, use LLVMConstFCmp in ConstFCmpCorey Richardson-6/+6
2013-05-19Implement unimplemented const binopsCorey Richardson-0/+116
2013-05-19Reexport static trait methods on traits in the same module.Tom Lee-0/+12
2013-05-19auto merge of #6106 : thestinger/rust/iter, r=bstriebors-5/+5
2013-05-19Use assert_eq! rather than assert! where possibleCorey Richardson-1328/+1328
2013-05-18auto merge of #6603 : thestinger/rust/whitespace, r=thestingerbors-8/+4
2013-05-18minor automated whitespace fixesDaniel Micay-8/+4
2013-05-18xfail-fast run-pass/core-rt-smokeBrian Anderson-0/+2
2013-05-18replace old_iter::repeat with the Times traitDaniel Micay-5/+5
2013-05-17Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-0/+18
2013-05-18Made bytes!() accept a list of string, integer or char literalsMarvin Löbel-3/+102
2013-05-18rustc: relax limits on (u)int type limit lint. Fixes #6130.Huon Wilson-0/+20
2013-05-17Re-implement lint with less emphasis on item idsAlex Crichton-6/+42
2013-05-16auto merge of #6473 : nikomatsakis/rust/issue-5967-rvalue-immutability, r=pcw...bors-0/+68
2013-05-16Add two tests for rvalue mutabilityNiko Matsakis-0/+68
2013-05-16Add BuiltinBounds to closure type: parse and handle subtyping,Niko Matsakis-0/+42
2013-05-16auto merge of #6530 : huonw/rust/deriving-deepclone, r=bstriebors-9/+49
2013-05-16auto merge of #6531 : sammykim/rust/bytes, r=luqmanabors-0/+16
2013-05-16syntax: implement #[deriving(DeepClone)]. Fixes #6514.Huon Wilson-9/+49
2013-05-16Add a test for bytes!Sangeun Kim-0/+16
2013-05-15auto merge of #6502 : huonw/rust/no-auto-code, r=graydonbors-0/+15
2013-05-15auto merge of #6500 : kud1ing/rust/cleanup, r=bstriebors-17/+0
2013-05-16syntax: deprecate #[auto_{en,de}code] in favour of #[deriving({En,De}codable)].Huon Wilson-0/+15
2013-05-15Merge remote-tracking branch 'brson/io' into incomingBrian Anderson-0/+18
2013-05-15core::rt: Add a test of standalone use of the runtimeBrian Anderson-0/+18
2013-05-15auto merge of #6487 : recrack/rust/vec_len, r=thestingerbors-17/+17
2013-05-15auto merge of #6485 : cmr/rust/local_rename_import_error, r=catamorphismbors-4/+14
2013-05-15remove deriving_eq, deriving_iter_bytes, deriving_clone (deprecated in 0.6)Lenny222-17/+0
2013-05-14auto merge of #6482 : catamorphism/rust/unsafe-fn-autoderef, r=catamorphismbors-4/+6
2013-05-15Rename vec::len(var) to var.len()Youngmin Yoo-17/+17
2013-05-15Use parentheses for cond! macro instead of preceding pipesBrendan Zabarauskas-6/+6
2013-05-14Fix resolution testsCorey Richardson-2/+6
2013-05-14Add span to some import resolution errorsCorey Richardson-3/+3
2013-05-14Add test for resolution errorsCorey Richardson-1/+7
2013-05-15Add Scheme-style `cond!` macro to syntax::ext::expandBrendan Zabarauskas-0/+46
2013-05-14testsuite: Update and un-xfail unsafe-fn-autoderefTim Chevalier-4/+6
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-3/+3
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-92/+92
2013-05-14auto merge of #6441 : alexcrichton/rust/issue-5531, r=luqmanabors-1/+1
2013-05-13auto merge of #6388 : recrack/rust/each2_mut, r=pcwaltonbors-0/+38
2013-05-13Remove re-exports from libcore/core.rcAlex Crichton-1/+1
2013-05-13auto merge of #6387 : brson/rust/unstable, r=brsonbors-2/+2
2013-05-13auto merge of #6417 : pcwalton/rust/exprs-in-patterns, r=pcwaltonbors-8/+10
2013-05-13core: Move locks, atomic rc to unstable::syncBrian Anderson-2/+2
2013-05-13test: Fix broken benchmark testPatrick Walton-3/+3
2013-05-13auto merge of #6443 : cmr/rust/resolution, r=bstriebors-1/+1
2013-05-13auto merge of #6437 : Thiez/rust/atomic, r=Aatchbors-0/+15
2013-05-13Better error for some unresolved importsCorey Richardson-1/+1
2013-05-13Add vec.rs each2_mut testsuiteYoungmin Yoo-0/+38
2013-05-12auto merge of #6400 : cmr/rust/remove_useless_import_error, r=thestingerbors-2/+1