about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-07Auto merge of #104799 - pcc:linkage-fn, r=tmiaskobors-58/+106
2022-12-07Auto merge of #105291 - nnethercote:remove-LintPassObjects, r=cjgillotbors-100/+51
2022-12-06Rollup merge of #105382 - BoxyUwU:fixme_typo_sadface, r=lcnrMatthias Krüger-1/+1
2022-12-06Rollup merge of #105298 - krasimirgg:llvm-16-dec-1, r=cuviperMatthias Krüger-1/+26
2022-12-06Auto merge of #105378 - matthiaskrgr:rollup-fjeorw5, r=matthiaskrgrbors-720/+520
2022-12-06llvm-wrapper: adapt for and LLVM API changeKrasimir Georgiev-1/+26
2022-12-06typo :(Boxy-1/+1
2022-12-06Rollup merge of #105370 - WaffleLapkin:pp, r=oli-obkMatthias Krüger-25/+3
2022-12-06Rollup merge of #105362 - WaffleLapkin:🙅, r=oli-obkMatthias Krüger-371/+213
2022-12-06Rollup merge of #105349 - compiler-errors:point-at-assoc-ct-fn-ptr-arg, r=cjg...Matthias Krüger-7/+3
2022-12-06Rollup merge of #105286 - willcrichton:maximal-hir-to-mir-coverage, r=cjgillotMatthias Krüger-32/+48
2022-12-06Rollup merge of #105250 - Swatinem:async-rm-resumety, r=oli-obkMatthias Krüger-25/+38
2022-12-06Rollup merge of #105174 - chenyukang:yukang/fix-105028-unused, r=eholkMatthias Krüger-1/+7
2022-12-06Rollup merge of #105004 - TaKO8Ki:fix-104897, r=wesleywiserMatthias Krüger-5/+26
2022-12-06Rollup merge of #104898 - oli-obk:group_all_the_things, r=wesleywiserMatthias Krüger-254/+182
2022-12-06Auto merge of #105229 - saethlin:zst-writes-to-unions, r=oli-obkbors-26/+1
2022-12-06Remove outdated syntax from trait alias pretty printingMaybe Waffle-25/+3
2022-12-06Add debug asserts to hand-implemented `Ord`/`Eq` implsMaybe Waffle-4/+24
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/+1
2022-12-06Rollup merge of #105339 - BoxyUwU:wf_ct_kind_expr, r=TaKO8KiMatthias Krüger-20/+57
2022-12-06Rollup merge of #105318 - compiler-errors:issue-105304, r=jackh726Matthias Krüger-1/+9
2022-12-06Rollup merge of #105310 - compiler-errors:issue-105288, r=eholkMatthias Krüger-10/+13
2022-12-06Rollup merge of #105287 - compiler-errors:issue-105275, r=eholkMatthias Krüger-2/+41
2022-12-06Rollup merge of #105254 - cjgillot:issue-105251, r=oli-obkMatthias Krüger-4/+38
2022-12-06Rollup merge of #105098 - lyming2007:issue-103869-fix, r=eholkMatthias Krüger-1/+8
2022-12-06Rollup merge of #105005 - estebank:where-clause-lts, r=compiler-errorsMatthias Krüger-11/+46
2022-12-06Cleanup macro-expanded code in `rustc_type_ir`Maybe Waffle-377/+199
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-25/+38
2022-12-06Auto merge of #105348 - JohnTitor:rollup-q9bichr, r=JohnTitorbors-10/+43
2022-12-05On E0195 point at where clause lifetime boundsEsteban Küber-11/+46
2022-12-05Avoid ICE by accounting for missing typeEsteban Küber-1/+1
2022-12-06Point at args in associated const fn pointersMichael Goulet-7/+3
2022-12-06Rollup merge of #105338 - estebank:other-impls, r=compiler-errorsYuki Okushi-2/+10
2022-12-06Rollup merge of #105324 - compiler-errors:gat-where-clause-binding-obl, r=jac...Yuki Okushi-5/+25
2022-12-06Rollup merge of #105315 - fmease:norm-subst-iat, r=compiler-errorsYuki Okushi-0/+1
2022-12-06Rollup merge of #105289 - Rageking8:fix-dupe-word-typos, r=cjgillotYuki Okushi-3/+3
2022-12-06Rollup merge of #105207 - RalfJung:interpret-clobber-return, r=oli-obkYuki Okushi-0/+4
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-22/+6
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/+57
2022-12-05Support Option and similar enums as type of static variable with linkage attr...Peter Collingbourne-3/+64
2022-12-05Move linkage type check to HIR analysis and fix semantics issues.Peter Collingbourne-57/+44
2022-12-05Tweak "the following other types implement trait"Esteban Küber-2/+10
2022-12-05Move -Z maximal-hir-to-mir-coverage implementation to new `maybe_new_source_s...Will Crichton-42/+44
2022-12-05Rollup merge of #105230 - cjgillot:issue-104312, r=petrochenkovMatthias Krüger-1/+1