summary refs log tree commit diff
path: root/src/librustc_incremental
AgeCommit message (Expand)AuthorLines
2017-03-10isolate dep-graph tasksNiko Matsakis-1/+5
2017-03-04Auto merge of #40202 - jseyfried:integrate_tokenstream, r=nrcbors-11/+5
2017-03-03Integrate `TokenStream`.Jeffrey Seyfried-11/+5
2017-03-03Auto merge of #39927 - nikomatsakis:incr-comp-skip-borrowck-2, r=eddybbors-1/+1
2017-02-28Remove `Token::MatchNt`.Jeffrey Seyfried-4/+0
2017-02-28Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...Jeffrey Seyfried-20/+0
2017-02-28store the visit order in the CrateNiko Matsakis-1/+1
2017-02-25rustc_typeck: rework coherence to be almost completely on-demand.Eduard-Mihai Burtescu-0/+3
2017-02-25rustc_typeck: hook up collect and item/body check to on-demand.Eduard-Mihai Burtescu-0/+6
2017-02-25Rollup merge of #40038 - nikomatsakis:issue-39828, r=michaelwoeristerEduard-Mihai Burtescu-3/+42
2017-02-25Rollup merge of #40037 - froydnj:overflow-checks, r=alexcrichtonEduard-Mihai Burtescu-2/+1
2017-02-25Rollup merge of #39864 - cramertj:normalize-breaks, r=nikomatsakisEduard-Mihai Burtescu-2/+4
2017-02-22detect "bootstrap outputs" when serializing the dep-graphNiko Matsakis-3/+42
2017-02-22add `-C overflow-checks` optionNathan Froyd-2/+1
2017-02-17Normalize labeled and unlabeled breaksTaylor Cramer-2/+4
2017-02-15Stabilize field init shorthandest31-1/+1
2017-02-08Rollup merge of #39582 - nikomatsakis:incr-comp-issue-39569, r=michaelwoeristerCorey Farwell-35/+84
2017-02-06fix case where some edges can't be recreated by expanding the graphNiko Matsakis-35/+84
2017-02-06Auto merge of #39500 - michaelwoerister:fix-ich-testing, r=nikomatsakisbors-31/+122
2017-02-06Add comment about why the regular unused-attributes infrastructureMichael Woerister-0/+6
2017-02-04pacify the mercilous tidy, improve cycle unit testNiko Matsakis-8/+76
2017-02-03Let the ICH testing framework check that all #[rustc_dirty] attrs have been a...Michael Woerister-31/+116
2017-02-03add a comment about optimality that somehow got removedNiko Matsakis-58/+76
2017-02-03s/in_index/input_index/Niko Matsakis-7/+7
2017-02-03make dirty process O(dirty)Niko Matsakis-50/+66
2017-01-31rewrite the predecessors code to create a reduced graphNiko Matsakis-467/+1095
2017-01-28rustc: always keep an explicit lifetime in trait objects.Eduard-Mihai Burtescu-1/+1
2017-01-27Auto merge of #39281 - michaelwoerister:make-cc-incr-comp-opt-in, r=nikomatsakisbors-13/+21
2017-01-26rustc: rename TyCtxt's `map` field to `hir`.Eduard-Mihai Burtescu-11/+11
2017-01-25rename `Tables` to `TypeckTables`Niko Matsakis-4/+4
2017-01-25merge TypeckItemBody and Tables depnodesNiko Matsakis-4/+4
2017-01-24incr.comp.: Make cross-crate tracking for incr. comp. opt-in.Michael Woerister-13/+21
2017-01-23Remove `open_span` and `close_span` from `Delimited`.Jeffrey Seyfried-4/+0
2017-01-22Remove unused `extern crate`s.Jeffrey Seyfried-3/+0
2017-01-22Warn on unused `#[macro_use]` imports.Jeffrey Seyfried-1/+1
2017-01-17Auto merge of #39109 - michaelwoerister:incr-comp-cache-cleanup, r=nikomatsakisbors-12/+45
2017-01-17Rename ObjectSum into TraitObject in AST/HIRVadim Petrochenkov-1/+1
2017-01-16incr.comp.: Delete orphaned work-products.Michael Woerister-12/+45
2017-01-17AST/HIR: Merge ObjectSum and PolyTraitRefVadim Petrochenkov-2/+0
2017-01-12incr.comp.: Add some caching to Predecessors construction.Michael Woerister-9/+297
2017-01-12Add some more info to -Zincremental-infoMichael Woerister-0/+11
2017-01-08Auto merge of #38679 - alexcrichton:always-deny-warnings, r=nrcbors-1/+1
2016-12-30Compilation fixesest31-0/+3
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-28rustc: move function arguments into hir::Body.Eduard-Mihai Burtescu-2/+4
2016-12-28rustc: separate bodies for static/(associated)const and embedded constants.Eduard-Mihai Burtescu-5/+15
2016-12-28rustc: separate TraitItem from their parent Item, just like ImplItem.Eduard-Mihai Burtescu-4/+20
2016-12-28Auto merge of #38479 - michaelwoerister:extern_mod_ich, r=nikomatsakisbors-9/+27
2016-12-24Rollup merge of #38557 - michaelwoerister:inline-asm-ich, r=nikomatsakisSteve Klabnik-3/+43
2016-12-22ICH: Make InlineAsm hashes stable.Michael Woerister-3/+43