about summary refs log tree commit diff
path: root/compiler/rustc_span/src/source_map.rs
AgeCommit message (Expand)AuthorLines
2021-03-17Move some test-only code to test filesJoshua Nelson-42/+0
2021-02-17Rollup merge of #81860 - osa1:issue81800, r=estebankDylan DPC-12/+30
2021-02-07Fix SourceMap::start_pointÖmer Sinan Ağacan-12/+30
2021-02-04faster spansklensy-8/+9
2021-01-31Improve handling of spans around macro result parse errorsAaron Hill-0/+3
2021-01-14Use Option::map_or instead of `.map(..).unwrap_or(..)`LingMan-2/+2
2021-01-13Auto merge of #77524 - Patryk27:fixes/66228, r=estebankbors-5/+24
2021-01-13Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwcoDylan DPC-1/+14
2021-01-10Rework diagnostics for wrong number of generic argsPatryk Wychowaniec-5/+24
2021-01-09Fix --pretty=expanded with --remap-path-prefixJeremy Fitzhardinge-1/+14
2021-01-07Use correct span for structured suggestionEsteban Küber-1/+3
2020-12-25Edit rustc_span documentationpierwill-3/+5
2020-12-03Fix some clippy lintsJoshua Nelson-4/+2
2020-10-29Use RwLock instead of Lock for SourceMap::filesTomasz Miąsko-4/+4
2020-10-14Remove unused code from rustc_spanest31-9/+0
2020-10-05Updates to experimental coverage counter injectionRich Kadel-67/+12
2020-08-31Adds two source span utility functions used in source-based coverageRich Kadel-0/+9
2020-08-30mv compiler to compiler/mark-0/+1097