summary refs log tree commit diff
path: root/src/librustc_metadata/decoder.rs
AgeCommit message (Expand)AuthorLines
2017-04-23rustc: make the const-eval cache polymorphic.Eduard-Mihai Burtescu-10/+9
2017-04-22cache attributes of items from foreign cratesAriel Ben-Yehuda-3/+18
2017-04-16rustc: use monomorphic const_eval for cross-crate enum discriminants.Eduard-Mihai Burtescu-19/+5
2017-04-16rustc_const_eval: move ConstEvalErr to the rustc crate.Eduard-Mihai Burtescu-1/+2
2017-04-12First attempt at global_asm! macroA.J. Gardner-0/+1
2017-04-07ICH: Centrally compute and cache DefPath hashes as part of DefPathTable.Michael Woerister-5/+8
2017-03-29Refactor how spans are combined in the parser.Jeffrey Seyfried-3/+3
2017-03-23convert `custom_coerce_unsized_kind` into a `coerce_unsized_info`Niko Matsakis-4/+4
2017-03-22Rollup merge of #40696 - cramertj:remove-unused-adt-def-code, r=petrochenkovCorey Farwell-10/+2
2017-03-21Remove unused adt-def insertion by constructor DefIndexTaylor Cramer-10/+2
2017-03-21Check for conflicts between macros 1.0 exports (`#[macro_export]`, `#[macro_r...Jeffrey Seyfried-13/+6
2017-02-25rustc_const_eval: demand that the MIR qualify_consts ran on each evaluated body.Eduard-Mihai Burtescu-3/+14
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-11/+10
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-6/+9
2017-02-25rustc: combine BareFnTy and ClosureTy into FnSig.Eduard-Mihai Burtescu-7/+1
2017-02-25rustc: introduce a query system for type information in ty::maps.Eduard Burtescu-40/+21
2017-02-25rustc: consolidate dep-tracked hashmaps in tcx.maps.Eduard-Mihai Burtescu-3/+3
2017-02-25rustc: move the actual values of enum discriminants into a map.Eduard-Mihai Burtescu-10/+17
2017-02-25rustc: store type parameter defaults outside of ty::Generics.Eduard-Mihai Burtescu-24/+1
2017-02-23Move MacroKind into Def::MacroJosh Driver-6/+15
2017-02-11Rebase falloutSimonas Kazlauskas-3/+3
2017-02-10Move type of discriminant to AdtDefSimonas Kazlauskas-6/+10
2017-02-06Introduce ReprOptions, a struct for holding info from the repr attributes. T...Austin Hicks-14/+14
2017-02-03Bump version, upgrade bootstrapAlex Crichton-1/+0
2017-01-28rustc: move object default lifetimes to resolve_lifetimes.Eduard-Mihai Burtescu-0/+7
2017-01-28rustc: always include elidable lifetimes in HIR types.Eduard-Mihai Burtescu-1/+14
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-1/+1
2017-01-09trans/metadata: Remove obsolete CrateStore::can_have_local_instance()Michael Woerister-32/+6
2017-01-09metadata: Add is_exported_symbol() method to CrateStore.Michael Woerister-1/+1
2017-01-06rustc: store ty::Tables separately for each body (except closures').Eduard-Mihai Burtescu-54/+9
2016-12-30Fix rebase falloutest31-1/+0
2016-12-30Fix rebase falloutSimonas Kazlauskas-1/+1
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+4
2016-12-28rustdoc: pretty-print nested bodies in inlined constants.Eduard-Mihai Burtescu-0/+7
2016-12-28rustc: simplify constant cross-crate loading and rustc_passes::consts.Eduard-Mihai Burtescu-12/+13
2016-12-27Auto merge of #38537 - jseyfried:fix_rustdoc_ice, r=nrcbors-0/+1
2016-12-24Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities.Jeffrey Seyfried-5/+5
2016-12-23Fix rustdoc ICE.Jeffrey Seyfried-0/+1
2016-12-16No need to have tcx::opt_def_path() now that we store all DefPathsMichael Woerister-12/+5
2016-12-16definitions: Store DefPath data in separate table in metadataMichael Woerister-36/+13
2016-12-16definitions: Don't allocate DefIds for inlined HIRMichael Woerister-4/+1
2016-12-13Auto merge of #38278 - jseyfried:improve_proc_macro_def_ids, r=michaelwoeristerbors-22/+42
2016-12-10Improve proc-macro def ids.Jeffrey Seyfried-22/+42
2016-12-09move the check for instantiation from metadata encoding to the actual decisio...Oliver Schneider-0/+23
2016-12-09enable checking for const fn without needing to go through `entry`Oliver Schneider-6/+9
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-0/+4
2016-12-05Consider only libs that aren't excluded by #[link(cfg=...)]Vadim Chugunov-12/+3
2016-12-05trans: Rename `reachable` to `exported_symbols` where appropriate.Michael Woerister-2/+2
2016-12-02Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakisbors-41/+22
2016-12-01Emit 'dllimport' attribute for dylib foreign items on Windows.Vadim Chugunov-2/+15