summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2011-12-31core: killed all math wrappersStefan Plantikow-1/+4
2011-12-31Trying to remove wrappers from floatStefan Plantikow-0/+0
2011-12-30add cap clause to pretty printer, with a testNiko Matsakis-0/+17
2011-12-30add test for list:is_empty()Lenny222-1/+16
2011-12-29split proto from fn_decl, as not all fn_decls know the proto.Niko Matsakis-0/+22
2011-12-29Add support in lexer for utf8 identifiers. No NFKC logic in char yet.Graydon Hoare-0/+34
2011-12-29list: use predicate to enforce non-empty requirementLenny222-10/+35
2011-12-28On second thought, re-land pull request #1385 with backquotes; easier to grep...Graydon Hoare-15/+15
2011-12-25Use singlequotes in the typechecker too, to distinguish code and EnglishLenny222-17/+17
2011-12-24Merge pull request #1382 from Lenny222/charGraydon Hoare-0/+18
2011-12-24Merge pull request #1377 from Lenny222/icuGraydon Hoare-0/+34
2011-12-24char: add is_lowercase(), is_uppercase()Lenny222-0/+18
2011-12-22Register new snapshots, purge log_err and log_full in favour of log(...).Graydon Hoare-631/+631
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-50/+44
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-874/+1031
2011-12-22std::unicode: add functions, unit testLenny222-0/+34
2011-12-22Remove trivial cast checkerMarijn Haverbeke-58/+0
2011-12-22tests: add corner case (empty list)Lenny222-11/+19
2011-12-22json: add "null"Lenny222-0/+7
2011-12-21add tests I forgot to addNiko Matsakis-0/+26
2011-12-21valid cap clause for kind-ness tooNiko Matsakis-0/+10
2011-12-20Revert "wip"Brian Anderson-60/+0
2011-12-20wipBrian Anderson-0/+60
2011-12-20Add companion-module core.rs that exports log levels and option/some/none eve...Graydon Hoare-14/+0
2011-12-20removed math leftovers from stdStefan Plantikow-1/+1
2011-12-20test: Remove 'error:' from error patternHaitao Li-5/+5
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