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
/
if
Age
Commit message (
Expand
)
Author
Lines
2019-12-06
Do not ICE whith a precision flag in formatting str and no format arguments
Esteban Küber
-1
/
+17
2019-11-03
Update error annotations positions
Tomasz Miąsko
-6
/
+8
2019-10-26
Rollup merge of #65773 - estebank:sugg-whitespace, r=Centril
Mazdak Farrokhzad
-0
/
+1
2019-10-24
Increase spacing for suggestions in diagnostics
Esteban Küber
-0
/
+1
2019-10-23
Tweak format string error to point at arguments always
Esteban Küber
-4
/
+6
2019-10-08
Call `Expr::peel_drop_temps()` from more places for more accurate suggestions
Esteban Küber
-4
/
+16
2019-10-08
Ignore `ExprKind::DropTemps` for some ref suggestions
Esteban Küber
-20
/
+8
2019-10-06
Suggest dereferencing boolean reference when used in 'if' or 'while'
wangxiangqing
-2
/
+2
2019-10-06
Suggest dereferencing boolean reference when used in 'if' or 'while'
wangxiangqing
-10
/
+34
2019-08-31
Emit a single error on if expr with expectation and no else clause
Esteban Küber
-82
/
+7
2019-07-29
review comments
Esteban Küber
-7
/
+7
2019-07-29
Improve handling of invalid references in `format!()`
Esteban Küber
-5
/
+48
2019-07-29
On `format!()` arg count mismatch provide extra info
Esteban Küber
-1
/
+62
2019-07-20
Auto merge of #62710 - estebank:bad-named-args, r=petrochenkov
bors
-5
/
+7
2019-07-17
normalize use of backticks in compiler messages for librustc/lint
Samy Kacimi
-1
/
+1
2019-07-15
Specific error for positional args after named args in `format!()`
Esteban Küber
-5
/
+7
2019-07-06
Make sure while-exprs require 'cond: bool' exactly.
Mazdak Farrokhzad
-1
/
+43
2019-07-03
Migrate compile-pass annotations to build-pass
Yuki Okushi
-1
/
+1
2019-06-16
compiletest: Remove `skip-codegen`
Vadim Petrochenkov
-4
/
+2
2019-05-10
add test checking that 'if cond { .. }' where 'cond: &mut? bool' isn't accepted.
Mazdak Farrokhzad
-0
/
+61
2019-05-10
Various test changes
Mazdak Farrokhzad
-9
/
+157
2019-03-21
Auto merge of #58981 - estebank:elseless-if, r=davidtwco
bors
-1
/
+80
2019-03-11
Update tests
Vadim Petrochenkov
-25
/
+25
2019-03-07
Add more details to elseless if error
Esteban Küber
-2
/
+51
2019-03-07
address review comments
Esteban Küber
-6
/
+8
2019-03-07
Point at coercion reason for if exprs without else clause
Esteban Küber
-0
/
+28
2019-02-07
Reweork incompatible match arms error
Esteban Küber
-19
/
+12
2019-01-13
Tweak output of type mismatch between "then" and `else` `if` arms
Esteban Küber
-2
/
+4
2019-01-12
Stabilise irrefutable if-let and while-let patterns
varkor
-33
/
+58
2018-12-31
Improve type mismatch error messages
Yuning Zhang
-3
/
+3
2018-12-26
Add span label to unused string formatting argument
Esteban Küber
-12
/
+14
2018-12-26
Various changes to string format diagnostics
Esteban Küber
-1
/
+7
2018-12-25
Remove licenses
Mark Rousskov
-155
/
+45
2018-11-07
Removed `#[rustc_error]` from tests that are all `// compile-pass`.
Felix S. Klock II
-12
/
+4
2018-10-28
Use token description in "expected/found" parse messages
Esteban Küber
-1
/
+2
2018-10-03
remove padding from multiline format string label
Andy Russell
-1
/
+21
2018-08-14
Merged migrated compile-fail tests and ui tests. Fixes #46841.
David Wood
-0
/
+648