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
Age
Commit message (
Expand
)
Author
Lines
2018-08-16
Add some comments
varkor
-2
/
+37
2018-08-16
Refactor condition
varkor
-31
/
+27
2018-08-16
Add guarded arms to tests
varkor
-1
/
+19
2018-08-16
No longer return value_constructors for all_constructors
varkor
-18
/
+15
2018-08-16
Refactor for less allocation
varkor
-67
/
+69
2018-08-16
Refactor after miri api changes
varkor
-12
/
+16
2018-08-16
Replace ... with ..= in suggestions
varkor
-7
/
+7
2018-08-16
Introduce signed_bias method
varkor
-45
/
+21
2018-08-16
Inline encode and decode methods
varkor
-36
/
+27
2018-08-16
Fix print_miri_value for signed integers
varkor
-8
/
+4
2018-08-16
Simplify bitwise operations
varkor
-27
/
+42
2018-08-16
Special-case (RangeEnd::Included, Ordering::Equal) in lower_pattern_unadjusted
varkor
-1
/
+6
2018-08-16
Improve the comments
varkor
-11
/
+17
2018-08-16
Fix sign conversion arithmetic errors
varkor
-33
/
+44
2018-08-16
Refactor to remove explicit integer type matching
varkor
-46
/
+22
2018-08-16
Add singleton patterns to test
varkor
-3
/
+24
2018-08-16
Fix integer overflow
varkor
-4
/
+5
2018-08-16
Use bit operators for min_max_ty
varkor
-19
/
+27
2018-08-16
Refactor interval conditions
varkor
-24
/
+19
2018-08-16
Fix range splitting
varkor
-6
/
+6
2018-08-16
Require just the Unicode Scalar Values to be matched for a char
varkor
-6
/
+19
2018-08-16
Improve macros with reduced repetition
varkor
-15
/
+20
2018-08-16
Add semi-exhaustive tests for exhaustiveness
varkor
-0
/
+144
2018-08-16
Fix handling of signed integers
varkor
-12
/
+44
2018-08-16
Add feature gate test
varkor
-0
/
+25
2018-08-16
Add feature gate and refactor
varkor
-182
/
+164
2018-08-16
Add support for all integer types
varkor
-16
/
+58
2018-08-16
Give correct suggestions
varkor
-6
/
+39
2018-08-16
Implement interval checking
varkor
-10
/
+164
2018-08-16
Auto merge of #53304 - dtolnay:extend, r=dtolnay
bors
-16
/
+279
2018-08-16
Auto merge of #53256 - ollie27:writeln, r=KodrAus
bors
-5
/
+56
2018-08-16
Auto merge of #53173 - alexcrichton:win-arm64, r=sfackler
bors
-33
/
+201
2018-08-16
Auto merge of #53147 - ashtneoi:dont-suggest-ref, r=estebank
bors
-279
/
+3104
2018-08-16
Auto merge of #53295 - estebank:on-unimplemented, r=michaelwoerister
bors
-26
/
+38
2018-08-15
Split tests more and bless them again
ashtneoi
-602
/
+653
2018-08-15
Move tests into their own directory
ashtneoi
-0
/
+0
2018-08-16
Auto merge of #53293 - petrochenkov:gramattr2, r=alexcrichton
bors
-55
/
+128
2018-08-16
Auto merge of #53289 - ljedrz:improve_lexer, r=michaelwoerister
bors
-74
/
+134
2018-08-15
Start adding an `aarch64-pc-windows-msvc` target
Alex Crichton
-33
/
+201
2018-08-15
Re-bless test
ashtneoi
-0
/
+63
2018-08-15
Add files I forgot to commit earlier
ashtneoi
-0
/
+99
2018-08-15
Change a method name and clarify a comment
ashtneoi
-5
/
+6
2018-08-15
Bless tests
ashtneoi
-62
/
+178
2018-08-15
Test move-into-Fn/FnMut errors too
ashtneoi
-2
/
+530
2018-08-15
Fix compiletest JSON error message
ashtneoi
-2
/
+2
2018-08-15
Allocate fewer Strings at a time
ashtneoi
-4
/
+8
2018-08-15
Add another FIXME about suggestions
ashtneoi
-81
/
+83
2018-08-15
Bless UI tests
ashtneoi
-121
/
+231
2018-08-15
Remove incorrect space
ashtneoi
-1
/
+1
2018-08-15
Remove unnecessary comment
ashtneoi
-2
/
+0
[next]