about summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
2017-02-25rustc_const_eval: always demand typeck_tables for evaluating constants.Eduard-Mihai Burtescu-5/+5
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-17/+10
2017-02-25rustc: allow handling cycle errors gracefully in on-demand.Eduard-Mihai Burtescu-2/+2
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-8/+12
2017-02-25rustc: simplify tcx.closure_type(...) as it can copy the cached values.Eduard-Mihai Burtescu-1/+1
2017-02-25rustc: combine BareFnTy and ClosureTy into FnSig.Eduard-Mihai Burtescu-8/+2
2017-02-25rustc: introduce a query system for type information in ty::maps.Eduard Burtescu-135/+110
2017-02-25rustc: consolidate dep-tracked hashmaps in tcx.maps.Eduard-Mihai Burtescu-8/+8
2017-02-25rustc: move the actual values of enum discriminants into a map.Eduard-Mihai Burtescu-18/+35
2017-02-25rustc: store type parameter defaults outside of ty::Generics.Eduard-Mihai Burtescu-75/+46
2017-02-25Rollup merge of #40022 - wagenet:lib-defaults, r=alexcrichtonEduard-Mihai Burtescu-2/+12
2017-02-23Better handling of lib defaultsPeter Wagenet-2/+12
2017-02-23Move MacroKind into Def::MacroJosh Driver-6/+15
2017-02-13Auto merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakisbors-13/+18
2017-02-12Allow using inert attributes from `proc_macro_derive`s with `#![feature(proc_...Jeffrey Seyfried-4/+3
2017-02-11Rebase falloutSimonas Kazlauskas-4/+5
2017-02-10Move type of discriminant to AdtDefSimonas Kazlauskas-12/+16
2017-02-09Rollup merge of #39683 - solson:fix-unaligned-load-librustc_metadata, r=blussCorey Farwell-1/+9
2017-02-09Rollup merge of #39595 - camlorn:structured_repr, r=eddybCorey Farwell-23/+37
2017-02-09Fix unaligned load in librustc_metadata::index.Scott Olson-1/+9
2017-02-08sanitizer supportJorge Aparicio-1/+72
2017-02-06Introduce ReprOptions, a struct for holding info from the repr attributes. T...Austin Hicks-23/+37
2017-02-05Rollup merge of #39442 - keeperofdakeys:expand-derives, r=jseyfriedCorey Farwell-3/+3
2017-02-05Rename CustomDerive to ProcMacroDerive for macros 1.1Josh Driver-3/+3
2017-02-04Auto merge of #38426 - vadimcn:nobundle, r=alexcrichtonbors-1/+12
2017-02-03Don't link "nobundle" libs which had already been included in upstream crate.Vadim Chugunov-0/+3
2017-02-03Bump version, upgrade bootstrapAlex Crichton-7/+1
2017-01-29Privatize constructors of tuple structs with private fieldsVadim Petrochenkov-1/+7
2017-01-28rustc: remove unused `bounds` field from `RegionParameterDef`.Eduard-Mihai Burtescu-1/+1
2017-01-28rustc: move object default lifetimes to resolve_lifetimes.Eduard-Mihai Burtescu-0/+23
2017-01-28rustc: always include elidable lifetimes in HIR types.Eduard-Mihai Burtescu-4/+45
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-37/+37
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-1/+1
2017-01-20Rollup merge of #39118 - jseyfried:token_tree_based_parser, r=nrcAlex Crichton-14/+4
2017-01-19Feature gateVadim Chugunov-0/+7
2017-01-19Implement the "static-nobundle" library kind (RFC 1717).Vadim Chugunov-1/+2
2017-01-17Refactor the parser to consume token trees.Jeffrey Seyfried-14/+4
2017-01-16Implement `#[proc_macro_attribute]`Austin Bonander-0/+10
2017-01-09trans/metadata: Remove obsolete CrateStore::can_have_local_instance()Michael Woerister-41/+6
2017-01-09metadata: Add is_exported_symbol() method to CrateStore.Michael Woerister-3/+16
2017-01-08Auto merge of #38813 - eddyb:lazy-11, r=nikomatsakisbors-181/+25
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2017-01-06rustc: store ty::Tables separately for each body (except closures').Eduard-Mihai Burtescu-182/+24
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-7/+9
2017-01-02rustc: Stabilize the `proc_macro` featureAlex Crichton-1/+0
2016-12-30Fix rebase falloutest31-1/+0
2016-12-30Fix rebase falloutSimonas Kazlauskas-9/+12
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+11
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-29Change --crate-type metadata to --emit=metadataNick Cameron-2/+1