| Age | Commit message (Expand) | Author | Lines |
| 2020-09-26 | `char` not char | varkor | -45/+46 |
| 2020-09-26 | Make invalid integer operation messages consistent | varkor | -293/+293 |
| 2020-09-26 | Auto merge of #76485 - estebank:format_arg_capture_spans, r=davidtwco | bors | -21/+16 |
| 2020-09-26 | Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb | bors | -304/+312 |
| 2020-09-25 | Move from {{closure}}#0 syntax to {closure#0} for (def) path components | marmeladema | -85/+85 |
| 2020-09-25 | Rollup merge of #77183 - bugadani:issue-77088, r=varkor | Jonas Schievink | -4/+14 |
| 2020-09-25 | Rollup merge of #77073 - lcnr:ty-trait-param, r=matthewjasper | Jonas Schievink | -0/+40 |
| 2020-09-25 | Rollup merge of #77066 - jonas-schievink:dest-prop-borrow, r=oli-obk | Jonas Schievink | -0/+16 |
| 2020-09-25 | Auto merge of #73453 - erikdesjardins:tuplayout, r=eddyb | bors | -0/+75 |
| 2020-09-25 | Allow multiple allow_internal_unstable attributes | Dániel Buga | -4/+14 |
| 2020-09-25 | Rollup merge of #77160 - ecstatic-morse:const-fn-transmute-suggestion, r=oli-obk | Jonas Schievink | -42/+52 |
| 2020-09-25 | Rollup merge of #77136 - ecstatic-morse:issue-77134, r=oli-obk | Jonas Schievink | -45/+45 |
| 2020-09-24 | Bless tests | Dylan MacKenzie | -42/+52 |
| 2020-09-24 | Revert a test change to make sure it's still testing the original issue | Oliver Scherer | -2/+2 |
| 2020-09-24 | Use correct type in diagnostics again | Oliver Scherer | -5/+5 |
| 2020-09-24 | update tests | Bastian Kauschke | -3/+5 |
| 2020-09-24 | visit impl self ty + trait | Bastian Kauschke | -0/+25 |
| 2020-09-24 | assign the correct `DefId` in `nominal_obligations` | Bastian Kauschke | -3/+3 |
| 2020-09-24 | walk hir to get const evaluatable predicates | Bastian Kauschke | -14/+12 |
| 2020-09-24 | const_evaluatable_checked: collect predicates from fn_sig | Bastian Kauschke | -1/+54 |
| 2020-09-23 | Bless tests | Dylan MacKenzie | -45/+45 |
| 2020-09-24 | Auto merge of #77083 - KodrAus:revert/const-type-id, r=RalfJung | bors | -4/+7 |
| 2020-09-23 | Make sure we keep emitting a hard error | Oliver Scherer | -13/+1 |
| 2020-09-23 | Make sure we report a future incompat error in all cases | Oliver Scherer | -15/+23 |
| 2020-09-23 | Make sure we don't hide errors just because a lint has been emitted | Oliver Scherer | -21/+14 |
| 2020-09-23 | Deduplicate errors in const to pat conversion | Oliver Scherer | -195/+27 |
| 2020-09-23 | Talk about unpredictable instead of "not deterministic" | Oliver Scherer | -6/+6 |
| 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 | dead_code: look at trait impls even if they don't contain items | Bastian Kauschke | -0/+40 |
| 2020-09-22 | Fix dest prop miscompilation around references | Jonas Schievink | -0/+16 |
| 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 |