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
2018-01-15
Further tweaks to the output
Esteban Küber
-27
/
+350
2018-01-15
Add note when trying to use `Self` as a ctor
Esteban Küber
-0
/
+4
2018-01-15
Readd suggestion in enum variants with incorrect args
Esteban Küber
-3
/
+3
2018-01-15
Suggest the correct syntax for different struct types
Esteban Küber
-33
/
+40
2018-01-15
Hide suggestion to use struct ctor when it is not visible
Esteban Küber
-9
/
+2
2018-01-02
Correct for changes in line numbers in expected stderr output.
Ed Schouten
-23
/
+23
2018-01-02
Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.
Ed Schouten
-0
/
+4
2017-12-21
Do not emit type errors on recovered blocks
Esteban Küber
-8
/
+1
2017-12-14
Remove NOTE/HELP annotations from UI tests
Vadim Petrochenkov
-239
/
+171
2017-11-27
Fix test
Esteban Küber
-1
/
+1
2017-11-24
Merge cfail and ui tests into ui tests
Oliver Schneider
-350
/
+311
2017-11-16
Remove left over dead code from suggestion diagnostic refactoring
Oliver Schneider
-18
/
+0
2017-11-15
Add new error comparision to hide desugaring
Christopher Vittal
-13
/
+1
2017-11-10
Auto merge of #45050 - petrochenkov:ambind, r=nikomatsakis
bors
-0
/
+24
2017-11-03
Detect `=` -> `:` typo in let bindings
Esteban Küber
-19
/
+1
2017-11-04
Move some tests to UI
Vadim Petrochenkov
-0
/
+24
2017-08-31
WIP: don't suggest placing `use` statements into expanded code
Oliver Schneider
-4
/
+4
2017-08-31
Add test for broken suggestion
Oliver Schneider
-9
/
+29
2017-08-21
Merge remote-tracking branch 'origin/master' into gen
Alex Crichton
-9
/
+74
2017-08-17
Improve placement of `use` suggestions
Oliver Schneider
-9
/
+74
2017-07-28
Fix tests
Alex Crichton
-2
/
+2
2017-07-21
Adjust new suggestions to the suggestion guidelines
Oliver Schneider
-1
/
+1
2017-07-18
reorder span labels
gaurikholkar
-7
/
+7
2017-07-17
Change some helps to suggestions
Oliver Schneider
-32
/
+32
2017-07-06
Only underline suggestion if it is not the only code being shown
Esteban Küber
-12
/
+20
2017-07-06
Add extra whitespace for suggestions
Esteban Küber
-7
/
+36
2017-07-06
Make suggestion include the line number
Esteban Küber
-22
/
+22
2017-07-02
report the total number of errors on compilation failure
Ariel Ben-Yehuda
-1
/
+1
2017-07-02
Revert "Change error count messages"
Ariel Ben-Yehuda
-25
/
+25
2017-06-24
Don't naively point to return type on type error
Esteban Küber
-3
/
+0
2017-06-24
Detect missing `;` on methods with return type `()`
Esteban Küber
-1
/
+6
2017-06-02
Add E0603 error code
Guillaume Gomez
-5
/
+5
2017-05-30
Add new error code
Guillaume Gomez
-3
/
+3
2017-05-24
Rollup merge of #42150 - citizen428:feature/error-count-messages, r=Mark-Simu...
Mark Simulacrum
-25
/
+25
2017-05-24
Change error count messages
Michael Kohl
-25
/
+25
2017-05-17
Add better error message when == operator is badly used
Guillaume Gomez
-2
/
+2
2017-05-10
Example usage of multiple suggestions
Oliver Schneider
-38
/
+38
2017-04-28
refac Move levenchstein before context dependent check
Freyskeyd
-7
/
+54
2017-04-12
Add a way to get shorter spans until `char` for pointing at defs
Esteban Küber
-1
/
+1
2017-04-04
Merge branch 'master' into issue-32540
Esteban Küber
-4
/
+0
2017-03-30
update UI test
Niko Matsakis
-4
/
+0
2017-03-25
Improve wording and spans for unexpected token
Esteban Küber
-7
/
+3
2017-03-24
Point at last valid token on failed `expect_one_of`
Esteban Küber
-3
/
+10
2017-03-15
Stabilize pub(restricted)
Taylor Cramer
-20
/
+16
2017-03-12
Rollup merge of #40369 - petrochenkov:segspan, r=eddyb
Corey Farwell
-21
/
+39
2017-03-10
resolve: Use path segment spans in smart_resolve_path
Vadim Petrochenkov
-21
/
+39
2017-03-10
Update syntax for `pub(restricted)`
Vadim Petrochenkov
-2
/
+2
2017-02-25
rustc_const_eval: always demand typeck_tables for evaluating constants.
Eduard-Mihai Burtescu
-7
/
+1
2017-02-25
rustc_typeck: simplify AstConv requests as implemented by collect.
Eduard-Mihai Burtescu
-2
/
+9
2017-01-29
Improve diagnostics for inaccessible constructors
Vadim Petrochenkov
-0
/
+137
[next]