about summary refs log tree commit diff
path: root/src/test/incremental
AgeCommit message (Expand)AuthorLines
2018-12-30Fix unresolved inference variable ICE.David Wood-1/+1
2018-12-25Remove licensesMark Rousskov-1216/+0
2018-12-11std: Depend directly on crates.io cratesAlex Crichton-1/+1
2018-12-07Various minor/cosmetic improvements to codeAlexander Regueiro-2/+2
2018-11-30tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.Eduard-Mihai Burtescu-0/+3
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-0/+239
2018-10-26Fix tests and assertions; add some commentsNick Cameron-1/+1
2018-10-22fix incremental testNiko Matsakis-1/+1
2018-10-02Improve implicit self mutability suggestions.David Wood-1/+1
2018-09-18incr.comp.: Allow for more fine-grained testing of CGU reuse and use it to te...Michael Woerister-0/+125
2018-09-12Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakisbors-2/+0
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-2/+0
2018-09-10fix incremental testNiko Matsakis-1/+1
2018-09-04Introduce Custom Test FrameworksJohn Renner-3/+2
2018-08-19mv codemap source_mapDonato Sciarra-1/+1
2018-08-19mv FileMap SourceFileDonato Sciarra-1/+1
2018-08-15Clean up CodegenUnit name generation.Michael Woerister-1/+1
2018-07-16rustc: Use link_section, not wasm_custom_sectionAlex Crichton-1/+1
2018-07-16Revert "Clean up CodegenUnit name generation."Michael Woerister-1/+1
2018-07-11Clean up CodegenUnit name generation.Michael Woerister-1/+1
2018-06-30Added incremental test for interlinking static references.Alexander Regueiro-0/+25
2018-06-18Auto merge of #51414 - oli-obk:impl_trait_type_def, r=pnkfelixbors-1/+1
2018-06-10create separate dep-nodes for predicates_of and explicit_predicates_oftoidiu-0/+22
2018-06-07Add existential type definitonsOliver Schneider-1/+1
2018-05-18Auto merge of #50653 - oli-obk:bad_const, r=cramertjbors-0/+1
2018-05-17Rename trans to codegen everywhere.Irina Popa-29/+29
2018-05-12Make the `const_err` lint `deny`-by-defaultOliver Schneider-0/+1
2018-04-14Don't recurse into allocations, use a global table insteadOliver Schneider-0/+19
2018-04-13Rename must-compile-successfully into compile-passGuillaume Gomez-43/+43
2018-04-07[incremental] Hash `Allocation`sShotaro Yamada-0/+64
2018-03-31Auto merge of #49500 - oli-obk:mir_dep_graph, r=michaelwoeristerbors-0/+20
2018-03-30Introduce an edge from a const eval to the MIR of all statics it depends onOliver Schneider-0/+20
2018-03-30Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoeristerbors-0/+28
2018-03-28Fix stable hashing of AllocIdsOliver Schneider-0/+28
2018-03-26Stabilize conservative_impl_traitTaylor Cramer-1/+0
2018-03-23Fixed issues with incremental tests.David Wood-1/+1
2018-03-20Encode/decode extern statics in metadata and incremental cacheOliver Schneider-0/+21
2018-03-19Auto merge of #49079 - oli-obk:cross_miri, r=michaelwoeristerbors-0/+18
2018-03-16extend stable hasher to support `CanonicalTy`Niko Matsakis-0/+22
2018-03-16Cleanup metadata and incremental cache processing of constantsOliver Schneider-0/+18
2018-03-15Stabilize `inclusive_range_syntax` language feature.kennytm-1/+0
2018-03-05incr.comp.: Add regression test for detecting feature gate changes.Michael Woerister-0/+23
2018-02-28Rollup merge of #48359 - jsgf:remap-path-prefix, r=sanxiynManish Goregaokar-1/+1
2018-02-22Implement --remap-path-prefixJeremy Fitzhardinge-1/+1
2018-02-20rustc_mir: always run the deaggregator.Eduard-Mihai Burtescu-2/+2
2018-02-07Fix tests for MIR loop loweringbobtwinkles-1/+1
2018-01-29tests: replace "lvalue" terminology with "place".Eduard-Mihai Burtescu-3/+3
2017-12-30Remove excessive trailing newlines.kennytm-5/+0
2017-12-18incr.comp.: Mark DepKind node as input.Michael Woerister-0/+24
2017-12-11move `resolve_lifetimes` into a proper queryNiko Matsakis-3/+12