| Age | Commit message (Expand) | Author | Lines |
| 2021-01-29 | Rollup merge of #79819 - Aaron1011:feature/macro-trailing-semicolon, r=petroc... | Yuki Okushi | -0/+78 |
| 2021-01-29 | Rollup merge of #79570 - alexcrichton:split-debuginfo, r=bjorn3 | Yuki Okushi | -1/+91 |
| 2021-01-29 | Suggest accessing field when code compiles with it | Hirochika Matsumoto | -0/+34 |
| 2021-01-28 | Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis | bors | -1/+60 |
| 2021-01-28 | Add some test for ATB issues | Jack Huey | -0/+73 |
| 2021-01-28 | move a bunch of tests | Bastian Kauschke | -9/+7 |
| 2021-01-28 | rustc: Stabilize `-Zrun-dsymutil` as `-Csplit-debuginfo` | Alex Crichton | -1/+91 |
| 2021-01-28 | Warn write-only fields | Seo Sanghyeon | -0/+47 |
| 2021-01-28 | Clone entire `TokenCursor` when collecting tokens | Aaron Hill | -0/+40 |
| 2021-01-28 | Add `SEMICOLON_IN_EXPRESSIONS_FROM_MACROS` lint | Aaron Hill | -0/+78 |
| 2021-01-28 | Auto merge of #81149 - Aaron1011:feature/better-no-method-found-err, r=estebank | bors | -105/+105 |
| 2021-01-28 | Rollup merge of #81433 - lcnr:stop-looking-into-ty-alias, r=oli-obk | Yuki Okushi | -4/+35 |
| 2021-01-28 | Rollup merge of #81430 - lcnr:elaborate-const-eval, r=oli-obk | Yuki Okushi | -0/+24 |
| 2021-01-28 | Rollup merge of #81426 - BoxyUwU:boxychangesv2, r=oli-obk | Yuki Okushi | -0/+123 |
| 2021-01-28 | Rollup merge of #81416 - estebank:suggestion-span-tweak, r=petrochenkov | Yuki Okushi | -12/+12 |
| 2021-01-28 | Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakis | Yuki Okushi | -2/+628 |
| 2021-01-27 | rustdoc: Render HRTB correctly for bare functions | Camelid | -0/+29 |
| 2021-01-27 | Auto merge of #81335 - thomwiggers:no-panic-shrink-to, r=Mark-Simulacrum | bors | -8/+0 |
| 2021-01-27 | fix tidy errors | Ellen | -3/+6 |
| 2021-01-27 | comments | Ellen | -0/+8 |
| 2021-01-27 | const_evaluatable: stop looking into type aliases | Bastian Kauschke | -4/+35 |
| 2021-01-27 | add const_evaluatable_checked test | Bastian Kauschke | -0/+24 |
| 2021-01-27 | Auto merge of #80987 - GuillaumeGomez:remove-cache-key, r=jyn514 | bors | -0/+75 |
| 2021-01-27 | Add search index test for primitive types | Guillaume Gomez | -0/+75 |
| 2021-01-27 | Auto merge of #79591 - estebank:unexpected-generics, r=oli-obk | bors | -11/+20 |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -105/+105 |
| 2021-01-27 | Check that value is explicitly none | kadmin | -0/+38 |
| 2021-01-27 | boop, ur abstract consts are now expanded | Ellen | -0/+112 |
| 2021-01-26 | Account for existing `_` field pattern when suggesting `..` | Esteban Küber | -2/+2 |
| 2021-01-26 | Point only at generic arguments when they are unexpected | Esteban Küber | -11/+20 |
| 2021-01-26 | add tests | Chris Pardy | -0/+195 |
| 2021-01-27 | Rollup merge of #81407 - osa1:issue81098, r=estebank | Yuki Okushi | -0/+36 |
| 2021-01-27 | Rollup merge of #81325 - osa1:issue81293, r=estebank | Yuki Okushi | -0/+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 | Tweak suggestion for missing field in patterns | Esteban Küber | -12/+12 |
| 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 | Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser | bors | -0/+194 |
| 2021-01-25 | Implement new panic!() behaviour for Rust 2021. | Mara Bos | -336/+338 |
| 2021-01-25 | Ignore a test on wasm, because that changes landing pads | oli | -37/+39 |
| 2021-01-24 | Account for generics when suggesting bound | Esteban Küber | -3/+133 |
| 2021-01-25 | Point to span of upvar making closure FnMut | 1000teslas | -3/+97 |
| 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 | -209/+574 |
| 2021-01-24 | libtest: allow multiple filters | Eric Huss | -0/+24 |
| 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 | -0/+19 |
| 2021-01-24 | Rollup merge of #81264 - Swatinem:doctest-run-directory, r=jyn514 | Jonas Schievink | -0/+35 |