summary refs log tree commit diff
path: root/src/librustc/middle/dataflow.rs
AgeCommit message (Expand)AuthorLines
2014-03-22rustc: Fix fallout of removing get()Alex Crichton-3/+2
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-20rename std::vec -> std::sliceDaniel Micay-2/+2
2014-03-18syntax: Don't parameterize the the pretty printerAlex Crichton-1/+1
2014-03-17Refactor pprust a bit.Eduard Burtescu-14/+14
2014-03-17De-@ ty::ctxt usage.Eduard Burtescu-13/+13
2014-03-15rustc: Remove compiler support for __log_level()Alex Crichton-1/+0
2014-03-13Implement automatic overloaded dereference.Eduard Burtescu-2/+2
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-11/+17
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-20/+18
2014-03-06rustc: Move to FNV hashing for node/def idsAlex Crichton-3/+3
2014-03-03syntax: make match arms store the expr directly.Huon Wilson-2/+1
2014-03-01librustc: Fix errors arising from the automated `~[T]` conversionPatrick Walton-5/+7
2014-02-26Replace callee_id with information stored in method_map.Eduard Burtescu-16/+15
2014-02-26Rename a few typeck method-related structures to UpperCamelCase.Eduard Burtescu-2/+2
2014-02-23Make break and continue hygienicEdward Wang-1/+1
2014-02-23Move std::{trie, hashmap} to libcollectionsAlex Crichton-1/+1
2014-02-22Warn about unnecessary parentheses upon assignmentEduard Bopp-1/+1
2014-02-20Mass rename if_ok! to try!Alex Crichton-6/+6
2014-02-14Removed the obsolete ast::CallSugar (previously used by `do`).Eduard Burtescu-2/+2
2014-02-14Refactored ast_map and friends, mainly to have Paths without storing them.Eduard Burtescu-2/+1
2014-02-11dataflow -- do not consider the interprocedural caseNiko Matsakis-120/+23
2014-02-08Fixed error starting with uppercasemr.Shu-2/+2
2014-02-07Removed @self and @Trait.Eduard Burtescu-4/+3
2014-02-03rustc: Remove io_error usageAlex Crichton-9/+12
2014-01-30Remove Times traitBrendan Zabarauskas-2/+2
2014-01-29Removing support for the do syntax from libsyntax and librustc.Scott Lawrence-1/+0
2014-01-27Demote self to an (almost) regular argument and remove the env param.Eduard Burtescu-14/+7
2014-01-25Uppercase numeric constantsChris Wong-11/+11
2014-01-21[std::vec] Rename .pop_opt() to .pop(), drop the old .pop() behaviorSimon Sapin-3/+3
2014-01-09auto merge of #11055 : pcwalton/rust/placement-box, r=pcwaltonbors-0/+5
2014-01-09librustc: Implement placement `box` for GC and unique pointers.Patrick Walton-0/+5
2014-01-09libsyntax: Renamed types, traits and enum variants to CamelCase.Eduard Burtescu-11/+10
2014-01-06Disowned the Visitor.Eduard Burtescu-2/+1
2014-01-03librustc: De-`@mut` all writersPatrick Walton-2/+2
2014-01-03librustc: De-`@mut` (and de-`@`) the pretty printerPatrick Walton-8/+8
2013-12-26librustc: De-`@mut` the def map.Patrick Walton-1/+2
2013-12-26librustc: De-`@mut` the method mapPatrick Walton-1/+2
2013-12-11Make 'self lifetime illegal.Erik Price-4/+4
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-7/+7
2013-11-28Register new snapshotsAlex Crichton-5/+5
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-6/+6
2013-11-19librustc: Change most uses of `&fn()` to `||`.Patrick Walton-14/+11
2013-11-11Move std::rt::io to std::ioAlex Crichton-1/+1
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-1/+2
2013-10-24Remove even more of std::ioAlex Crichton-3/+3
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-26/+26
2013-09-30rustc: Remove usage of fmt!Alex Crichton-35/+35
2013-09-30trans: Change @ast::Expr -> &ast::Expr where possibleblake2-ppc-6/+6