about summary refs log tree commit diff
path: root/src/librustc/middle/check_const.rs
AgeCommit message (Expand)AuthorLines
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-23/+15
2013-05-05add warning for #6248 and remove instances of itNiko Matsakis-1/+1
2013-05-01auto merge of #6174 : sanxiyn/rust/static-string, r=brsonbors-15/+15
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-8/+0
2013-05-02Use static stringsSeo Sanghyeon-15/+15
2013-04-27only use #[no_core] in libcoreDaniel Micay-2/+0
2013-04-19rustc: de-mode + fallout from libsyntax changesAlex Crichton-6/+6
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: Remove uses of oldmap::HashMapAlex Crichton-8/+8
2013-03-09Const dereference works now, so allow it.Jed Davis-2/+2
2013-03-07libsyntax: Remove struct literal expressions from the compilerPatrick Walton-2/+1
2013-03-07Inline constants across crates.Josh Matthews-14/+10
2013-03-07Permit casting region pointers to unsafe ones.Josh Matthews-1/+1
2013-03-06Make functional-update struct consts not an ICEJed Davis-2/+2
2013-03-05Update region inference for traits so that a method withNiko Matsakis-1/+0
2013-03-05auto merge of #5212 : thestinger/rust/iter, r=graydonbors-1/+1
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-03-03replace option::iter with a BaseIter implDaniel Micay-1/+1
2013-02-14Remove DVec from check_constSeo Sanghyeon-9/+8
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-02-13rustc and std: teach about #[bench], modernize to use quote_expr! some.Graydon Hoare-6/+6
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-1/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-1/+1
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-4/+4
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-4/+4
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-4/+4
2013-02-03oldmap: get rid of the legacy contains_key methodDaniel Micay-1/+1
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-31test cases, cleanupJohn Clements-4/+8
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-30librustc: De-export rustc. rs=deexportingPatrick Walton-13/+24
2013-01-20convert ast::expr into a structErick Tryzelaar-4/+5
2013-01-11Allow consts to be non-nullary enum constructorsJed Davis-1/+2
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-2/+2
2013-01-09syntax: convert ast::spanned into a structErick Tryzelaar-4/+5
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-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-4/+10
2012-12-10Remove un-needed code for obsolete classesTim Chevalier-2/+2
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-2/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-30librustc: Implement tuple struct constants. r=brsonPatrick Walton-5/+22
2012-11-30librustc: Implement C-like enum constants. r=tjcPatrick Walton-1/+2
2012-11-29librustc: Eliminate most expressions of the form `a.b()` that are not method ...Patrick Walton-7/+7
2012-11-07Rename src/rustc to src/librustc. Use the driver crateBrian Anderson-0/+220