| Commit message (Expand) | Author | Age | Files | Lines |
| * | rustc: Write nil types into the node type table wherever plain_ann() is usedHEADmaster | Patrick Walton | 2011-05-13 | 1 | -38/+94 |
| * | 'with' no longer a token; whitespace police. | Lindsey Kuper | 2011-05-13 | 1 | -9/+9 |
| * | More anon obj work; whitespace police in middle::fold | Lindsey Kuper | 2011-05-13 | 1 | -1/+13 |
| * | More work toward anonymous objects. | Lindsey Kuper | 2011-05-13 | 1 | -6/+9 |
| * | rustc: Move replace_expr_type() from ty to typeck, as it's only used in the l... | Patrick Walton | 2011-05-13 | 1 | -1/+52 |
| * | rustc: Fix long lines in typeck.rs | Brian Anderson | 2011-05-13 | 1 | -1/+2 |
| * | rustc: Write types contained in "trivial annotations" to the table | Patrick Walton | 2011-05-13 | 1 | -45/+135 |
| * | rustc: Change ty::triv_ann() to take a node ID instead of a full annotation | Patrick Walton | 2011-05-13 | 1 | -83/+116 |
| * | rustc: Add write_type() wherever ann_types are written, except for triv_ann() | Patrick Walton | 2011-05-13 | 1 | -14/+42 |
| * | rustc: Fix the type of node_types; stub the write_type function | Patrick Walton | 2011-05-13 | 1 | -6/+14 |
| * | rustc: Remove a minor rustboot workaround in typeck::resolve_local_types_in_b... | Patrick Walton | 2011-05-13 | 1 | -9/+4 |
| * | rustc: Make typeck::instantiate_path() not return an annotation | Patrick Walton | 2011-05-13 | 1 | -9/+16 |
| * | rustc: Pass a node type table around, unused as of yet | Patrick Walton | 2011-05-12 | 1 | -87/+112 |
| * | Downcase std modules again, move to :: for module dereferencing | Marijn Haverbeke | 2011-05-12 | 1 | -1003/+1014 |
| * | Keep resolve data in external hash table, rather than embedded defs | Marijn Haverbeke | 2011-05-12 | 1 | -23/+32 |
| * | Ensure ann tags are actually kept around during typechecking | Marijn Haverbeke | 2011-05-12 | 1 | -155/+165 |
| * | Get rid of arm indices | Marijn Haverbeke | 2011-05-11 | 1 | -3/+2 |
| * | Get rid of block indices | Marijn Haverbeke | 2011-05-11 | 1 | -2/+0 |
| * | rustc: Number everything with an annotation | Patrick Walton | 2011-05-10 | 1 | -4/+4 |
| * | Fix long lines in fold.rs, typeck.rs | Brian Anderson | 2011-05-09 | 1 | -1/+2 |
| * | Alias-ify fold and its users, remove another 85kb. | Graydon Hoare | 2011-05-09 | 1 | -39/+38 |
| * | Alias-ify walk, typeck, metadata. Cuts another 80kb off rustc. | Graydon Hoare | 2011-05-09 | 1 | -70/+72 |
| * | rustc: Alias fix part 2 -- Check that the aliasness of function parameters ma... | Patrick Walton | 2011-05-09 | 1 | -4/+2 |
| * | rustc: Alias fix part 1 -- Separate out AST modes from typechecker modes, and... | Patrick Walton | 2011-05-09 | 1 | -9/+22 |
| * | Rename std modules to be camelcased | Marijn Haverbeke | 2011-05-06 | 1 | -88/+88 |
| * | Consolidating expr_to_str functions. | Lindsey Kuper | 2011-05-05 | 1 | -4/+2 |
| * | Enforce in typechecker that preds return a bool | Tim Chevalier | 2011-05-05 | 1 | -0/+11 |
| * | Bring back "pred" syntax for writing predicates for check | Tim Chevalier | 2011-05-05 | 1 | -4/+108 |
| * | Check well-formedness of constraints | Tim Chevalier | 2011-05-05 | 1 | -6/+23 |
| * | Check that the operand in a check is a call | Tim Chevalier | 2011-05-05 | 1 | -7/+18 |
| * | Remove 'deprecated mutable...' from our code | Marijn Haverbeke | 2011-05-05 | 1 | -6/+6 |
| * | Un-revert "Use different syntax for checks that matter to typestate", fixing ... | Patrick Walton | 2011-05-02 | 1 | -16/+30 |
| * | Revert "Use different syntax for checks that matter to typestate" | Graydon Hoare | 2011-05-02 | 1 | -30/+16 |
| * | Use different syntax for checks that matter to typestate | Tim Chevalier | 2011-05-02 | 1 | -16/+30 |
| * | Add a session field to ty_ctxt and change an err to span_err | Tim Chevalier | 2011-04-28 | 1 | -8/+14 |
| * | Fixed bug in typeck that wasn't filling in anns for stmts | Tim Chevalier | 2011-04-28 | 1 | -3/+6 |
| * | rustc: Add a missing return value to Collect.ty_of_item() | Patrick Walton | 2011-04-25 | 1 | -1/+3 |
| * | A little more guarding against wasted work in ty, typeck. | Graydon Hoare | 2011-04-25 | 1 | -0/+8 |
| * | rustc: Pass a "type context" around instead of directly passing the type stor... | Patrick Walton | 2011-04-25 | 1 | -264/+241 |
| * | Avoid type_store hashtable access for a variety of cases, probably only ty_va... | Graydon Hoare | 2011-04-25 | 1 | -26/+40 |
| * | rustc: Thread the type store through everything that needs to access type str... | Patrick Walton | 2011-04-22 | 1 | -54/+60 |
| * | rustc: Switch @ty.t to ty.t so that we can change it to a uint | Patrick Walton | 2011-04-22 | 1 | -86/+86 |
| * | rustc: Eliminate the direct use of ty.t.struct | Patrick Walton | 2011-04-22 | 1 | -26/+27 |
| * | rustc: Intern types | Patrick Walton | 2011-04-21 | 1 | -2/+4 |
| * | rustc: Pass a type store around, which does nothing yet | Patrick Walton | 2011-04-21 | 1 | -211/+276 |
| * | rustc: Get rid of boring_ann(); it duplicates plain_ann() | Patrick Walton | 2011-04-21 | 1 | -17/+14 |
| * | rustc: Move ty.unify to a separate namespace | Patrick Walton | 2011-04-21 | 1 | -13/+15 |
| * | rustc: Create an item collection context during typechecking; move collection... | Patrick Walton | 2011-04-20 | 1 | -170/+136 |
| * | rustc: Add a type unification cache | Patrick Walton | 2011-04-20 | 1 | -3/+63 |
| * | rustc: Remove all manual type construction outside ty.rs | Patrick Walton | 2011-04-20 | 1 | -26/+29 |