| Age | Commit message (Expand) | Author | Lines |
| 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 | Gate llvm.sideeffect under -Z insert-sideeffect | Xiang Fan | -36/+20 |
| 2019-09-28 | Add support for relating slices in `super_relate_consts`. | ben | -0/+20 |
| 2019-09-28 | Add llvm.sideeffect to potential infinite loops and recursions | Xiang Fan | -17/+83 |
| 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 |
| 2019-09-27 | Account for tail expressions when pointing at return type | Esteban Küber | -3/+0 |
| 2019-09-27 | getting more context for duplicate lang items (fixes #60561) | Tomas Tauber | -3/+3 |
| 2019-09-27 | Auto merge of #63937 - Nashenas88:rustdoc_57180, r=GuillaumeGomez | bors | -0/+23 |
| 2019-09-27 | Update ui tests | Guillaume Gomez | -29/+35 |
| 2019-09-27 | Auto merge of #64813 - varkor:node-to-kind, r=Centril | bors | -6/+6 |
| 2019-09-27 | lowering: don't .abort_if_errors() | Mazdak Farrokhzad | -1/+15 |
| 2019-09-26 | Fix ui-fulldeps tests | varkor | -2/+2 |
| 2019-09-26 | Fix AST JSON output test | varkor | -1/+1 |
| 2019-09-26 | Rename `Pat.node` to `Pat.kind` | varkor | -1/+1 |
| 2019-09-26 | Rename `Expr.node` to `Expr.kind` | varkor | -2/+2 |
| 2019-09-26 | hir: Disallow `target_feature` on constants | David Wood | -51/+152 |
| 2019-09-26 | Rollup merge of #64812 - GuillaumeGomez:add-test-for-e0543, r=Centril | Mazdak Farrokhzad | -8/+18 |
| 2019-09-26 | Rollup merge of #64783 - onehr:onehrxn, r=varkor | Mazdak Farrokhzad | -0/+31 |
| 2019-09-26 | Rollup merge of #64772 - Mark-Simulacrum:no-tyctxt-tx, r=eddyb | Mazdak Farrokhzad | -1/+0 |
| 2019-09-26 | Rollup merge of #64221 - Centril:nll-no-migrate-2015, r=matthewjasper | Mazdak Farrokhzad | -1329/+172 |
| 2019-09-26 | issue-#45696: remove ignore-compare-mode-nll | Mazdak Farrokhzad | -10/+6 |
| 2019-09-26 | Add test for E0543 | Guillaume Gomez | -8/+18 |
| 2019-09-26 | Auto merge of #62661 - arielb1:never-reserve, r=nikomatsakis | bors | -0/+171 |
| 2019-09-26 | issue-#45696-scribble...: remove outdated comment. | Mazdak Farrokhzad | -5/+3 |
| 2019-09-26 | rm "src/test/ui/issues/issue-45696-scribble-on-boxed-borrow.migrate.stderr" | Mazdak Farrokhzad | -36/+0 |
| 2019-09-26 | remove feature(nll) in more cases. | Mazdak Farrokhzad | -81/+47 |
| 2019-09-26 | remove feature(nll) from #27868 test. | Mazdak Farrokhzad | -3/+1 |
| 2019-09-26 | remove feature(nll) from #31567 test. | Mazdak Farrokhzad | -3/+1 |