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
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
2015-04-18
Return nonzero exit code if there are errors at a stop point
Florian Hahn
-1
/
+426
2015-04-15
Add tests for "ident only path should have been covered"-ICE
Andreas Martens
-0
/
+32
2015-04-13
Added a help span which informs the user about the escaping of curly braces i...
Manuel Hoffmann
-0
/
+18
2015-04-04
fixing some tests and temporarily disabling others to get Bitrig build workin...
Dave Huseby
-0
/
+1
2015-04-03
Add tests for parsing of patterns
Vadim Petrochenkov
-0
/
+171
2015-04-02
syntax: Rewrite parsing of patterns
Vadim Petrochenkov
-6
/
+6
2015-03-31
Lex binary and octal literals more eagerly.
Huon Wilson
-1
/
+36
2015-03-27
rollup merge of #23786: alexcrichton/less-quotes
Alex Crichton
-5
/
+0
2015-03-27
Fix fallout of removing quotes in crate names
Alex Crichton
-5
/
+0
2015-03-27
Prevent ICEs when parsing invalid escapes, closes #23620
Florian Hahn
-1
/
+49
2015-03-24
rustc: Add support for `extern crate foo as bar`
Alex Crichton
-16
/
+2
2015-03-23
rollup merge of #23506: alexcrichton/remove-some-deprecated-things
Alex Crichton
-17
/
+0
2015-03-18
rustc: Remove some long deprecated features:
Alex Crichton
-17
/
+0
2015-03-18
Require braces when a closure has an explicit return type. This is a
Niko Matsakis
-0
/
+16
2015-03-17
Rollup merge of #23385 - tamird:cleanup-whitespace, r=alexcrichton
Manish Goregaokar
-25
/
+1
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-25
/
+1
2015-03-13
syntax: use lookahead to distinguish inner and outer attributes, instead of p...
Eduard Burtescu
-2
/
+2
2015-03-12
Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis
bors
-1
/
+31
2015-03-11
syntax: gather common fields of impl & trait items into their respective types.
Eduard Burtescu
-1
/
+31
2015-03-11
Change comment in parse-fail test
Guillaume Gomez
-2
/
+2
2015-03-10
Remove proc keyword
Guillaume Gomez
-3
/
+3
[prev]
[next]