| Age | Commit message (Expand) | Author | Lines |
| 2020-09-30 | Remove E0019, use E0015 for inline assembly in a const | Dylan MacKenzie | -44/+6 |
| 2020-09-30 | Better span for attribute suggestions | Dylan MacKenzie | -11/+19 |
| 2020-09-29 | Rewrite E0019 example | Dylan MacKenzie | -4/+6 |
| 2020-09-29 | Remove default `build_error` impl | Dylan MacKenzie | -29/+12 |
| 2020-09-29 | Update `compile-fail` test | Dylan MacKenzie | -0/+2 |
| 2020-09-29 | Remove machinery for halting error output | Dylan MacKenzie | -15/+0 |
| 2020-09-29 | Bless tests | Dylan MacKenzie | -15/+55 |
| 2020-09-29 | Don't stop const-checking after erroneous trait bound | Dylan MacKenzie | -6/+17 |
| 2020-09-29 | Bless output | Dylan MacKenzie | -15/+95 |
| 2020-09-29 | Emit multiple function pointer errors from const-checker | Dylan MacKenzie | -4/+0 |
| 2020-09-29 | Bless tests | Dylan MacKenzie | -242/+71 |
| 2020-09-29 | Don't emit duplicate errors for the return place | Dylan MacKenzie | -1/+2 |
| 2020-09-29 | Priority levels | Dylan MacKenzie | -10/+74 |
| 2020-09-29 | Bless mut tests | Dylan MacKenzie | -107/+173 |
| 2020-09-29 | Give `MutDeref` a real error message | Dylan MacKenzie | -0/+9 |
| 2020-09-29 | Remove `ops::non_const` | Dylan MacKenzie | -58/+55 |
| 2020-09-29 | Fix "unstable in stable" error | Dylan MacKenzie | -4/+18 |
| 2020-09-29 | Return a `DiagnosticBuilder` from structured errors | Dylan MacKenzie | -75/+64 |
| 2020-09-29 | Forbid generator-specific MIR in all const-contexts | Dylan MacKenzie | -5/+3 |
| 2020-09-29 | `delay_span_bug` if const-checking an `async` function | Dylan MacKenzie | -61/+38 |
| 2020-09-29 | Continue after `impl Trait` in `const fn` | Dylan MacKenzie | -2/+0 |
| 2020-09-29 | Continue const-checking after errors when easy | Dylan MacKenzie | -24/+0 |
| 2020-09-29 | Useful derives on `mir::LocalKind` | Dylan MacKenzie | -1/+1 |
| 2020-09-29 | Auto merge of #76754 - varkor:diagnostic-cleanup-ii, r=ecstatic-morse | bors | -447/+452 |
| 2020-09-29 | Auto merge of #77253 - jyn514:crate-link, r=Manishearth | bors | -2/+24 |
| 2020-09-29 | Auto merge of #77275 - petrochenkov:interpid, r=varkor | bors | -36/+13 |
| 2020-09-29 | Auto merge of #77257 - ecstatic-morse:optimize-int-range-from-pat, r=Mark-Sim... | bors | -9/+30 |
| 2020-09-28 | expand: Minor fn ptr call cleanup | Vadim Petrochenkov | -3/+3 |
| 2020-09-28 | expand: Stop un-interpolating `NtIdent`s before passing them to built-in macros | Vadim Petrochenkov | -33/+10 |
| 2020-09-28 | Fix run-make-fulldeps tests | varkor | -24/+24 |
| 2020-09-28 | Auto merge of #77302 - RalfJung:rollup-n8gg3v6, r=RalfJung | bors | -882/+940 |
| 2020-09-28 | Rollup merge of #77295 - jethrogb:jb/unstable-book-asm, r=Amanieu | Ralf Jung | -1/+1 |
| 2020-09-28 | Rollup merge of #77288 - RalfJung:miri-macos, r=Amanieu | Ralf Jung | -49/+50 |
| 2020-09-28 | Rollup merge of #77194 - pickfire:patch-7, r=withoutboats | Ralf Jung | -0/+2 |
| 2020-09-28 | Rollup merge of #77170 - ecstatic-morse:const-fn-ptr, r=oli-obk | Ralf Jung | -135/+146 |
| 2020-09-28 | Rollup merge of #76711 - davidtwco:issue-51154-param-closure, r=estebank | Ralf Jung | -5/+37 |
| 2020-09-28 | Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk | Ralf Jung | -5/+37 |
| 2020-09-28 | Rollup merge of #76454 - poliorcetics:ui-to-unit-test-1, r=matklad | Ralf Jung | -687/+667 |
| 2020-09-28 | Auto merge of #76899 - wesleywiser:experimental_unsound_mir_opts_flag, r=oli-obk | bors | -216/+263 |
| 2020-09-28 | Update unstable-book: Fix ABNF in inline assembly docs | Jethro Beekman | -1/+1 |
| 2020-09-28 | Auto merge of #77236 - matthewjasper:defer-typeof-impl-trait, r=davidtwco | bors | -430/+375 |
| 2020-09-28 | Auto merge of #77282 - glaubitz:sparc-linux, r=nagisa | bors | -2/+4 |
| 2020-09-28 | Auto merge of #77261 - oli-obk:const_generic_array_serializer, r=matthewjasper | bors | -23/+12 |
| 2020-09-28 | fix building libstd for Miri on macOS | Ralf Jung | -49/+50 |
| 2020-09-28 | Auto merge of #77265 - vandenheuvel:chalkup, r=Dylan-DPC | bors | -12/+12 |
| 2020-09-28 | Auto merge of #77008 - fortanix:raoul/lvi-tests, r=Mark-Simulacrum | bors | -2/+519 |
| 2020-09-28 | Auto merge of #75295 - tmiasko:fds, r=Amanieu | bors | -2/+82 |
| 2020-09-27 | Remove unnecessary -Zunsound-mir-opts uses in tests | Wesley Wiser | -168/+177 |
| 2020-09-27 | [mir-opt] Introduce a new flag to enable experimental/unsound mir opts | Wesley Wiser | -359/+397 |
| 2020-09-28 | library/std: Set OS raw type definitions for sparc-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 |