summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2017-02-23Fix ICE when accessing mutably an immutable enumEsteban Küber-1/+3
2017-01-30Merge ty::TyBox into ty::TyAdtVadim Petrochenkov-1/+1
2017-01-28rustc: move object default lifetimes to resolve_lifetimes.Eduard-Mihai Burtescu-21/+328
2017-01-28rustc: always keep an explicit lifetime in trait objects.Eduard-Mihai Burtescu-2/+10
2017-01-28rustc: lower trait type paths as TyTraitObject.Eduard-Mihai Burtescu-33/+6
2017-01-28rustc: move most of lifetime elision to resolve_lifetimes.Eduard-Mihai Burtescu-10/+492
2017-01-28rustc: simplify scope-tracking in resolve_lifetime.Eduard-Mihai Burtescu-321/+219
2017-01-28rustc: clean up the style of middle::resolve_lifetime.Eduard-Mihai Burtescu-69/+99
2017-01-28rustc: always include elidable lifetimes in HIR types.Eduard-Mihai Burtescu-0/+6
2017-01-27Auto merge of #39139 - estebank:issue-38147, r=nikomatsakisbors-0/+57
2017-01-26Point to immutable arg/fields when trying to use as &mutEsteban Küber-0/+57
2017-01-26Auto merge of #39066 - arielb1:lifetime-extension-test, r=nikomatsakisbors-19/+74
2017-01-26rustc: don't call the HIR AST.Eduard-Mihai Burtescu-65/+65
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-62/+62
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-7/+7
2017-01-25end temporary lifetimes being extended by `let X: &_` hintsAriel Ben-Yehuda-19/+74
2017-01-16AST/HIR: Replace Path with Type in WhereEqPredicateVadim Petrochenkov-6/+5
2017-01-09trans/metadata: Remove obsolete CrateStore::can_have_local_instance()Michael Woerister-8/+0
2017-01-09metadata: Add is_exported_symbol() method to CrateStore.Michael Woerister-0/+2
2017-01-06rustc: keep track of tables everywhere as if they were per-body.Eduard-Mihai Burtescu-150/+126
2017-01-05Auto merge of #38689 - pnkfelix:dont-check-stability-on-private-items, r=niko...bors-1/+36
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