index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_span
/
src
/
source_map.rs
Age
Commit message (
Expand
)
Author
Lines
2022-07-20
span: add `span_extend_to_line` helper
David Wood
-0
/
+5
2022-07-11
rename a method
Takayuki Maeda
-1
/
+1
2022-07-11
implement `is_accessible_span`
Takayuki Maeda
-0
/
+7
2022-06-28
fix ice for associated constant generics
Takayuki Maeda
-1
/
+1
2022-06-02
Address review comments.
Nicholas Nethercote
-2
/
+2
2022-06-01
Lazify `SourceFile::lines`.
Nicholas Nethercote
-3
/
+10
2022-05-26
Avoid adjusting file positions twice.
Nicholas Nethercote
-7
/
+14
2022-05-18
Properly apply path prefix remapping paths emitted into debuginfo.
Michael Woerister
-0
/
+2
2022-05-18
Move logic for making potentially remapped paths absolute into helper method.
Michael Woerister
-0
/
+79
2022-05-18
Add debug tracing to FilePathMapping::map_prefix
Michael Woerister
-19
/
+34
2022-05-02
fix most compiler/ doctests
Elliot Roberts
-4
/
+5
2022-04-29
Fix duplicate directory separator in --remap-path-prefix.
Michael Woerister
-1
/
+13
2022-01-31
Make `span_extend_to_prev_str()` more robust
Fabian Wolff
-13
/
+27
2021-11-16
Add SourceMap::indentation_before.
Mara Bos
-7
/
+12
2021-10-15
Guess semicolon span for macro statements
Cameron Steffen
-0
/
+38
2021-09-20
Add some more tracing
Oli Scherer
-2
/
+3
2021-09-10
Keep a parent LocalDefId in SpanData.
Camille GILLOT
-1
/
+1
2021-09-03
Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebank
bors
-6
/
+17
2021-08-27
Don't use `guess_head_span` in `predicates_of` for foreign span
Aaron Hill
-0
/
+11
2021-08-27
Path remapping: Make behavior of diagnostics output dependent on presence of ...
Michael Woerister
-6
/
+17
2021-08-25
Use if-let guards in the codebase
Léo Lanteri Thauvin
-20
/
+15
2021-08-22
Fix typos “an”→“a” and a few different ones that appeared in the sa...
Frank Steffahn
-1
/
+1
2021-07-01
Avoid byte to char position conversions in is_multiline
Tomasz Miąsko
-3
/
+7
2021-06-21
Encode SourceFile source crate as StableCrateId in incr. comp. OnDiskCache.
Michael Woerister
-2
/
+2
2021-06-21
Disambiguate between SourceFiles from different crates even if they have the ...
Michael Woerister
-10
/
+31
2021-06-09
Print dummy spans as `no-location`
Tomasz Miąsko
-1
/
+1
2021-05-12
Auto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
bors
-69
/
+43
2021-05-11
Split span_to_string into span_to_diagnostic/embeddable_string
Andy Wang
-2
/
+14
2021-05-07
Use `path.exists()` instead of `fs::metadata(path).is_ok()`
Chris Denton
-1
/
+1
2021-05-05
Use local and remapped paths where appropriate
Andy Wang
-6
/
+1
2021-05-05
Make local_path in RealFileName::Remapped Option to be removed in exported me...
Andy Wang
-19
/
+16
2021-05-05
Rename RealFileName::Named to LocalPath and Devirtualized to Remapped
Andy Wang
-61
/
+31
2021-03-17
Move some test-only code to test files
Joshua Nelson
-42
/
+0
2021-02-17
Rollup merge of #81860 - osa1:issue81800, r=estebank
Dylan DPC
-12
/
+30
2021-02-07
Fix SourceMap::start_point
Ömer Sinan Ağacan
-12
/
+30
2021-02-04
faster spans
klensy
-8
/
+9
2021-01-31
Improve handling of spans around macro result parse errors
Aaron Hill
-0
/
+3
2021-01-14
Use Option::map_or instead of `.map(..).unwrap_or(..)`
LingMan
-2
/
+2
2021-01-13
Auto merge of #77524 - Patryk27:fixes/66228, r=estebank
bors
-5
/
+24
2021-01-13
Rollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwco
Dylan DPC
-1
/
+14
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-5
/
+24
2021-01-09
Fix --pretty=expanded with --remap-path-prefix
Jeremy Fitzhardinge
-1
/
+14
2021-01-07
Use correct span for structured suggestion
Esteban Küber
-1
/
+3
2020-12-25
Edit rustc_span documentation
pierwill
-3
/
+5
2020-12-03
Fix some clippy lints
Joshua Nelson
-4
/
+2
2020-10-29
Use RwLock instead of Lock for SourceMap::files
Tomasz Miąsko
-4
/
+4
2020-10-14
Remove unused code from rustc_span
est31
-9
/
+0
2020-10-05
Updates to experimental coverage counter injection
Rich Kadel
-67
/
+12
2020-08-31
Adds two source span utility functions used in source-based coverage
Rich Kadel
-0
/
+9
2020-08-30
mv compiler to compiler/
mark
-0
/
+1097