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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2020-11-04
fix a couple of clippy warnings:
Matthias Krüger
-1
/
+1
2020-11-03
Rollup merge of #77950 - arlosi:sha256, r=eddyb
Mara Bos
-1
/
+8
2020-10-29
Rollup merge of #78423 - tgnottingham:caching_source_map_bounds_check, r=oli-obk
Jonas Schievink
-6
/
+15
2020-10-28
Auto merge of #78415 - tgnottingham:expn_id_tag_hash, r=Aaron1011
bors
-2
/
+1
2020-10-27
rustc_span: represent line bounds with Range
Tyson Nottingham
-5
/
+5
2020-10-27
Fix typo in comment
Dániel Buga
-2
/
+2
2020-10-26
rustc_span: improve bounds checks in byte_pos_to_line_and_col
Tyson Nottingham
-1
/
+10
2020-10-26
rustc_span: avoid hashing ExpnId tag when using cached hash
Tyson Nottingham
-2
/
+1
2020-10-14
Add support for SHA256 source file hashing for LLVM 11+.
Arlo Siemsen
-1
/
+8
2020-10-14
Remove unused code from rustc_span
est31
-6
/
+0
2020-10-08
Use shorter path for std::hash::Hash
est31
-6
/
+6
2020-10-05
Updates to experimental coverage counter injection
Rich Kadel
-0
/
+84
2020-09-23
/nightly/nightly-rustc
Erik Hofmayer
-1
/
+1
2020-09-23
Updated html_root_url for compiler crates
Erik Hofmayer
-1
/
+1
2020-09-21
Remove cast to usize for BytePos and CharPos
James Whaley
-2
/
+2
2020-09-21
Reduce boilerplate for BytePos and CharPos
James Whaley
-82
/
+55
2020-09-20
Rollup merge of #76825 - lcnr:array-windows-apply, r=varkor
Ralf Jung
-2
/
+8
2020-09-20
use `array_windows` instead of `windows` in the compiler
Bastian Kauschke
-2
/
+8
2020-09-17
Remove redundant #![feature(...)] 's from compiler/
est31
-2
/
+0
2020-09-13
Add visualization of rustc span in doc
Ivan Tham
-1
/
+19
2020-08-31
Adds two source span utility functions used in source-based coverage
Rich Kadel
-0
/
+7
2020-08-30
mv compiler to compiler/
mark
-0
/
+1872