| Age | Commit message (Expand) | Author | Lines |
| 2020-10-01 | Auto merge of #74839 - alarsyo:multiple_return_terminators, r=oli-obk | bors | -122/+108 |
| 2020-10-01 | Bless mir-opt tests for 32 bit | Antoine Martin | -16/+12 |
| 2020-10-01 | Add test for multiple terminator optimization | Antoine Martin | -0/+44 |
| 2020-10-01 | Bless mir-opt tests with new opt | Antoine Martin | -106/+52 |
| 2020-10-01 | Auto merge of #77354 - ecstatic-morse:const-checking-moar-errors, r=oli-obk | bors | -355/+345 |
| 2020-10-01 | Auto merge of #77379 - camelid:improve-wording-crate-resolution-error, r=davi... | bors | -2/+2 |
| 2020-10-01 | Rollup merge of #77371 - camelid:remove-extra-space-in-diagnostic, r=varkor | Dylan DPC | -0/+18 |
| 2020-10-01 | Rollup merge of #77360 - oli-obk:zst_const_pat_regression, r=RalfJung | Dylan DPC | -0/+9 |
| 2020-10-01 | Rollup merge of #77343 - varkor:rustc_args_required_const-validation, r=lcnr | Dylan DPC | -0/+74 |
| 2020-10-01 | Rollup merge of #77324 - Aaron1011:fix/const-item-mutation-ptr, r=petrochenkov | Dylan DPC | -24/+35 |
| 2020-10-01 | Rollup merge of #77303 - lcnr:const-evaluatable-TooGeneric, r=oli-obk,varkor | Dylan DPC | -41/+49 |
| 2020-10-01 | Rollup merge of #77153 - Aaron1011:fix/better-recursive-expand, r=petrochenkov | Dylan DPC | -0/+86 |
| 2020-09-30 | Improve wording for external crate resolution error | Camelid | -2/+2 |
| 2020-09-30 | Auto merge of #77372 - jonas-schievink:rollup-e5bdzga, r=jonas-schievink | bors | -0/+56 |
| 2020-09-30 | Rollup merge of #77345 - samlich:test-issue-74761, r=lcnr | Jonas Schievink | -0/+31 |
| 2020-09-30 | Rollup merge of #77331 - hameerabbasi:issue-74906, r=lcnr | Jonas Schievink | -0/+25 |
| 2020-09-30 | Remove trailing space in error message | Camelid | -1/+1 |
| 2020-09-30 | Auto merge of #75810 - hug-dev:cmse-nonsecure-entry, r=jonas-schievink | bors | -0/+94 |
| 2020-09-30 | Remove E0019, use E0015 for inline assembly in a const | Dylan MacKenzie | -3/+3 |
| 2020-09-30 | Add test for error message | Camelid | -0/+18 |
| 2020-09-30 | Add more tests and check for ABI | Hugues de Valon | -4/+62 |
| 2020-09-30 | Add support for cmse_nonsecure_entry attribute | Hugues de Valon | -0/+36 |
| 2020-09-30 | Auto merge of #77281 - tmiasko:liveness-everybody, r=oli-obk | bors | -8/+146 |
| 2020-09-30 | Validate `rustc_args_required_const` | varkor | -0/+74 |
| 2020-09-30 | References to ZSTs may be at arbitrary aligned addresses | Oliver Scherer | -0/+9 |
| 2020-09-30 | Auto merge of #77069 - sexxi-goose:closure_print_2, r=nikomatsakis | bors | -50/+459 |
| 2020-09-29 | Update `compile-fail` test | Dylan MacKenzie | -0/+2 |
| 2020-09-30 | Add test for issue #74761 | samlich | -0/+31 |
| 2020-09-29 | Bless tests | Dylan MacKenzie | -15/+55 |
| 2020-09-29 | Bless output | Dylan MacKenzie | -15/+95 |
| 2020-09-29 | Bless tests | Dylan MacKenzie | -242/+71 |
| 2020-09-29 | Bless mut tests | Dylan MacKenzie | -105/+173 |
| 2020-09-29 | Fix "unstable in stable" error | Dylan MacKenzie | -3/+12 |
| 2020-09-29 | `delay_span_bug` if const-checking an `async` function | Dylan MacKenzie | -59/+21 |
| 2020-09-29 | Liveness analysis for everybody | Tomasz Miąsko | -8/+146 |
| 2020-09-29 | Auto merge of #77274 - tmiasko:liveness-cnd, r=lcnr | bors | -0/+53 |
| 2020-09-29 | Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morse | bors | -420/+421 |
| 2020-09-29 | Auto merge of #77253 - jyn514:crate-link, r=Manishearth | bors | -0/+11 |
| 2020-09-29 | Add test for async/await combined with const-generics. | Hameer Abbasi | -0/+25 |
| 2020-09-28 | Don't fire `const_item_mutation` lint on writes through a pointer | Aaron Hill | -24/+35 |
| 2020-09-28 | Fix recursive nonterminal expansion during pretty-print/reparse check | Aaron Hill | -0/+86 |
| 2020-09-28 | Fix run-make-fulldeps tests | varkor | -24/+24 |
| 2020-09-28 | const evaluatable: improve `TooGeneric` handling | Bastian Kauschke | -41/+49 |
| 2020-09-28 | Auto merge of #77302 - RalfJung:rollup-n8gg3v6, r=RalfJung | bors | -814/+138 |
| 2020-09-28 | Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obk | Ralf Jung | -86/+109 |
| 2020-09-28 | Rollup merge of #76711 - davidtwco:issue-51154-param-closure, r=estebank | Ralf Jung | -0/+21 |
| 2020-09-28 | Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk | Ralf Jung | -1/+8 |
| 2020-09-28 | Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matklad | Ralf Jung | -727/+0 |
| 2020-09-28 | Auto merge of #76899 - wesleywiser:experimental_unsound_mir_opts_flag, r=oli-obk | bors | -215/+258 |
| 2020-09-28 | Auto merge of #77236 - matthewjasper:defer-typeof-impl-trait, r=davidtwco | bors | -417/+346 |