aboutsummaryrefslogtreecommitdiff
path: root/src/comp/front/extfmt.rs
Commit message (Collapse)AuthorAgeFilesLines
* Another go at changing compile-command, this time using RBUILD env var.Graydon Hoare2011-03-251-1/+1
|
* Revert "Bulk-edit compile commands in emacs chatter to point to assumed ↵Graydon Hoare2011-03-251-1/+1
| | | | | | build/ dir off src root." This reverts commit 846f2e2ba994268725f38c36fa12f1a09f21615c.
* Bulk-edit compile commands in emacs chatter to point to assumed build/ dir ↵Graydon Hoare2011-03-251-1/+1
| | | | off src root.
* Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. ↵Graydon Hoare2011-03-161-2/+2
| | | | Tweak std lib vec fns in process.
* Remove typestate workaroundsBrian Anderson2011-03-061-15/+2
|
* Remove some erroneous FIXMEs from #fmt parserBrian Anderson2011-03-021-2/+0
|
* Comment-out some logging chatter in extfmt.Graydon Hoare2011-03-021-6/+6
|
* Finish #fmt string parsing. Completely untested.Brian Anderson2011-03-021-7/+89
|
* Add debug logging for #fmt conv. Implement peek_num fnBrian Anderson2011-03-021-21/+123
|
* Whitespace cleanupBrian Anderson2011-03-021-5/+5
|
* Remove debug logging from extfmtBrian Anderson2011-03-021-13/+0
|
* Implement #fmt conversion for int and uintBrian Anderson2011-03-021-8/+107
|
* Start generating AST nodes for #fmtBrian Anderson2011-03-021-8/+34
|
* Parse parameter types for fmt extensionBrian Anderson2011-03-021-28/+120
|
* Begin work on #fmt parsingBrian Anderson2011-03-021-2/+98
|
* Begin implementing #fmt in rustcBrian Anderson2011-03-021-0/+84