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
/
src
/
librustc_span
/
source_map.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-17
Remove unused abs_path method from rustc_span::source_map::FileLoader
Shea Levy
-12
/
+0
2020-04-02
Add hash of source files in debug info
Arlo Siemsen
-7
/
+12
2020-03-25
Rename `def_span` to `guess_head_span`
Esteban Küber
-1
/
+8
2020-03-23
Rollup merge of #70199 - pnkfelix:issue-68808-dont-turn-dummy-spans-into-inva...
Mazdak Farrokhzad
-0
/
+7
2020-03-23
Update src/librustc_span/source_map.rs
Felix S Klock II
-1
/
+1
2020-03-21
remove redundant returns (clippy::needless_return)
Matthias Krüger
-4
/
+4
2020-03-20
remove redundant returns (clippy::needless_return)
Matthias Krüger
-9
/
+7
2020-03-20
Revised span-to-lines conversion to produce an empty vec on DUMMY_SP.
Felix S. Klock II
-0
/
+7
2020-03-18
Properly handle Spans that reference imported SourceFiles
Aaron Hill
-3
/
+9
2020-03-11
Rollup merge of #69760 - Centril:parse-expr-improve, r=estebank
Mazdak Farrokhzad
-0
/
+7
2020-03-10
error_block_no_opening_brace: handle closures better
Mazdak Farrokhzad
-0
/
+7
2020-03-10
Store `TokenStream` in `rmeta::MacroDef`.
Mazdak Farrokhzad
-0
/
+6
2020-03-07
Rollup merge of #69656 - matthiaskrgr:iter_nth_zero, r=oli-obk
Mazdak Farrokhzad
-3
/
+3
2020-03-03
use conditions directly
Matthias Krüger
-1
/
+1
2020-03-03
Use .next() instead of .nth(0) on iterators.
Matthias Krüger
-3
/
+3
2020-03-01
Rollup merge of #69580 - matthiaskrgr:map_clone, r=Centril
Yuki Okushi
-1
/
+1
2020-02-29
use .copied() instead of .map(|x| *x) on iterators
Matthias Krüger
-1
/
+1
2020-02-29
use .iter() instead of .into_iter() on references.
Matthias Krüger
-2
/
+2
2020-02-18
Fix race condition when allocating source files in SourceMap
John Kåre Alsaker
-13
/
+43
2020-02-06
rustc_errors: split macro backtrace rendering from <*macros> hacks.
Eduard-Mihai Burtescu
-8
/
+0
2020-01-26
rustc_span: return an impl Iterator instead of a Vec from macro_backtrace.
Eduard-Mihai Burtescu
-2
/
+1
2020-01-23
unused-parens: implement for block return values
Tyler Lanphear
-2
/
+2
2020-01-16
Do not ICE on malformed suggestion spans
Esteban Küber
-4
/
+7
2020-01-10
Fix `next_point` to be unicode aware
Esteban Küber
-1
/
+1
2020-01-08
span_to_lines: account for DUMMY_SP
Mazdak Farrokhzad
-2
/
+3
2019-12-30
Rename directories for some crates from `syntax_x` to `rustc_x`
Vadim Petrochenkov
-0
/
+984