about summary refs log tree commit diff
path: root/src/librustc/middle/resolve.rs
AgeCommit message (Expand)AuthorLines
2014-12-20Split resolve from rustc::middle into rustc_resolve.Eduard Burtescu-6265/+0
2014-12-20rustc: middle: move some types from resolve to privacy.Eduard Burtescu-46/+1
2014-12-20rustc: middle: move TraitItemKind from resolve to def.Eduard Burtescu-21/+0
2014-12-20rustc: middle: move Export and ExportMap from resolve to def.Eduard Burtescu-9/+0
2014-12-20rustc: middle: use cheaper Name in resolve::Export instead of String.Eduard Burtescu-3/+2
2014-12-20rustc: middle: move TraitMap from resolve to ty.Eduard Burtescu-4/+1
2014-12-20rustc: middle: move DefMap from resolve to def.Eduard Burtescu-3/+0
2014-12-20middle: resolve: fix inconsistencies around ExportMap and remove the 2 suffix.Eduard Burtescu-14/+14
2014-12-20rustc: don't allow(non_camel_case_types) in resolve.Eduard Burtescu-7/+6
2014-12-19librustc: use `#[deriving(Copy)]`Jorge Aparicio-51/+19
2014-12-16Path types to associated types with form `T::A`Nick Cameron-11/+33
2014-12-15auto merge of #19742 : vhbit/rust/copy-for-bitflags, r=alexcrichtonbors-2/+0
2014-12-14Parse `unsafe impl` but don't do anything particularly interesting with the r...Niko Matsakis-3/+4
2014-12-14Parse `unsafe trait` but do not do anything with it beyond parsing and integr...Niko Matsakis-2/+2
2014-12-14auto merge of #19338 : nikomatsakis/rust/unboxed-closure-purge-the-proc, r=ac...bors-10/+3
2014-12-14auto merge of #19690 : barosl/rust/struct-variant-as-a-function-ice, r=alexcr...bors-10/+24
2014-12-14Remove `proc` types/expressions from the parser, compiler, andNiko Matsakis-10/+3
2014-12-13librustc: use unboxed closuresJorge Aparicio-15/+29
2014-12-13Add `Copy` to bitflags-generated structuresValerii Hiora-2/+0
2014-12-12Reviewer commentsNick Cameron-2/+2
2014-12-12Mostly non-behaviour-changing changes (style, etc.)Nick Cameron-35/+39
2014-12-12Add support for equality constraints on associated typesNick Cameron-21/+41
2014-12-10Fix an ICE when trying to resolve a struct variantBarosl Lee-10/+24
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+40
2014-12-08auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichtonbors-5/+5
2014-12-07Add compile-fail tests for #19498Mukilan Thiyagarajan-2/+3
2014-12-06librustc: remove unnecessary `as_slice()` callsJorge Aparicio-5/+5
2014-12-04Handle conflicting import of items declared in the same moduleMukilan Thiyagarajan-5/+29
2014-12-01auto merge of #19405 : jfager/rust/de-match-pyramid, r=bstriebors-185/+114
2014-11-30Adjust some error messages to start with a lowercase letter and not finish wi...P1start-4/+4
2014-11-29Replace some verbose match statements with their `if let` equivalent.jfager-185/+114
2014-11-26rollup merge of #19298: nikomatsakis/unboxed-closure-parse-the-plusAlex Crichton-46/+64
2014-11-26Rote changes due to the fact that ast paths no longer carry this extraneous b...Niko Matsakis-7/+8
2014-11-26Implement the new parsing rules for types in the parser, modifying the AST ap...Niko Matsakis-39/+56
2014-11-25/** -> ///Steve Klabnik-16/+12
2014-11-23Remove type parameters from ExprField and ExprTupFieldAdolfo OchagavĂ­a-8/+4
2014-11-20Rename remaining Failures to PanicSubhash Bhushan-4/+6
2014-11-20auto merge of #19113 : nikomatsakis/rust/unboxed-boxed-closure-unification, r...bors-9/+4
2014-11-19Merge the ExprFnBlock and ExprUnboxedClosure into one ExprClosure with an opt...Niko Matsakis-9/+4
2014-11-19Refactor QPath to take an ast::TraitRefNiko Matsakis-59/+4
2014-11-18Convert TyPolyTraitRef to accept arbitary bounds, so that things likeNiko Matsakis-3/+3
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-1/+1
2014-11-17Switch to purely namespaced enumsSteven Fackler-80/+55
2014-11-17auto merge of #18914 : Gankro/rust/cloned, r=aturonbors-10/+10
2014-11-16auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub-bors-4/+4
2014-11-16fallout from deprecating find_copy and get_copyAlexis Beingessner-10/+10
2014-11-16Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniqJakub Bukaj-2/+6
2014-11-15Un-feature gate struct variantsSteven Fackler-4/+4
2014-11-07Update parser with `for` syntaxNiko Matsakis-7/+23
2014-11-06rollup merge of #18630 : nikomatsakis/purge-the-barsAlex Crichton-40/+5