about summary refs log tree commit diff
path: root/src/comp
AgeCommit message (Expand)AuthorLines
2011-04-13Add more commentary about ExtFmtBrian Anderson-14/+7
2011-04-13Add support for printing uints as lower-case hex to ExtFmt.Brian Anderson-13/+78
2011-04-13Move #fmt conversion model into ExtFmt.CT namespaceBrian Anderson-29/+28
2011-04-13rm unused importTim Chevalier-1/+0
2011-04-13Make expr_while work in typestate_checkTim Chevalier-116/+93
2011-04-13Fix temporary-spilling logic in trans_args, uncomment most of lib-deque.rs (w...Graydon Hoare-1/+5
2011-04-13Lex numeric escapes, needed for lib-str.rs (which now passes).Graydon Hoare-13/+77
2011-04-13Enable alias analysis and the function attributes pass.Rafael Ávila de Espíndola-4/+7
2011-04-12typestate_check can now handle expr_block, expr_if, and expr_binaryTim Chevalier-161/+358
2011-04-12rustc: Switch to indices for type parametersPatrick Walton-382/+255
2011-04-12rustc: Add "float" as a type to the pretty printerPatrick Walton-0/+1
2011-04-12Further work on typestate. Handles expr_rec and expr_assign now.Tim Chevalier-249/+536
2011-04-12Make glue always pass-by-alias and rename "scalar_or_boxed" concept to "immed...Graydon Hoare-48/+73
2011-04-12Tighten up condition on use of opaque_tag, remove blunt hammer of alias arg-c...Graydon Hoare-5/+20
2011-04-12Enable more optimizations.Rafael Ávila de Espíndola-9/+10
2011-04-11Factor out creation of calls into ExtFmt.RTBrian Anderson-12/+12
2011-04-11Add support for bool, char to extfmt.Brian Anderson-0/+10
2011-04-11Move ExtFmt compile-time functions into their own moduleBrian Anderson-1/+1
2011-04-11Make ExtFmt call its own functions instead of others defined in stdBrian Anderson-6/+4
2011-04-11Move extfmt parsing into standard libraryBrian Anderson-210/+1
2011-04-11Move the extfmt data model into the standard library.Brian Anderson-48/+30
2011-04-11rustc: Add a uint hash functionPatrick Walton-0/+8
2011-04-11rustc: Factor out expr_ty() into expr_ann() and expr_ty()Patrick Walton-38/+45
2011-04-11Implement the "attempted dynamic environment-capture" error in rustc.Rafael Ávila de Espíndola-0/+121
2011-04-08rustc: Push down types for all expressions; add logic for recv and sendPatrick Walton-2/+26
2011-04-09Remove silly legacy glue-offset encoding, predicate runtime adjustments by AB...Graydon Hoare-48/+30
2011-04-09Fix codemap.lookup_posMarijn Haverbeke-15/+12
2011-04-08rustc: Rename "demand" to "pushdown" in the typechecker and explain more clea...Patrick Walton-376/+409
2011-04-09Move to single-uint file-position representation.Marijn Haverbeke-351/+413
2011-04-09Make lexer buffer the whole fileMarijn Haverbeke-59/+66
2011-04-08rustc: Resolve ty_localsPatrick Walton-3/+32
2011-04-08rustc: Add the ability to fold over annotationsPatrick Walton-36/+83
2011-04-08Remove unused function.Rafael Ávila de Espíndola-17/+0
2011-04-08Remove unused function.Rafael Ávila de Espíndola-12/+0
2011-04-08fix long linesTim Chevalier-36/+30
2011-04-08Implemented computing prestates and poststates for a few expression forms.Tim Chevalier-64/+253
2011-04-07Make block results work for generic typesBrian Anderson-14/+17
2011-04-07rustc: Pointer cast when crossing a box boundary for statically-sized element...Patrick Walton-0/+4
2011-04-08add a -parse-only option to rustcMarijn Haverbeke-2/+9
2011-04-07rustc: Pointer cast when autodereferencing boxed tag typesPatrick Walton-1/+13
2011-04-07rustc: Use the name "opaque_tag", not "tag", for opaque tagsPatrick Walton-1/+1
2011-04-07Support for self-calls that take arguments.Lindsey Kuper-41/+70
2011-04-07Add a very basic crate-dump utilityMarijn Haverbeke-2/+73
2011-04-07Fix problem in metadata writerMarijn Haverbeke-0/+4
2011-04-07Revise EBML reader APIMarijn Haverbeke-191/+124
2011-04-07rustc: Remove useless call to type_of() in trans_rec()Patrick Walton-1/+0
2011-04-07rustc: Allow dereference expressions to be used as lvalues. Add a test case.Patrick Walton-20/+26
2011-04-07Add a -O option and change the Makefile to use it.Rafael Ávila de Espíndola-10/+16
2011-04-07rustc: Reindent line. Puts out burning tinderbox.Patrick Walton-2/+2
2011-04-07rustc: Link to external tag discriminants. Un-XFAIL test/run-pass/lib-option.rs.Patrick Walton-44/+52