about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-12-08Rollup merge of #105423 - oli-obk:symbols, r=jackh726Matthias Krüger-91/+102
2022-12-08Rollup merge of #105408 - cuviper:help-rpitirpit, r=compiler-errorsMatthias Krüger-17/+34
2022-12-08Rollup merge of #105405 - sunfishcode:sunfishcode/export-dynamic, r=TaKO8KiMatthias Krüger-7/+0
2022-12-08Rollup merge of #105317 - RalfJung:retag-rework, r=oli-obkMatthias Krüger-67/+63
2022-12-08Rollup merge of #105255 - cjgillot:issue-105197, r=compiler-errorsMatthias Krüger-15/+1
2022-12-08Rollup merge of #104922 - estebank:fur-elize, r=oli-obkMatthias Krüger-90/+136
2022-12-07Use `Symbol` for the crate name instead of `String`/`str`Oli Scherer-91/+102
2022-12-07Rollup merge of #105418 - BelovDV:fix-libc-hack, r=petrochenkovMatthias Krüger-9/+0
2022-12-07Rollup merge of #105400 - BoxyUwU:braced_param_evaluatability, r=oli-obkMatthias Krüger-1/+1
2022-12-07Rollup merge of #105368 - WaffleLapkin:deref-even-harder, r=TaKO8KiMatthias Krüger-421/+390
2022-12-07Rollup merge of #105343 - nbdd0121:hir, r=fee1-deadMatthias Krüger-106/+45
2022-12-07Rollup merge of #105267 - compiler-errors:issue-104613, r=oli-obkMatthias Krüger-19/+31
2022-12-07Auto merge of #104799 - pcc:linkage-fn, r=tmiaskobors-58/+106
2022-12-07fix: remove hack from link.rs (moved to libc)Daniil Belov-9/+0
2022-12-07Auto merge of #105291 - nnethercote:remove-LintPassObjects, r=cjgillotbors-100/+51
2022-12-06Add help for `#![feature(impl_trait_in_fn_trait_return)]`Josh Stone-17/+34
2022-12-06Stop passing -export-dynamic to wasm-ld.Dan Gohman-7/+0
2022-12-06normalize before matching on `ConstKind`Boxy-1/+1
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-06`rustc_builtin_macros`: remove `ref` patternsMaybe Waffle-196/+176
2022-12-06`rustc_attr` remove `ref` patternsMaybe Waffle-65/+69
2022-12-06`rustc_borrowck`: remove `ref` patternsMaybe Waffle-160/+145
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-06make retagging work even with 'unstable' placesRalf Jung-67/+63
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