| Age | Commit message (Expand) | Author | Lines |
| 2020-07-22 | Rollup merge of #74454 - lcnr:negative-impls, r=nikomatsakis | Manish Goregaokar | -52/+47 |
| 2020-07-22 | Rollup merge of #74237 - lzutao:compiletest, r=Mark-Simulacrum | Manish Goregaokar | -253/+208 |
| 2020-07-22 | Rollup merge of #73893 - ajpaverd:cfguard-stabilize, r=nikomatsakis | Manish Goregaokar | -12/+24 |
| 2020-07-22 | Rollup merge of #73655 - JamieCunliffe:jamie_va-args-c, r=nikic | Manish Goregaokar | -3/+150 |
| 2020-07-22 | Auto merge of #74620 - rust-lang:remove-most-azure, r=Mark-Simulacrum | bors | -298/+3 |
| 2020-07-22 | ci: disable Azure Pipelines except for macOS | Pietro Albini | -298/+3 |
| 2020-07-22 | Auto merge of #73270 - dylanmckay:avr-use-correct-addrspace, r=nagisa | bors | -36/+188 |
| 2020-07-22 | Auto merge of #74578 - ehuss:fix-rust-src, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-07-21 | Auto merge of #74565 - pietroalbini:build-on-gha, r=Mark-Simulacrum | bors | -7/+34 |
| 2020-07-22 | [AVR] Ensure that function pointers stored within aggregates are annotated wi... | Dylan McKay | -13/+40 |
| 2020-07-22 | [AVR] Correctly set the pointer address space when constructing pointers to f... | Dylan McKay | -23/+148 |
| 2020-07-21 | Remove the assert on alignment check. | Jamie Cunliffe | -2/+1 |
| 2020-07-21 | Auto merge of #74075 - sunfishcode:wasi-prelude-rawfd, r=alexcrichton | bors | -1/+1 |
| 2020-07-21 | Auto merge of #69749 - davidtwco:issue-46477-polymorphization, r=eddyb | bors | -191/+2034 |
| 2020-07-20 | Fix rust-src component. | Eric Huss | -1/+1 |
| 2020-07-20 | update coherence docs | Bastian Kauschke | -7/+7 |
| 2020-07-20 | review | Bastian Kauschke | -1/+10 |
| 2020-07-20 | Rollup merge of #74561 - RalfJung:backtrace, r=alexcrichton | Manish Goregaokar | -0/+0 |
| 2020-07-20 | Rollup merge of #74557 - jakubadamw:issue-74539, r=nagisa | Manish Goregaokar | -1/+40 |
| 2020-07-20 | Rollup merge of #74555 - GuillaumeGomez:important-traits-popup, r=Manishearth | Manish Goregaokar | -0/+5 |
| 2020-07-20 | Rollup merge of #74552 - fusion-engineering-forks:stabilize-tau, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2020-07-20 | Rollup merge of #74546 - jethrogb:jb/duplicate-attribute-maybe_uninit_extra, ... | Manish Goregaokar | -4/+1 |
| 2020-07-20 | Rollup merge of #74522 - tmiasko:sanitizer-docs, r=nikomatsakis | Manish Goregaokar | -4/+3 |
| 2020-07-20 | Rollup merge of #74505 - Cldfire:fix-search-focus, r=GuillaumeGomez | Manish Goregaokar | -10/+0 |
| 2020-07-20 | Rollup merge of #74501 - lzutao:css_run_border, r=GuillaumeGomez | Manish Goregaokar | -3/+3 |
| 2020-07-20 | Rollup merge of #74376 - lcnr:type-dependent-path-cleanup, r=eddyb | Manish Goregaokar | -1/+5 |
| 2020-07-20 | Rollup merge of #74051 - yodaldevoid:issue_60814, r=nikomatsakis | Manish Goregaokar | -0/+109 |
| 2020-07-20 | Rollup merge of #73323 - davidtwco:issue-73252-wfcheck-foreign-fn-decl, r=ecs... | Manish Goregaokar | -52/+97 |
| 2020-07-20 | Rollup merge of #73197 - c410-f3r:ranges, r=dtolnay | Manish Goregaokar | -2/+2 |
| 2020-07-20 | Rollup merge of #72714 - JohnTitor:debug-assert, r=nikomatsakis | Manish Goregaokar | -1/+37 |
| 2020-07-20 | index: introduce and use `FiniteBitSet` | David Wood | -73/+211 |
| 2020-07-20 | mir: use attribute over `-Z polymorphize-errors` | David Wood | -76/+125 |
| 2020-07-20 | metadata: record `unused_generic_params` | David Wood | -0/+14 |
| 2020-07-20 | ty: normalize fn sigs before subst | David Wood | -17/+51 |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -84/+1627 |
| 2020-07-20 | Fix an ICE on an invalid `binding @ ...` in a tuple struct pattern | Jakub Adam Wieczorek | -1/+40 |
| 2020-07-20 | ci: upload non-macOS from GHA instead of Azure Pipelines | Pietro Albini | -7/+25 |
| 2020-07-20 | ci: allow RLA to pick the right PR number | Pietro Albini | -0/+9 |
| 2020-07-20 | update backtrace-rs | Ralf Jung | -0/+0 |
| 2020-07-20 | Auto merge of #74550 - matklad:rust-analyzer-2020-07-20, r=matklad | bors | -18/+15 |
| 2020-07-20 | Improve "important traits" popup display on mobile | Guillaume Gomez | -0/+5 |
| 2020-07-20 | Stabilize TAU constant. | Mara Bos | -2/+2 |
| 2020-07-20 | :arrow_up: rust-analyzer | Aleksey Kladov | -18/+15 |
| 2020-07-20 | Fix duplicate maybe_uninit_extra attribute | Jethro Beekman | -4/+1 |
| 2020-07-20 | shim: adjust valid shim asserts | David Wood | -40/+26 |
| 2020-07-20 | debuginfo: add type metadata for params | David Wood | -2/+21 |
| 2020-07-20 | debuginfo: no type metadata if substs reqd | David Wood | -2/+4 |
| 2020-07-20 | ty: add doc comments to `Generics` methods | David Wood | -1/+3 |
| 2020-07-20 | trait_sel: only test predicates w/ no substs | David Wood | -20/+20 |
| 2020-07-20 | ty: `STILL_FURTHER_SPECIALIZABLE` w/out prnt subst | David Wood | -8/+66 |