summary refs log tree commit diff
path: root/src/librustc/middle/const_eval.rs
AgeCommit message (Expand)AuthorLines
2013-06-30Remove vec::{map, mapi, zip_map} and the methods, except for .map, since thisHuon Wilson-5/+4
2013-06-29Great renaming: propagate throughout the rest of the codebaseCorey Richardson-4/+3
2013-06-27Remove many shared pointersPhilipp Brüschweiler-10/+10
2013-06-25Merge remote-tracking branch 'mozilla/master' into incomingBrian Anderson-3/+3
2013-06-23Add 'static mut' items to the languageAlex Crichton-3/+3
2013-06-22Cleaned up middle a bit.Steven Stewart-Gallus-58/+13
2013-06-14add IteratorUtil to the preludeDaniel Micay-1/+0
2013-06-13Use @str instead of @~str in libsyntax and librustc. Fixes #5048.Huon Wilson-6/+6
2013-06-12Visitor refactoring: Step 1, couple (Env, vt<Env>) together in a tuple.Felix S. Klock II-1/+1
2013-06-09std: remove fold[lr] in favour of iteratorsHuon Wilson-1/+2
2013-06-08rustc: Convert a fail! to a useful error message.Huon Wilson-1/+1
2013-06-01syntax: move callee_id into the expr_ variantsErick Tryzelaar-6/+6
2013-05-29librustc: Stop reexporting the standard modules from prelude.Patrick Walton-0/+2
2013-05-29libsyntax: Stop parsing mutable fieldsPatrick Walton-5/+1
2013-05-22libextra: Rename the actual metadata names of libcore to libstd and libstd to...Patrick Walton-0/+2
2013-05-22fix issue #6209Jihyun Yu-23/+31
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-14/+5
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-9/+0
2013-05-01Revert rename of Div to QuotBrendan Zabarauskas-5/+5
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+0
2013-04-27only use #[no_core] in libcoreDaniel Micay-4/+0
2013-04-24Improve divide-by-zero error messagesBrendan Zabarauskas-4/+4
2013-04-22Rename Div operator trait to Quot and Modulo operator trait to RemBrendan Zabarauskas-7/+7
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-5/+5
2013-04-16Prevent eval_const_expr_partial hides prior error in expr_cast arm.Jeong YunWon-25/+24
2013-04-03rename Linear{Map,Set} => Hash{Map,Set}Daniel Micay-9/+9
2013-04-03hashmap: rm linear namespaceDaniel Micay-1/+1
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