| Age | Commit message (Expand) | Author | Lines |
| 2020-09-24 | Remove TrustedLen requirement from BuilderMethods::switch | est31 | -6/+2 |
| 2020-09-24 | Auto merge of #76820 - jyn514:query-comments, r=davidtwco | bors | -34/+43 |
| 2020-09-24 | Auto merge of #77049 - lcnr:const-eval-function-signature, r=oli-obk | bors | -75/+122 |
| 2020-09-24 | Auto merge of #77028 - andjo403:mini, r=matthewjasper | bors | -48/+46 |
| 2020-09-24 | visit impl self ty + trait | Bastian Kauschke | -0/+12 |
| 2020-09-24 | assign the correct `DefId` in `nominal_obligations` | Bastian Kauschke | -4/+16 |
| 2020-09-24 | walk hir to get const evaluatable predicates | Bastian Kauschke | -59/+84 |
| 2020-09-24 | fmt, use IndexSet directly instead of UniquePredicates | Bastian Kauschke | -35/+20 |
| 2020-09-24 | const_evaluatable_checked: collect predicates from fn_sig | Bastian Kauschke | -5/+18 |
| 2020-09-24 | Auto merge of #76748 - tmiasko:no-op-jumps, r=matthewjasper | bors | -9/+10 |
| 2020-09-23 | Auto merge of #77102 - Dylan-DPC:rollup-2jfrg3u, r=Dylan-DPC | bors | -99/+168 |
| 2020-09-23 | Auto merge of #76673 - simonvandel:remove-unneeded-drops, r=oli-obk | bors | -0/+61 |
| 2020-09-23 | Rollup merge of #77047 - RalfJung:miri-dealloc, r=oli-obk | Dylan DPC | -4/+8 |
| 2020-09-23 | Rollup merge of #76994 - yuk1ty:fix-small-typo, r=estebank | Dylan DPC | -8/+8 |
| 2020-09-23 | Rollup merge of #76965 - fusion-engineering-forks:fix-atomic-from-mut, r=Amanieu | Dylan DPC | -4/+23 |
| 2020-09-23 | Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk | Dylan DPC | -82/+128 |
| 2020-09-23 | Rollup merge of #76898 - Aaron1011:fix/item-def-span, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-09-23 | Auto merge of #76659 - simonvandel:76432, r=oli-obk | bors | -21/+22 |
| 2020-09-23 | Move MiniSet to data_structures | Andreas Jonson | -48/+46 |
| 2020-09-23 | Auto merge of #76850 - ecstatic-morse:const-checking-refactor, r=oli-obk | bors | -97/+568 |
| 2020-09-22 | Auto merge of #76928 - lcnr:opaque-types-cache, r=tmandry | bors | -68/+82 |
| 2020-09-22 | cleanup cfg after optimization | Simon Vandel Sillesen | -0/+9 |
| 2020-09-22 | The optimization should also apply for DropAndReplace | Simon Vandel Sillesen | -1/+2 |
| 2020-09-22 | Get LocalDefId from source instead of passing in | Simon Vandel Sillesen | -11/+3 |
| 2020-09-22 | Suggestion from review | Simon Vandel Sillesen | -1/+1 |
| 2020-09-22 | MIR pass to remove unneeded drops on types not needing drop | Simon Vandel Sillesen | -0/+59 |
| 2020-09-22 | Use correct feature gate for unsizing casts | Dylan MacKenzie | -5/+1 |
| 2020-09-22 | Add `#![feature(const_fn_transmute)]` to `rustc_ast` | Dylan MacKenzie | -0/+1 |
| 2020-09-22 | Replace missing comment | Dylan MacKenzie | -0/+2 |
| 2020-09-22 | Use the same name everywhere for `is_const_stable_const_fn` | Dylan MacKenzie | -2/+4 |
| 2020-09-22 | Update const-checker to replicate `qualify_min_const_fn` | Dylan MacKenzie | -73/+268 |
| 2020-09-22 | Add structured errors for `qualify_min_const_fn` checks | Dylan MacKenzie | -3/+220 |
| 2020-09-22 | Allow errors to abort const checking when emitted | Dylan MacKenzie | -4/+22 |
| 2020-09-22 | Return `true` if `check_const` emits an error | Dylan MacKenzie | -7/+11 |
| 2020-09-22 | Add const-stability helpers | Dylan MacKenzie | -10/+45 |
| 2020-09-22 | Useful derives on `ops::Status` | Dylan MacKenzie | -0/+1 |
| 2020-09-22 | Auto merge of #76906 - Nicholas-Baron:shorten_typeck_check, r=oli-obk | bors | -4972/+5090 |
| 2020-09-22 | Miri: more informative deallocation error messages | Ralf Jung | -4/+8 |
| 2020-09-21 | Rollup merge of #77032 - lcnr:visit-all-the-item-likes, r=davidtwco | ecstatic-morse | -0/+13 |
| 2020-09-21 | Rollup merge of #77022 - Juici:master, r=lcnr | ecstatic-morse | -82/+55 |
| 2020-09-21 | Rollup merge of #76914 - lcnr:path-no-more, r=ecstatic-morse | ecstatic-morse | -8/+30 |
| 2020-09-21 | Rollup merge of #76888 - matthiaskrgr:clippy_single_match_2, r=Dylan-DPC | ecstatic-morse | -58/+28 |
| 2020-09-21 | Rollup merge of #76807 - ecstatic-morse:const-checking-staged-api, r=oli-obk | ecstatic-morse | -65/+109 |
| 2020-09-21 | Rollup merge of #76581 - lcnr:bound-too-generic, r=eddyb | ecstatic-morse | -6/+4 |
| 2020-09-21 | Rollup merge of #76489 - GuillaumeGomez:add-explanation-e0756, r=jyn514 | ecstatic-morse | -1/+30 |
| 2020-09-21 | Rollup merge of #76131 - Aaron1011:fix/pretty-print-zip, r=lcnr | ecstatic-morse | -8/+5 |
| 2020-09-22 | Auto merge of #76913 - vandenheuvel:performance_debug, r=lcnr | bors | -3/+6 |
| 2020-09-22 | lint missing docs for extern items | Bastian Kauschke | -0/+13 |
| 2020-09-21 | review | Bastian Kauschke | -13/+14 |
| 2020-09-21 | Add optimization to avoid load of address | Simon Vandel Sillesen | -2/+115 |