| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-10-28 | Move to blocks, rather than fn@s, in parser.rs | Marijn Haverbeke | -16/+17 | |
| 2011-10-28 | Move to short type parameter keywords | Marijn Haverbeke | -24/+24 | |
| Issue #1076 | ||||
| 2011-10-28 | Register snapshot | Marijn Haverbeke | -0/+5 | |
| 2011-10-28 | Move to short kind kinds words in test suite | Marijn Haverbeke | -39/+39 | |
| Issue #1076 | ||||
| 2011-10-28 | Start accepting short keywords for parameter kinds | Marijn Haverbeke | -3/+5 | |
| This is a pre-snapshot commit to be able to implement #1076 without the bootstrap compiler getting in my way. | ||||
| 2011-10-27 | Remove whitespace | Brian Anderson | -2/+2 | |
| 2011-10-27 | Add std::vec::foldr | Brian Anderson | -1/+24 | |
| 2011-10-27 | Add a test for std::vec::iter2 | Brian Anderson | -0/+11 | |
| 2011-10-27 | Add reverse iterators to std::vec | Brian Anderson | -0/+57 | |
| 2011-10-27 | Remove std::vec::eachi. Same function as iter2. | Brian Anderson | -24/+11 | |
| 2011-10-27 | Implement vec::foldl without recursion | Brian Anderson | -6/+16 | |
| 2011-10-27 | Add std::vec::iter | Brian Anderson | -1/+26 | |
| 2011-10-27 | Remove std::int::eq_alias | Brian Anderson | -3/+0 | |
| This is the exact same function as int::eq | ||||
| 2011-10-27 | Make option::is_some option::is_none pure | Brian Anderson | -2/+2 | |
| 2011-10-27 | Make vec::reversed take [mutable? T] | Brian Anderson | -1/+8 | |
| 2011-10-27 | Make std:vec::grow_fn take an init_op type | Brian Anderson | -2/+2 | |
| 2011-10-27 | Reorder std::vec so the documentation renders better | Brian Anderson | -34/+35 | |
| Put all types first, then predicates, then functions | ||||
| 2011-10-27 | Convert various functions in std to take lambda blocks | Brian Anderson | -5/+5 | |
| 2011-10-27 | Document std::bitv | Brian Anderson | -3/+125 | |
| 2011-10-27 | Fix typo in Makefile.in | Brian Anderson | -1/+1 | |
| 2011-10-27 | Add a make docs target | Brian Anderson | -0/+2 | |
| 2011-10-27 | Add std docs to the build process | Brian Anderson | -0/+7 | |
| 2011-10-27 | Add more std docs | Brian Anderson | -27/+145 | |
| 2011-10-27 | Use the std::term color constants in the codemap | Brian Anderson | -3/+3 | |
| Exported constants work now. Woo! | ||||
| 2011-10-27 | Remove uint::max/min in favor if math::max/min | Matt Brubeck | -9/+7 | |
| 2011-10-27 | Add documentation to std::uint | Matt Brubeck | -10/+73 | |
| 2011-10-27 | Add std documentation for float and u8 functions | Matt Brubeck | -0/+41 | |
| 2011-10-27 | Mark uint add/sub/mul/div/rem functions as pure | Matt Brubeck | -5/+5 | |
| 2011-10-27 | Add function aliases for float operators | Matt Brubeck | -0/+30 | |
| 2011-10-27 | Add tests for the 'as' (cast) operator | Matt Brubeck | -0/+269 | |
| 2011-10-27 | Add 'as' (cast) operator to the documentation | Matt Brubeck | -0/+25 | |
| 2011-10-27 | Add more std docs | Brian Anderson | -7/+164 | |
| 2011-10-27 | Cleanup in std::task | Brian Anderson | -14/+14 | |
| 2011-10-27 | More std docs | Brian Anderson | -3/+26 | |
| 2011-10-26 | Remove task::join_id | Brian Anderson | -32/+0 | |
| This is the old, racy way of joining to a task. It is no longer used. | ||||
| 2011-10-26 | Add more std documentation | Brian Anderson | -83/+861 | |
| 2011-10-26 | Use web-style paragraphs in std docs | Brian Anderson | -2/+14 | |
| 2011-10-26 | Add more std documentation | Brian Anderson | -20/+212 | |
| 2011-10-25 | rustc.1: Fix formatting. | Elly Jones | -27/+54 | |
| 2011-10-25 | rustc.1: Fix sysroot documentation. | Elly Jones | -1/+2 | |
| 2011-10-25 | Add more comments to install.mk | Brian Anderson | -0/+11 | |
| 2011-10-25 | Install man page for rustc | Brian Anderson | -0/+2 | |
| 2011-10-25 | Merge pull request #1073 from elly/master | Brian Anderson | -0/+103 | |
| Add rustc(1). | ||||
| 2011-10-25 | man: Add rustc.1. | Elly Jones | -0/+103 | |
| Document the compiler a bit. Not installed yet as I don't understand automake very well. Signed-off-by: Elly Jones <elly@leptoquark.net> | ||||
| 2011-10-25 | Begin documenting std and add doc generation using naturaldocs | Brian Anderson | -110/+1412 | |
| Naturaldocs isn't really that great but it seems easier to get something working than with doxygen, for which we would need to convert rust code to something C++ish. We probably want to just write a rustdoc utility at some point. | ||||
| 2011-10-25 | Properly take mutable object fields into account during alias analysis | Marijn Haverbeke | -29/+35 | |
| Closes #1055 | ||||
| 2011-10-25 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -288/+289 | |
| Closes #1067 | ||||
| 2011-10-25 | Remove support for @/~-style type param kind annotation | Marijn Haverbeke | -9/+2 | |
| Issue #1067 | ||||
| 2011-10-25 | Register new snapshot | Marijn Haverbeke | -0/+5 | |
| 2011-10-25 | Step one towards new type param kind syntax | Marijn Haverbeke | -5/+9 | |
| Issue #1067 Needs a snapshot to finalize. | ||||
