summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-12-19implement capture clauses (move, in particular) and integrateNiko Matsakis-0/+52
2011-12-19resolve capture clausesNiko Matsakis-0/+12
2011-12-19when collecting free vars, track the span where it is used tooNiko Matsakis-0/+6
2011-12-19impl the proper partial order between fn typesNiko Matsakis-0/+18
2011-12-19libcore: add splitn to split a string N times.Erick Tryzelaar-13/+28
2011-12-19libcore: add vec push.Erick Tryzelaar-0/+15
2011-12-19libcore: Add vec any2 and all2 functions.Erick Tryzelaar-0/+16
2011-12-19getopts: add test for strings with spaces.Erick Tryzelaar-2/+5
2011-12-19Add type argument field to expr_pathMarijn Haverbeke-0/+1
2011-12-19Use quotes around tokens in parser error messages to make them more readableMarijn Haverbeke-2/+2
2011-12-18std: getopts now uses result::t (fixes #1289)Stefan Plantikow-37/+41
2011-12-18libcore: Remove task::set_min_stackBrian Anderson-15/+0
2011-12-18test: Enable all morestack testsBrian Anderson-27/+3
2011-12-18Only look for a matching method when normal field access failsMarijn Haverbeke-4/+27
2011-12-17rt: Use a DWARF CFI scheme that works on mac in __morestackBrian Anderson-0/+28
2011-12-16allow #[link_args] with #[nolink]. For now, fail if two modules link same lib...Graham Fawcett-0/+28
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-12/+17
2011-12-16std: file_is_dir -> path_is_dir, add path_existsElly Jones-4/+10
2011-12-16add test that requires capturing generic descriptorsNiko Matsakis-0/+36
2011-12-16first test of sendable fns (passes)Niko Matsakis-0/+20
2011-12-16rename iter2 to iteri to match typical conventionNiko Matsakis-4/+4
2011-12-16reorder args to the various vec, option fns so blk comes lastNiko Matsakis-31/+32
2011-12-16Change syntax for implMarijn Haverbeke-0/+18
2011-12-16Make 1.f parse as a field access on the integer 1Marijn Haverbeke-1/+1
2011-12-16Make uses of self in impls compileMarijn Haverbeke-2/+2
2011-12-15stdlib: Add a str::split_str() to split on a delimiter string of any lengthPatrick Walton-0/+14
2011-12-14Fixed type resolution error in math testsStefan Plantikow-8/+6
2011-12-14Moved std::math to std::coreStefan Plantikow-1/+1
2011-12-14std: export math_f* as math::f* submods and use tailcalls in std::mathStefan Plantikow-0/+3
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-462/+532
2011-12-11rt: Make unwinding through __morestack work on macBrian Anderson-3/+3
2011-12-09Allow type annotations for blocksMarijn Haverbeke-0/+4
2011-12-08Allow binding of nested patternsMarijn Haverbeke-0/+12
2011-12-07Fix test that used an oversized int literalMarijn Haverbeke-2/+2
2011-12-07Restore accidentally overwritten testMarijn Haverbeke-18/+74
2011-12-07Check for literals that are out of range for their typeMarijn Haverbeke-0/+3
2011-12-07Change literal representation to not truncateMarijn Haverbeke-76/+28
2011-12-07Disallow binding by-mut-ref and by-move argumentsMarijn Haverbeke-11/+11
2011-12-06rt: Various tweaks to make __morestack unwinding work on linuxBrian Anderson-2/+2
2011-12-05test: More tests for unwinding + morestackBrian Anderson-3/+43
2011-12-05rt: Make stack unwinding work more correctly with stack growthBrian Anderson-0/+35
2011-12-05test: Test hitting the dynamic linker in the red zoneBrian Anderson-0/+81
2011-12-05test: Add more tests for stack growthBrian Anderson-0/+126
2011-12-05rustc: Add suffix ".rc" to LLVM module identifierHaitao Li-0/+7
2011-12-05typeck: Fix for #932Stefan Plantikow-0/+4
2011-12-05rustc: Fix memory leak in do-while loopHaitao Li-0/+8
2011-12-02const_check: trans: added support for trivial castsStefan Plantikow-0/+15
2011-12-02parse: typeck: enabling trivial casts of tail-call return valuesStefan Plantikow-0/+45
2011-12-02Be less specific in 'unresolved import' error patternsMarijn Haverbeke-6/+6
2011-12-02Disable a test that's failing on 32-bit due to imprecise literal handlingMarijn Haverbeke-1/+2