aboutsummaryrefslogtreecommitdiff
path: root/src/comp/pretty
Commit message (Expand)AuthorAgeFilesLines
* Make the parser more careful about keywordsMarijn Haverbeke2011-05-131-3/+2
* Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke2011-05-122-271/+273
* Change module dereference syntax from . to ::Marijn Haverbeke2011-05-121-2/+2
* Keep resolve data in external hash table, rather than embedded defsMarijn Haverbeke2011-05-121-2/+2
* Give the lexer a session so that it can fail more informativelyBrian Anderson2011-05-111-2/+3
* Rewrite comp/middle/resolve.rsMarijn Haverbeke2011-05-111-1/+1
* rustc: Alias fix part 1 -- Separate out AST modes from typechecker modes, and...Patrick Walton2011-05-091-1/+1
* Rename std modules to be camelcasedMarijn Haverbeke2011-05-062-71/+71
* Consolidating expr_to_str functions.Lindsey Kuper2011-05-051-9/+0
* Bring back "pred" syntax for writing predicates for checkTim Chevalier2011-05-051-1/+8
* rustc: Stub support for Rust intrinsicsPatrick Walton2011-05-031-0/+3
* Revert "Rename the "llvm" API to "llvm-intrinsic"" due to tinderbox bustagePatrick Walton2011-05-031-1/+0
* Rename the "llvm" API to "llvm-intrinsic"Patrick Walton2011-05-031-0/+1
* Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton2011-05-021-1/+7
* Revert "Use different syntax for checks that matter to typestate"Graydon Hoare2011-05-021-7/+1
* Use different syntax for checks that matter to typestateTim Chevalier2011-05-021-1/+7
* Handle nested items correctly in typestate_checkTim Chevalier2011-04-191-0/+17
* Remove effect system from src.Graydon Hoare2011-04-192-80/+70
* add log_err to rustcMarijn Haverbeke2011-04-191-2/+5
* Work on destructors, not entirely functional yet (no tydesc integration).Graydon Hoare2011-04-141-2/+2
* rustc: Remove generalize_ty. Instead, maintain an explicit type parameter sub...Patrick Walton2011-04-141-0/+9
* rustc: Switch to indices for type parametersPatrick Walton2011-04-121-1/+1
* rustc: Add "float" as a type to the pretty printerPatrick Walton2011-04-121-0/+1
* Move to single-uint file-position representation.Marijn Haverbeke2011-04-091-15/+4
* Support for self-calls that take arguments.Lindsey Kuper2011-04-071-4/+1
* Continued sketching out code for checking states against preconditions.Tim Chevalier2011-04-061-2/+2
* Further on the path toward self-awareness.Lindsey Kuper2011-04-051-2/+6
* Oops -- if we're going to use the pretty-printer, we need it to work.Lindsey Kuper2011-04-051-0/+5
* Started adding support for typestate checking.Tim Chevalier2011-04-011-8/+8
* Add block_to_str and expr_to_str methods to the pprust module.Brian Anderson2011-03-311-0/+18
* rustc: Add a type annotation to tag itemsPatrick Walton2011-03-311-1/+1
* More stuff to go with the new expr_call_self AST nodeLindsey Kuper2011-03-311-0/+7
* Improve line comment positioningMarijn Haverbeke2011-03-311-27/+64
* Support break and cont in pretty-printerMarijn Haverbeke2011-03-311-0/+6
* Add effect field to ast.ty_fn.Marijn Haverbeke2011-03-311-4/+9
* Preserve comments when pretty-printing.Marijn Haverbeke2011-03-312-786/+976
* Update pretty printer for ports, channels, send and receiveBrian Anderson2011-03-251-1/+33
* Refactor ast.local to make room for initialization via recvBrian Anderson2011-03-251-2/+2
* make lexer unicode-aware for strings and char literalsMarijn Haverbeke2011-03-251-1/+0
* fix pretty-printerMarijn Haverbeke2011-03-251-6/+10
* Started adding support for floating-point type, floating-point literals, and ...Tim Chevalier2011-03-211-0/+3
* Modify native_item_fn to handle trailing linkage names that differ from the i...Graydon Hoare2011-03-201-1/+5
* rustc: Implement "mutable?". Add a test case and XFAIL it in rustboot for now.Patrick Walton2011-03-181-2/+4
* rustc: Switch mutability from being a type constructor to a field annotationPatrick Walton2011-03-171-25/+30
* Switch all vases of vec += elt to vec += vec. Prohibit former in rustboot. Tw...Graydon Hoare2011-03-162-7/+9
* rustc: Add an annotation for the crate definition to view_item_usePatrick Walton2011-03-151-1/+1
* Merge remote branch 'brson/recursive-elseif'Graydon Hoare2011-03-141-18/+10
|\
| * Merge branch 'master' into recursive-elseifBrian Anderson2011-03-132-34/+84
| |\
| * | Merge branch 'master' into recursive-elseifBrian Anderson2011-03-071-18/+10
* | | Make pretty-printer print 'with' clause in rec literalsMarijn Haverbeke2011-03-141-1/+11
| |/ |/|