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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libsyntax
/
codemap.rs
Age
Commit message (
Expand
)
Author
Lines
2018-03-18
CodeMap functions refactored.
Yukio Siraichi
-50
/
+38
2018-03-18
Review fixes.
Yukio Siraichi
-0
/
+16
2018-03-17
Auto merge of #48904 - Zoxc:code-and-file-maps, r=michaelwoerister
bors
-38
/
+40
2018-03-15
Use a single Lock for CodeMap.stable_id_to_filemap and CodeMap.files
John Kåre Alsaker
-24
/
+31
2018-03-15
Make CodeMap thread-safe
John Kåre Alsaker
-22
/
+17
2018-03-15
Require a thread-safe file loader
John Kåre Alsaker
-2
/
+2
2018-03-14
Some tweaks to "type parameters from outer function" diagnostic
Esteban Küber
-7
/
+15
2018-03-08
Add codemap functions to retrieve the source before a given span
Basile Desloges
-3
/
+63
2018-03-02
Replace Rc with Lrc for shared data
John Kåre Alsaker
-17
/
+17
2018-03-01
Rollup merge of #48522 - etaoins:fix-find-width-of-character-at-span-bounds-c...
Manish Goregaokar
-8
/
+11
2018-02-25
Fix find_width_of_character_at_span bounds check
Ryan Cumming
-8
/
+11
2018-02-22
Implement --remap-path-prefix
Jeremy Fitzhardinge
-1
/
+1
2018-02-16
Remove unneeded string allocations
Alex Crawford
-4
/
+4
2018-02-12
Remove allocation from width of character function.
Mark Simulacrum
-3
/
+5
2018-02-02
Auto merge of #47465 - estebank:include-space-after-mut, r=nikomatsakis
bors
-2
/
+24
2018-02-01
Change offset to `0`
Esteban Küber
-1
/
+1
2018-01-27
Fixed infinite loop issues and added some improved logging.
David Wood
-6
/
+20
2018-01-27
Now handling case where span has same lo and hi.
David Wood
-1
/
+6
2018-01-27
next_point now handles creating spans over multibyte characters.
David Wood
-5
/
+9
2018-01-27
Replaced multi-byte character handling in end_point with potentially more per...
David Wood
-23
/
+59
2018-01-27
end_point handling multibyte characters correctly.
David Wood
-0
/
+37
2018-01-26
review comment
Esteban Küber
-6
/
+4
2018-01-26
Consider all whitespace when preparing span
Esteban Küber
-2
/
+26
2018-01-10
Use correct line offsets for doctests (fixes #45868)
Manish Goregaokar
-1
/
+35
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-0
/
+1
2017-12-25
"incompatible arm" diagnostic span tweak
Esteban Küber
-0
/
+6
2017-12-19
incr.comp.: Precompute small hash for filenames to save some work.
Michael Woerister
-0
/
+2
2017-12-15
incr.comp.: Revert hashing optimization that caused regression.
Michael Woerister
-4
/
+22
2017-12-14
incr.comp.: Do less hashing per Span.
Michael Woerister
-22
/
+4
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-33
/
+41
2017-12-02
Auto merge of #46381 - estebank:expected-span, r=nikomatsakis
bors
-1
/
+1
2017-12-01
incr.comp.: Store Spans as (file,line,col,length) in incr.comp. cache.
Michael Woerister
-1
/
+1
2017-11-29
Point to next token when it is in the expected line
Esteban Küber
-1
/
+1
2017-11-03
Display spans correctly when there are non-half-width characters
Wonwoo Choi
-2
/
+40
2017-10-25
incr.comp.: Implement query diagnostic persistence.
Michael Woerister
-0
/
+37
2017-10-16
code suggestion for non-shorthand field patterns lint
Zack M. Davis
-0
/
+11
2017-10-03
Rename FileMap::path and change to an Option
Philip Craig
-6
/
+12
2017-09-30
Don't use remapped path when loading modules and include files
Philip Craig
-2
/
+14
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-33
/
+27
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-14
/
+14
2017-08-12
Fix some typos
Bastien Orivel
-2
/
+2
2017-08-01
syntax: avoid loading the same source-file multiple times
Ariel Ben-Yehuda
-2
/
+3
2017-06-12
External spans: added lazy source loading elsewhere
Inokentiy Babushkin
-24
/
+25
2017-06-12
External spans: address review.
Inokentiy Babushkin
-13
/
+3
2017-06-11
External spans: fixed unit tests and addressed review.
Inokentiy Babushkin
-3
/
+4
2017-06-11
Added hash verification to external source loading.
Inokentiy Babushkin
-7
/
+2
2017-06-11
Improved lazy external source loading and inserted calls.
Inokentiy Babushkin
-1
/
+1
2017-06-10
Added external crates' sources to FileMap.
Inokentiy Babushkin
-0
/
+20
2017-06-10
Moved FileMap construction to it's own constructor.
Inokentiy Babushkin
-27
/
+3
2017-06-10
Added source hashes to FileMap
Inokentiy Babushkin
-0
/
+10
[next]