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
Age
Commit message (
Expand
)
Author
Lines
2016-05-02
avoid double panic
Niko Matsakis
-1
/
+2
2016-05-02
do not fail if len(rendered_lines) is == 1
Niko Matsakis
-10
/
+14
2016-05-02
update unit tests
Niko Matsakis
-39
/
+38
2016-05-02
Finish up with 'old school' error mode
Jonathan Turner
-12
/
+63
2016-05-02
Add back in a 'old school' error format
Jonathan Turner
-50
/
+201
2016-05-02
change color of warning to YELLOW
Niko Matsakis
-1
/
+1
2016-05-02
fix snippet tests MORE!
Niko Matsakis
-2
/
+2
2016-05-02
Nit: use Range::contains
Niko Matsakis
-7
/
+3
2016-05-02
fix tests better
Niko Matsakis
-5
/
+5
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
only emit `^` at the start of a multi-line error
Niko Matsakis
-143
/
+67
2016-05-02
Nit: use last_mut better
Niko Matsakis
-4
/
+3
2016-05-02
Nit: in emitter.rs
Niko Matsakis
-2
/
+1
2016-05-02
Nit: address various style nits
Niko Matsakis
-5
/
+10
2016-05-02
Nit: do not use RLK
Niko Matsakis
-12
/
+14
2016-05-02
Nit: do not import variants from Style
Niko Matsakis
-24
/
+23
2016-05-02
Do not import variants from RenderedLineKind
Niko Matsakis
-12
/
+12
2016-05-02
Nit: comments should be uppercase letter
Niko Matsakis
-4
/
+4
2016-05-02
refactor the Emitter trait
Niko Matsakis
-98
/
+74
2016-05-02
change errors from Yellow to Magenta
Niko Matsakis
-1
/
+1
2016-05-02
WIP factor out RudimentaryEmitter
Niko Matsakis
-16
/
+31
2016-05-02
replace fileline_{help,note} with {help,note}
Niko Matsakis
-29
/
+26
2016-05-02
thread tighter span for closures around
Niko Matsakis
-3
/
+3
2016-05-02
refactor to use new snippet code and model
Niko Matsakis
-723
/
+335
2016-05-02
adapt JSON to new model
Niko Matsakis
-119
/
+83
2016-05-02
revamp MultiSpan and introduce new snippet code
Niko Matsakis
-135
/
+1428
2016-04-30
Auto merge of #32846 - jseyfried:allow_unconfigured_gated_expanded_items, r=nrc
bors
-3
/
+1
2016-04-28
Rollup merge of #33218 - oli-obk:interned_str_cmp, r=nikomatsakis
Steve Klabnik
-3
/
+25
2016-04-28
Auto merge of #33161 - jseyfried:parse_tuple_struct_field_vis, r=nikomatsakis
bors
-7
/
+38
2016-04-27
Auto merge of #32791 - LeoTestard:feature-gate-clean, r=nikomatsakis
bors
-579
/
+462
2016-04-27
Make some fatal lexer errors recoverable
mitaa
-67
/
+108
2016-04-26
allow InternedString to be compared to &str directly
Oliver Schneider
-3
/
+25
2016-04-25
parse `pub(restricted)` visibilities for struct fields
Jeffrey Seyfried
-7
/
+38
2016-04-25
Rollup merge of #33041 - petrochenkov:path, r=nrc,Manishearth
Manish Goregaokar
-665
/
+401
2016-04-24
Remove some old code from libsyntax
Vadim Petrochenkov
-59
/
+14
2016-04-24
syntax: Make `is_path_start` precise and improve some error messages about un...
Vadim Petrochenkov
-35
/
+62
2016-04-24
syntax: Check paths in visibilities for type parameters
Vadim Petrochenkov
-83
/
+83
2016-04-24
syntax: Merge keywords and remaining special idents in one list
Vadim Petrochenkov
-162
/
+111
2016-04-24
syntax: Don't parse idents with `parse_path`
Vadim Petrochenkov
-9
/
+12
2016-04-24
syntax: Make static/super/self/Self keywords + special ident cleanup
Vadim Petrochenkov
-148
/
+100
2016-04-24
syntax: Get rid of token::IdentStyle
Vadim Petrochenkov
-179
/
+107
2016-04-24
syntax: Don't rely on token::IdentStyle in the parser
Vadim Petrochenkov
-131
/
+53
2016-04-24
thread tighter span for closures around
Niko Matsakis
-22
/
+52
2016-04-22
Remove some useless code.
Leo Testard
-37
/
+15
2016-04-22
Remove the MacroVisitor pass.
Leo Testard
-109
/
+51
2016-04-21
Generate the features structure and arrays with new macros.
Leo Testard
-421
/
+196
2016-04-21
Rewrite the feature-gate checks to use a structure instead of a list of strings.
Leo Testard
-223
/
+411
2016-04-21
pacify the merciless acrichto (somewhat)
Niko Matsakis
-8
/
+6
2016-04-21
port compiletest to use JSON output
Niko Matsakis
-122
/
+226
[next]