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
/
pattern
Age
Commit message (
Expand
)
Author
Lines
2020-04-11
rustc: Add a warning count upon completion
RoccoDev
-1
/
+6
2020-04-02
tests: remove ignore directives from tests that mention core/alloc/std spans.
Eduard-Mihai Burtescu
-27
/
+12
2020-03-27
non-exhastive diagnostic: add note re. scrutinee type
Mazdak Farrokhzad
-0
/
+108
2020-03-25
borrowck: prefer "value" over "`_`".
Mazdak Farrokhzad
-41
/
+41
2020-03-23
Ignore tests on some platforms due to #53081
Aaron Hill
-12
/
+27
2020-03-22
Store idents for `DefPathData` into crate metadata
Aaron Hill
-0
/
+18
2020-03-17
Update tests for erasing regions in typeck
Matthew Jasper
-2
/
+2
2020-03-04
test(pattern): harden tests for or-patterns with slice-patterns
Matthew Kuo
-2
/
+15
2020-03-04
test(pattern): add tests for combinations of pattern features
Matthew Kuo
-0
/
+204
2020-02-25
check_pat_tuple: use pattern_cause
Mazdak Farrokhzad
-0
/
+7
2020-02-25
check_pat_path: use pattern_cause
Mazdak Farrokhzad
-0
/
+2
2020-02-21
Fix error message
LeSeulArtichaut
-33
/
+33
2020-02-17
Do not emit note suggesting to implement trait to foreign type
LeSeulArtichaut
-2
/
+0
2020-02-11
Auto merge of #68929 - matprec:consistent-issue-references, r=Dylan-DPC
bors
-5
/
+5
2020-02-09
--bless --compare-mode=nll
Matthias Prechtl
-5
/
+5
2020-02-09
Don't parse `mut a @ b` as `mut a @ mut b`
Matthew Jasper
-0
/
+75
2020-02-09
Auto merge of #68376 - Centril:move-ref-patterns, r=matthewjasper
bors
-636
/
+2686
2020-02-06
rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.
Eduard-Mihai Burtescu
-0
/
+1
2020-02-02
move_ref_pattern: test captures inside closure
Mazdak Farrokhzad
-0
/
+526
2020-02-02
move_ref_pattern: change pov in diagnostics & add binding names
Mazdak Farrokhzad
-457
/
+457
2020-02-02
move_ref_pattern: don't ICE on unreachable 2xby-move conflicts
Mazdak Farrokhzad
-0
/
+15
2020-02-02
move_ref_patterns: introduce tests
Mazdak Farrokhzad
-401
/
+1910
2020-02-01
Remove or_patterns from INCOMPLETE_FEATURES
Matthew Jasper
-19
/
+10
2020-01-24
Normalise notes with the/is
varkor
-18
/
+18
2020-01-20
check_match: simplify check_arm
Mazdak Farrokhzad
-1
/
+3
2020-01-20
check_match: unify some lowering code and fix some ICEs
Mazdak Farrokhzad
-0
/
+77
2020-01-18
slice_patterns: organize some tests
Mazdak Farrokhzad
-1
/
+1
2020-01-18
slice_patterns: remove gates in tests
Mazdak Farrokhzad
-194
/
+172
2020-01-12
Diagnostics should not end with a full stop
varkor
-1
/
+1
2020-01-12
Split `rustc_mir::{build, hair, lints}` into their own crate
Matthew Jasper
-1
/
+1
2020-01-09
Update tests
Vadim Petrochenkov
-16
/
+63
2020-01-08
- remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!}
Mazdak Farrokhzad
-0
/
+2
2020-01-02
Reformulate test description
LeSeulArtichaut
-1
/
+1
2020-01-02
Enhance test
LeSeulArtichaut
-14
/
+35
2020-01-02
Move test
LeSeulArtichaut
-0
/
+57
2019-12-30
Blame user type in pat type error.
Mazdak Farrokhzad
-0
/
+84
2019-12-30
refactor and fix this-expression-has-type note
Mazdak Farrokhzad
-2
/
+2
2019-12-30
Show scrutinee expr type for struct fields.
Mazdak Farrokhzad
-0
/
+23
2019-12-30
MatchExpressionArmPattern: Use more generic wording.
Mazdak Farrokhzad
-2
/
+2
2019-12-24
Rollup merge of #67543 - JohnTitor:regression-tests, r=Centril
Mazdak Farrokhzad
-0
/
+22
2019-12-23
Remove `bindings_after_at` from `INCOMPLETE_FEATURES`.
Mazdak Farrokhzad
-284
/
+151
2019-12-23
Test that nested type ascription is banned.
Mazdak Farrokhzad
-0
/
+69
2019-12-23
Test that `_ @ subpat` is syntactically rejected.
Mazdak Farrokhzad
-0
/
+59
2019-12-23
harden & split borrowck-pat-at-and-box
Mazdak Farrokhzad
-62
/
+139
2019-12-23
enhance borrowck-pat-by-copy-bindings-in-at
Mazdak Farrokhzad
-0
/
+7
2019-12-23
clarify bind-by-move-neither-can-livee..
Mazdak Farrokhzad
-4
/
+72
2019-12-23
bindings_after_at: harden tests wrt. contexts & slice_patterns
Mazdak Farrokhzad
-108
/
+477
2019-12-23
bindings_after_at: harden tests wrt. promotion
Mazdak Farrokhzad
-93
/
+235
2019-12-23
--bless bindings-after-at tests
Mazdak Farrokhzad
-66
/
+497
2019-12-23
check_legality_of_move_bindings: generalize diagnostics & add comments
Mazdak Farrokhzad
-12
/
+13
[next]