| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2011-12-06 | Establish 'core' library separate from 'std'. | Graydon Hoare | -89/+0 | |
| 2011-11-18 | Update stdlib, compiler, and tests to new kind system | Marijn Haverbeke | -3/+4 | |
| This involved adding 'copy' to more generics than I hoped, but an experiment with making it implicit showed that that way lies madness -- unless enforced, you will not remember to mark functions that don't copy as not requiring copyable kind. Issue #1177 | ||||
| 2011-11-17 | remove compile-command from local variable blocks | Niko Matsakis | -1/+0 | |
| 2011-11-10 | Cleanup unused imports | Haitao Li | -2/+0 | |
| 2011-10-25 | Begin documenting std and add doc generation using naturaldocs | Brian Anderson | -1/+46 | |
| 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 | Update our code to new type parameter kind syntax | Marijn Haverbeke | -3/+3 | |
| Closes #1067 | ||||
| 2011-09-24 | Vectors containing pinned kinds become pinned | Brian Anderson | -3/+3 | |
| Otherwise they could be copied | ||||
| 2011-09-15 | Insert omitted semicolons for statements | Marijn Haverbeke | -3/+3 | |
| 2011-09-12 | Factor imports mindlessly. | Graydon Hoare | -2/+1 | |
| 2011-09-12 | Reformat for new mode syntax, step 1 | Marijn Haverbeke | -5/+5 | |
| Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit. | ||||
| 2011-08-20 | Reformat | Brian Anderson | -9/+10 | |
| This changes the indexing syntax from .() to [], the vector syntax from ~[] to [] and the extension syntax from #fmt() to #fmt[] | ||||
| 2011-08-16 | Port the stdlib to the decl foo<T> syntax. | Erick Tryzelaar | -5/+5 | |
| 2011-08-16 | Port the stdlib to the typaram foo<T> syntax. | Erick Tryzelaar | -7/+7 | |
| 2011-08-15 | The wonky for...in... whitespace was bothering me. Sorry! | Lindsey Kuper | -3/+3 | |
| 2011-08-12 | Change a bunch of places in the stdlib to use blocks. | Michael Sullivan | -5/+2 | |
| 2011-08-09 | Port the stdlib to the ivec type [T] syntax. | Erick Tryzelaar | -7/+7 | |
| 2011-07-27 | Reformat for new syntax | Marijn Haverbeke | -30/+17 | |
| 2011-07-26 | Remove all uses of tuples from the compiler and stdlib | Marijn Haverbeke | -2/+3 | |
| 2011-07-12 | stdlib: Port std::either over to interior vectors | Patrick Walton | -11/+11 | |
| 2011-06-16 | Reformat a bunch of recent churn. | Graydon Hoare | -11/+8 | |
| 2011-06-15 | stdlib: Add an either module | Brian Anderson | -0/+64 | |
| Like Haskell's, with left and right tags, various conversion functions | ||||
