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
/
ui
/
if
Age
Commit message (
Expand
)
Author
Lines
2020-11-24
Move src/test/ui/if to src/test/ui/expr/if
Havvy (Ryan Scheel)
-1025
/
+0
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-4
/
+4
2020-06-27
Improve messaging from PR feedback
David Hewitt
-10
/
+5
2020-06-24
Add `format_args_capture` feature
David Hewitt
-0
/
+15
2020-05-08
Skip tests on emscripten
Yuki Okushi
-0
/
+4
2020-05-06
Move tests from `test/run-fail` to UI
Yuki Okushi
-0
/
+67
2020-04-30
Rollup merge of #71433 - antoyo:error/missing-right-operand, r=Dylan-DPC
Dylan DPC
-0
/
+2
2020-04-23
Moving more build-pass tests to check-pass
Val Markovic
-1
/
+1
2020-04-22
Add help message for missing right operand in condition
Antoni Boucher
-0
/
+2
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-0
/
+2
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+8
2020-01-05
Add backticks to various diagnostics
varkor
-20
/
+20
2019-12-23
refactor parse_if_expr
Mazdak Farrokhzad
-2
/
+2
2019-12-23
more recovery in if-parsing
Mazdak Farrokhzad
-2
/
+2
2019-11-25
Tweak duplicate fmt arg error
Esteban Küber
-7
/
+3
2019-11-18
Surround types with backticks in type errors
Esteban Küber
-23
/
+23
2019-11-18
Remove E0308 note when primary label has all info
Esteban Küber
-47
/
+0
2019-11-18
review comments: tweak prefix strings
Esteban Küber
-15
/
+15
2019-11-18
Specific labels when referring to "expected" and "found" types
Esteban Küber
-21
/
+21
2019-11-09
Rollup merge of #66134 - estebank:unknown-formatting-trait, r=nikomatsakis
Mazdak Farrokhzad
-4
/
+4
2019-11-06
Rollup merge of #66093 - estebank:fmt-ice, r=Centril
Mazdak Farrokhzad
-1
/
+17
2019-11-05
Point at formatting descriptor string when it is invalid
Esteban Küber
-4
/
+4
2019-11-05
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
[next]