| Age | Commit message (Expand) | Author | Lines |
| 2020-12-06 | Auto merge of #79734 - ethanboxx:inferred_const_note, r=varkor | bors | -0/+21 |
| 2020-12-05 | Auto merge of #79697 - rylev:clearer-const-diagnostic, r=oli-obk | bors | -24/+24 |
| 2020-12-05 | Auto merge of #79685 - sivadeilra:fix_env_vars_win, r=davidtwco | bors | -0/+8 |
| 2020-12-05 | Auto merge of #79445 - SNCPlay42:struct-tail-recursion-limit, r=oli-obk | bors | -0/+37 |
| 2020-12-05 | Const parameters can not be inferred with `_` | Ethan Brierley | -0/+21 |
| 2020-12-05 | Auto merge of #78373 - matthewjasper:drop-on-into, r=pnkfelix | bors | -223/+379 |
| 2020-12-05 | Auto merge of #76301 - matklad:fmt-test, r=matklad | bors | -0/+0 |
| 2020-12-04 | Avoid leaking block expression values | Matthew Jasper | -223/+379 |
| 2020-12-04 | check the recursion limit when finding struct tail | SNCPlay42 | -0/+37 |
| 2020-12-04 | Rename `AllocRef` to `Allocator` and `(de)alloc` to `(de)allocate` | Tim Diekmann | -36/+35 |
| 2020-12-04 | Move format machinery tests to where they belong | Aleksey Kladov | -0/+0 |
| 2020-12-04 | Fix UI tests for 'const expression' change | Ryan Levick | -24/+24 |
| 2020-12-03 | Fix src/test/ui/env-vars.rs on 128-core machines on Windows | Arlie Davis | -0/+8 |
| 2020-12-03 | Auto merge of #79620 - JohnTitor:label-name-sugg, r=davidtwco | bors | -94/+94 |
| 2020-12-03 | Auto merge of #79613 - GuillaumeGomez:doc-keyword-checks, r=oli-obk | bors | -8/+49 |
| 2020-12-03 | Auto merge of #79594 - vn-ki:const-eval-intrinsic, r=oli-obk | bors | -140/+378 |
| 2020-12-03 | Auto merge of #79533 - sasurau4:feature/add-long-explanation-E0546, r=Guillau... | bors | -1/+1 |
| 2020-12-03 | Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Mark-Simul... | bors | -187/+74 |
| 2020-12-02 | Auto merge of #79364 - nico-abram:unstable-or-pat-suggestion, r=matthewjasper | bors | -30/+3 |
| 2020-12-02 | Add tests for #[doc(keyword = "...")] and update other doc attributes tests | Guillaume Gomez | -8/+49 |
| 2020-12-02 | Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsa... | Santiago Pastorino | -187/+74 |
| 2020-12-02 | rename MemoryKind::Heap to ConstHeap; bless test | Vishnunarayan K I | -8/+15 |
| 2020-12-02 | add comment and bless some tests | Vishnunarayan K I | -138/+236 |
| 2020-12-02 | Auto merge of #79606 - ThePuzzlemaker:issue-79458-fix, r=scottmcm | bors | -26/+25 |
| 2020-12-02 | Tweak diagnostics on shadowing lifetimes/labels | Yuki Okushi | -94/+94 |
| 2020-12-02 | Auto merge of #78864 - Mark-Simulacrum:warn-on-forbids, r=pnkfelix | bors | -170/+90 |
| 2020-12-01 | Auto merge of #79614 - GuillaumeGomez:rollup-15usd7e, r=GuillaumeGomez | bors | -14/+14 |
| 2020-12-01 | Rollup merge of #79509 - GuillaumeGomez:improve-attr-spans, r=oli-obk | Guillaume Gomez | -14/+14 |
| 2020-12-01 | Auto merge of #78684 - devsnek:inline-asm-wasm, r=Amanieu | bors | -2/+2 |
| 2020-12-01 | Add regression test for #79458 | ThePuzzlemaker | -0/+25 |
| 2020-12-01 | Fix UI tests for negative polarity implementations of traits | ThePuzzlemaker | -26/+0 |
| 2020-12-01 | Add wasm32 support to inline asm | Gus Caplan | -2/+2 |
| 2020-12-01 | Improve some attributes error spans | Guillaume Gomez | -14/+14 |
| 2020-12-02 | bless stability-attribute-sanity ui test | Daiki Ihara | -1/+1 |
| 2020-12-01 | review comment and one more test | Vishnunarayan K I | -11/+23 |
| 2020-12-01 | review comments | Vishnunarayan K I | -1/+43 |
| 2020-12-01 | Rollup merge of #79444 - sasurau4:test/move-const-ip, r=matklad | Mara Bos | -13/+0 |
| 2020-12-01 | Rollup merge of #79227 - sasurau4:test/move-cell-test-to-lib-core, r=jyn514 | Mara Bos | -13/+0 |
| 2020-12-01 | Rollup merge of #79038 - CDirkx:move-ui-tests, r=dtolnay | Mara Bos | -828/+0 |
| 2020-12-01 | add const_allocate intrisic | Vishnunarayan K I | -0/+79 |
| 2020-12-01 | Auto merge of #78725 - sexxi-goose:fix-78720, r=nikomatsakis | bors | -0/+74 |
| 2020-11-30 | Make ui test that are run-pass and do not test the compiler itself library tests | Christiaan Dirkx | -828/+0 |
| 2020-11-30 | Auto merge of #79329 - camelid:int-lit-suffix-error, r=davidtwco | bors | -13/+13 |
| 2020-11-29 | Remove extra call to upvar_tys | Aman Arora | -0/+74 |
| 2020-11-29 | Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis | bors | -74/+187 |
| 2020-11-29 | Auto merge of #79523 - Nadrieril:fix-usize-ranges, r=varkor | bors | -2/+8 |
| 2020-11-29 | Fixes #79357 unstable or-pat suggestions | unknown | -30/+3 |
| 2020-11-29 | Auto merge of #78380 - bstrie:rm-old-num-const-from-tests, r=jyn514 | bors | -486/+421 |
| 2020-11-29 | Auto merge of #78863 - KodrAus:feat/simd-array, r=oli-obk | bors | -71/+215 |
| 2020-11-29 | Update tests to remove old numeric constants | bstrie | -486/+421 |