| Age | Commit message (Expand) | Author | Lines |
| 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-03 | Allow tail expressions even in no_value blocks. Type checker | Niko Matsakis | -2/+5 |
| 2012-01-03 | Merge pull request #1392 from Lenny222/list | Brian Anderson | -7/+36 |
| 2012-01-01 | freebsd support | User Jyyou | -1/+2 |
| 2012-01-01 | "str": extract to_upper/lower_case() into "char" | Lenny222 | -0/+16 |
| 2011-12-30 | add test for list:is_empty() | Lenny222 | -1/+16 |
| 2011-12-29 | list: use predicate to enforce non-empty requirement | Lenny222 | -7/+21 |
| 2011-12-24 | Merge pull request #1382 from Lenny222/char | Graydon Hoare | -0/+18 |
| 2011-12-24 | Merge pull request #1377 from Lenny222/icu | Graydon Hoare | -0/+34 |
| 2011-12-24 | char: add is_lowercase(), is_uppercase() | Lenny222 | -0/+18 |
| 2011-12-22 | Register new snapshots, purge log_err and log_full in favour of log(...). | Graydon Hoare | -60/+60 |
| 2011-12-22 | Merge all 3 log syntaxes, tidy up residual misuses. | Graydon Hoare | -25/+19 |
| 2011-12-22 | Register snapshots and switch logging over to use of log_full or #error / #de... | Graydon Hoare | -105/+117 |
| 2011-12-22 | std::unicode: add functions, unit test | Lenny222 | -0/+34 |
| 2011-12-22 | tests: add corner case (empty list) | Lenny222 | -11/+19 |
| 2011-12-22 | json: add "null" | Lenny222 | -0/+7 |
| 2011-12-20 | removed math leftovers from std | Stefan Plantikow | -1/+1 |
| 2011-12-19 | libcore: add splitn to split a string N times. | Erick Tryzelaar | -13/+28 |
| 2011-12-19 | libcore: add vec push. | Erick Tryzelaar | -0/+15 |
| 2011-12-19 | libcore: Add vec any2 and all2 functions. | Erick Tryzelaar | -0/+16 |
| 2011-12-19 | getopts: add test for strings with spaces. | Erick Tryzelaar | -2/+5 |
| 2011-12-18 | std: getopts now uses result::t (fixes #1289) | Stefan Plantikow | -35/+36 |
| 2011-12-16 | implement #[nolink]; deprecate #[link_name = ""]; note in stdlib to remove em... | Graham Fawcett | -1/+1 |
| 2011-12-16 | std: file_is_dir -> path_is_dir, add path_exists | Elly Jones | -4/+10 |
| 2011-12-16 | rename iter2 to iteri to match typical convention | Niko Matsakis | -4/+4 |
| 2011-12-16 | reorder args to the various vec, option fns so blk comes last | Niko Matsakis | -25/+25 |
| 2011-12-15 | stdlib: Add a str::split_str() to split on a delimiter string of any length | Patrick Walton | -0/+14 |
| 2011-12-14 | Moved std::math to std::core | Stefan Plantikow | -1/+1 |
| 2011-12-14 | std: export math_f* as math::f* submods and use tailcalls in std::math | Stefan Plantikow | -0/+3 |
| 2011-12-13 | Copy first batch of material from libstd to libcore. | Graydon Hoare | -76/+146 |
| 2011-12-07 | Disallow binding by-mut-ref and by-move arguments | Marijn Haverbeke | -2/+2 |
| 2011-12-01 | stdlib: Implement some preliminary libuv bindings | Brian Anderson | -0/+45 |
| 2011-11-29 | update io test to use tmp directory, and update configure to create it | Niko Matsakis | -1/+1 |
| 2011-11-28 | Ignore some should_fail tests on win32 | Brian Anderson | -0/+2 |
| 2011-11-28 | c_vec: add tests | Joshua Wise | -0/+58 |
| 2011-11-24 | Comment-out some math tests that produce different results on win32 | Brian Anderson | -7/+9 |
| 2011-11-24 | std: math: renaming and documentation fixes | Stefan Plantikow | -1/+2 |
| 2011-11-24 | std: factored f32 and f64 out from math | Stefan Plantikow | -2/+4 |
| 2011-11-24 | std: added missing calls to math; covers C95 completely now, includes tests | Stefan Plantikow | -9/+225 |
| 2011-11-24 | std: rewrote math to support most C95 libmath calls on f32, f64 and float | Stefan Plantikow | -6/+6 |
| 2011-11-22 | Add fs::rmdir() and tempfile/gen_str() tests. | Elly Jones | -0/+29 |
| 2011-11-21 | stdlib: added (2,3,4)-valued logic ADTs | Stefan Plantikow | -0/+292 |
| 2011-11-21 | Ignore test_log_functions test for now | Marijn Haverbeke | -0/+1 |
| 2011-11-21 | Added logarithm functions for floats to std::math | Stefan Plantikow | -0/+39 |
| 2011-11-18 | Add tests for unsafe::reinterpret_cast | Brian Anderson | -0/+14 |
| 2011-11-18 | stdlib: Add tests for sys::size_of and sys::align_of | Brian Anderson | -0/+45 |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -2/+2 |
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -6/+0 |
| 2011-11-16 | refactor all unix types | Niko Matsakis | -6/+8 |