summary refs log tree commit diff
path: root/src/librustc/middle/effect.rs
AgeCommit message (Expand)AuthorLines
2016-08-10Update E0133 to new formatChiu-Hsiang Hsu-3/+5
2016-07-29intravisit: Fold functionality of IdVisitor into the regular Visitor.Michael Woerister-2/+2
2016-06-23Move errors from libsyntax to its own crateJonathan Turner-1/+1
2016-06-10Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos...Vadim Petrochenkov-1/+1
2016-05-11rustc: Split 'tcx into 'gcx and 'tcx for InferCtxt and its users.Eduard Burtescu-2/+2
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-2/+2
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-1/+1
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-3/+3
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-2/+2
2016-03-21Expose attached attributes to `FnKind` abstraction so that I can look at them...Felix S. Klock II-2/+2
2016-03-09Track fn type and lifetime parameters in TyFnDef.Eduard Burtescu-1/+1
2016-03-09Split TyBareFn into TyFnDef and TyFnPtr.Eli Friedman-1/+2
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-3/+3
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-0/+3
2016-01-20Rename Def's variants and don't reexport themVadim Petrochenkov-2/+2
2015-11-18Port a bunch of code new-visitor; all of these ports wereNiko Matsakis-6/+6
2015-10-09Fix stabilityNick Cameron-1/+1
2015-10-01use the *adjusted* callee type in effect checkingAriel Ben-Yehuda-2/+2
2015-09-03Add an intital HIR and lowering stepNick Cameron-19/+20
2015-08-26Rename FnKind variants and stop re-exporting them from the visit module.Ms2ger-4/+4
2015-07-23review feedback: Use checked-arith instead of saturated-arith for `push_unsaf...Felix S. Klock II-2/+2
2015-07-22Hack for "unsafety hygiene" -- `push_unsafe!` and `pop_unsafe!`.Felix S. Klock II-8/+29
2015-07-04Auto merge of #26694 - eddyb:method-nan, r=arielb1bors-1/+1
2015-07-04rustc: remove MethodOrigin and use the container to distinguish inherent meth...Eduard Burtescu-1/+1
2015-07-04Remove outdated errors for mutating stringsAriel Ben-Yehuda-26/+0
2015-06-27Begin refactor type checking stateJared Roesch-1/+1
2015-06-26rustc: switch most remaining middle::ty functions to methods.Eduard Burtescu-4/+4
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-9/+8
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-4/+4
2015-06-19rustc: use Repr and UserString instead of ppaux::ty_to_string.Eduard Burtescu-5/+5
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-4/+4
2015-06-09Exise 'unsafe pointer' in favor of 'raw pointer'Steve Klabnik-1/+1
2015-05-21Make various fixes:Niko Matsakis-1/+1
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-2/+2
2015-04-14Expose visibility for fns in syntax::visitNick Cameron-2/+2
2015-04-01Fallout out rustcNiko Matsakis-1/+1
2015-03-23Fallout in stdlib, rustdoc, rustc, etc. For most maps, converted uses ofNiko Matsakis-1/+1
2015-03-11syntax: move MethMac to MacImplItem and combine {Provided,Required}Method int...Eduard Burtescu-3/+2
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-1/+1
2015-03-11syntax: gather common fields of impl & trait items into their respective types.Eduard Burtescu-1/+1
2015-02-24Implement `<T>::method` UFCS expression syntax.Eduard Burtescu-1/+1
2015-02-19fix markup of "just one effect, unsafe"Dan Connolly-1/+1
2015-01-15syntax: add fully qualified UFCS expressions.Eduard Burtescu-1/+1
2015-01-05remove ty_closureJorge Aparicio-1/+0
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-1/+1
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2014-12-22Rote changes that don't care to distinguish between a fn pointer and a fn item.Niko Matsakis-1/+1
2014-12-19librustc: use `#[deriving(Copy)]`Jorge Aparicio-3/+1
2014-12-14Rename FnStyle trait to Unsafety.Niko Matsakis-4/+4
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+2