| Age | Commit message (Expand) | Author | Lines |
| 2021-01-30 | Account for union | Hirochika Matsumoto | -4/+42 |
| 2021-01-30 | Fix test to check help message as well | Hirochika Matsumoto | -21/+16 |
| 2021-01-29 | Add rust-fix test | Hirochika Matsumoto | -3/+32 |
| 2021-01-29 | Add test for match expression | Hirochika Matsumoto | -1/+42 |
| 2021-01-29 | Suggest accessing field when code compiles with it | Hirochika Matsumoto | -0/+34 |
| 2021-01-27 | Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrum | bors | -8/+0 |
| 2021-01-27 | Auto merge of #80987 - GuillaumeGomez:remove-cache-key, r=jyn514 | bors | -622/+791 |
| 2021-01-27 | Fix clean/types doc links | Guillaume Gomez | -0/+3 |
| 2021-01-27 | Add search index test for primitive types | Guillaume Gomez | -0/+75 |
| 2021-01-27 | More cleanup | Guillaume Gomez | -30/+18 |
| 2021-01-27 | Unify cache usage and improve naming | Guillaume Gomez | -11/+12 |
| 2021-01-27 | Improve documentation on GetDefId trait's methods | Guillaume Gomez | -3/+13 |
| 2021-01-27 | Update to new rustdoc APIs | Guillaume Gomez | -8/+4 |
| 2021-01-27 | Apply review comments and improve code | Guillaume Gomez | -24/+20 |
| 2021-01-27 | Remove cache usage wherever possible | Guillaume Gomez | -166/+179 |
| 2021-01-27 | Use empty Cache for methods requiring it when filling Cache itself | Guillaume Gomez | -48/+70 |
| 2021-01-27 | Remove CACHE_KEY global | Guillaume Gomez | -663/+728 |
| 2021-01-27 | Auto merge of #79591 - estebank:unexpected-generics, r=oli-obk | bors | -11/+20 |
| 2021-01-26 | Point only at generic arguments when they are unexpected | Esteban Küber | -11/+20 |
| 2021-01-27 | Rollup merge of #81407 - osa1:issue81098, r=estebank | Yuki Okushi | -0/+36 |
| 2021-01-27 | Rollup merge of #81401 - ehuss:tidy-cleanup, r=Mark-Simulacrum | Yuki Okushi | -111/+2 |
| 2021-01-27 | Rollup merge of #81399 - ehuss:update-books, r=ehuss | Yuki Okushi | -0/+0 |
| 2021-01-27 | Rollup merge of #81389 - ehuss:rustdoc-cmark-extensions, r=GuillaumeGomez | Yuki Okushi | -1/+65 |
| 2021-01-27 | Rollup merge of #81325 - osa1:issue81293, r=estebank | Yuki Okushi | -0/+33 |
| 2021-01-27 | Rollup merge of #81299 - GuillaumeGomez:fix-eslint-detected-bugs, r=Nemo157 | Yuki Okushi | -31/+33 |
| 2021-01-27 | Rollup merge of #81195 - estebank:suggest-bound-on-trait-with-params, r=oli-obk | Yuki Okushi | -3/+133 |
| 2021-01-27 | Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obk | Yuki Okushi | -0/+43 |
| 2021-01-26 | shrink_to shouldn't panic on len greater than capacity | Thom Wiggers | -8/+0 |
| 2021-01-26 | Refine "remove semicolon" suggestion in trait selection | Ömer Sinan Ağacan | -0/+36 |
| 2021-01-26 | typeck: Don't suggest converting LHS exprs | Ömer Sinan Ağacan | -0/+33 |
| 2021-01-25 | Update books | Eric Huss | -0/+0 |
| 2021-01-25 | tidy: Remove unnecessary trailing semicolon. | Eric Huss | -1/+1 |
| 2021-01-25 | tidy: Remove edition filter exceptions. | Eric Huss | -15/+1 |
| 2021-01-25 | tidy: Remove cargo check. | Eric Huss | -95/+0 |
| 2021-01-25 | Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser | bors | -0/+194 |
| 2021-01-25 | rustdoc: Document CommonMark extensions. | Eric Huss | -1/+65 |
| 2021-01-25 | Auto merge of #81375 - RalfJung:miri, r=RalfJung | bors | -7/+7 |
| 2021-01-25 | ci: use the monorepo's lockfile when building cargo for pgo profiling | Pietro Albini | -0/+14 |
| 2021-01-25 | update Miri | Ralf Jung | -7/+7 |
| 2021-01-25 | Ignore a test on wasm, because that changes landing pads | oli | -37/+39 |
| 2021-01-25 | Fix some bugs reported by eslint | Guillaume Gomez | -31/+33 |
| 2021-01-24 | Account for generics when suggesting bound | Esteban Küber | -3/+133 |
| 2021-01-24 | Ignore test on 32-bit architectures | Camelid | -1/+4 |
| 2021-01-24 | Auto merge of #81355 - jonas-schievink:rollup-vpaadij, r=jonas-schievink | bors | -240/+627 |
| 2021-01-24 | Rollup merge of #81320 - CraftSpider:jsondoc-errors, r=jyn514 | Jonas Schievink | -1/+16 |
| 2021-01-24 | Rollup merge of #81310 - tmiasko:in-pattern, r=petrochenkov | Jonas Schievink | -1/+40 |
| 2021-01-24 | Rollup merge of #81302 - LeSeulArtichaut:80777-trait-render, r=jyn514 | Jonas Schievink | -30/+40 |
| 2021-01-24 | Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514 | Jonas Schievink | -0/+51 |
| 2021-01-24 | Rollup merge of #81259 - est31:cfg_version, r=petrochenkov | Jonas Schievink | -30/+110 |
| 2021-01-24 | Rollup merge of #80855 - m-ou-se:assert-2021, r=petrochenkov | Jonas Schievink | -0/+9 |