| Age | Commit message (Expand) | Author | Lines |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -267/+201 |
| 2022-03-30 | clippy: nameres for primitive type impls | lcnr | -38/+75 |
| 2022-03-30 | rework error messages for incorrect inherent impls | lcnr | -5/+36 |
| 2022-03-30 | fix rustdoc wrt builtin impls switch | lcnr | -14/+14 |
| 2022-03-30 | get clippy to compile again | lcnr | -59/+26 |
| 2022-03-30 | fix rustdoc | lcnr | -57/+60 |
| 2022-03-30 | fix behavior for empty impls | lcnr | -4/+4 |
| 2022-03-30 | update rustdoc | lcnr | -2/+1 |
| 2022-03-30 | update ui tests | lcnr | -126/+23 |
| 2022-03-30 | Auto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r=Dylan-DPC | bors | -4/+8 |
| 2022-03-30 | Rollup merge of #95461 - nyurik:spelling, r=lcnr | Dylan DPC | -4/+4 |
| 2022-03-30 | Rollup merge of #95443 - jyn514:clarify-python-search-logic, r=Dylan-DPC | Dylan DPC | -0/+4 |
| 2022-03-30 | Spellchecking some comments | Yuri Astrakhan | -4/+4 |
| 2022-03-30 | Auto merge of #94081 - oli-obk:lazy_tait_take_two, r=nikomatsakis | bors | -1553/+3883 |
| 2022-03-29 | update miri | Ralf Jung | -8/+8 |
| 2022-03-29 | Rollup merge of #95437 - notriddle:notriddle/issue-79076, r=compiler-errors | Dylan DPC | -0/+61 |
| 2022-03-29 | Rollup merge of #95386 - compiler-errors:try-wrapping, r=oli-obk | Dylan DPC | -1/+171 |
| 2022-03-29 | Rollup merge of #93840 - yaahc:termination-stabilization-celebration-station,... | Dylan DPC | -2/+0 |
| 2022-03-29 | Clarify how `src/tools/x` searches for python | Joshua Nelson | -0/+4 |
| 2022-03-29 | Auto merge of #95433 - Dylan-DPC:rollup-xdfit9h, r=Dylan-DPC | bors | -24/+73 |
| 2022-03-29 | diagnostics: regression test for derive bounds | Michael Howell | -0/+61 |
| 2022-03-29 | Auto merge of #94566 - yanganto:show-ignore-message, r=m-ou-se | bors | -8/+7 |
| 2022-03-29 | Rollup merge of #95424 - lnicola:rust-analyzer-2022-03-29, r=lnicola | Dylan DPC | -24/+16 |
| 2022-03-29 | Rollup merge of #95415 - notriddle:notriddle/issue-82081, r=Dylan-DPC | Dylan DPC | -0/+57 |
| 2022-03-29 | Rollup merge of #94566 - yanganto:show-ignore-message, r=m-ou-se | Dylan DPC | -8/+7 |
| 2022-03-29 | Auto merge of #95096 - GuillaumeGomez:rm-header-fn-field, r=camelid | bors | -113/+100 |
| 2022-03-29 | Merge ItemKind::TyMethodItem branch with ItemKind::FunctionItem and ItemKind:... | Guillaume Gomez | -16/+16 |
| 2022-03-29 | Add test to ensure foreign functions from dependencies are correctly handled | Guillaume Gomez | -0/+12 |
| 2022-03-29 | Remove header field from clean::Function | Guillaume Gomez | -113/+88 |
| 2022-03-29 | Auto merge of #95257 - compiler-errors:fn-borrow, r=lcnr | bors | -3/+116 |
| 2022-03-29 | :arrow_up: rust-analyzer | Laurențiu Nicola | -24/+16 |
| 2022-03-28 | Suggest function borrow ignoring needs_note | Michael Goulet | -2/+47 |
| 2022-03-28 | Add suggestion to borrow opaque Fn and FnMut instead of move | Michael Goulet | -3/+71 |
| 2022-03-28 | Update books | Eric Huss | -0/+0 |
| 2022-03-29 | Auto merge of #95417 - ehuss:doc-no_std-error, r=Dylan-DPC | bors | -0/+6 |
| 2022-03-28 | bootstrap: better error message for no_std docs | Eric Huss | -0/+6 |
| 2022-03-28 | diagnostics: add regression test for #82081 | Michael Howell | -0/+57 |
| 2022-03-28 | Rollup merge of #95328 - DrMeepster:box_gep_err, r=oli-obk | Dylan DPC | -0/+22 |
| 2022-03-28 | Rollup merge of #95318 - rust-lang:notriddle/issue-95208, r=wesleywiser | Dylan DPC | -0/+64 |
| 2022-03-28 | Rollup merge of #93787 - klensy:really-not-a-features, r=wesleywiser | Dylan DPC | -5/+11 |
| 2022-03-28 | rebase fallout | Oli Scherer | -1/+1 |
| 2022-03-28 | Add test for revealing auto traits in the defining scope | Oli Scherer | -0/+77 |
| 2022-03-28 | Add some tests showcasing further differences between TAIT and RPIT | Oli Scherer | -0/+42 |
| 2022-03-28 | Bless ui tests | Oli Scherer | -1/+10 |
| 2022-03-28 | Also use the RPIT back compat hack in trait projection | Oli Scherer | -35/+5 |
| 2022-03-28 | Show that the behaviour is the same for RPIT and TAIT | Oli Scherer | -0/+230 |
| 2022-03-28 | Add a test showing that a similar example compiles | Oli Scherer | -0/+20 |
| 2022-03-28 | Added another folder to the `ui` dir | Oli Scherer | -1/+1 |
| 2022-03-28 | Fix mixing lazy TAIT and RPIT in their defining scopes | Oli Scherer | -0/+28 |
| 2022-03-28 | Add regression test | Oli Scherer | -0/+60 |