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
Age
Commit message (
Expand
)
Author
Lines
2019-12-05
add regression test for issue 67053
Remy Rakic
-0
/
+51
2019-12-05
add a test
Ralf Jung
-0
/
+43
2019-12-05
Add UI test for Pin PartialEq unsoundness
Konrad Borowski
-0
/
+40
2019-12-05
Auto merge of #66520 - alexcrichton:disable-gdb-wasm, r=eddyb
bors
-0
/
+2
2019-12-05
E0023: handle expected != pat-tup-type
Mazdak Farrokhzad
-0
/
+43
2019-12-04
Disable gdb pretty printer global section on wasm targets
Alex Crichton
-0
/
+2
2019-12-04
Forgot to update some test outputs
Nadrieril
-4
/
+7
2019-12-04
Forgot to update some test outputs
Nadrieril
-64
/
+46
2019-12-04
Reuse `adt_defined_here`
Nadrieril
-10
/
+43
2019-12-04
Use the default code path to list missing patterns
Nadrieril
-50
/
+62
2019-12-04
List missing constructors in an almost empty match
Nadrieril
-71
/
+101
2019-12-04
Add tests
Nadrieril
-65
/
+312
2019-12-04
Only warn about missing patterns in the case of an enum
Nadrieril
-86
/
+32
2019-12-04
Add tests
Nadrieril
-16
/
+104
2019-12-04
Make empty match lint more consistent under exhaustive_patterns
Nadrieril
-32
/
+65
2019-12-04
Fix erroneous comment
Nadrieril
-8
/
+7
2019-12-04
Tweak error on empty match
Nadrieril
-2
/
+2
2019-12-04
Add tests
Nadrieril
-3
/
+343
2019-12-04
Auto merge of #66408 - nnethercote:greedy-process_obligations, r=nmatsakis
bors
-1
/
+3
2019-12-04
Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung
bors
-8
/
+25
2019-12-04
Remove potential cfgs duplicates
Guillaume Gomez
-0
/
+15
2019-12-03
review comments: move test
Esteban Küber
-3
/
+3
2019-12-03
Include a span in more `expected...found` notes
Aaron Hill
-123
/
+301
2019-12-03
Accurately portray raw identifiers in error messages
Esteban Küber
-6
/
+50
2019-12-03
Disable issue-59756 test for now
Aaron Hill
-0
/
+4
2019-12-03
Emit coercion suggestions in more places
Aaron Hill
-12
/
+85
2019-12-04
rustdoc: Add test for fixed issue
Oliver Middleton
-0
/
+15
2019-12-03
Update missed test.
Reese Williams
-0
/
+1
2019-12-03
Rollup merge of #66973 - cuviper:min-llvm7, r=alexcrichton
Mazdak Farrokhzad
-12
/
+1
2019-12-03
Rollup merge of #66960 - wesleywiser:fix_66787_take2, r=oli-obk,RalfJung
Mazdak Farrokhzad
-0
/
+39
2019-12-03
Fix UI tests for new locations
Mark Rousskov
-12
/
+15
2019-12-03
Tweak wording of `collect()` on bad target type
Esteban Küber
-9
/
+9
2019-12-03
Fix #66295
Georg Semmler
-11
/
+20
2019-12-03
[const-prop] Fix ICE calculating enum discriminant
Wesley Wiser
-0
/
+39
2019-12-03
Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkor
Mazdak Farrokhzad
-10
/
+197
2019-12-03
Rollup merge of #66935 - petrochenkov:attrtok2, r=Centril
Mazdak Farrokhzad
-11
/
+11
2019-12-03
Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco
Mazdak Farrokhzad
-20
/
+181
2019-12-03
Move all intrinsic whitelists into the constness check file
Oliver Scherer
-4
/
+4
2019-12-03
Check intrinsics for callability in const fns
Mahmut Bulut
-4
/
+21
2019-12-03
Check break target availability when checking breaks with values
Ömer Sinan Ağacan
-0
/
+18
2019-12-02
Add long error for E0631 and update ui tests.
Reese Williams
-7
/
+19
2019-12-02
Update the minimum external LLVM to 7
Josh Stone
-12
/
+1
2019-12-02
syntax: Use `ast::MacArgs` for attributes
Vadim Petrochenkov
-2
/
+2
2019-12-02
syntax: Introduce a struct `MacArgs` for macro arguments
Vadim Petrochenkov
-9
/
+9
2019-12-02
rustc: include ParamEnv in global trait select/eval cache keys.
Eduard-Mihai Burtescu
-2
/
+13
2019-12-02
Remove top-level or-pattern hack
Nadrieril
-12
/
+5
2019-12-02
Move recently changed tests to the correct file
Nadrieril
-66
/
+60
2019-12-02
Correct error on partially unreachable or-pat in `if let`
Nadrieril
-15
/
+12
2019-12-02
Lint for redundant branches in or-patterns
Nadrieril
-6
/
+47
2019-12-02
Add some tests
Nadrieril
-9
/
+171
[prev]
[next]