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
/
test
/
parse-fail
Age
Commit message (
Expand
)
Author
Lines
2016-01-15
Auto merge of #30763 - gchp:issue/30033, r=nagisa
bors
-6
/
+66
2016-01-14
Display better snippet for invalid char literal
Greg Chapple
-6
/
+66
2016-01-10
Cancel parse_ty error in Parser::parse_generic_values_after_lt
Florian Hahn
-0
/
+19
2016-01-06
Auto merge of #30654 - nrc:panictry, r=brson
bors
-1
/
+2
2015-12-31
Auto merge of #30598 - est31:macro_export_help_note, r=Manishearth
bors
-0
/
+89
2015-12-31
Cut out a bunch of Result and panictry! boilerplate from libsyntax.
Nick Cameron
-1
/
+2
2015-12-30
Auto merge of #30375 - aaronkeen:issue_28777, r=eddyb
bors
-16
/
+0
2015-12-30
Move pub-{item,methd}-macro.rs to the parse-fail subdir as well
est31
-0
/
+62
2015-12-30
Move pub-macro-rules.rs test to parse-fail directory
est31
-0
/
+27
2015-12-17
Removed test case. This now test successfully parses with the
Aaron Keen
-16
/
+0
2015-12-16
Implement type ascription.
Eduard Burtescu
-3
/
+3
2015-11-26
Add syntax support for attributes on expressions and all syntax
Marvin Löbel
-73
/
+3
2015-11-17
Detect confusing unicode characters and show the alternative
Ravi Shankar
-0
/
+18
2015-11-09
syntax: Merge parsing code for structures and variants
Vadim Petrochenkov
-25
/
+0
2015-11-05
Improve error message for char literals
Steve Klabnik
-2
/
+2
2015-10-28
libsyntax: improve error message when a statement is prefixed with a match ke...
Kevin Butler
-0
/
+18
2015-10-27
Add tests for newly introduced syntax
Simonas Kazlauskas
-0
/
+54
2015-10-27
Generalise associative operator parsing
Simonas Kazlauskas
-35
/
+0
2015-10-25
libsyntax: better error for lifetimes in patterns
Kevin Butler
-0
/
+16
2015-10-13
Test and gate empty structures and variants better
Vadim Petrochenkov
-15
/
+0
2015-10-13
Unify structures and enum variants in AST
Vadim Petrochenkov
-15
/
+0
2015-09-24
Remove the deprecated box(PLACE) syntax.
Eduard Burtescu
-19
/
+0
2015-09-18
Implement empty struct with braces (RFC 218)
Vadim Petrochenkov
-96
/
+0
2015-09-14
Auto merge of #28247 - christopherdumas:fix_28243, r=eddyb
bors
-0
/
+16
2015-09-14
Fix tuple float bug.
christopherdumas
-0
/
+16
2015-09-11
Remove some remains of virtual structs from the parser
Vadim Petrochenkov
-3
/
+2
2015-09-03
Use consistent terminology for byte string literals
Vadim Petrochenkov
-4
/
+4
2015-08-15
Fix span of invalid metavariable repetition
Jonas Schievink
-0
/
+19
2015-08-06
Auto merge of #27296 - jroesch:type-macros, r=huonw
bors
-8
/
+9
2015-08-06
Fix expected parse error
Jared Roesch
-8
/
+9
2015-08-03
delete some old tests
Steve Klabnik
-32
/
+0
2015-07-31
Fix `impl A .. {}`
Seo Sanghyeon
-3
/
+18
2015-07-29
Replace illegal with invalid in most diagnostics
Simonas Kazlauskas
-31
/
+31
2015-07-27
Turn on `box(PLACE) expr` deprecation warning post-snapshot.
Eduard Burtescu
-0
/
+1
2015-07-23
Update suggestion from parenthesized-box-expr-message to reflect new output s...
Felix S. Klock II
-2
/
+2
2015-07-18
Fix doc comment parsing in macros.
Lee Jeffery
-0
/
+38
2015-07-13
Tell unicode escapes can’t be used as bytes earlier/more
Simonas Kazlauskas
-3
/
+5
2015-07-10
Improve incomplete unicode escape reporting
Simonas Kazlauskas
-1
/
+1
2015-07-01
Add netbsd amd64 support
Alex Newman
-0
/
+1
2015-06-13
Use `assert_eq!` instead of `assert!` in tests
petrochenkov
-2
/
+2
2015-06-12
ignore-test cleanup
Steve Klabnik
-234
/
+0
2015-06-09
Exise 'unsafe pointer' in favor of 'raw pointer'
Steve Klabnik
-4
/
+4
2015-05-16
Clarify the error message for malformed `extern crate` statements
P1start
-1
/
+12
2015-04-27
Auto merge of #23606 - quantheory:associated_const, r=nikomatsakis
bors
-6
/
+58
2015-04-25
`qquote-2.rs` -> `run-fail/qquote.rs`
Tamir Duberstein
-63
/
+0
2015-04-25
`qquote-1.rs` -> `compile-fail-fulldeps/qquote.rs`
Tamir Duberstein
-70
/
+0
2015-04-23
Get associated consts working in match patterns.
Sean Patrick Santos
-0
/
+34
2015-04-23
Functional changes for associated constants. Cross-crate usage of associated ...
Sean Patrick Santos
-6
/
+24
2015-04-23
Auto merge of #24683 - P1start:help-suggestions, r=nrc
bors
-1
/
+3
2015-04-21
Change a few error messages to give code suggestions
P1start
-1
/
+3
[next]