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
2025-08-25
Do not open every source file twice when reading it
Jakub Beránek
-2
/
+8
2025-08-16
Only unpack span data once.
Camille Gillot
-7
/
+7
2025-07-28
use let chains in mir, resolve, target
Kivooeo
-4
/
+4
2025-05-05
Take into-account `-Zremap-path-scope` when embedding filenames
Urgau
-36
/
+44
2025-04-10
add `span_extend_to_prev_char_before()` to `SourceMap`
Makai
-0
/
+18
2025-02-03
tree-wide: parallel: Fully removed all `Lrc`, replaced with `Arc`
Askar Safin
-29
/
+29
2024-11-24
Auto merge of #132791 - tyilo:big-file-fail-fast, r=compiler-errors
bors
-1
/
+10
2024-11-23
rustc: Fail fast when compiling a source file larger than 4 GiB - 1 B
Asger Hautop Drewsen
-1
/
+10
2024-11-08
coverage: Restrict empty-span expansion to only cover `{` and `}`
Zalathar
-1
/
+1
2024-10-28
fix clippy::clone_on_ref_ptr for compiler
klensy
-6
/
+6
2024-10-01
add unstable support for outputting file checksums for use in cargo
Jacob Kiesel
-2
/
+14
2024-09-09
Remove needless returns detected by clippy in the compiler
Eduardo Sánchez Muñoz
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-4
/
+5
2024-07-18
Be more accurate about calculating `display_col` from a `BytePos`
Esteban Küber
-2
/
+0
2024-05-22
Remove `#[macro_use]` extern crate tracing` from `rustc_span`.
Nicholas Nethercote
-0
/
+1
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-0
/
+1
2024-04-23
Rollup merge of #123993 - compiler-errors:coroutine-obl, r=lcnr
León Orell Valerian Liehr
-1
/
+1
2024-04-16
Construct `SourceMap` at the same time as `SessionGlobals`.
Nicholas Nethercote
-8
/
+18
2024-04-15
redundant ::{self}
Michael Goulet
-1
/
+1
2024-04-12
Rollup merge of #123204 - notriddle:notriddle/include-str-span, r=pnkfelix
Matthias Krüger
-3
/
+11
2024-04-09
Add a helper for extending a span to include any trailing whitespace
Michael Goulet
-6
/
+9
2024-03-29
rustdoc: point at span in `include_str!`-ed md file
Michael Howell
-3
/
+11
2024-03-28
Introduce `FileNameMapping::to_real_filename` and use it everywhere
Urgau
-0
/
+15
2024-01-17
Use UnhashMap for a few more maps
Mark Rousskov
-2
/
+2
2024-01-15
compiler: Lower fn call arg spans down to MIR
Martin Nordholts
-1
/
+1
2024-01-06
rustc_span: Optimize syntax context comparisons
Vadim Petrochenkov
-3
/
+9
2023-12-19
Unify SourceFile::name_hash and StableSourceFileId
Michael Woerister
-48
/
+7
2023-12-10
remove redundant imports
surechen
-4
/
+2
2023-11-02
Minimize `pub` usage in `source_map.rs`.
Nicholas Nethercote
-43
/
+7
2023-10-17
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
Urgau
-8
/
+26
2023-09-12
Fall back to an unoptimized implementation in read_binary_file if File::metad...
Ben Kimock
-2
/
+31
2023-09-07
Use `Freeze` for `SourceFile.lines`
John Kåre Alsaker
-1
/
+1
2023-09-07
Use `Freeze` for `SourceFile.external_src`
John Kåre Alsaker
-6
/
+6
2023-09-04
Pass StableSourceFileId.
Camille GILLOT
-4
/
+4
2023-09-03
Compute address space from previous file.
Camille GILLOT
-29
/
+9
2023-09-03
Register the file while computing its start position.
Camille GILLOT
-38
/
+31
2023-09-03
Use relative positions inside a SourceFile.
Camille GILLOT
-52
/
+20
2023-08-27
Load include_bytes! directly into an Lrc
Ben Kimock
-4
/
+17
2023-08-06
refactor on span_look_ahead
yukang
-9
/
+6
2023-06-29
Use `partition_point` in `SourceMap::lookup_source_file_idx`.
Nicholas Nethercote
-5
/
+1
2023-06-10
reword the message to suggest surrounding with parentheses
yukang
-1
/
+4
2023-06-10
take care module name for suggesting surround the struct literal in parentheses
yukang
-0
/
+12
2023-05-24
Use `Option::is_some_and` and `Result::is_ok_and` in the compiler
Maybe Waffle
-3
/
+3
2023-05-14
Simplify find_width_of_character_at_span.
Mara Bos
-24
/
+7
2023-05-06
correct literals for dyn thread safe
SparrowLii
-3
/
+5
2023-05-06
introduce `DynSend` and `DynSync` auto trait
SparrowLii
-3
/
+3
2023-04-18
Auto merge of #110083 - saethlin:encode-hashes-as-bytes, r=cjgillot
bors
-3
/
+3
2023-04-18
Store hashes in special types so they aren't accidentally encoded as numbers
Ben Kimock
-3
/
+3
2023-04-17
Spelling - compiler
Josh Soref
-2
/
+2
2023-04-16
fix clippy::toplevel_ref_arg and ::manual_map
Matthias Krüger
-3
/
+1
[next]