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
/
libsyntax_pos
Age
Commit message (
Expand
)
Author
Lines
2017-10-03
Rename FileMap::path and change to an Option
Philip Craig
-5
/
+6
2017-09-30
Don't use remapped path when loading modules and include files
Philip Craig
-0
/
+6
2017-09-23
Compress "small" spans to 32 bits and intern "large" spans
Vadim Petrochenkov
-27
/
+182
2017-09-09
Add `impl From<Vec<Span>> for MultiSpan`.
Sergio Benitez
-0
/
+6
2017-09-03
enable desugaring-sensitive error messages and use them in Try
Ariel Ben-Yehuda
-0
/
+12
2017-08-31
Implement From<&str> for Symbol.
Eduard-Mihai Burtescu
-0
/
+6
2017-08-30
Make fields of `Span` public again
Vadim Petrochenkov
-3
/
+15
2017-08-30
Normalize order of `lo` and `hi` in `Span::new`
Vadim Petrochenkov
-1
/
+1
2017-08-30
Make fields of `Span` private
Vadim Petrochenkov
-51
/
+69
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-3
/
+0
2017-08-18
Auto merge of #43832 - huntiep:compiler-desugaring-enum, r=nikomatsakis
bors
-4
/
+35
2017-08-16
Use direct references to CompilerDesugaringKind
Hunter Praska
-12
/
+0
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-16
/
+16
2017-08-12
Implement CompilerDesugaringKind enum
Hunter Praska
-4
/
+47
2017-08-12
syntax: #[allow_internal_unsafe] bypasses the unsafe_code lint in macros.
Eduard-Mihai Burtescu
-0
/
+13
2017-08-02
Auto merge of #43584 - arielb1:unused-reads, r=eddyb
bors
-1
/
+4
2017-08-01
syntax: avoid loading the same source-file multiple times
Ariel Ben-Yehuda
-1
/
+4
2017-07-30
resolve: Fix instability in import suggestions
Vadim Petrochenkov
-1
/
+1
2017-07-27
Give span to angle bracketed generic arguments
Vadim Petrochenkov
-0
/
+6
2017-07-23
Fix some doc/comment typos.
Bruce Mitchener
-1
/
+1
2017-07-21
Review comments
Esteban Küber
-21
/
+10
2017-07-20
Use the macro structure spans instead of the invocation
Esteban Küber
-4
/
+24
2017-07-05
Merge remote-tracking branch 'origin/master' into proc_macro_api
Alex Crichton
-63
/
+63
2017-06-29
Change some terminology around keywords and reserved identifiers
petrochenkov
-64
/
+63
2017-06-29
Make `$crate` a keyword
Vadim Petrochenkov
-51
/
+52
2017-06-26
Simplify `hygiene::Mark` application, and
Jeffrey Seyfried
-16
/
+10
2017-06-19
Bump version and stage0 compiler
Alex Crichton
-6
/
+2
2017-06-12
External spans: address review.
Inokentiy Babushkin
-15
/
+20
2017-06-11
Added hash verification to external source loading.
Inokentiy Babushkin
-0
/
+20
2017-06-11
Added consumption logic for external sources in FileMap
Inokentiy Babushkin
-18
/
+28
2017-06-11
Improved lazy external source loading and inserted calls.
Inokentiy Babushkin
-1
/
+22
2017-06-10
Added external crates' sources to FileMap.
Inokentiy Babushkin
-0
/
+13
2017-06-10
Moved FileMap construction to it's own constructor.
Inokentiy Babushkin
-0
/
+38
2017-06-10
Added source hashes to FileMap
Inokentiy Babushkin
-3
/
+10
2017-06-05
syntax_pos::Symbol should not implement Sync
Wesley Wiser
-0
/
+1
2017-05-25
Improve intercrate hygiene.
Jeffrey Seyfried
-2
/
+13
2017-05-25
Improve efficiency.
Jeffrey Seyfried
-16
/
+45
2017-05-25
Hygienize `librustc_typeck`.
Jeffrey Seyfried
-1
/
+19
2017-05-25
Hygienize `librustc_resolve`.
Jeffrey Seyfried
-24
/
+172
2017-05-11
rustc: Remove #![unstable] annotation
Alex Crichton
-3
/
+4
2017-05-09
Add INVALID_CRATE CrateNum constant.
Michael Woerister
-1
/
+3
2017-05-08
incr.comp.: Hash more pieces of crate metadata to detect changes there.
Michael Woerister
-0
/
+4
2017-04-26
Implement a file-path remapping feature in support of debuginfo and reproduci...
Michael Woerister
-6
/
+7
2017-04-10
Point at only one char on `Span::next_point`
Esteban Küber
-1
/
+1
2017-04-05
Rollup merge of #40815 - estebank:issue-40006, r=GuillaumeGomez
Ariel Ben-Yehuda
-0
/
+24
2017-04-04
Merge branch 'master' into issue-32540
Esteban Küber
-37
/
+678
2017-04-03
Merge branch 'master' into issue-40006
Esteban Küber
-36
/
+701
2017-03-29
Refactor how spans are combined in the parser.
Jeffrey Seyfried
-6
/
+10
2017-03-29
Merge `ExpnId` and `SyntaxContext`.
Jeffrey Seyfried
-34
/
+550
2017-03-29
Remove code in `syntax::codemap`.
Jeffrey Seyfried
-4
/
+0
[next]