| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
This leaves syntax::ast just defining the AST, which strikes me as somewhat
nicer
|
|
This changes the indexing syntax from .() to [], the vector syntax from ~[] to
[] and the extension syntax from #fmt() to #fmt[]
|
|
|
|
|
|
This should make the compilation process a bit less noisy.
|
|
|
|
|
|
|
|
|
|
Only thing left is to remove some duplicate interfaces in std::extfmt::rt
after the next snapshot
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It will take a snapshot to finish the ivec conversion for #fmt
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vec-related imports
|
|
|
|
parse_sess to session.
|
|
test case
|
|
At long last, this patch makes #fmt usable from inside the standard library.
The way it does it us very hackish, but at least it works now.
|
|
|