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
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
2015-03-23
Add generic conversion traits
Aaron Turon
-2
/
+1
2015-03-10
Fix unstable span checks
Steven Fackler
-1
/
+1
2015-03-09
Rename #[should_fail] to #[should_panic]
Steven Fackler
-1
/
+1
2015-03-06
Add #[allow_internal_unstable] to track stability for macros better.
Huon Wilson
-32
/
+38
2015-03-04
Encode codemap and span information in crate metadata.
Michael Woerister
-39
/
+278
2015-02-18
Replace all uses of `&foo[]` with `&foo[..]` en masse.
Niko Matsakis
-1
/
+1
2015-02-05
make codemap more robust in face of ill-formed spans.
Felix S. Klock II
-8
/
+46
2015-02-02
rollup merge of #21830: japaric/for-cleanup
Alex Crichton
-2
/
+2
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
2015-02-02
Omit integer suffix when unnecessary
Alfie John
-9
/
+9
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-8
/
+8
2015-01-29
`for x in range(a, b)` -> `for x in a..b`
Jorge Aparicio
-1
/
+1
[next]