| Age | Commit message (Expand) | Author | Lines |
| 2020-08-28 | Rollup merge of #75972 - JulianKnodt:i70381, r=rollup | Pietro Albini | -0/+14 |
| 2020-08-28 | Auto merge of #70212 - Amanieu:catch_foreign, r=Mark-Simulacrum | bors | -23/+32 |
| 2020-08-27 | Abort when catch_unwind catches a foreign exception | Amanieu d'Antras | -23/+32 |
| 2020-08-27 | Auto merge of #75933 - Aaron1011:feature/closure-move-err, r=oli-obk | bors | -0/+30 |
| 2020-08-27 | Auto merge of #72784 - csmoe:issue-61076, r=estebank | bors | -4/+95 |
| 2020-08-27 | Fix ICE due to carriage return w/ multibyte char | kadmin | -0/+14 |
| 2020-08-27 | Fix ICE on unwrap of unknown layout. | jumbatm | -0/+23 |
| 2020-08-26 | Auto merge of #75687 - TimDiekmann:realloc-align, r=Amanieu | bors | -11/+5 |
| 2020-08-26 | suggest await on unexpected types | csmoe | -11/+40 |
| 2020-08-26 | Point to a move-related span when pointing to closure upvars | Aaron Hill | -0/+30 |
| 2020-08-25 | Auto merge of #75302 - Aaron1011:feature/partial-move-diag, r=estebank | bors | -232/+232 |
| 2020-08-25 | suggest await before method | csmoe | -6/+21 |
| 2020-08-25 | suggest await on field access | csmoe | -40/+33 |
| 2020-08-25 | append more test cases for issue 61076 | csmoe | -4/+58 |
| 2020-08-24 | Stabilize Range[Inclusive]::is_empty | Scott McMurray | -1/+0 |
| 2020-08-24 | Rollup merge of #75831 - lzutao:https, r=Dylan-DPC | Yuki Okushi | -1/+1 |
| 2020-08-23 | Auto merge of #75656 - tirr-c:match-suggest-semi, r=estebank | bors | -0/+116 |
| 2020-08-23 | Auto merge of #72449 - ecstatic-morse:const-float-bitcast, r=RalfJung | bors | -0/+170 |
| 2020-08-23 | Fix `compile-flags` directive | ecstatic-morse | -2/+2 |
| 2020-08-23 | Auto merge of #74238 - RalfJung:offset_from, r=oli-obk | bors | -15/+10 |
| 2020-08-23 | Prefer https link for wikipedia URLs | Lzu Tao | -1/+1 |
| 2020-08-23 | Auto merge of #75465 - Aaron1011:feature/short-fn-def-span, r=estebank | bors | -543/+252 |
| 2020-08-23 | Auto merge of #73084 - Aaron1011:feature/new-recursive-expand, r=petrochenkov | bors | -62/+172 |
| 2020-08-22 | Use smaller def span for functions | Aaron Hill | -543/+252 |
| 2020-08-22 | Add backwards-compat hack for certain '$name' tokens | Aaron Hill | -0/+60 |
| 2020-08-22 | Recursively expand `TokenKind::Interpolated` (take 2) | Aaron Hill | -62/+112 |
| 2020-08-22 | Test new floating point bit casts | Dylan MacKenzie | -0/+170 |
| 2020-08-22 | Auto merge of #74566 - lzutao:guard, r=petrochenkov | bors | -0/+430 |
| 2020-08-22 | remove feature gate from tests | Ralf Jung | -15/+10 |
| 2020-08-22 | Rollup merge of #75771 - tmiasko:const-eval-query-stack-normalize, r=jonas-sc... | Dylan DPC | -2/+3 |
| 2020-08-21 | Auto merge of #75697 - lzutao:mir-dumb-const-prefix, r=oli-obk | bors | -13/+13 |
| 2020-08-21 | Rollup merge of #75532 - tmiasko:rfc-1014, r=nikomatsakis | Yuki Okushi | -2/+4 |
| 2020-08-21 | Auto merge of #74846 - Aaron1011:fix/pat-token-capture, r=petrochenkov | bors | -2/+55 |
| 2020-08-21 | Suppress "const" prefix of FnDef in MIR dump | Lzu Tao | -13/+13 |
| 2020-08-21 | Extend normalization in const-eval-query-stack test | Tomasz Miąsko | -2/+3 |
| 2020-08-20 | Auto merge of #75494 - matthewjasper:defer-recursive-projection-error, r=niko... | bors | -47/+103 |
| 2020-08-20 | Don't immediately error for cycles during normalization | Matthew Jasper | -47/+103 |
| 2020-08-20 | Rollup merge of #75710 - ThibsG:FixBadPrinting75447, r=oli-obk | Josh Stone | -1/+40 |
| 2020-08-20 | Rollup merge of #75703 - tmiasko:stack-overflow-musl, r=cuviper | Josh Stone | -2/+0 |
| 2020-08-20 | Set RUST_BACKTRACE env variable | ThibsG | -1/+2 |
| 2020-08-20 | Capture tokens for Pat used in macro_rules! argument | Aaron Hill | -2/+55 |
| 2020-08-20 | Auto merge of #75595 - davidtwco:polymorphization-predicate-simplification-co... | bors | -0/+17 |
| 2020-08-19 | Rollup merge of #75069 - lcnr:type-of-lazy-norm, r=varkor | Tyler Mandry | -384/+155 |
| 2020-08-19 | Fix bad printing of const-eval queries | ThibsG | -1/+39 |
| 2020-08-19 | Auto merge of #74098 - GuillaumeGomez:doc-alias-checks, r=ollie27 | bors | -0/+50 |
| 2020-08-19 | Rollup merge of #75658 - tgnottingham:issue-75599, r=estebank | Yuki Okushi | -169/+41 |
| 2020-08-19 | Rollup merge of #75554 - jumbatm:fix-clashing-extern-decl-overflow, r=lcnr | Yuki Okushi | -0/+119 |
| 2020-08-19 | Allow reallocation to different alignment | Tim Diekmann | -11/+5 |
| 2020-08-19 | Enable stack-overflow detection on musl for non-main threads | Tomasz Miąsko | -2/+0 |
| 2020-08-18 | change const param ty warning message | Bastian Kauschke | -77/+57 |