about summary refs log tree commit diff
path: root/src/librustc_middle/ich
AgeCommit message (Collapse)AuthorLines
2020-08-30mv compiler to compiler/mark-891/+0
2020-08-17rust_ast::ast => rustc_astUjjwal Sharma-2/+2
2020-07-26Hygiene serialization implementationAaron Hill-7/+7
2020-06-30change `skip_binder` to use T by valueBastian Kauschke-1/+1
2020-06-23Rollup merge of #73488 - richkadel:llvm-coverage-map-gen, r=tmandryManish Goregaokar-2/+31
code coverage foundation for hash and num_counters This PR is the next iteration after PR #73011 (which is still waiting on bors to merge). @wesleywiser - PTAL r? @tmandry (FYI, I'm also working on injecting the coverage maps, in another branch, while waiting for these to merge.) Thanks!
2020-06-19code coverage foundation for hash and num_countersRich Kadel-2/+31
Replaced dummy values for hash and num_counters with computed values, and refactored InstrumentCoverage pass to simplify injecting more counters per function in upcoming versions. Improved usage documentation and error messaging.
2020-06-15Use `LocalDefId` for import IDs in trait mapVadim Petrochenkov-6/+5
2020-05-22Remove ReScopeMatthew Jasper-3/+0
2020-05-20Remove unused `StableHashingContext::node_to_hir_id` methodmarmeladema-5/+0
2020-05-08Simplify the `tcx.alloc_map` APIOliver Scherer-2/+1
2020-04-02Add hash of source files in debug infoArlo Siemsen-1/+1
* Adds either an MD5 or SHA1 hash to the debug info. * Adds new unstable option `-Z src-hash-algorithm` to control the hashing algorithm.
2020-04-02nix CachingSourceMapView reexportMazdak Farrokhzad-1/+0
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-1/+1
2020-03-30rustc -> rustc_middle part 1Mazdak Farrokhzad-0/+873