about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2022-12-06Rollup merge of #105349 - compiler-errors:point-at-assoc-ct-fn-ptr-arg, r=cjg...Matthias Krüger-9/+7
2022-12-06Rollup merge of #105320 - notriddle:notriddle/rustdoc-toggle-hideme-2, r=Guil...Matthias Krüger-9/+12
2022-12-06Rollup merge of #105286 - willcrichton:maximal-hir-to-mir-coverage, r=cjgillotMatthias Krüger-32/+59
2022-12-06Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obkMatthias Krüger-43/+70
2022-12-06Rollup merge of #105174 - chenyukang:yukang/fix-105028-unused, r=eholkMatthias Krüger-2/+37
2022-12-06Rollup merge of #105004 - TaKO8Ki:fix-104897, r=wesleywiserMatthias Krüger-5/+75
2022-12-06Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiserMatthias Krüger-254/+182
2022-12-06Auto merge of #105365 - matthiaskrgr:rollup-g0mrrt7, r=matthiaskrgrbors-122/+1404
2022-12-06Rollup merge of #105342 - compiler-errors:note_cause_code-takes-predicate, r=...Matthias Krüger-63/+92
2022-12-06Rollup merge of #105340 - estebank:ice-ice-baby, r=compiler-errorsMatthias Krüger-1/+131
2022-12-06Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8KiMatthias Krüger-20/+99
2022-12-06Rollup merge of #105318 - compiler-errors:issue-105304, r=jackh726Matthias Krüger-1/+46
2022-12-06Rollup merge of #105310 - compiler-errors:issue-105288, r=eholkMatthias Krüger-10/+26
2022-12-06Rollup merge of #105287 - compiler-errors:issue-105275, r=eholkMatthias Krüger-2/+63
2022-12-06Rollup merge of #105254 - cjgillot:issue-105251, r=oli-obkMatthias Krüger-4/+66
2022-12-06Rollup merge of #105243 - RalfJung:no-op-let, r=Mark-SimulacrumMatthias Krüger-9/+3
2022-12-06Rollup merge of #105098 - lyming2007:issue-103869-fix, r=eholkMatthias Krüger-1/+39
2022-12-06Rollup merge of #105005 - estebank:where-clause-lts, r=compiler-errorsMatthias Krüger-11/+120
2022-12-06Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelixMatthias Krüger-0/+719
2022-12-06Auto merge of #105175 - michaelwoerister:add-stable-ord-trait, r=nagisabors-35/+95
2022-12-06Replace usage of `ResumeTy` in async lowering with `Context`Arpad Borsos-43/+70
2022-12-06Auto merge of #105348 - JohnTitor:rollup-q9bichr, r=JohnTitorbors-420/+279
2022-12-05review comment: add test caseEsteban Küber-1/+18
2022-12-05On E0195 point at where clause lifetime boundsEsteban Küber-11/+103
2022-12-05Avoid ICE by accounting for missing typeEsteban Küber-1/+131
2022-12-06Point at args in associated const fn pointersMichael Goulet-9/+7
2022-12-06Rollup merge of #105338 - estebank:other-impls, r=compiler-errorsYuki Okushi-395/+138
2022-12-06Rollup merge of #105324 - compiler-errors:gat-where-clause-binding-obl, r=jac...Yuki Okushi-8/+60
2022-12-06Rollup merge of #105315 - fmease:norm-subst-iat, r=compiler-errorsYuki Okushi-0/+45
2022-12-06Rollup merge of #105313 - rustbot:docs-update, r=ehussYuki Okushi-0/+0
2022-12-06Rollup merge of #105309 - notriddle:notriddle/sidebar-margin-padding, r=Guill...Yuki Okushi-2/+0
2022-12-06Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillotYuki Okushi-8/+8
2022-12-06Rollup merge of #105256 - GuillaumeGomez:comment-method-margins, r=notriddleYuki Okushi-0/+1
2022-12-06Rollup merge of #105246 - JakobDegen:run-mir-tests, r=jyn514Yuki Okushi-4/+4
2022-12-06Rollup merge of #105207 - RalfJung:interpret-clobber-return, r=oli-obkYuki Okushi-0/+4
2022-12-06Rollup merge of #104967 - willcrichton:fix-scrape-examples, r=notriddleYuki Okushi-3/+19
2022-12-06Auto merge of #105220 - oli-obk:feeding, r=cjgillotbors-57/+86
2022-12-06Add GenericParamDef::to_error and InternalSubsts::extend_with_errorMichael Goulet-13/+32
2022-12-06Auto merge of #105119 - JakobDegen:inline-experiments, r=cjgillotbors-115/+243
2022-12-06Avoid noting cause code (which is usually misc, b/c codegen) for opaque type ...Michael Goulet-49/+80
2022-12-06drive-by: Default param for ToPredicateMichael Goulet-14/+12
2022-12-05support `Expr` in `is_const_evaluatable` and `compute`Boxy-20/+99
2022-12-05Tweak "the following other types implement trait"Esteban Küber-395/+138
2022-12-05Restore missing newlineWill Crichton-1/+1
2022-12-05Auto merge of #105328 - matthiaskrgr:rollup-qnfksmq, r=matthiaskrgrbors-172/+359
2022-12-05Move -Z maximal-hir-to-mir-coverage implementation to new `maybe_new_source_s...Will Crichton-42/+44
2022-12-05rustdoc: simplify CSS selectors on top-doc and non-exhaustive togglesMichael Howell-9/+12
2022-12-05Rollup merge of #105301 - RalfJung:miri, r=oli-obkMatthias Krüger-55/+117
2022-12-05Rollup merge of #105230 - cjgillot:issue-104312, r=petrochenkovMatthias Krüger-3/+18
2022-12-05Rollup merge of #105223 - lukas-code:(ExprWithBlock), r=petrochenkovMatthias Krüger-16/+74