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-11-28
Correctly detect `usize`/`isize` range overlaps
Nadrieril
-2
/
+8
2020-11-21
Improve integer range tests
Nadrieril
-655
/
+892
2020-11-19
Regroup many usefulness-related test in the same folder
Nadrieril
-0
/
+686
2020-11-18
Auto merge of #78995 - Nadrieril:clean-empty-match, r=varkor
bors
-55
/
+162
2020-11-17
Fix exhaustiveness in case a byte string literal is used at slice type
oli
-2
/
+2
2020-11-16
Add a test for foreign empty enums
Nadrieril
-48
/
+102
2020-11-12
Handle empty matches cleanly
Nadrieril
-36
/
+43
2020-11-12
Add tests
Nadrieril
-42
/
+88
2020-11-05
Auto merge of #78638 - vn-ki:bindigs-after-at-issue-69971, r=oli-obk
bors
-595
/
+524
2020-11-03
review comments
Vishnunarayan K I
-1
/
+4
2020-11-03
add tests
Vishnunarayan K I
-0
/
+49
2020-11-03
preserve bindings order for Some
Vishnunarayan K I
-201
/
+159
2020-11-02
new fix method and update tests
Vishnunarayan K I
-57
/
+57
2020-11-02
update some ui tests and update move ref drop semantics output
Vishnunarayan K I
-1
/
+1
2020-11-02
reverse binding order in matches ...
Vishnunarayan K I
-708
/
+627
2020-11-01
Fix #78549
Nadrieril
-0
/
+25
2020-10-24
Rollup merge of #78072 - Nadrieril:cleanup-constant-matching, r=varkor
Jonas Schievink
-2
/
+274
2020-10-20
Accidentally fixed #78071
Nadrieril
-24
/
+36
2020-10-18
The only remaining constant patterns are opaque
Nadrieril
-9
/
+2
2020-10-18
Destructure byte array constants to array patterns instead of keeping them op...
Oliver Scherer
-2
/
+2
2020-10-18
Add some tests
Nadrieril
-0
/
+267
2020-10-17
Improve wording of "cannot multiply" type error
Camelid
-2
/
+2
2020-10-16
Rollup merge of #76119 - Amjad50:stabilizing-move_ref_pattern, r=nikomatsakis
Dylan DPC
-364
/
+246
2020-10-01
Add a regression test for issue-72565
Yuki Okushi
-0
/
+16
2020-10-01
Add a regression test for issue-66501
Yuki Okushi
-0
/
+12
2020-09-26
`char` not char
varkor
-2
/
+2
2020-09-24
Revert a test change to make sure it's still testing the original issue
Oliver Scherer
-2
/
+2
2020-09-23
Deduplicate errors in const to pat conversion
Oliver Scherer
-8
/
+1
2020-09-20
Use precise errors during const to pat conversion instead of a catch-all on t...
Oliver Scherer
-4
/
+12
2020-09-20
Implement destructuring for all aggregates and for references
Oliver Scherer
-61
/
+144
2020-09-15
Stabilize move_ref_pattern
Amjad Alsharafi
-364
/
+246
2020-09-09
Rollup merge of #75984 - kornelski:typeormodule, r=matthewjasper
Tyler Mandry
-3
/
+3
2020-09-02
pretty: trim paths of unique symbols
Dan Aloni
-132
/
+132
2020-09-01
Clarify message about unresolved use
Kornel
-3
/
+3
2020-08-30
mv compiler to compiler/
mark
-1
/
+1
2020-08-02
Auto merge of #74963 - JohnTitor:ptn-ice, r=petrochenkov
bors
-0
/
+95
2020-07-31
Rename HAIR to THIR (Typed HIR).
Valentin Lazureanu
-2
/
+2
2020-07-31
Fix ICEs with `@ ..` binding
Yuki Okushi
-0
/
+95
2020-07-27
mv std libs to library/
mark
-3
/
+3
2020-07-07
Update reference to CONTRIBUTING.md
Yuki Okushi
-1
/
+1
2020-07-05
Address code reviews
Yuki Okushi
-10
/
+21
2020-07-05
Explain exhaustive matching on {usize,isize} maximum values
Yuki Okushi
-0
/
+46
2020-06-26
Show the values and computation that would overflow a const evaluation or pro...
Oliver Scherer
-31
/
+31
2020-06-24
Provide suggestions for some moved value errors
Esteban Küber
-0
/
+24
2020-06-13
Prefer the associated consts for pattern matching error
Lzu Tao
-25
/
+25
2020-05-29
Rollup merge of #72572 - JohnTitor:add-tests, r=matthewjasper
Dylan DPC
-0
/
+17
2020-05-27
Add test for #71042
Yuki Okushi
-0
/
+17
2020-05-23
Remove out-of-date comment
Nadrieril
-1
/
+0
2020-05-23
Work around type normalization issues
Nadrieril
-0
/
+23
2020-05-17
We don't use tyerr anymore
Nadrieril
-0
/
+22
[next]