about summary refs log tree commit diff
path: root/compiler/rustc_span/src/lib.rs
AgeCommit message (Expand)AuthorLines
2020-10-26rustc_span: avoid hashing ExpnId tag when using cached hashTyson Nottingham-2/+1
2020-10-14Remove unused code from rustc_spanest31-6/+0
2020-10-08Use shorter path for std::hash::Hashest31-6/+6
2020-10-05Updates to experimental coverage counter injectionRich Kadel-0/+84
2020-09-23/nightly/nightly-rustcErik Hofmayer-1/+1
2020-09-23Updated html_root_url for compiler cratesErik Hofmayer-1/+1
2020-09-21Remove cast to usize for BytePos and CharPosJames Whaley-2/+2
2020-09-21Reduce boilerplate for BytePos and CharPosJames Whaley-82/+55
2020-09-20Rollup merge of #76825 - lcnr:array-windows-apply, r=varkorRalf Jung-2/+8
2020-09-20use `array_windows` instead of `windows` in the compilerBastian Kauschke-2/+8
2020-09-17Remove redundant #![feature(...)] 's from compiler/est31-2/+0
2020-09-13Add visualization of rustc span in docIvan Tham-1/+19
2020-08-31Adds two source span utility functions used in source-based coverageRich Kadel-0/+7
2020-08-30mv compiler to compiler/mark-0/+1872