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
/
caching_source_map_view.rs
Age
Commit message (
Expand
)
Author
Lines
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-14
/
+13
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-7
/
+7
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2023-12-15
Add better ICE messages for some undescriptive panics
Ross Smyth
-2
/
+4
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-8
/
+7
2022-12-01
Remove useless borrows and derefs
Maybe Waffle
-1
/
+1
2021-09-17
Convert `debug_assert` to `assert` in `CachingSourceMapView`
Aaron Hill
-7
/
+7
2020-12-03
rustc_span: add span_data_to_lines_and_cols to caching source map view
Tyson Nottingham
-22
/
+188
2020-12-03
rustc_span: refactor byte_pos_to_line_and_col
Tyson Nottingham
-28
/
+31
2020-12-03
rustc_span: avoid unnecessary cloning in byte_pos_to_line_and_col
Tyson Nottingham
-2
/
+2
2020-10-27
rustc_span: represent line bounds with Range
Tyson Nottingham
-25
/
+19
2020-10-26
rustc_span: improve bounds checks in byte_pos_to_line_and_col
Tyson Nottingham
-3
/
+29
2020-08-30
mv compiler to compiler/
mark
-0
/
+104