| Age | Commit message (Expand) | Author | Lines |
| 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 | -19/+41 |
| 2019-12-02 | Update miri_unleashed tests | Christian Poveda | -53/+6 |
| 2019-12-02 | Disallow cell borrowing | Christian Poveda | -27/+36 |
| 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 | -2/+8 |
| 2019-12-02 | Move and rewrite tests to use &mut in constants | Christian Poveda | -16/+16 |
| 2019-12-02 | Allow mutable borrows in constant bodies | Christian Poveda | -0/+4 |
| 2019-12-02 | Rename feature gate | Christian Poveda | -4/+4 |
| 2019-12-02 | Add tests for mutable borrows in const fns | Christian Poveda | -0/+34 |
| 2019-12-02 | Allow &mut in const fns when feature gate is enabled | Christian Poveda | -4/+8 |
| 2019-12-02 | Add feature gate for &mut in const fns | Christian Poveda | -0/+4 |
| 2019-12-02 | Rollup merge of #66834 - infinity0:master, r=Mark-Simulacrum | Ralf Jung | -6/+8 |
| 2019-12-02 | Rollup merge of #66827 - RalfJung:miri-missing-ret-place, r=oli-obk | Ralf Jung | -15/+23 |
| 2019-12-02 | Rollup merge of #66822 - RalfJung:miri-panic, r=oli-obk | Ralf Jung | -59/+18 |
| 2019-12-02 | Rollup merge of #66654 - ecstatic-morse:check-consts-ref, r=eddyb,matthewjasper | Ralf Jung | -181/+145 |
| 2019-12-02 | Rollup merge of #66245 - tmiasko:cfg-sanitize, r=oli-obk | Ralf Jung | -0/+98 |
| 2019-12-02 | Rollup merge of #66926 - RalfJung:miri-stop, r=oli-obk | Mazdak Farrokhzad | -17/+13 |
| 2019-12-02 | Rollup merge of #66918 - makotokato:aarch32-crc-crypto, r=petrochenkov | Mazdak Farrokhzad | -0/+2 |
| 2019-12-02 | Rollup merge of #66907 - eddyb:br-nicer-named, r=oli-obk | Mazdak Farrokhzad | -22/+26 |
| 2019-12-02 | Rollup merge of #66905 - petrochenkov:rmplugin2, r=Centril | Mazdak Farrokhzad | -405/+141 |
| 2019-12-02 | Rollup merge of #66850 - eddyb:span-free-formats, r=oli-obk | Mazdak Farrokhzad | -13/+17 |
| 2019-12-02 | Rollup merge of #66789 - eddyb:mir-source-scope-local-data, r=oli-obk | Mazdak Farrokhzad | -129/+102 |
| 2019-12-02 | Rollup merge of #66346 - linkmauve:try-in-docstring, r=Dylan-DPC | Mazdak Farrokhzad | -156/+284 |
| 2019-12-01 | Incorporate fixes from review | Dylan MacKenzie | -5/+3 |
| 2019-12-01 | rustc_plugin: Some further cleanup | Vadim Petrochenkov | -62/+15 |
| 2019-12-01 | rustc_plugin: Remove support for plugins adding LLVM passes | Vadim Petrochenkov | -79/+5 |
| 2019-12-01 | rustc_lint: Remove lint `plugin_as_library` | Vadim Petrochenkov | -81/+7 |
| 2019-12-01 | rustc_plugin: Remove support for adding plugins from command line | Vadim Petrochenkov | -27/+17 |
| 2019-12-01 | rustc_plugin: Remove support for plugin arguments | Vadim Petrochenkov | -156/+97 |
| 2019-12-01 | add reusable MachineStop variant to Miri engine error enum | Ralf Jung | -17/+13 |
| 2019-12-01 | Conditional compilation for sanitizers | Tomasz Miąsko | -0/+98 |
| 2019-12-01 | Rollup merge of #66896 - RalfJung:queries, r=Zoxc | Mazdak Farrokhzad | -7/+20 |
| 2019-12-01 | Rollup merge of #66890 - dtolnay:fmt4, r=Dylan-DPC | Mazdak Farrokhzad | -401/+373 |
| 2019-12-01 | Rollup merge of #66880 - aDotInTheVoid:add-E0203-long, r=GuillaumeGomez | Mazdak Farrokhzad | -2/+20 |
| 2019-12-01 | Rollup merge of #66832 - RalfJung:const-prop-no-alloc, r=oli-obk | Mazdak Farrokhzad | -14/+38 |
| 2019-12-01 | Rollup merge of #66790 - christianpoveda:check-set-discriminant, r=oli-obk | Mazdak Farrokhzad | -3/+2 |
| 2019-12-01 | Rollup merge of #66726 - CAD97:miri-recursion-limit, r=RalfJung | Mazdak Farrokhzad | -5/+1 |
| 2019-12-01 | Rollup merge of #66679 - mark-i-m:fix-anon-lifetime-errors, r=matthewjasper | Mazdak Farrokhzad | -165/+120 |
| 2019-12-01 | Rollup merge of #66662 - RalfJung:miri-test-liballoc, r=dtolnay | Mazdak Farrokhzad | -14/+24 |
| 2019-12-01 | Rollup merge of #66503 - thomasetter:panic-error-msg, r=joshtriplett | Mazdak Farrokhzad | -20/+59 |
| 2019-12-01 | rustbuild: don't clobber RUSTFLAGS, append to it | Ximin Luo | -5/+7 |
| 2019-12-01 | rustbuild: fix cross-compile install | Ximin Luo | -1/+1 |
| 2019-11-30 | Merge match branches | Christian Poveda | -4/+1 |
| 2019-11-30 | Rollup merge of #66895 - Centril:rustc_feature, r=oli-obk | Mazdak Farrokhzad | -460/+426 |
| 2019-11-30 | Rollup merge of #66894 - dtolnay:prelude, r=Centril | Mazdak Farrokhzad | -3/+0 |
| 2019-11-30 | Rollup merge of #66889 - dtolnay:fmt6, r=rkruppe | Mazdak Farrokhzad | -1263/+1288 |
| 2019-11-30 | Rollup merge of #66883 - eddyb:we-cant-have-nice-things, r=oli-obk | Mazdak Farrokhzad | -22/+41 |