| Age | Commit message (Expand) | Author | Lines |
| 2021-01-28 | Auto merge of #81149 - Aaron1011:feature/better-no-method-found-err, r=estebank | bors | -23/+39 |
| 2021-01-28 | Rollup merge of #81433 - lcnr:stop-looking-into-ty-alias, r=oli-obk | Yuki Okushi | -34/+0 |
| 2021-01-28 | Rollup merge of #81426 - BoxyUwU:boxychangesv2, r=oli-obk | Yuki Okushi | -4/+22 |
| 2021-01-28 | Rollup merge of #81416 - estebank:suggestion-span-tweak, r=petrochenkov | Yuki Okushi | -18/+7 |
| 2021-01-28 | Rollup merge of #81284 - jyn514:impl-times, r=wesleywiser | Yuki Okushi | -8/+17 |
| 2021-01-28 | Rollup merge of #81277 - flip1995:from_diag_items, r=matthewjasper | Yuki Okushi | -0/+3 |
| 2021-01-28 | Rollup merge of #81062 - sexxi-goose:precise_capture_diagnostics, r=nikomatsakis | Yuki Okushi | -29/+145 |
| 2021-01-28 | Rollup merge of #79951 - LeSeulArtichaut:ty-ir, r=nikomatsakis | Yuki Okushi | -533/+756 |
| 2021-01-28 | Auto merge of #81414 - rylev:fetch-rmeta-crates, r=petrochenkov | bors | -2/+3 |
| 2021-01-27 | comments | Ellen | -1/+3 |
| 2021-01-27 | const_evaluatable: stop looking into type aliases | Bastian Kauschke | -34/+0 |
| 2021-01-27 | Auto merge of #79591 - estebank:unexpected-generics, r=oli-obk | bors | -1/+9 |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -23/+39 |
| 2021-01-27 | boop, ur abstract consts are now expanded | Ellen | -4/+20 |
| 2021-01-27 | Auto merge of #81393 - pnkfelix:issue-81296-make-weak-item-traversal-determin... | bors | -4/+4 |
| 2021-01-26 | Point only at generic arguments when they are unexpected | Esteban Küber | -1/+9 |
| 2021-01-27 | Rollup merge of #81407 - osa1:issue81098, r=estebank | Yuki Okushi | -2/+4 |
| 2021-01-27 | Rollup merge of #81369 - tgnottingham:codegen-to-llvm-ir-wall-time, r=lcnr | Yuki Okushi | -17/+14 |
| 2021-01-27 | Rollup merge of #81353 - jockbert:spelling_in_e0207, r=petrochenkov | Yuki Okushi | -1/+1 |
| 2021-01-27 | Rollup merge of #81325 - osa1:issue81293, r=estebank | Yuki Okushi | -0/+18 |
| 2021-01-27 | Rollup merge of #81195 - estebank:suggest-bound-on-trait-with-params, r=oli-obk | Yuki Okushi | -12/+23 |
| 2021-01-27 | Rollup merge of #80900 - camelid:readpointerasbytes-ice, r=oli-obk | Yuki Okushi | -1/+5 |
| 2021-01-26 | Tweak suggestion for missing field in patterns | Esteban Küber | -18/+7 |
| 2021-01-26 | Check for rmeta crates when getting existing crates from cache | Ryan Levick | -2/+3 |
| 2021-01-26 | Refine "remove semicolon" suggestion in trait selection | Ömer Sinan Ağacan | -2/+4 |
| 2021-01-26 | typeck: Don't suggest converting LHS exprs | Ömer Sinan Ağacan | -0/+18 |
| 2021-01-26 | Auto merge of #80692 - Aaron1011:feature/query-result-debug, r=estebank | bors | -34/+46 |
| 2021-01-25 | This should address issue 81294. | Felix S. Klock II | -4/+4 |
| 2021-01-25 | Auto merge of #68828 - oli-obk:inline_cycle, r=wesleywiser | bors | -18/+288 |
| 2021-01-24 | Account for generics when suggesting bound | Esteban Küber | -12/+23 |
| 2021-01-24 | rustc_codegen_ssa: use wall time for codegen_to_LLVM_IR time-passes entry | Tyson Nottingham | -17/+14 |
| 2021-01-24 | Auto merge of #81355 - jonas-schievink:rollup-vpaadij, r=jonas-schievink | bors | -175/+277 |
| 2021-01-24 | Rollup merge of #81338 - bugadani:dominator-cleanup, r=davidtwco | Jonas Schievink | -11/+5 |
| 2021-01-24 | Rollup merge of #81310 - tmiasko:in-pattern, r=petrochenkov | Jonas Schievink | -1/+1 |
| 2021-01-24 | Rollup merge of #81297 - bjorn3:no_extern_backend_optimization_level_query_pr... | Jonas Schievink | -3/+2 |
| 2021-01-24 | Rollup merge of #81279 - bugadani:iter, r=davidtwco | Jonas Schievink | -113/+129 |
| 2021-01-24 | Rollup merge of #81259 - est31:cfg_version, r=petrochenkov | Jonas Schievink | -5/+28 |
| 2021-01-24 | Rollup merge of #80933 - rcvalle:fix-sysroot-option, r=nagisa | Jonas Schievink | -7/+21 |
| 2021-01-24 | Rollup merge of #80855 - m-ou-se:assert-2021, r=petrochenkov | Jonas Schievink | -5/+21 |
| 2021-01-24 | Rollup merge of #78578 - oli-obk:const_mut_refs, r=RalfJung | Jonas Schievink | -30/+70 |
| 2021-01-24 | Fix spelling in documentation for error E0207 | Joakim Åkerblom | -1/+1 |
| 2021-01-24 | parser: Collect tokens for values in key-value attributes | Vadim Petrochenkov | -6/+2 |
| 2021-01-24 | Only call span.rust_2021() when necessary. | Mara Bos | -7/+5 |
| 2021-01-24 | Clean up dominators_given_rpo | Dániel Buga | -11/+5 |
| 2021-01-24 | Auto merge of #80838 - nagisa:nagisa/stack-probe-type, r=cuviper | bors | -87/+204 |
| 2021-01-24 | Auto merge of #80919 - cjgillot:defkey-span, r=oli-obk | bors | -257/+303 |
| 2021-01-24 | Auto merge of #80594 - bjorn3:abi_refactor3, r=petrochenkov | bors | -94/+118 |
| 2021-01-24 | Replace version_check dependency with own version parsing code | est31 | -5/+28 |
| 2021-01-24 | Auto merge of #79811 - Aaron1011:expn-data-disambig, r=petrochenkov | bors | -14/+173 |
| 2021-01-23 | Add disambiugator to ExpnData | Aaron Hill | -14/+173 |