| Age | Commit message (Expand) | Author | Lines |
| 2019-09-29 | Rollup merge of #64894 - Centril:fix-64682, r=petrochenkov | Mazdak Farrokhzad | -51/+350 |
| 2019-09-29 | Rollup merge of #64858 - skinny121:str-const-generics, r=varkor | Mazdak Farrokhzad | -0/+79 |
| 2019-09-29 | Rollup merge of #64825 - estebank:match-unit, r=Centril | Mazdak Farrokhzad | -1/+76 |
| 2019-09-29 | Rollup merge of #64735 - GuillaumeGomez:long-err-explanation-E0533, r=Centril | Mazdak Farrokhzad | -3/+30 |
| 2019-09-29 | Rollup merge of #64691 - estebank:unexpected-variant, r=Centril | Mazdak Farrokhzad | -16/+112 |
| 2019-09-29 | Auto merge of #64158 - tmandry:libtest-panic-abort, r=alexcrichton | bors | -14/+89 |
| 2019-09-29 | syntax: fix #64682. | Mazdak Farrokhzad | -51/+350 |
| 2019-09-29 | Auto merge of #64546 - weiznich:bugfix/rfc-2451-rerebalance-tests, r=nikomats... | bors | -16/+522 |
| 2019-09-29 | Auto merge of #64886 - Centril:rollup-30dqh8j, r=Centril | bors | -197/+138 |
| 2019-09-29 | Rollup merge of #63492 - eddyb:cvarargs, r=nagisa,matthewjasper | Mazdak Farrokhzad | -197/+138 |
| 2019-09-29 | Auto merge of #64470 - ecstatic-morse:split-promotion-and-validation, r=eddyb... | bors | -258/+111 |
| 2019-09-28 | Put panic=abort test support behind -Z panic_abort_tests | Tyler Mandry | -15/+25 |
| 2019-09-28 | Add test for libtest panic=abort mode | Tyler Mandry | -0/+65 |
| 2019-09-28 | Rollup merge of #64875 - ehuss:async-await-reserved, r=estebank | Mazdak Farrokhzad | -57/+57 |
| 2019-09-28 | Rollup merge of #64852 - Baranowski:param_note_52082, r=estebank | Mazdak Farrokhzad | -2/+134 |
| 2019-09-28 | Rollup merge of #64793 - immunant:format_spans, r=matthewjasper | Mazdak Farrokhzad | -6/+3 |
| 2019-09-28 | Rollup merge of #64763 - GuillaumeGomez:long-err-explanation-E0734, r=estebank | Mazdak Farrokhzad | -29/+35 |
| 2019-09-28 | Rollup merge of #64678 - tomtau:fix/no-std-error, r=matthewjasper | Mazdak Farrokhzad | -3/+3 |
| 2019-09-28 | Rollup merge of #64387 - nathanwhit:redundant-semi-fix, r=varkor | Mazdak Farrokhzad | -0/+52 |
| 2019-09-29 | Add a couple more test cases, including non-ascii strings. | ben | -3/+16 |
| 2019-09-28 | review comments | Esteban Küber | -2/+2 |
| 2019-09-28 | Point at enclosing match when expecting `()` in arm | Esteban Küber | -1/+76 |
| 2019-09-28 | Upgrade async/await to "used" keywords. | Eric Huss | -57/+57 |
| 2019-09-28 | Auto merge of #64419 - wesleywiser:const_prop_use_ecx, r=oli-obk | bors | -27/+95 |
| 2019-09-28 | rustc: rely on c_variadic == true instead of CVarArgs in HIR/Ty fn signatures. | Eduard-Mihai Burtescu | -196/+138 |
| 2019-09-28 | rustc: don't store a lifetime in hir::TyKind::CVarArgs. | Eduard-Mihai Burtescu | -8/+8 |
| 2019-09-28 | syntax: don't keep a redundant c_variadic flag in the AST. | Eduard-Mihai Burtescu | -1/+0 |
| 2019-09-28 | Bless miri unleashed output | Dylan MacKenzie | -12/+5 |
| 2019-09-28 | Fix tests broken by more consistent miri unleashed warnings | Dylan MacKenzie | -242/+82 |
| 2019-09-28 | Add additional `const` tests | Dylan MacKenzie | -0/+46 |
| 2019-09-28 | Silence "skipping const checks" if outside a const context | Dylan MacKenzie | -29/+3 |
| 2019-09-28 | Auto merge of #64455 - GuillaumeGomez:long-error-explanation-E0531, r=Centril | bors | -4/+9 |
| 2019-09-28 | Fix lint-exceeding-bitshifts ui tests | Wesley Wiser | -23/+27 |
| 2019-09-28 | Allow reading non-mutable statics in const prop | Wesley Wiser | -0/+29 |
| 2019-09-28 | Implement CRs | Wojciech Baranowski | -58/+37 |
| 2019-09-28 | Rollup merge of #64859 - Centril:const-def-here-new-var, r=estebank | Mazdak Farrokhzad | -3/+46 |
| 2019-09-28 | Rollup merge of #64830 - Centril:thou-shallt-not-abort, r=estebank | Mazdak Farrokhzad | -1/+15 |
| 2019-09-28 | Rollup merge of #64809 - davidtwco:issue-64768-target-feature-const, r=varkor | Mazdak Farrokhzad | -51/+152 |
| 2019-09-28 | Rollup merge of #64802 - estebank:walk-parents-iterator, r=matthewjasper | Mazdak Farrokhzad | -3/+0 |
| 2019-09-28 | Added test for mismatched slices, and byte slices. | ben | -1/+47 |
| 2019-09-27 | Add test for redundant_semicolon lint interaction with proc macro attrs | Nathan | -0/+52 |
| 2019-09-28 | Improve diagnostic for `let A = 0;` | Mazdak Farrokhzad | -3/+46 |
| 2019-09-27 | Introduce a `ConstPropMachine` | Wesley Wiser | -2/+1 |
| 2019-09-27 | Respond to code review feedback and fix tidy | Wesley Wiser | -0/+18 |
| 2019-09-27 | [const-prop] Replace `CheckedBinaryOp` handling with use of `InterpCx` | Wesley Wiser | -0/+8 |
| 2019-09-27 | [const-prop] Replace `Cast` handling with use of `InterpCx` | Wesley Wiser | -1/+1 |
| 2019-09-27 | [const-prop] Replace `eval_place()` with use of `InterpCx` | Wesley Wiser | -4/+14 |
| 2019-09-28 | Add support for relating slices in `super_relate_consts`. | ben | -0/+20 |
| 2019-09-27 | --bless --compare-mode=nll | Mazdak Farrokhzad | -33/+0 |
| 2019-09-27 | Print ParamTy span when accessing a field (#52082) | Wojciech Baranowski | -0/+153 |