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-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
2015-08-28
Move ExpnInfo to Name
Manish Goregaokar
-7
/
+9
2015-08-27
Enumify CompilerExpansion in ExpnInfo
Manish Goregaokar
-7
/
+34
2015-08-10
add and use Span.substitute_dummy method
Tim Neumann
-0
/
+7
2015-07-22
Instrumentation in effort to understand treatment of `allow_internal_unstable`.
Felix S. Klock II
-0
/
+4
2015-07-21
Use a span from the correct file for the inner span of a module
Nick Cameron
-1
/
+1
2015-07-21
Provide a filemap ctor with line info
Nick Cameron
-14
/
+16
2015-07-21
Allow for space between each filemap in the codemap
Nick Cameron
-72
/
+90
2015-06-19
Move AST Repr impls to Debug impls in libsyntax.
Eduard Burtescu
-2
/
+16
2015-06-16
Fix file!(), line!() and column!() macros
Simonas Kazlauskas
-53
/
+44
2015-06-11
Conver reborrows to .iter() calls where appropriate
Joshua Landau
-2
/
+2
2015-05-14
syntax: abstract over the file loading mechanism.
Eduard Burtescu
-2
/
+46
2015-05-12
Proper spans for for loop expansion
Nick Cameron
-1
/
+3
2015-05-07
Auto merge of #25013 - pnkfelix:span_to_lines-oflo, r=huonw
bors
-5
/
+26
2015-05-05
Guard against overflow in `codemap::span_to_lines`.
Felix S. Klock II
-5
/
+26
2015-05-01
syntax: Avoid reallocating or copying in CodeMap::new_filemap
Ulrik Sverdrup
-8
/
+4
2015-04-24
Change name of unit test sub-module to "tests".
Johannes Oertel
-1
/
+1
2015-04-21
rollup merge of #24636: alexcrichton/remove-deprecated
Alex Crichton
-2
/
+5
2015-04-21
std: Remove deprecated/unstable num functionality
Alex Crichton
-2
/
+5
2015-04-21
syntax: Change ExpnId::{from,to}_llvm_cookie to {from,to}_u32
Erick Tryzelaar
-6
/
+4
2015-04-21
syntax: Replace Vec::map_in_place with stable mut iterator
Erick Tryzelaar
-9
/
+11
2015-04-21
syntax: Replace String::from_str with the stable String::from
Erick Tryzelaar
-2
/
+2
2015-04-21
Model lexer: Fix remaining issues
Piotr Czarnecki
-2
/
+0
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-3
/
+3
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-1
/
+1
2015-04-11
Suppress the macro backtrace for `fileline_note` and `fileline_help`.
Ryan Prichard
-1
/
+1
2015-04-10
Modify the codemap code to use more slices and to information about
Niko Matsakis
-13
/
+92
2015-04-09
Debug impls for a few things in syntax::codemap
Nick Cameron
-0
/
+12
2015-04-01
rollup merge of #23860: nikomatsakis/copy-requires-clone
Alex Crichton
-2
/
+2
2015-04-01
fallout when bootstrapping `rustc`.
Felix S. Klock II
-2
/
+2
2015-04-01
Fallout in libsyntax
Niko Matsakis
-2
/
+2
2015-03-25
Add trivial cast lints.
Nick Cameron
-3
/
+3
[next]