summary refs log tree commit diff
path: root/src/librustc/middle/const_eval.rs
AgeCommit message (Expand)AuthorLines
2013-03-27syntax: Remove deprecated expr_vstore_fixedErick Tryzelaar-1/+0
2013-03-26Move ast_map::map to LinearMapAlex Crichton-1/+1
2013-03-26rustc: Purge of HashMap, fixing segfaulting casesAlex Crichton-2/+1
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-25/+23
2013-03-22rustc: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-21librustc: Fix path-qualified and cross-crate constants in match patterns.Luqman Aden-1/+22
2013-03-20rustc: Remove some bad copies throughoutAlex Crichton-4/+4
2013-03-07libsyntax: Remove struct literal expressions from the compilerPatrick Walton-2/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-3/+3
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-3/+3
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-3/+3
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-6/+6
2013-01-30librustc: De-export rustc. rs=deexportingPatrick Walton-36/+25
2013-01-23Handle divide by zero in constant evaluatorSeo Sanghyeon-0/+4
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-1/+1
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Rename identifiers that still use 'alt' to use 'match'Lindsey Kuper-1/+1
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-5/+6
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-0/+7
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-2/+2
2012-12-07librustc: Implement "&mut [T]" as an expression. r=brsonPatrick Walton-1/+2
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-10/+10
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-18/+0
2012-11-28Register snapshotsBrian Anderson-18/+0
2012-11-27librustc: Implement @mut [T] as the new replacement for @[mut T]Patrick Walton-1/+2
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+18
2012-11-14rustc: Allow constants to be used in patterns. r=nmatsakisPatrick Walton-14/+16
2012-11-12rustc: Implement floating point literal inference. r=nmatsakisPatrick Walton-0/+2
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+467