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
/
test
/
parse-fail
Age
Commit message (
Expand
)
Author
Lines
2018-02-11
Auto merge of #47752 - mark-i-m:at-most-once-rep, r=nikomatsakis
bors
-1
/
+1
2018-02-01
Improve char escaping in lexer messages
Ryan Cumming
-1
/
+14
2018-01-30
Fix a couple of tests
Mark Mansi
-1
/
+1
2018-01-27
Make `+` in `impl/dyn Trait` non-associative
Vadim Petrochenkov
-47
/
+0
2018-01-27
Add tests
Vadim Petrochenkov
-2
/
+49
2018-01-14
syntax: Disambiguate generics and qualified paths
Vadim Petrochenkov
-1
/
+19
2018-01-14
syntax: Rewrite parsing of impls
Vadim Petrochenkov
-38
/
+1
2018-01-13
Auto merge of #47242 - estebank:issue-15980, r=petrochenkov
bors
-0
/
+1
2018-01-07
`struct` pattern parsing and diagnostic tweaks
Esteban Küber
-0
/
+1
2018-01-07
Auto merge of #47156 - petrochenkov:extpath, r=nikomatsakis
bors
-17
/
+0
2018-01-03
Support `extern` in paths
Vadim Petrochenkov
-17
/
+0
2018-01-02
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
Ed Schouten
-3
/
+4
2017-12-30
Remove excessive trailing newlines.
kennytm
-2
/
+0
2017-12-30
Add trailing newlines to files which have no trailing newlines.
kennytm
-1
/
+1
2017-12-21
Do not emit type errors on recovered blocks
Esteban Küber
-4
/
+6
2017-12-20
Fix whitespacing issues in pretty-printing of bounds
Vadim Petrochenkov
-5
/
+5
2017-12-14
When attempting to write str with single quote suggest double quotes
Esteban Küber
-2
/
+2
2017-12-07
Auto merge of #46497 - AgustinCB:issue-46311, r=petrochenkov
bors
-52
/
+0
2017-12-07
Auto merge of #46187 - notriddle:patch-1, r=QuietMisdreavus
bors
-2
/
+2
2017-12-06
and refactor to just move the checking
Agustin Chiappe Berrini
-52
/
+0
2017-11-24
Consume trailing doc comments to avoid parse errors
Esteban Küber
-2
/
+10
2017-11-24
Revert to correct recovery behavior
Esteban Küber
-9
/
+9
2017-11-24
Suggest macro call when not sure that it is fn definition
Esteban Küber
-13
/
+15
2017-11-22
Update issue-17383.rs
Michael Howell
-1
/
+1
2017-11-22
Rename C-like enum to Field-less enum
Michael Howell
-1
/
+1
2017-11-21
Support `::crate` in paths
Vadim Petrochenkov
-17
/
+0
2017-11-10
Auto merge of #45773 - Badel2:dotdoteq, r=petrochenkov
bors
-0
/
+38
2017-11-06
Test error for `...` in expressions
Badel2
-0
/
+38
2017-11-03
Detect `=` -> `:` typo in let bindings
Esteban Küber
-1
/
+0
2017-10-22
`crate` shorthand visibility modifier
Zack M. Davis
-3
/
+3
2017-10-14
Implement `dyn Trait` syntax
Vadim Petrochenkov
-0
/
+2
2017-10-10
output compiler message updated
Jean Lourenço
-1
/
+2
2017-09-22
Add support for `..=` syntax
Alex Burka
-12
/
+13
2017-09-12
Auto merge of #43716 - MaloJaffre:_-in-literals, r=petrochenkov
bors
-9
/
+22
2017-08-31
Auto merge of #43425 - matklad:lambda-restrictions, r=eddyb
bors
-0
/
+29
2017-08-17
Accept underscores in unicode escapes
Malo Jaffré
-9
/
+22
2017-08-11
syntax: Relax path grammar
Vadim Petrochenkov
-30
/
+2
2017-07-27
Simplify parsing of paths
Vadim Petrochenkov
-2
/
+4
2017-07-23
Fix some doc/comment typos.
Bruce Mitchener
-1
/
+1
2017-07-23
Lambda expressions honor no struct literal restriction
Aleksey Kladov
-0
/
+29
2017-07-10
Store all generic arguments for method calls in AST
Vadim Petrochenkov
-1
/
+1
2017-06-29
Change some terminology around keywords and reserved identifiers
petrochenkov
-1
/
+1
2017-06-06
Auto merge of #41990 - qnighy:disallow-underscore-suffix-for-string-like-lite...
bors
-0
/
+20
2017-05-31
Improve error message for const extern fn
Manish Goregaokar
-1
/
+1
2017-05-31
Add warning cycle #42326.
Masaki Hara
-1
/
+8
2017-05-20
remove "much" from unicode diagnostic
Andy Russell
-2
/
+1
2017-05-14
Disallow underscore suffix for string-like literals.
Masaki Hara
-0
/
+13
2017-05-12
Disallow ._ in float literal.
Masaki Hara
-0
/
+13
2017-05-08
Allow bare CR in ////-style comment.
Masaki Hara
-0
/
+6
2017-04-25
Fix a parse-fail test
Oliver Schneider
-1
/
+0
[next]