summary refs log tree commit diff
path: root/src/librustc/middle
AgeCommit message (Expand)AuthorLines
2017-01-06rebase: remove `tcx` from `associated_item`Niko Matsakis-4/+3
2017-01-06Dont check stability for items that are not pub to universe.Felix S. Klock II-1/+36
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
2016-11-28Remove BuiltinBound and BuiltinBounds.Mark-Simulacrum-25/+0
2016-11-28Auto merge of #38024 - jseyfried:avoid_needless_proc_macro_deps, r=nrcbors-2/+16
2016-11-28Avoid loading needless proc-macro dependencies.Jeffrey Seyfried-2/+16
2016-11-28rustc_typeck: don't record associated type resolutions.Eduard-Mihai Burtescu-2/+2
2016-11-28rustc: track fields in the HIR map.Eduard Burtescu-0/+1
2016-11-28rustc_privacy: visit Ty instead of HIR types in EmbargoVisitor.Eduard-Mihai Burtescu-1/+2
2016-11-28rustc: rework stability to be on-demand for type-directed lookup.Eduard Burtescu-297/+215
2016-11-28rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode.Eduard Burtescu-24/+1
2016-11-28rustc: embed path resolutions into the HIR instead of keeping DefMap.Eduard-Mihai Burtescu-142/+128
2016-11-28rustc: desugar `use a::{b,c};` into `use a::b; use a::c;` in HIR.Eduard-Mihai Burtescu-21/+2
2016-11-28rustc: desugar UFCS as much as possible during HIR lowering.Eduard Burtescu-42/+78
2016-11-22Auto merge of #37681 - nrc:crate-metadata, r=@alexcrichtonbors-7/+33
2016-11-23Rebasing and review changesNick Cameron-0/+12
2016-11-21Implement the `loop_break_value` feature.Geoffry Song-10/+9
2016-11-22Change HirVec<P<T>> to HirVec<T> in Expr.Nicholas Nethercote-7/+6
2016-11-21Cleanup `InternedString`.Jeffrey Seyfried-5/+4
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-36/+34