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
/
libsyntax
/
codemap.rs
Age
Commit message (
Expand
)
Author
Lines
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
2017-05-31
Use callsite's span for macro calls on suggestion
Esteban Küber
-0
/
+9
2017-05-23
incr.comp.: Track expanded spans instead of FileMaps.
Michael Woerister
-28
/
+0
2017-05-12
Fix some clippy warnings in libsyntax
Andre Bogus
-2
/
+2
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-4
/
+39
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-32
/
+69
2017-04-12
Add a way to get shorter spans until `char` for pointing at defs
Esteban Küber
-0
/
+19
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-4
/
+0
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-277
/
+14
2017-03-29
Remove code in `syntax::codemap`.
Jeffrey Seyfried
-185
/
+0
2017-01-22
Refactor `TokenStream`.
Jeffrey Seyfried
-17
/
+0
2016-11-28
rustc: use Span's allow_internal_unstable instead of hir::BlockCheckMode.
Eduard Burtescu
-2
/
+6
2016-11-21
Fix fallout in `rustdoc` and tests.
Jeffrey Seyfried
-7
/
+5
2016-10-05
Rename Parser::last_span as prev_span.
Nicholas Nethercote
-3
/
+3
2016-09-20
Check for overlapping and simplify unit test
Jonathan Turner
-8
/
+3
2016-09-19
Add the ability to merge spans to codemap
Jonathan Turner
-0
/
+82
2016-09-01
incr.comp.: Add stable hashing of HIR spans to ICH.
Michael Woerister
-20
/
+4
2016-08-01
Reimplemented tokenstreams as ropes and reduced the exposed TokenStream API.
cgswords
-0
/
+17
2016-07-14
Remove more unused imports
Jonathan Turner
-1
/
+0
2016-07-14
Remove unused imports
Jonathan Turner
-19
/
+0
2016-07-14
Add back in import needed for codemap tests
Jonathan Turner
-0
/
+1
2016-07-14
Add fix for tabs. Move error unit tests->ui tests
Jonathan Turner
-766
/
+4
2016-07-14
Fix up some tidy-unfriendly spacing
Jonathan Turner
-18
/
+18
2016-07-14
DCE and fixing some internal tests
Jonathan Turner
-98
/
+98
2016-07-14
Remove BasicEmitter
Jonathan Turner
-3
/
+3
2016-06-24
Fix codemap tests to not double import
Jonathan Turner
-1
/
+0
2016-06-24
Reexport syntax_pos in codemap and fix some cfail tests
Jonathan Turner
-1
/
+1
2016-06-23
make old school mode a bit more configurable
Jonathan Turner
-17
/
+28
2016-06-23
Add missing refernce to RenderedLine
Jonathan Turner
-1
/
+1
[next]