| Age | Commit message (Expand) | Author | Lines |
| 2020-12-07 | Auto merge of #79751 - aDotInTheVoid:json-true-idx, r=jyn514 | bors | -41/+249 |
| 2020-12-07 | Auto merge of #79772 - ethanboxx:79760-wrongly-speaks-of-methods, r=oli-obk | bors | -12/+65 |
| 2020-12-07 | Move some tests to subdirectories | Vadim Petrochenkov | -105/+71 |
| 2020-12-06 | suggestions from camelid review | Ethan Brierley | -40/+5 |
| 2020-12-06 | smarter E0390 | Ethan Brierley | -2/+90 |
| 2020-12-06 | Auto merge of #79765 - flip1995:clippyup, r=Manishearth | bors | -576/+4334 |
| 2020-12-06 | Merge commit 'c1664c50b27a51f7a78c93ba65558e7c33eabee6' into clippyup | flip1995 | -576/+4334 |
| 2020-12-06 | Auto merge of #78609 - lcnr:rustdoc-const-eval, r=matthewjasper | bors | -0/+0 |
| 2020-12-06 | Auto merge of #79734 - ethanboxx:inferred_const_note, r=varkor | bors | -0/+21 |
| 2020-12-06 | Auto merge of #79737 - Xanewok:update-rls, r=calebcartwright | bors | -5/+6 |
| 2020-12-06 | Bump Rustfmt to 1.4.29 | Igor Matuszewski | -5/+5 |
| 2020-12-05 | Auto merge of #79697 - rylev:clearer-const-diagnostic, r=oli-obk | bors | -24/+24 |
| 2020-12-05 | Use true ID for def_id. | Nixon Enraght-Moony | -41/+249 |
| 2020-12-05 | Auto merge of #79685 - sivadeilra:fix_env_vars_win, r=davidtwco | bors | -0/+8 |
| 2020-12-05 | Auto merge of #79719 - JohnTitor:nomicon, r=Mark-Simulacrum | bors | -1/+1 |
| 2020-12-05 | Add libc to rustc-workspace-hack | Igor Matuszewski | -0/+1 |
| 2020-12-05 | Auto merge of #79445 - SNCPlay42:struct-tail-recursion-limit, r=oli-obk | bors | -0/+37 |
| 2020-12-05 | Update RLS and Rustfmt | Igor Matuszewski | -5/+5 |
| 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 | -10724/+10760 |
| 2020-12-05 | update Miri | Ralf Jung | -16/+10 |
| 2020-12-05 | Ping me when nomicon's toolstate is broken | Yuki Okushi | -1/+1 |
| 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 | -10503/+10664 |
| 2020-12-04 | Use `record_operands_moved` more aggresively | Matthew Jasper | -228/+103 |
| 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-04 | Auto merge of #79686 - Dylan-DPC:rollup-leama5f, r=Dylan-DPC | bors | -78/+270 |
| 2020-12-04 | Auto merge of #79109 - richkadel:llvm-coverage-counters-2.0.5, r=tmandry | bors | -19245/+22641 |
| 2020-12-04 | Rollup merge of #79646 - petrochenkov:inclean, r=davidtwco | Dylan DPC | -1/+0 |
| 2020-12-04 | Rollup merge of #79638 - jyn514:intra-link-self-raw, r=Manishearth | Dylan DPC | -4/+22 |
| 2020-12-04 | Rollup merge of #79627 - ehuss:update-cargo, r=ehuss | Dylan DPC | -0/+0 |
| 2020-12-04 | Rollup merge of #79623 - jyn514:ident, r=GuillaumeGomez | Dylan DPC | -22/+19 |
| 2020-12-04 | Rollup merge of #79541 - GuillaumeGomez:doc-keyword-lint-pass, r=lcnr | Dylan DPC | -0/+26 |
| 2020-12-04 | Rollup merge of #77686 - camelid:rustdoc-render-search-results, r=GuillaumeGomez | Dylan DPC | -51/+203 |
| 2020-12-03 | Fix src/test/ui/env-vars.rs on 128-core machines on Windows | Arlie Davis | -0/+8 |
| 2020-12-03 | Add missing feature flag | Camelid | -0/+1 |
| 2020-12-03 | Add more rustdoc-js test cases | Camelid | -6/+20 |
| 2020-12-03 | Add rustdoc-js test | Camelid | -1/+26 |
| 2020-12-03 | Make `length_limit` a `usize` | Camelid | -4/+2 |
| 2020-12-03 | Use `createElement` and `innerHTML` instead of `DOMParser` | Camelid | -5/+3 |
| 2020-12-03 | Render Markdown in search results | Camelid | -50/+166 |
| 2020-12-03 | Tweak to Makefile to overcome MacOS make corruption bug | Rich Kadel | -10/+4 |
| 2020-12-03 | Auto merge of #79620 - JohnTitor:label-name-sugg, r=davidtwco | bors | -94/+94 |
| 2020-12-03 | Fixed cross-crate generic call test to compile lib and bin separately | Rich Kadel | -650/+1390 |
| 2020-12-03 | Workaround for inconsistent order of llvm-cov results on Windows | Rich Kadel | -54/+49 |
| 2020-12-03 | Addressed feedback from 2020-12-01 | Rich Kadel | -359/+1767 |
| 2020-12-03 | Combination of commits | Rich Kadel | -20314/+12342 |