| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2012-10-11 | Update FIXME numbers | Tim Chevalier | -1/+1 | |
| 2012-09-28 | demode vec | Niko Matsakis | -2/+2 | |
| 2012-09-23 | Register snapshots. Remove redundant Eq impls, Makefile hacks | Brian Anderson | -17/+0 | |
| 2012-09-23 | core: Demode option | Brian Anderson | -1/+1 | |
| 2012-09-21 | De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi | Niko Matsakis | -1/+1 | |
| 2012-09-20 | rustc: De-mode all overloaded operators | Patrick Walton | -0/+17 | |
| 2012-09-11 | Introduce auto adjustment table to subsume autoderef/autoref/borrowings. | Niko Matsakis | -6/+6 | |
| Fixes #3261 Fixes #3443 | ||||
| 2012-09-11 | Promote 'struct' from a restricted keyword to a strict keyword | Brian Anderson | -1/+1 | |
| 2012-09-10 | Convert 'import' to 'use'. Remove 'import' keyword. | Brian Anderson | -1/+1 | |
| 2012-09-07 | rustc: Add an "ne" method to the Eq trait, and implement it everywhere | Patrick Walton | -0/+1 | |
| 2012-09-04 | Remove 'with' | Brian Anderson | -2/+2 | |
| 2012-09-04 | rustc: "import" -> "use" | Patrick Walton | -2/+2 | |
| 2012-08-29 | rustc: Make `<` and `=` into traits | Patrick Walton | -0/+14 | |
| 2012-08-29 | Rename resolve3 -> resolve. | Graydon Hoare | -2/+2 | |
| 2012-08-26 | Camel case the option type | Brian Anderson | -7/+7 | |
| 2012-08-23 | Add boolean constants as part of const_eval | Tim Chevalier | -24/+59 | |
| Doesn't exactly eliminate a match check, but simplifies the logic a bit | ||||
| 2012-08-07 | Translate const structs. | Graydon Hoare | -0/+1 | |
| 2012-08-06 | Convert alt to match. Stop parsing alt | Brian Anderson | -21/+21 | |
| 2012-08-05 | Switch alts to use arrows | Brian Anderson | -89/+111 | |
| 2012-07-30 | Frontend bits for #2317, general const-expr classification. | Graydon Hoare | -1/+188 | |
| 2012-07-14 | Move the world over to using the new style string literals and types. Closes ↵ | Michael Sullivan | -2/+2 | |
| #2907. | ||||
| 2012-07-12 | Handle str/~ in patterns. | Michael Sullivan | -0/+2 | |
| 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 | |
