summary refs log tree commit diff
path: root/src/rustc/middle/const_eval.rs
AgeCommit message (Expand)AuthorLines
2012-10-11Update FIXME numbersTim Chevalier-1/+1
2012-09-28demode vecNiko Matsakis-2/+2
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-17/+0
2012-09-23core: Demode optionBrian Anderson-1/+1
2012-09-21De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachiNiko Matsakis-1/+1
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+17
2012-09-11Introduce auto adjustment table to subsume autoderef/autoref/borrowings.Niko Matsakis-6/+6
2012-09-11Promote 'struct' from a restricted keyword to a strict keywordBrian Anderson-1/+1
2012-09-10Convert 'import' to 'use'. Remove 'import' keyword.Brian Anderson-1/+1
2012-09-07rustc: Add an "ne" method to the Eq trait, and implement it everywherePatrick Walton-0/+1
2012-09-04Remove 'with'Brian Anderson-2/+2
2012-09-04rustc: "import" -> "use"Patrick Walton-2/+2
2012-08-29rustc: Make `<` and `=` into traitsPatrick Walton-0/+14
2012-08-29Rename resolve3 -> resolve.Graydon Hoare-2/+2
2012-08-26Camel case the option typeBrian Anderson-7/+7
2012-08-23Add boolean constants as part of const_evalTim Chevalier-24/+59
2012-08-07Translate const structs.Graydon Hoare-0/+1
2012-08-06Convert alt to match. Stop parsing altBrian Anderson-21/+21
2012-08-05Switch alts to use arrowsBrian Anderson-89/+111
2012-07-30Frontend bits for #2317, general const-expr classification.Graydon Hoare-1/+188
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-2/+2
2012-07-12Handle str/~ in patterns.Michael Sullivan-0/+2
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-2/+2
2012-06-14Further work on integer literal suffix inference (#1425)Lindsey Kuper-1/+1
2012-06-13Box AST identsBrian Anderson-2/+2
2012-06-11Add a new AST node for unsuffixed integer types.Lindsey Kuper-0/+1
2012-06-07Comments only: annotate FIXMEsTim Chevalier-1/+1
2012-06-04Machine types are different from int/uint, etc (Issue #2187)Eric Holk-2/+2
2012-05-30Handle differing signedness in constant shifts. Closes #2426.Michael Sullivan-1/+11
2012-05-22Get rid of the >>> operator and make >> logical or arithmetic depending on th...Michael Sullivan-5/+2
2012-03-26rustc: Move eval_const_expr to its own modBrian Anderson-0/+167