| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-06-21 | Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. | Graydon Hoare | -2/+2 | |
| 2012-06-14 | Further work on integer literal suffix inference (#1425) | Lindsey Kuper | -1/+1 | |
| 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-13 | Box AST idents | Brian Anderson | -2/+2 | |
| 2012-06-11 | Add a new AST node for unsuffixed integer types. | Lindsey Kuper | -0/+1 | |
| 2012-06-07 | Comments only: annotate FIXMEs | Tim Chevalier | -1/+1 | |
| 2012-06-04 | Machine types are different from int/uint, etc (Issue #2187) | Eric Holk | -2/+2 | |
| 2012-05-30 | Handle differing signedness in constant shifts. Closes #2426. | Michael Sullivan | -1/+11 | |
| 2012-05-22 | Get rid of the >>> operator and make >> logical or arithmetic depending on ↵ | Michael Sullivan | -5/+2 | |
| the signedness. Closes #2417. | ||||
| 2012-03-26 | rustc: Move eval_const_expr to its own mod | Brian Anderson | -0/+167 | |
