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
/
librustc_save_analysis
/
span_utils.rs
Age
Commit message (
Expand
)
Author
Lines
2018-04-12
AST/HIR: Merge field access expressions for named and numeric fields
Vadim Petrochenkov
-4
/
+0
2018-02-16
save-analysis: power through bracket mis-counts
Nick Cameron
-12
/
+14
2017-12-14
Use PathBuf instead of String where applicable
Oliver Schneider
-11
/
+9
2017-11-08
save-analysis: run rustfmt
Nick Cameron
-14
/
+24
2017-11-06
save-analysis: fix bugs in method chains
Nick Cameron
-42
/
+1
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-2
/
+2
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-1
/
+1
2017-08-14
save-analysis: Remove path span extraction methods from SpanUtils
kennytm
-85
/
+0
2017-08-01
review changes
Nick Cameron
-4
/
+5
2017-07-28
save-anlaysis: fix filter_generated
Nick Cameron
-1
/
+1
2017-06-16
Remove intermediate forms and some other refactoring
Nick Cameron
-91
/
+38
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-2
/
+2
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-2
/
+1
2017-03-03
Integrate `TokenStream`.
Jeffrey Seyfried
-1
/
+1
2017-02-28
Add `syntax::ext::tt::quoted::{TokenTree, ..}` and remove `tokenstream::Token...
Jeffrey Seyfried
-3
/
+3
2017-02-28
rustc_save_analysis: don't pollute the codemap with fake files.
Eduard Burtescu
-51
/
+16
2017-01-17
Introduce `string_reader.parse_all_token_trees()`.
Jeffrey Seyfried
-5
/
+5
2017-01-17
Give the `StringReader` a `sess: &ParseSess`.
Jeffrey Seyfried
-2
/
+1
2016-12-22
rebasing fix
Nick Cameron
-1
/
+1
2016-12-22
signature info for other items (mods, fns, methods, etc.)
Nick Cameron
-5
/
+8
2016-12-22
save-analysis: add `Signature` info to structs
Nick Cameron
-2
/
+43
2016-11-20
Move `syntax::util::interner` -> `syntax::symbol`, cleanup.
Jeffrey Seyfried
-1
/
+2
2016-11-18
save-analysis: handle << and >> operators inside [] in types
Nick Cameron
-14
/
+42
2016-10-31
Changed most vec! invocations to use square braces
iirelu
-2
/
+2
2016-10-05
Rename Parser::last_span as prev_span.
Nicholas Nethercote
-5
/
+5
2016-06-23
Move errors from libsyntax to its own crate
Jonathan Turner
-1
/
+1
2016-06-16
Add an abs_path member to FileMap, use it when writing debug info.
Ted Mielczarek
-1
/
+1
2016-05-03
save-analysis: use a decoupled representation for dumped data
Adolfo OchagavĂa
-21
/
+2
2016-04-20
debugging, misc fixes
Nick Cameron
-0
/
+2
2016-03-31
librustc_save_analysis: use bug!(), span_bug!()
Benjamin Herr
-13
/
+13
2016-03-27
rustc_trans: move save to librustc_save_analysis.
Eduard Burtescu
-0
/
+461