summary refs log tree commit diff
path: root/src/librustc_trans/assert_module_sources.rs
AgeCommit message (Expand)AuthorLines
2018-01-10Shorten names of some compiler generated artifacts.Michael Woerister-1/+5
2017-10-02incr.comp.: Use red/green tracking for CGU re-use.Michael Woerister-44/+28
2017-07-31async-llvm(19): Already start LLVM while still translating.Michael Woerister-16/+20
2017-05-27Reduce API surface of rustc_transRobin Kruppe-2/+2
2017-04-06Introduce HashStable trait and base ICH implementations on it.Michael Woerister-4/+3
2017-03-14Refactor `Attribute` to use `Path` and `TokenStream` instead of `MetaItem`.Jeffrey Seyfried-1/+1
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-1/+1
2016-11-21Use `Symbol` instead of `InternedString` in the AST, HIR, and various other p...Jeffrey Seyfried-2/+1
2016-11-20Move `syntax::util::interner` -> `syntax::symbol`, cleanup.Jeffrey Seyfried-2/+2
2016-11-20Refactor `CrateConfig`.Jeffrey Seyfried-5/+5
2016-10-29Move `CrateConfig` from `Crate` to `ParseSess`.Jeffrey Seyfried-1/+1
2016-08-25Refactor away `AttrMetaMethods`.Jeffrey Seyfried-1/+0
2016-08-25Refactor away `AttrNestedMetaItemMethods`.Jeffrey Seyfried-1/+1
2016-08-25Implement RFC#1559: allow all literals in attributes.Sergio Benitez-1/+1
2016-07-28Add a testing mechanism and a simple spike testNiko Matsakis-0/+149