| Age | Commit message (Expand) | Author | Lines |
| 2020-09-24 | Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJung | bors | -4/+7 |
| 2020-09-23 | Rollup merge of #76993 - blitzerr:alloc-ref, r=Amanieu | Dylan DPC | -2/+3 |
| 2020-09-23 | Rollup merge of #76965 - fusion-engineering-forks:fix-atomic-from-mut, r=Amanieu | Dylan DPC | -1/+149 |
| 2020-09-23 | Rollup merge of #76939 - lcnr:const-evaluatable-cont, r=oli-obk | Dylan DPC | -10/+32 |
| 2020-09-23 | Rollup merge of #76898 - Aaron1011:fix/item-def-span, r=oli-obk | Dylan DPC | -41/+19 |
| 2020-09-22 | a few more &mut self -> self changes | blitzerr | -1/+1 |
| 2020-09-22 | fixing the test failure | blitzerr | -1/+2 |
| 2020-09-23 | revert const_type_id stabilization | Ashley Mannix | -4/+7 |
| 2020-09-22 | Bless tests | Dylan MacKenzie | -159/+200 |
| 2020-09-22 | fixing the custom.rs | blitzerr | -1/+1 |
| 2020-09-21 | Rollup merge of #77032 - lcnr:visit-all-the-item-likes, r=davidtwco | ecstatic-morse | -2/+37 |
| 2020-09-21 | Rollup merge of #76807 - ecstatic-morse:const-checking-staged-api, r=oli-obk | ecstatic-morse | -6/+63 |
| 2020-09-21 | Rollup merge of #76581 - lcnr:bound-too-generic, r=eddyb | ecstatic-morse | -0/+124 |
| 2020-09-21 | Changing the alloc() to accept &self instead of &mut self | blitzerr | -1/+1 |
| 2020-09-22 | lint missing docs for extern items | Bastian Kauschke | -2/+37 |
| 2020-09-21 | review | Bastian Kauschke | -18/+9 |
| 2020-09-21 | add test for closures in abstract consts | Bastian Kauschke | -0/+21 |
| 2020-09-21 | bless tests | Bastian Kauschke | -10/+20 |
| 2020-09-21 | Test that AtomicU64::from_mut is not available on x86 linux. | Mara Bos | -0/+16 |
| 2020-09-21 | Record `tcx.def_span` instead of `item.span` in crate metadata | Aaron Hill | -41/+19 |
| 2020-09-21 | Add explanation for E0756 | Guillaume Gomez | -0/+1 |
| 2020-09-21 | Add feature gate ui test for cfg(target_has_atomic_equal_alignment). | Mara Bos | -1/+67 |
| 2020-09-21 | Add feature gate ui test for cfg(target_has_atomic_load_store). | Mara Bos | -1/+67 |
| 2020-09-21 | Auto merge of #77013 - RalfJung:rollup-84ut0xq, r=RalfJung | bors | -0/+31 |
| 2020-09-21 | Rollup merge of #76977 - tmiasko:issue-76740, r=wesleywiser | Ralf Jung | -0/+30 |
| 2020-09-21 | Rollup merge of #76439 - GuillaumeGomez:add-error-explanation-e0755, r=pickfi... | Ralf Jung | -0/+1 |
| 2020-09-21 | Auto merge of #74040 - lcnr:const-occurs-check, r=nikomatsakis | bors | -0/+205 |
| 2020-09-21 | add tests | Bastian Kauschke | -0/+205 |
| 2020-09-21 | Auto merge of #77004 - RalfJung:rollup-usac4nv, r=RalfJung | bors | -14/+0 |
| 2020-09-21 | Rollup merge of #76135 - CDirkx:const-option, r=dtolnay,oli-obk | Ralf Jung | -14/+0 |
| 2020-09-21 | Auto merge of #76843 - kornelski:longtypetofile, r=ecstatic-morse | bors | -14/+31 |
| 2020-09-21 | Auto merge of #76295 - mati865:remove-mmx, r=Amanieu,oli-obk | bors | -6/+4 |
| 2020-09-21 | Let user see the full type of type-length limit error | Kornel Lesiński | -14/+31 |
| 2020-09-20 | Move const tests for `Option` to `library\core` | Christiaan Dirkx | -12/+0 |
| 2020-09-20 | Stabilize some Option methods as const | CDirkx | -2/+0 |
| 2020-09-20 | Rollup merge of #76940 - Aaron1011:fix/trait-on-tait, r=oli-obk | Ralf Jung | -0/+37 |
| 2020-09-20 | Remove MMX from Rust | Mateusz Mikuła | -6/+4 |
| 2020-09-20 | Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung | bors | -155/+131 |
| 2020-09-20 | update stderr file | Bastian Kauschke | -2/+1 |
| 2020-09-20 | do not ICE on `ty::Bound` in Layout::compute | Bastian Kauschke | -0/+39 |
| 2020-09-20 | miri: correctly deal with `ConstKind::Bound` | Bastian Kauschke | -0/+86 |
| 2020-09-20 | Auto merge of #76411 - RalfJung:promote-in-const-fn, r=ecstatic-morse | bors | -15/+55 |
| 2020-09-20 | Auto merge of #72632 - jonas-schievink:dest-prop, r=oli-obk | bors | -0/+24 |
| 2020-09-20 | Add a regression test for copy propagation miscompilation | Tomasz Miąsko | -0/+30 |
| 2020-09-19 | Don't allow implementing trait directly on type-alias-impl-trait | Aaron Hill | -0/+37 |
| 2020-09-19 | cleanup promotion const_kind checks | Ralf Jung | -15/+55 |
| 2020-09-19 | Rollup merge of #76749 - guswynn:hir_ranges, r=estebank | Ralf Jung | -2/+29 |
| 2020-09-19 | Rollup merge of #76434 - RalfJung:black-box, r=Mark-Simulacrum | Ralf Jung | -18/+13 |
| 2020-09-19 | Reflect the "do not call this query directly" mentality in its name | Oliver Scherer | -2/+2 |
| 2020-09-19 | Address review comments | Oliver Scherer | -95/+100 |