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
2023-03-15
Implementing "<test_binary> --list --format json" #107307 #49359
Partha P. Das
-10
/
+21
2023-03-05
Allow binary files to go through the `FileLoader`
Thom Chiovoloni
-3
/
+8
2023-01-19
Auto merge of #106810 - oli-obk:resolver_reverse_plumbing, r=petrochenkov
bors
-10
/
+17
2023-01-16
Avoid an unnecessary allocation
Oli Scherer
-10
/
+17
2023-01-14
Heuristically undo path prefix mappings.
Tim Neumann
-6
/
+57
2022-12-27
Improve debug logs of `find_width_of_character_at_span`
Nilstrieb
-17
/
+12
2022-12-15
Shorten trimmed display of closures
Esteban Küber
-4
/
+11
2022-12-15
more clippy::complexity fixes
Matthias Krüger
-1
/
+1
2022-12-12
minor code cleanups
Matthias Krüger
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-2
/
+1
2022-11-27
Prefer doc comments over `//`-comments in compiler
Maybe Waffle
-11
/
+11
2022-11-17
detect () to avoid redundant <> suggestion for type
Yiming Lei
-4
/
+21
2022-11-09
Rollup merge of #103675 - lyming2007:issue-103271-fix, r=fee1-dead
Michael Goulet
-0
/
+44
2022-11-09
remove redundent "<>" for ty::Slice with reference type
Yiming Lei
-0
/
+44
2022-10-25
Fix #103451, find_width_of_character_at_span return width with 1 when reachin...
yukang
-5
/
+3
2022-10-20
fix rust-lang#101880: suggest let for assignment, and some code refactor
yukang
-0
/
+20
2022-10-19
Add testcase for next_point, fix more trivial issues in find_width_of_charact...
yukang
-6
/
+13
2022-10-18
Fix the bug of next_point in span
yukang
-3
/
+4
2022-09-01
tracing::instrument cleanup
Oli Scherer
-5
/
+5
2022-09-01
Always import all tracing macros for the entire crate instead of piecemeal by...
Oli Scherer
-1
/
+0
2022-08-23
Remove generate_fn_name_span and generate_local_type_param_snippet.
Camille GILLOT
-87
/
+0
2022-08-22
Show absolute line numbers if span is outside relative span
Nilstrieb
-1
/
+1
2022-08-19
Auto merge of #100209 - cjgillot:source-file-index, r=estebank
bors
-3
/
+2
2022-08-13
fix span_extend_to_next_char docs
Goldstein
-1
/
+1
2022-08-08
Remove unused parameter.
Camille GILLOT
-1
/
+0
2022-08-07
Only encode position from start of file.
Camille GILLOT
-3
/
+1
2022-08-06
Encode index of SourceFile along with span.
Camille GILLOT
-0
/
+2
2022-07-28
Use line numbers relative to function in mir opt tests
Nilstrieb
-0
/
+27
2022-07-25
remove `is_local_span` as it is no longer used
Takayuki Maeda
-11
/
+0
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
[next]