about summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
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-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
2016-12-28rustdoc: pretty-print nested bodies in inlined constants.Eduard-Mihai Burtescu-0/+45
2016-12-28rustc: simplify constant cross-crate loading and rustc_passes::consts.Eduard-Mihai Burtescu-157/+72
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-15/+35
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-2/+4
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-2/+4
2016-12-27Auto merge of #38537 - jseyfried:fix_rustdoc_ice, r=nrcbors-0/+1
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-2/+1
2016-12-25Auto merge of #38490 - jseyfried:def_id_vis, r=nrcbors-41/+17
2016-12-24Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities.Jeffrey Seyfried-41/+17
2016-12-23Fix rustdoc ICE.Jeffrey Seyfried-0/+1
2016-12-22Fix Markdown list formatting.Chris Morgan-3/+3
2016-12-20Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddybAlex Crichton-94/+51
2016-12-18Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`,Jeffrey Seyfried-2/+0
2016-12-16No need to have tcx::opt_def_path() now that we store all DefPathsMichael Woerister-13/+6
2016-12-16Move retrace_path() implementation to DefPathTableMichael Woerister-9/+10
2016-12-16definitions: Add some timing stats for DefPathTable decoding.Michael Woerister-1/+6
2016-12-16definitions: Store DefPath data in separate table in metadataMichael Woerister-60/+31
2016-12-16definitions: Don't allocate DefIds for inlined HIRMichael Woerister-14/+1
2016-12-16Auto merge of #38352 - bluss:unaligned-metadata, r=eddybbors-4/+12
2016-12-14rustc_metadata: Fix unaligned loadsUlrik Sverdrup-4/+12
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/+28
2016-12-09enable checking for const fn without needing to go through `entry`Oliver Schneider-6/+9
2016-12-08also generate MIR for staticsOliver Schneider-0/+1
2016-12-07add a -Z flag to guarantee that MIR is generated for all functionsOliver Schneider-2/+4
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-59/+136
2016-12-05Consider only libs that aren't excluded by #[link(cfg=...)]Vadim Chugunov-17/+24
2016-12-05Refactor symbol export list generation.Michael Woerister-0/+8
2016-12-05trans: Rename `reachable` to `exported_symbols` where appropriate.Michael Woerister-17/+17