about summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2017-01-03Dont check stability for items that are not pub to universe.Felix S. Klock II-1/+36
2017-01-03Don't warn about dead foreign items if the 'allow(dead_code)' attribute is pr...Dylan McKay-1/+6
2016-12-30Such large. Very 128. Much bits.Simonas Kazlauskas-0/+2
2016-12-29Support --emit=foo,metadataNick Cameron-1/+1
2016-12-29Change --crate-type metadata to --emit=metadataNick Cameron-4/+7
2016-12-28rustdoc: pretty-print nested bodies in inlined constants.Eduard-Mihai Burtescu-0/+6
2016-12-28rustc: always print nested nodes where a HIR map is available.Eduard-Mihai Burtescu-23/+14
2016-12-28rustc: simplify constant cross-crate loading and rustc_passes::consts.Eduard-Mihai Burtescu-147/+17
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-63/+46
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-102/+88
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-22/+36
2016-12-27Auto merge of #38574 - Mark-Simulacrum:box-free-unspecialize, r=eddybbors-1/+0
2016-12-26Remove extra lang item, exchange_free; use box_free instead.Mark Simulacrum-1/+0
2016-12-26More systematic error reporting in path resolutionVadim Petrochenkov-4/+2
2016-12-20Rollup merge of #38418 - michaelwoerister:def_path_cleanup, r=eddybAlex Crichton-15/+16
2016-12-20Rollup merge of #38171 - jseyfried:cleanup, r=nrcAlex Crichton-6/+2
2016-12-18Remove `MacroDef`'s fields `imported_from` and `allow_internal_unstable`,Jeffrey Seyfried-6/+2
2016-12-16No need to have tcx::opt_def_path() now that we store all DefPathsMichael Woerister-2/+2
2016-12-16Move retrace_path() implementation to DefPathTableMichael Woerister-13/+14
2016-12-15Warn unused type aliasesSeo Sanghyeon-0/+1
2016-12-15Remove now unnecessary codeSeo Sanghyeon-18/+5
2016-12-11Auto merge of #38250 - michaelwoerister:trait-methods-in-reachable, r=alexcri...bors-3/+22
2016-12-09move the check for instantiation from metadata encoding to the actual decisio...Oliver Schneider-0/+8
2016-12-08Extend middle::reachable to also consider provided trait methods.Michael Woerister-3/+22
2016-12-06Auto merge of #37973 - vadimcn:dllimport, r=alexcrichtonbors-5/+6
2016-12-05Refactor ty::FnSig to privatize all fieldsMark-Simulacrum-2/+2
2016-12-05Refactor symbol export list generation.Michael Woerister-0/+3
2016-12-05trans: Rename `reachable` to `exported_symbols` where appropriate.Michael Woerister-2/+2
2016-12-04Auto merge of #38087 - jooert:remove_unmarked, r=petrochenkovbors-17/+1
2016-12-04Auto merge of #37920 - nikomatsakis:compile-time-regression-37864, r=mwbors-8/+10
2016-12-02pacify the mercilous tidyNiko Matsakis-1/+3
2016-12-02Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakisbors-5/+5
2016-12-01Emit 'dllimport' attribute for dylib foreign items on Windows.Vadim Chugunov-5/+6
2016-12-02limit the length of types in monomorphizationAriel Ben-Yehuda-5/+16
2016-12-01in region, treat current (and future) item-likes alikeNiko Matsakis-8/+8
2016-11-30Remove the `unmarked_api` featureJohannes Oertel-17/+1
2016-11-30Auto merge of #37954 - eddyb:rustdoc-2, r=alexcrichtonbors-0/+2
2016-11-30rustc: track the Span's of definitions across crates.Eduard-Mihai Burtescu-0/+2
2016-11-29Auto merge of #37965 - Mark-Simulacrum:trait-obj-to-exis-predicate, r=eddybbors-25/+8
2016-11-29rustc: simplify AdtDef by removing the field types and ty::ivar.Eduard-Mihai Burtescu-3/+3
2016-11-29rustc: remove type information from TraitDef.Eduard-Mihai Burtescu-2/+2
2016-11-29revamp `Visitor` with a single method for controlling nested visitsNiko Matsakis-52/+57
2016-11-29Fix rebase breakageFlorian Diebold-15/+22
2016-11-29Split nested_visit_mode function off from nested_visit_mapFlorian Diebold-29/+47
2016-11-29Refactor inlined items some moreFlorian Diebold-45/+24
2016-11-29Add make tidy fixesFlorian Diebold-7/+21
2016-11-29Fix cross-crate associated constant evaluationFlorian Diebold-0/+1
2016-11-29Save bodies of functions for inlining into other cratesFlorian Diebold-22/+92
2016-11-29rustc: replace body exprs by their idsFlorian Diebold-121/+164
2016-11-28Adds TyCtxt::require_lang_item(LangItem) to simplify lang item requires.Mark-Simulacrum-0/+8