about summary refs log tree commit diff
path: root/src/test/stdtest
AgeCommit message (Expand)AuthorLines
2012-01-04"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")Lenny222-3/+3
2012-01-04"char": use shorter names "to_lower"/"to_upper", analogous to the same names ...Lenny222-10/+10
2012-01-03Allow tail expressions even in no_value blocks. Type checkerNiko Matsakis-2/+5
2012-01-03Merge pull request #1392 from Lenny222/listBrian Anderson-7/+36
2012-01-01freebsd supportUser Jyyou-1/+2
2012-01-01"str": extract to_upper/lower_case() into "char"Lenny222-0/+16
2011-12-30add test for list:is_empty()Lenny222-1/+16
2011-12-29list: use predicate to enforce non-empty requirementLenny222-7/+21
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-60/+60
2011-12-22Merge all 3 log syntaxes, tidy up residual misuses.Graydon Hoare-25/+19
2011-12-22Register snapshots and switch logging over to use of log_full or #error / #de...Graydon Hoare-105/+117
2011-12-22std::unicode: add functions, unit testLenny222-0/+34
2011-12-22tests: add corner case (empty list)Lenny222-11/+19
2011-12-22json: add "null"Lenny222-0/+7
2011-12-20removed math leftovers from stdStefan Plantikow-1/+1
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-18std: getopts now uses result::t (fixes #1289)Stefan Plantikow-35/+36
2011-12-16implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em...Graham Fawcett-1/+1
2011-12-16std: file_is_dir -> path_is_dir, add path_existsElly Jones-4/+10
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-25/+25
2011-12-15stdlib: Add a str::split_str() to split on a delimiter string of any lengthPatrick Walton-0/+14
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-76/+146
2011-12-07Disallow binding by-mut-ref and by-move argumentsMarijn Haverbeke-2/+2
2011-12-01stdlib: Implement some preliminary libuv bindingsBrian Anderson-0/+45
2011-11-29update io test to use tmp directory, and update configure to create itNiko Matsakis-1/+1
2011-11-28Ignore some should_fail tests on win32Brian Anderson-0/+2
2011-11-28c_vec: add testsJoshua Wise-0/+58
2011-11-24Comment-out some math tests that produce different results on win32Brian Anderson-7/+9
2011-11-24std: math: renaming and documentation fixesStefan Plantikow-1/+2
2011-11-24std: factored f32 and f64 out from mathStefan Plantikow-2/+4
2011-11-24std: added missing calls to math; covers C95 completely now, includes testsStefan Plantikow-9/+225
2011-11-24std: rewrote math to support most C95 libmath calls on f32, f64 and floatStefan Plantikow-6/+6
2011-11-22Add fs::rmdir() and tempfile/gen_str() tests.Elly Jones-0/+29
2011-11-21stdlib: added (2,3,4)-valued logic ADTsStefan Plantikow-0/+292
2011-11-21Ignore test_log_functions test for nowMarijn Haverbeke-0/+1
2011-11-21Added logarithm functions for floats to std::mathStefan Plantikow-0/+39
2011-11-18Add tests for unsafe::reinterpret_castBrian Anderson-0/+14
2011-11-18stdlib: Add tests for sys::size_of and sys::align_ofBrian Anderson-0/+45
2011-11-18Update stdlib, compiler, and tests to new kind systemMarijn Haverbeke-2/+2
2011-11-17remove compile-command from local variable blocksNiko Matsakis-6/+0
2011-11-16refactor all unix typesNiko Matsakis-6/+8