| Age | Commit message (Expand) | Author | Lines |
| 2019-12-02 | Add long error for E0631 and update ui tests. | Reese Williams | -8/+49 |
| 2019-12-02 | Auto merge of #66874 - RalfJung:miri-assert-panic, r=oli-obk | bors | -118/+195 |
| 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 | fix init_allocation_extra | Ralf Jung | -20/+30 |
| 2019-12-02 | Assert terminator is never executed in ConstProp | Ralf Jung | -1/+1 |
| 2019-12-02 | fat -> wide | Ralf Jung | -6/+6 |
| 2019-12-02 | make alloc_extra machine hook a bit nicer | Ralf Jung | -17/+21 |
| 2019-12-02 | add and use helper method to get SourceInfo of current instruction in frame | Ralf Jung | -14/+22 |
| 2019-12-02 | Miri: add helper fn to allocate string; simplify alloc_caller_location | Ralf Jung | -33/+36 |
| 2019-12-02 | Add From instances for Pointer -> ScalarMaybeUndef and Pointer -> Immediate | Ralf Jung | -7/+21 |
| 2019-12-02 | expose span to M::assert_panic, and provide helper to turn that into CallerLo... | Ralf Jung | -10/+20 |
| 2019-12-02 | Miri: add machine hook for MIR-level assertion panics | Ralf Jung | -39/+67 |
| 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 |
| 2019-11-30 | Rollup merge of #66870 - tmiasko:simplify-ty, r=oli-obk | Mazdak Farrokhzad | -1/+102 |
| 2019-11-30 | Rollup merge of #66858 - 0dvictor:capi, r=rkruppe | Mazdak Farrokhzad | -16/+6 |
| 2019-11-30 | Rollup merge of #66759 - CAD97:patch-3, r=KodrAus | Mazdak Farrokhzad | -0/+3 |