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
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
2023-04-09
Box large enum variants
Nilstrieb
-4
/
+4
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
[next]