| Age | Commit message (Expand) | Author | Lines |
| 2020-09-01 | Auto merge of #76010 - Aaron1011:fix/cfg-generic-param, r=petrochenkov | bors | -0/+251 |
| 2020-08-31 | Rollup merge of #76172 - ecstatic-morse:revert-75463, r=RalfJung | Tyler Mandry | -15/+0 |
| 2020-08-31 | Rollup merge of #76139 - CDirkx:cow-is-borrowed, r=ecstatic-morse | Tyler Mandry | -0/+15 |
| 2020-09-01 | Auto merge of #75931 - estebank:suggest-if-let, r=petrochenkov | bors | -88/+203 |
| 2020-09-01 | Add a test for const | CDirkx | -0/+15 |
| 2020-08-31 | Revert #75463 | Dylan MacKenzie | -15/+0 |
| 2020-08-31 | Rollup merge of #75938 - Amjad50:min_const_generics-tests-revisions, r=lcnr | Aleksey Kladov | -375/+762 |
| 2020-08-31 | Fix duplicate error messages in const_generics tests | Amjad Alsharafi | -64/+42 |
| 2020-08-31 | Auto merge of #75082 - Aaron1011:feature/proc-macro-backtrace, r=petrochenkov | bors | -0/+32 |
| 2020-08-30 | Add `-Z proc-macro-backtrace` to allow showing proc-macro panics | Aaron Hill | -0/+32 |
| 2020-08-31 | Auto merge of #75463 - CDirkx:ordering-const, r=CDirkx | bors | -0/+15 |
| 2020-08-30 | Suggest `if let x = y` when encountering `if x = y` | Esteban Küber | -88/+203 |
| 2020-08-30 | Stabilize feature `const_ordering` | CDirkx | -2/+0 |
| 2020-08-30 | Use string literal directly when available in format | Sasha | -0/+54 |
| 2020-08-30 | Run cfg-stripping on generic parameters before invoking derive macros | Aaron Hill | -0/+251 |
| 2020-08-30 | Add unstable `const_ordering` feature, and some tests. | CDirkx | -0/+17 |
| 2020-08-30 | mv compiler to compiler/ | mark | -7/+7 |
| 2020-08-30 | Auto merge of #75867 - estebank:async-lt-sugg-fix, r=matthewjasper | bors | -12/+36 |
| 2020-08-30 | Rollup merge of #75885 - jumbatm:issue75739-clashing-extern-declarations-tran... | Dylan DPC | -14/+89 |
| 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 | Fixed file formatting and made `tidy` happy | Amjad Alsharafi | -5/+8 |
| 2020-08-26 | Added more min_const_generics revisions to tests | Amjad Alsharafi | -157/+224 |
| 2020-08-26 | Added a lot of min_const_generics revisions | Amjad Alsharafi | -236/+575 |
| 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 | Also handle transparent single-variant enums | jumbatm | -14/+33 |
| 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-25 | Fix clashing_extern_declarations false positive. | jumbatm | -2/+58 |
| 2020-08-23 | Account for async functions when suggesting new named lifetime | Esteban Küber | -12/+36 |
| 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 |