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-03-06
Emit missing unclosed delimiter errors
Esteban Küber
-40
/
+37
2019-03-06
Reduce test case
Esteban Küber
-18
/
+4
2019-03-06
Emit unclosed delimiters during recovery
Esteban Küber
-1
/
+13
2019-03-06
Bail when encountering a second unexpected token in the same span
Esteban Küber
-74
/
+15
2019-03-06
Do not panic on missing close paren
Esteban Küber
-0
/
+107
2019-03-06
Surround found token with `
Esteban Küber
-2
/
+2
2019-03-06
rust-lldb: fix crash when printing empty string
Andy Russell
-0
/
+35
2019-03-06
add test for spurious intra-doc link warning
QuietMisdreavus
-0
/
+18
2019-03-06
Regression test for issue #58158.
Felix S. Klock II
-0
/
+40
2019-03-06
Regression test for #58813
Felix S. Klock II
-0
/
+14
2019-03-06
Desugared asyncs into generators and minimised.
Giles Cope
-12
/
+13
2019-03-06
Update tests
John Kåre Alsaker
-4
/
+109
2019-03-06
Split up privacy checking so privacy_access_levels only does computations req...
John Kåre Alsaker
-18
/
+18
2019-03-05
On incorrect cfg literal/identifier, point at the right span
Esteban Küber
-2
/
+2
2019-03-05
Fix negative integer literal test
varkor
-19
/
+8
2019-03-05
Update test fallout
varkor
-18
/
+4
2019-03-05
Update const generics tests
varkor
-53
/
+30
2019-03-05
Add a test for HashStable stability
John Kåre Alsaker
-0
/
+63
2019-03-05
Removed whitespace
Giles Cope
-1
/
+1
2019-03-05
Unrolled await macro.
Giles Cope
-6
/
+6
2019-03-04
Elide invalid method receiver error when it contains TyErr
Esteban Küber
-0
/
+30
2019-03-04
Add an explicit test for issue #50582
Josh Stone
-0
/
+15
2019-03-04
On return type `impl Trait` for block with no expr point at last semi
Esteban Küber
-0
/
+20
2019-03-04
Regression test added for an async ICE.
Giles Cope
-0
/
+27
2019-03-04
Use bit operations for setting large ranges of bits in a u64
Oliver Scherer
-1
/
+1
2019-03-04
Test the `UndefMask` type
Oliver Scherer
-0
/
+26
2019-03-04
Regression test for #58435.
Felix S. Klock II
-0
/
+17
2019-03-04
Make the Entry API of HashMap<K, V> Sync and Send (fixes #45219)
Anthony Ramine
-0
/
+1
2019-03-04
Auto merge of #58380 - estebank:missing-match-pats, r=zackmdavis
bors
-67
/
+285
2019-03-03
Add .nll.stderr output
Tim
-0
/
+39
2019-03-04
Monomorphize generator field types for debuginfo
Wim Looman
-0
/
+27
2019-03-03
Use the correct state for poisoning a generator
Matthew Jasper
-0
/
+22
2019-03-03
Don't incorrectly mark blocks in generator drop shims as cleanup
Matthew Jasper
-0
/
+43
2019-03-03
Check which blocks are cleanup in mir-opt tests
Matthew Jasper
-20
/
+20
2019-03-03
Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix
bors
-0
/
+221
2019-03-03
Auto merge of #58866 - kennytm:rollup, r=kennytm
bors
-1
/
+20
2019-03-03
Rollup merge of #58865 - dlrobertson:fix-varargs, r=alexreg
kennytm
-0
/
+15
2019-03-02
Call clang and llvm-objdump with correct library path
Mark Rousskov
-6
/
+6
2019-03-03
Nit
Alexander Regueiro
-1
/
+1
2019-03-02
Reword error message
Esteban Küber
-1
/
+1
2019-03-02
Point at enum definition when match patterns are not exhaustive
Esteban Küber
-66
/
+284
2019-03-02
Suggest appropriate code for unused field when desrtucturing patttern
Esteban Küber
-0
/
+40
2019-03-02
Suggest removal of `&` when borrowing macro and appropriate
Esteban Küber
-3
/
+45
2019-03-02
Fix C-variadic function printing
Dan Robertson
-0
/
+15
2019-03-02
Rollup merge of #58785 - euclio:tool-lint-attrs, r=estebank
kennytm
-1
/
+5
2019-03-02
Auto merge of #58077 - Nemo157:generator-state-debug-info, r=Zoxc
bors
-2
/
+8
2019-03-01
Expand where negative supertrait specific error is shown
Esteban Küber
-0
/
+15
2019-03-01
Handle type annotations in promoted MIR correctly
Matthew Jasper
-0
/
+29
2019-03-01
Include bounds from promoted constants in NLL
Matthew Jasper
-3
/
+78
2019-02-28
update rustdoc coverage tests with new table layout
QuietMisdreavus
-80
/
+51
[prev]
[next]