rust/src/rustc/metadata
Lindsey Kuper 77e6573929 Further work on integer literal suffix inference (#1425)
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-14 20:24:36 -07:00
..
astencode.rs Rename librustsyntax to libsyntax 2012-05-31 11:15:00 -07:00
common.rs Box AST idents 2012-06-13 11:30:45 -07:00
creader.rs Box AST idents 2012-06-13 11:30:45 -07:00
csearch.rs Box AST idents 2012-06-13 11:30:45 -07:00
cstore.rs Box AST idents 2012-06-13 11:30:45 -07:00
decoder.rs Box AST idents 2012-06-13 11:30:45 -07:00
encoder.rs Allow impls to be re-exported 2012-06-13 15:52:00 -07:00
filesearch.rs rustc: Move filesearch into metadata mod 2012-05-29 20:38:49 -07:00
loader.rs Box AST idents 2012-06-13 11:30:45 -07:00
tydecode.rs Box AST idents 2012-06-13 11:30:45 -07:00
tyencode.rs Further work on integer literal suffix inference (#1425) 2012-06-14 20:24:36 -07:00