| Age | Commit message (Expand) | Author | Lines |
| 2019-12-03 | Rollup merge of #66973 - cuviper:min-llvm7, r=alexcrichton | Mazdak Farrokhzad | -12/+1 |
| 2019-12-03 | Rollup merge of #66960 - wesleywiser:fix_66787_take2, r=oli-obk,RalfJung | Mazdak Farrokhzad | -0/+39 |
| 2019-12-03 | Fix UI tests for new locations | Mark Rousskov | -12/+15 |
| 2019-12-03 | Tweak wording of `collect()` on bad target type | Esteban Küber | -9/+9 |
| 2019-12-03 | Fix #66295 | Georg Semmler | -11/+20 |
| 2019-12-03 | [const-prop] Fix ICE calculating enum discriminant | Wesley Wiser | -0/+39 |
| 2019-12-03 | Rollup merge of #66967 - Nadrieril:remove-or-pat-hack, r=varkor | Mazdak Farrokhzad | -10/+197 |
| 2019-12-03 | Rollup merge of #66935 - petrochenkov:attrtok2, r=Centril | Mazdak Farrokhzad | -11/+11 |
| 2019-12-03 | Rollup merge of #66651 - Areredify:on-unimplemented-scope, r=davidtwco | Mazdak Farrokhzad | -20/+181 |
| 2019-12-03 | Move all intrinsic whitelists into the constness check file | Oliver Scherer | -4/+4 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -4/+21 |
| 2019-12-03 | Check break target availability when checking breaks with values | Ömer Sinan Ağacan | -0/+18 |
| 2019-12-02 | Add long error for E0631 and update ui tests. | Reese Williams | -7/+19 |
| 2019-12-02 | Update the minimum external LLVM to 7 | Josh Stone | -12/+1 |
| 2019-12-02 | syntax: Use `ast::MacArgs` for attributes | Vadim Petrochenkov | -2/+2 |
| 2019-12-02 | syntax: Introduce a struct `MacArgs` for macro arguments | Vadim Petrochenkov | -9/+9 |
| 2019-12-02 | rustc: include ParamEnv in global trait select/eval cache keys. | Eduard-Mihai Burtescu | -2/+13 |
| 2019-12-02 | Remove top-level or-pattern hack | Nadrieril | -12/+5 |
| 2019-12-02 | Move recently changed tests to the correct file | Nadrieril | -66/+60 |
| 2019-12-02 | Correct error on partially unreachable or-pat in `if let` | Nadrieril | -15/+12 |
| 2019-12-02 | Lint for redundant branches in or-patterns | Nadrieril | -6/+47 |
| 2019-12-02 | Add some tests | Nadrieril | -9/+171 |
| 2019-12-02 | Correct other tests related to const_mut_refs | Christian Poveda | -20/+97 |
| 2019-12-02 | Add dual tests for const_mut_refs | Christian Poveda | -9/+39 |
| 2019-12-02 | Update miri unleashed tests | Christian Poveda | -9/+37 |
| 2019-12-02 | Suggest feature for const_mut_refs errors | Christian Poveda | -16/+34 |
| 2019-12-02 | Update miri_unleashed tests | Christian Poveda | -53/+6 |
| 2019-12-02 | Extend test for const_mut_refs feature | Christian Poveda | -3/+22 |
| 2019-12-02 | Allow mutable derefs with feature gate | Christian Poveda | -1/+3 |
| 2019-12-02 | Move and rewrite tests to use &mut in constants | Christian Poveda | -16/+16 |
| 2019-12-02 | Rename feature gate | Christian Poveda | -1/+1 |
| 2019-12-02 | Add tests for mutable borrows in const fns | Christian Poveda | -0/+34 |
| 2019-12-02 | Rollup merge of #66654 - ecstatic-morse:check-consts-ref, r=eddyb,matthewjasper | Ralf Jung | -52/+44 |
| 2019-12-02 | Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk | Ralf Jung | -0/+41 |
| 2019-12-02 | Rollup merge of #66907 - eddyb:br-nicer-named, r=oli-obk | Mazdak Farrokhzad | -20/+20 |
| 2019-12-02 | Rollup merge of #66905 - petrochenkov:rmplugin2, r=Centril | Mazdak Farrokhzad | -122/+53 |
| 2019-12-02 | Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk | Mazdak Farrokhzad | -10/+10 |
| 2019-12-01 | rustc_plugin: Some further cleanup | Vadim Petrochenkov | -18/+2 |
| 2019-12-01 | rustc_plugin: Remove support for plugins adding LLVM passes | Vadim Petrochenkov | -35/+0 |
| 2019-12-01 | rustc_lint: Remove lint `plugin_as_library` | Vadim Petrochenkov | -24/+4 |
| 2019-12-01 | rustc_plugin: Remove support for adding plugins from command line | Vadim Petrochenkov | -3/+11 |
| 2019-12-01 | rustc_plugin: Remove support for plugin arguments | Vadim Petrochenkov | -33/+27 |
| 2019-12-01 | fix compile-fail tests | Ralf Jung | -1/+0 |
| 2019-12-01 | Miri core engine: use throw_ub instead of throw_panic | Ralf Jung | -260/+57 |
| 2019-12-01 | Conditional compilation for sanitizers | Tomasz Miąsko | -0/+41 |
| 2019-12-01 | Rollup merge of #66880 - aDotInTheVoid:add-E0203-long, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+1 |
| 2019-12-01 | Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasper | Mazdak Farrokhzad | -103/+82 |
| 2019-11-30 | rustc_mir: use nicer path printing for #[rustc_regions] NLL tests. | Eduard-Mihai Burtescu | -307/+99 |
| 2019-11-30 | Rollup merge of #66870 - tmiasko:simplify-ty, r=oli-obk | Mazdak Farrokhzad | -0/+95 |
| 2019-11-30 | Rollup merge of #66612 - Nadrieril:or-patterns-initial, r=varkor | Mazdak Farrokhzad | -0/+238 |