about summary refs log tree commit diff
path: root/src/librustc/util
AgeCommit message (Expand)AuthorLines
2016-05-11rustc: Replace &'a TyCtxt<'tcx> with a TyCtxt<'a, 'tcx> wrapper.Eduard Burtescu-11/+11
2016-05-03change the newly-added errors to warningsAriel Ben-Yehuda-0/+4
2016-05-03refactor the handling of builtin candidatesAriel Ben-Yehuda-1/+1
2016-04-13Auto merge of #32780 - soltanmm:consider-the-following, r=nikomatsakisbors-0/+18
2016-04-07Auto merge of #32583 - arielb1:need-a-bound, r=nikomatsakisbors-91/+103
2016-04-06Replace consider_unification_despite_ambiguity with obligation variantMasood Malekghassemi-0/+18
2016-04-06rustc: move middle::{def,def_id,pat_util} to hir.Eduard Burtescu-2/+2
2016-04-06rustc: move rustc_front to rustc::hir.Eduard Burtescu-4/+4
2016-04-05improve the printing of substs and trait-refsAriel Ben-Yehuda-91/+103
2016-03-27rustc: move cfg, infer, traits and ty from middle to top-level.Eduard Burtescu-8/+8
2016-03-27rustc: move middle::subst into middle::ty.Eduard Burtescu-1/+1
2016-03-24remove ErasedRegions from substitutionsNiko Matsakis-37/+15
2016-03-22fix alignmentJorge Aparicio-5/+5
2016-03-22try! -> ?Jorge Aparicio-72/+72
2016-03-17trans: Rename MonoId to Instance and start using it in more places.Eduard Burtescu-24/+56
2016-03-09Print fn type parameters for TyFnDef.Eduard Burtescu-4/+13
2016-03-09Track fn type and lifetime parameters in TyFnDef.Eduard Burtescu-1/+1
2016-03-09Split TyBareFn into TyFnDef and TyFnPtr.Eli Friedman-7/+15
2016-03-03Rename middle::ty::ctxt to TyCtxtJeffrey Seyfried-3/+3
2016-02-20make *mut T -> *const T a coercionAriel Ben-Yehuda-0/+3
2016-02-12Autoderef in librustcJonas Schievink-1/+1
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-2/+2
2016-01-26std: Stabilize custom hasher support in HashMapAlex Crichton-3/+2
2016-01-07Rename fold_subitems_with to super_fold_withJeffrey Seyfried-3/+2
2016-01-07Refactor away extension traits RegionEscape and HasTypeFlagsJeffrey Seyfried-2/+1
2016-01-07Create a visitor for `TypeFoldable`s and use it to implement RegionEscape and...Jeffrey Seyfried-0/+4
2016-01-05Refactor compiler to make use of dep-tracking-maps. Also, in cases whereNiko Matsakis-39/+31
2015-12-28Rename ExplicitSelfCategory's variants and stop re-exporting them.Ms2ger-5/+5
2015-12-28rewrite the method-receiver matching codeAriel Ben-Yehuda-2/+1
2015-12-21Register new snapshotsAlex Crichton-1/+0
2015-12-17Remove unused importsJeffrey Seyfried-5/+2
2015-12-14[breaking-change] move ast_util functions to methodsfaineance-4/+4
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-10/+4
2015-11-26Add suggestion of similar macro names to `macro undefined` error messageFlorian Hartwig-63/+0
2015-11-23Avoid some code duplication around getting names of numeric types.Michael Woerister-46/+4
2015-11-18Port a bunch of code new-visitor; all of these ports wereNiko Matsakis-6/+6
2015-11-09std: Migrate to the new libcAlex Crichton-9/+14
2015-10-01Convert DefId to use DefIndex, which is an index into a list ofNiko Matsakis-1/+1
2015-10-01build up a set of node-ids that we can construct def-ids fromNiko Matsakis-2/+2
2015-10-01Rename `node_id` to `var_id` and limit to the cases that are actually usedNiko Matsakis-1/+1
2015-10-01move direct accesses of `node` to go through `as_local_node_id`, unlessNiko Matsakis-10/+10
2015-10-01move job of creating local-def-ids to ast-map (with a few stragglers)Niko Matsakis-3/+3
2015-09-16Use ast attributes every where (remove HIR attributes).Nick Cameron-7/+8
2015-09-14split ty::util and ty::adjustmentAriel Ben-Yehuda-5/+5
2015-09-14split ty.rs into smaller partsAriel Ben-Yehuda-3/+152
2015-09-14move middle::ty and related modules to middle/ty/Ariel Ben-Yehuda-3/+3
2015-09-06move fnv hashing support into librustc_data_structuresNiko Matsakis-37/+2
2015-09-03Add an intital HIR and lowering stepNick Cameron-17/+59
2015-08-30fix compilation with RUST_LOG=rustc::middle::traitsAriel Ben-Yehuda-2/+27
2015-08-25use the parameter environment when checking dtorsAriel Ben-Yehuda-1/+1