| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-06-14 | Further work on integer literal suffix inference (#1425) | Lindsey Kuper | -5/+5 | |
| In this commit: * Change the lit_int_unsuffixed AST node to not carry a type, since it doesn't need one * Don't print "(unsuffixed)" when pretty-printing unsuffixed integer literals * Just print "I" instead of "(integral)" for integral type variables * Set up trans to use the information that will be gathered during typeck to construct the appropriate constants for unsuffixed int literals * Add logic for handling int_ty_sets in typeck::infer * Clean up unnecessary code in typeck::infer * Add missing mk_ functions to middle::ty * Add ty_var_integral to a few of the type utility functions it was missing from in middle::ty | ||||
| 2012-06-11 | syntax: minor cleanups; making things more idiomatic | Lindsey Kuper | -75/+69 | |
| 2012-06-11 | Add a new AST node for unsuffixed integer types. | Lindsey Kuper | -0/+6 | |
| 2012-06-09 | syntax: Intern @strs instead of strs | Brian Anderson | -4/+4 | |
| 2012-06-06 | misc. copies in core/syntax to please borrowck | Niko Matsakis | -3/+3 | |
| 2012-06-04 | rustc: Implement optional fat-arrow syntax for alt (transitional change) | Patrick Walton | -0/+2 | |
| 2012-05-31 | Implement 2 kinds of char / str escaping. Use in rustc. Close #2306. | Graydon Hoare | -8/+5 | |
| 2012-05-31 | Rename librustsyntax to libsyntax | Kevin Cantu | -0/+286 | |
| Per issue #2418. | ||||
