summary refs log tree commit diff
path: root/src/librustc_metadata
AgeCommit message (Expand)AuthorLines
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+0
2016-02-22Auto merge of #31811 - alexcrichton:clean-deps, r=sanxiynbors-0/+1
2016-02-21rustbuild: Sync some Cargo.toml/lib.rs dependenciesAlex Crichton-0/+1
2016-02-20make *mut T -> *const T a coercionAriel Ben-Yehuda-4/+12
2016-02-14Rename hir::Pat_ and its variantsVadim Petrochenkov-2/+2
2016-02-12Autoderef in librustc_metadataJonas Schievink-64/+64
2016-02-12Auto merge of #30830 - arcnmx:static-extern, r=alexcrichtonbors-28/+23
2016-02-11bootstrap: Add a bunch of Cargo.toml filesAlex Crichton-0/+20
2016-02-11Pass through diagnostic handler insteadarcnmx-1/+2
2016-02-11Only retain external static symbols across LTOarcnmx-28/+22
2016-02-11[breaking-change] don't glob export ast::MetaItem_Oliver 'ker' Schneider-6/+6
2016-02-11[breaking-change] don't glob export ast::Item_ variantsOliver 'ker' Schneider-3/+3
2016-02-11[breaking-change] don't pub export ast::Lit_ variantsOliver Schneider-1/+1
2016-02-11[breaking-change] don't glob export ast::{UintTy, IntTy} variantsOliver Schneider-10/+10
2016-02-11[breaking-change] don't glob export ast::FloatTy variantsOliver Schneider-2/+2
2016-02-11[breaking-change] don't glob import/export syntax::abi enum variantsOliver Schneider-7/+7
2016-02-09make `MirMap` a struct instead of a type alias for `NodeMap`Oliver Schneider-6/+7
2016-02-06Auto merge of #31307 - nagisa:mir-drop-terminator, r=nikomatsakisbors-1/+1
2016-02-05Instrument a bunch of tasks that employ the HIR map in one way orNiko Matsakis-1/+5
2016-02-04Synthesize calls to box_free language itemSimonas Kazlauskas-1/+1
2016-02-02Auto merge of #31279 - DanielJCampbell:MacroReferencing, r=nrcbors-6/+24
2016-02-01Implemented macro referencing for save analysisDaniel Campbell-6/+24
2016-01-30Auto merge of #30448 - alexcrichton:llvmup, r=nikomatsakisbors-1/+1
2016-01-29trans: Upgrade LLVMAlex Crichton-1/+1
2016-01-29Auto merge of #30900 - michaelwoerister:trans_item_collect, r=nikomatsakisbors-0/+16
2016-01-26Auto merge of #31120 - alexcrichton:attribute-deny-warnings, r=brsonbors-2/+3
2016-01-26Implement the translation item collector.Michael Woerister-0/+16
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-2/+3
2016-01-22The war on abort_if_errorsNick Cameron-11/+8
2016-01-21Auto merge of #31024 - oli-obk:move_checks_out_of_librustc, r=arielb1bors-1/+1
2016-01-21move more checks out of librustcOliver Schneider-1/+1
2016-01-21Auto merge of #29520 - retep998:staticlib-naming-fiasco, r=alexcrichtonbors-2/+10
2016-01-20Rename Def's variants and don't reexport themVadim Petrochenkov-43/+43
2016-01-20Refactor definitions of ADTs in rustc::middle::defVadim Petrochenkov-44/+71
2016-01-16Change name when outputting staticlibs on WindowsPeter Atashian-2/+10
2016-01-15Preserve struct/variant kinds in metadataVadim Petrochenkov-11/+32
2016-01-08Also store MIR of closures in crate metadata.Michael Woerister-6/+9
2016-01-07Refactor away extension traits RegionEscape and HasTypeFlagsJeffrey Seyfried-2/+2
2016-01-05Refactor compiler to make use of dep-tracking-maps. Also, in cases whereNiko Matsakis-11/+6
2016-01-02Auto merge of #30264 - GuillaumeGomez:patch-5, r=Manishearthbors-1/+14
2016-01-02Add E0463 error explanationGuillaume Gomez-1/+14
2015-12-31Rollup merge of #30565 - michaelwoerister:opaque_encoder, r=brsonSimonas Kazlauskas-325/+278
2015-12-31Auto merge of #30585 - Ms2ger:ExplicitSelfCategory, r=brsonbors-12/+12
2015-12-30Rebasing and review commentsNick Cameron-4/+5
2015-12-30use structured errorsNick Cameron-47/+65
2015-12-29Add a hint when given --extern with an indeterminate typeCorey Richardson-0/+2
2015-12-28Use a more efficient encoding for opaque data in RBML.Michael Woerister-325/+278
2015-12-28Rename ExplicitSelfCategory's variants and stop re-exporting them.Ms2ger-12/+12
2015-12-28rewrite the method-receiver matching codeAriel Ben-Yehuda-4/+1
2015-12-22Fix def paths creation for items inlined from external crates.Michael Woerister-17/+45