| Age | Commit message (Expand) | Author | Lines |
| 2022-10-29 | Rollup merge of #103656 - camsteffen:symbol-to-string, r=compiler-errors | Matthias Krüger | -0/+7 |
| 2022-10-29 | Rollup merge of #103383 - compiler-errors:tait-scope, r=oli-obk | Matthias Krüger | -1/+8 |
| 2022-10-29 | Auto merge of #102233 - petrochenkov:effvis, r=jackh726 | bors | -234/+236 |
| 2022-10-28 | Specialize ToString for Symbol | Cameron Steffen | -0/+7 |
| 2022-10-28 | Auto merge of #103683 - fee1-dead-contrib:fix-deferred-cast-checks-constness,... | bors | -4/+26 |
| 2022-10-28 | Auto merge of #103071 - wesleywiser:fix_inlined_line_numbers, r=davidtwco | bors | -2/+10 |
| 2022-10-28 | Auto merge of #102674 - CastilloDel:master, r=oli-obk | bors | -15/+14 |
| 2022-10-28 | Retain ParamEnv constness when running deferred cast checks | Deadbeef | -4/+26 |
| 2022-10-28 | Auto merge of #103671 - matthiaskrgr:rollup-iuugpep, r=matthiaskrgr | bors | -78/+119 |
| 2022-10-28 | Rollup merge of #103609 - BoxyUwU:fix_impl_self_cycle, r=compiler-errors | Matthias Krüger | -2/+47 |
| 2022-10-28 | Rollup merge of #103608 - compiler-errors:rpitit-early-lt, r=cjgillot | Matthias Krüger | -1/+1 |
| 2022-10-28 | Rollup merge of #103641 - compiler-errors:issue-103624, r=cjgillot | Matthias Krüger | -72/+71 |
| 2022-10-28 | Rollup merge of #103550 - notriddle:notriddle/no-suggest-static-candidates, r... | Matthias Krüger | -6/+18 |
| 2022-10-28 | Rollup merge of #103283 - nbarrios1337:unsafe-impl-suggestions, r=cjgillot | Matthias Krüger | -0/+30 |
| 2022-10-27 | tidy + move logic to fn | Boxy | -31/+30 |
| 2022-10-27 | use proper spans | Boxy | -8/+15 |
| 2022-10-27 | DoIt | Boxy | -1/+40 |
| 2022-10-27 | Erase regions from CallArgument, add test + bless | Michael Goulet | -1/+1 |
| 2022-10-27 | Revert "Make ClosureOutlivesRequirement not rely on an unresolved type" | Michael Goulet | -72/+71 |
| 2022-10-27 | Rollup merge of #103544 - Nilstrieb:no-recovery-pls, r=compiler-errors | Matthias Krüger | -2/+31 |
| 2022-10-27 | Rollup merge of #103524 - petrochenkov:modchild4, r=cjgillot | Matthias Krüger | -50/+53 |
| 2022-10-27 | Rollup merge of #103255 - oli-obk:opaque_wrong_eq_relation, r=compiler-errors | Matthias Krüger | -75/+41 |
| 2022-10-27 | Auto merge of #103623 - matthiaskrgr:rollup-318yc1t, r=matthiaskrgr | bors | -78/+132 |
| 2022-10-27 | Rollup merge of #103593 - compiler-errors:nit-remove-returns, r=fee1-dead | Matthias Krüger | -18/+0 |
| 2022-10-27 | Rollup merge of #103586 - compiler-errors:issue-103573, r=jackh726 | Matthias Krüger | -0/+4 |
| 2022-10-27 | Rollup merge of #103525 - oli-obk:const_impl_on_non_const_trait, r=lcnr | Matthias Krüger | -47/+114 |
| 2022-10-27 | Rollup merge of #103475 - oli-obk:generic_param_indices, r=lcnr | Matthias Krüger | -13/+14 |
| 2022-10-27 | Auto merge of #103601 - compiler-errors:no-opaque-probe-in-nll-relate, r=oli-obk | bors | -1/+1 |
| 2022-10-27 | Remap early bound lifetimes too | Michael Goulet | -1/+1 |
| 2022-10-27 | Rollup merge of #103598 - tshepang:token-kind-docs, r=jackh726 | Yuki Okushi | -5/+18 |
| 2022-10-27 | Rollup merge of #103549 - maurer:llvm-main, r=cuviper | Yuki Okushi | -0/+2 |
| 2022-10-26 | No need to probe when relating opaques in nll_relate | Michael Goulet | -1/+1 |
| 2022-10-26 | rustc_lexer::TokenKind improve docs | Tshepang Mbambo | -5/+18 |
| 2022-10-26 | Fix typo | nils | -1/+1 |
| 2022-10-26 | remove unused parser fn | Michael Goulet | -18/+0 |
| 2022-10-26 | Add documentation | Nilstrieb | -1/+8 |
| 2022-10-26 | Process registered region obligation in resolve_regions_with_wf_tys | Michael Goulet | -0/+4 |
| 2022-10-26 | Auto merge of #103572 - Dylan-DPC:rollup-a8bnxrw, r=Dylan-DPC | bors | -104/+45 |
| 2022-10-26 | Remove unneeded sub-comparison | Oli Scherer | -31/+8 |
| 2022-10-26 | privacy: Rename "accessibility levels" to "effective visibilities" | Vadim Petrochenkov | -234/+236 |
| 2022-10-26 | Rollup merge of #103546 - RalfJung:cast, r=oli-obk | Dylan DPC | -31/+30 |
| 2022-10-26 | Rollup merge of #103428 - SarthakSingh31:issue-94187, r=compiler-errors | Dylan DPC | -5/+11 |
| 2022-10-26 | Rollup merge of #95710 - fee1-dead-contrib:stabilize_arbitrary_enum_discrimin... | Dylan DPC | -68/+4 |
| 2022-10-26 | Auto merge of #103284 - compiler-errors:const-sad, r=oli-obk | bors | -98/+104 |
| 2022-10-26 | Auto merge of #103562 - Dylan-DPC:rollup-sheepp5, r=Dylan-DPC | bors | -136/+394 |
| 2022-10-26 | Rollup merge of #103536 - Enselic:remove-set_sigpipe_handler, r=tmiasko | Dylan DPC | -12/+0 |
| 2022-10-26 | Rollup merge of #103533 - jachris:cast-without-mut, r=oli-obk | Dylan DPC | -4/+4 |
| 2022-10-26 | Rollup merge of #103520 - petrochenkov:resout, r=cjgillot | Dylan DPC | -47/+48 |
| 2022-10-26 | Rollup merge of #103444 - chenyukang:yukang/fix-103425-extra-diag, r=davidtwco | Dylan DPC | -29/+36 |
| 2022-10-26 | Rollup merge of #103430 - cjgillot:receiver-attrs, r=petrochenkov | Dylan DPC | -5/+104 |