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
/
ui
/
resolve
Age
Commit message (
Expand
)
Author
Lines
2019-03-16
Collect unclosed delimiters in parent parser
Esteban Küber
-25
/
+26
2019-03-16
Emit missing unclosed delimiter errors
Esteban Küber
-34
/
+31
2019-02-11
Only suggest imports if not imported.
David Wood
-12
/
+3
2019-02-09
Auto merge of #57944 - estebank:unclosed-delim-the-quickening, r=oli-obk
bors
-20
/
+15
2019-02-07
Make name resolution handle consts in GenericParamsFromOuterFunction properly
varkor
-16
/
+16
2019-02-07
tweak wording based on in person feedback
Esteban Küber
-1
/
+1
2019-02-07
Add missing trailing newline
Esteban Küber
-1
/
+1
2019-02-07
Remove spurious complaint about missing expression for bare semicolons
Esteban Küber
-8
/
+11
2019-02-07
Deduplicate mismatched delimiter errors
Esteban Küber
-21
/
+13
2019-01-31
Add suggestion for duplicated import.
David Wood
-5
/
+4
2019-01-15
use structured macro and path resolve suggestions
Andy Russell
-14
/
+24
2019-01-14
Rollup merge of #57477 - euclio:clarify-lev-suggestion, r=zackmdavis
Mazdak Farrokhzad
-27
/
+46
2019-01-13
Auto merge of #51487 - Zoxc:incr-passes, r=michaelwoerister
bors
-0
/
+60
2019-01-13
hygiene: Do not treat `Self` ctor as a local variable
Vadim Petrochenkov
-0
/
+21
2019-01-11
Update tests
John Kåre Alsaker
-0
/
+60
2019-01-09
clarify resolve typo suggestion
Andy Russell
-27
/
+46
2019-01-01
Fix broken links to second edition TRPL.
Corey Farwell
-1
/
+1
2018-12-25
Remove licenses
Mark Rousskov
-804
/
+204
2018-12-24
make non_camel_case_types an early lint
Andy Russell
-26
/
+26
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-12-04
Update tests
Oliver Scherer
-6
/
+8
2018-11-30
Updated ui tests.
Alexander Regueiro
-2
/
+2
2018-11-19
Auto merge of #56051 - pietroalbini:rollup, r=pietroalbini
bors
-3
/
+9
2018-11-18
resolve: Avoid sentence breaks in diagnostics
Vadim Petrochenkov
-8
/
+8
2018-11-10
in which the E0618 "expected function" diagnostic gets a makeover
Zack M. Davis
-3
/
+9
2018-11-03
Added tests.
Alexander Regueiro
-3
/
+9
2018-10-28
resolve: Desugar empty import groups into synthetic dummy imports
Vadim Petrochenkov
-23
/
+8
2018-10-28
resolve: More precise spans for privacy errors
Vadim Petrochenkov
-20
/
+20
2018-10-23
fix typos in various places
Matthias Krüger
-3
/
+3
2018-10-21
manage cases with tabs or other whitespaces
François Mockers
-4
/
+0
2018-10-17
fix other tests failing due to change in case or new suggestion for extern crate
François Mockers
-6
/
+6
2018-10-16
#45829 when a renamed import conflict with a previous import
François Mockers
-2
/
+2
2018-10-07
Fix internal compiler error on malformed match arm pattern.
Donato Sciarra
-0
/
+45
2018-09-29
Improve ux when calling associated functions with dot notation
Donato Sciarra
-0
/
+24
2018-09-23
Improve error message for E0424
Julian Kulesh
-5
/
+5
2018-09-13
implement feature tuple_struct_self_ctor
F001
-28
/
+3
2018-09-05
Provide more context for unenclosed delimiters
Esteban Küber
-0
/
+4
2018-09-05
Reword un-closed delimiter label
Esteban Küber
-3
/
+3
2018-08-31
cleanup: Add main functions to some UI tests
Vadim Petrochenkov
-7
/
+4
2018-08-19
Lift some Sized checks.
Masaki Hara
-0
/
+1
2018-08-15
Do not emit "incorrect close delimiter" twice in the same place
Esteban Küber
-11
/
+1
2018-08-15
Tweak unclosed delimiter parser error
Esteban Küber
-28
/
+16
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+786
2018-08-05
Fix doc link (again)
Felix Rabe
-1
/
+1
2018-07-17
Fix doc link
Felix Rabe
-1
/
+1
2018-07-10
Fix typo in error message E0277
Rémy Rakic
-2
/
+2
2018-06-23
add `dyn` to display of dynamic (trait) type names
Zack M. Davis
-2
/
+2
2018-06-19
Update message for `!Sized` types
Esteban Küber
-3
/
+3
2018-06-19
Add link to book for `Sized` errors
Esteban Küber
-0
/
+1
2018-06-19
Add message to `rustc_on_unimplemented` attributes in core
Esteban Küber
-3
/
+4
[next]