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
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
2016-06-23
Move test helper functions to consolidated codemap testing
Jonathan Turner
-0
/
+64
2016-06-23
Actually consolidate the CodeMap tests
Jonathan Turner
-0
/
+517
2016-06-23
Consolidate codemap tests and fix more errors for travis
Jonathan Turner
-0
/
+235
2016-06-23
Address more travis errors
Jonathan Turner
-0
/
+1
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-655
/
+37
2016-06-16
Add an abs_path member to FileMap, use it when writing debug info.
Ted Mielczarek
-16
/
+51
2016-05-27
Auto merge of #33706 - jseyfried:refactor_cfg, r=nrc
bors
-25
/
+0
2016-05-27
Update spans' `expn_id` during the marking fold
Jeffrey Seyfried
-25
/
+0
2016-05-24
syntax: Make codemap::get_filemap() return an Option
Kamal Marhubi
-3
/
+3
2016-05-02
Nit: remove push_primary_span, which was never called
Niko Matsakis
-4
/
+0
2016-05-02
Nit: add comment
Niko Matsakis
-3
/
+5
2016-05-02
Nit: comments should be uppercase letter
Niko Matsakis
-4
/
+4
2016-05-02
refactor to use new snippet code and model
Niko Matsakis
-74
/
+13
2016-05-02
revamp MultiSpan and introduce new snippet code
Niko Matsakis
-135
/
+83
2016-04-21
port compiletest to use JSON output
Niko Matsakis
-0
/
+50
2016-03-25
do not overwrite spans as eagerly
Niko Matsakis
-0
/
+25
2016-03-22
fix alignment
Jorge Aparicio
-65
/
+65
2016-03-22
break long line
Jorge Aparicio
-1
/
+2
2016-03-22
try! -> ?
Jorge Aparicio
-43
/
+32
2016-02-12
syntax: Replace unstable `vec.as_slice().get()` with `vec.get()`
Erick Tryzelaar
-1
/
+1
2016-02-03
Changed macro spans in CSVs to point to the macro name, bugfixed nested spans
Daniel Campbell
-1
/
+20
2016-02-02
Auto merge of #31279 - DanielJCampbell:MacroReferencing, r=nrc
bors
-0
/
+21
2016-02-01
Implemented macro referencing for save analysis
Daniel Campbell
-0
/
+21
2016-02-01
Spans now derive equality
Daniel Campbell
-13
/
+12
2016-01-28
Implement MultiSpan error reporting
mitaa
-3
/
+260
2016-01-22
Extended save-analysis to support generated code, alterned some spans in form...
Daniel Campbell
-2
/
+23
2016-01-20
syntax: Fix encoding and decoding spans
Erick Tryzelaar
-5
/
+20
2015-12-28
Use a more efficient encoding for opaque data in RBML.
Michael Woerister
-7
/
+4
2015-12-08
Added pretty-printing for span expansion chains through span_to_expanded_string.
Daniel Campbell
-0
/
+204
2015-11-12
Add -Zinput-stats
Nick Cameron
-0
/
+8
2015-10-09
Some cleanup of no longer used AST things
Nick Cameron
-22
/
+0
2015-10-03
Add a method to test span containment
Seo Sanghyeon
-1
/
+5
2015-09-24
Cleanup interfaces of Name, SyntaxContext and Ident
Vadim Petrochenkov
-1
/
+0
2015-08-31
Closures are not generated code.
Nick Cameron
-2
/
+0
[next]