about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-07-11Rollup merge of #99095 - rhysd:issue-99092, r=compiler-errorsMatthias Krüger-12/+12
2022-07-11Rollup merge of #98713 - nikomatsakis:issue-98693, r=jackh726Matthias Krüger-5/+33
2022-07-10Auto merge of #98785 - compiler-errors:no-check-expr-in-check-compatible, r=e...bors-27/+19
2022-07-10Auto merge of #98463 - mystor:expand_expr_bool, r=eddybbors-0/+4
2022-07-10Rollup merge of #99103 - TaKO8Ki:avoid-&str-to-string-conversions, r=oli-obkMatthias Krüger-34/+23
2022-07-10Remove duplicate notes from error on inter-crate ambiguous impl of traits (fi...rhysd-12/+12
2022-07-10Auto merge of #97522 - xfix:stabilize-slice-from-raw-parts, r=dtolnaybors-1/+0
2022-07-09Partially stabilize const_slice_from_raw_partsKonrad Borowski-1/+0
2022-07-09Do not call `check_expr` in `check_compatible`, since it has side-effects and...Michael Goulet-27/+19
2022-07-09Auto merge of #99056 - lcnr:higher_ranked_sub, r=oli-obkbors-21/+17
2022-07-10avoid some `&str` to `String` conversionsTakayuki Maeda-34/+23
2022-07-09Auto merge of #98957 - RalfJung:zst-are-different, r=lcnr,oli-obkbors-73/+92
2022-07-09tweak names and output and blessRalf Jung-13/+21
2022-07-09review feedbackRalf Jung-21/+15
2022-07-09fix cranelift and gcc backendsRalf Jung-5/+5
2022-07-09don't allow ZST in ScalarIntRalf Jung-61/+78
2022-07-09Rollup merge of #99050 - JakobDegen:storage-docs, r=tmiaskoMatthias Krüger-14/+20
2022-07-09Rollup merge of #99022 - pierwill:always-storage-live-locals, r=pierwillMatthias Krüger-7/+7
2022-07-09Auto merge of #99078 - Dylan-DPC:rollup-gnw6cli, r=Dylan-DPCbors-720/+583
2022-07-09Rollup merge of #99070 - tamird:update-tracking-issue, r=RalfJungDylan DPC-16/+16
2022-07-09Rollup merge of #99048 - TaKO8Ki:remove-type-string-comparison, r=compiler-er...Dylan DPC-19/+22
2022-07-09Rollup merge of #99043 - compiler-errors:derive-nit, r=cjgillotDylan DPC-72/+12
2022-07-09Rollup merge of #99008 - obeis:issue-98974, r=compiler-errorsDylan DPC-13/+28
2022-07-09Rollup merge of #98980 - RalfJung:const-prop-ice, r=oli-obkDylan DPC-12/+21
2022-07-09Rollup merge of #98915 - nnethercote:clarify-deriving-code, r=Mark-SimulacrumDylan DPC-567/+454
2022-07-09Rollup merge of #98350 - pcwalton:dwarf5, r=michaelwoeristerDylan DPC-21/+30
2022-07-09Auto merge of #99028 - tmiasko:inline, r=estebankbors-0/+13
2022-07-09Auto merge of #98961 - zeevm:issue-98958-fix, r=oli-obkbors-11/+2
2022-07-09Minor updates based on review comments.Nicholas Nethercote-15/+10
2022-07-08Clarify MIR semantics of storage statementsJakob Degen-14/+20
2022-07-08Auto merge of #98816 - estebank:implicit-sized, r=oli-obkbors-26/+53
2022-07-09Simplify `cs_fold`.Nicholas Nethercote-162/+114
2022-07-09Fix some inconsistencies.Nicholas Nethercote-58/+31
2022-07-09Cut down large comment about zero-variant enums.Nicholas Nethercote-49/+3
2022-07-09Avoid transposes in deriving code.Nicholas Nethercote-218/+183
2022-07-09Remove `FieldInfo::attrs`.Nicholas Nethercote-18/+14
2022-07-09Rename `FieldInfo` fields.Nicholas Nethercote-45/+59
2022-07-09Clarify args terminology.Nicholas Nethercote-109/+147
2022-07-08Update integer_atomics tracking issueTamir Duberstein-16/+16
2022-07-08Implement support for DWARF version 5.Patrick Walton-21/+30
2022-07-08Auto merge of #98614 - oli-obk:take_unsound_opaque_types, r=wesleywiserbors-14/+30
2022-07-08Auto merge of #99054 - Dylan-DPC:rollup-0zuhhds, r=Dylan-DPCbors-140/+337
2022-07-09remove a string comparison about typesTakayuki Maeda-19/+22
2022-07-08don't use `commit_if_ok` during `higher_ranked_sub`lcnr-21/+17
2022-07-08Only register hidden types for opaque types from the current crate, nothing e...Oli Scherer-1/+2
2022-07-08Rollup merge of #98794 - compiler-errors:conflicting-param-env, r=michaelwoer...Dylan DPC-14/+80
2022-07-08Rollup merge of #98657 - compiler-errors:rustc-const-eval-session-diagnostic-...Dylan DPC-89/+187
2022-07-08Rollup merge of #98654 - nnethercote:pest-2.1.3-opt, r=pnkfelixDylan DPC-17/+10
2022-07-08Rollup merge of #98533 - jyn514:drop-tracking-debugging, r=eholkDylan DPC-20/+60
2022-07-08Auto merge of #98758 - nnethercote:more-derive-output-improvements, r=Mark-Si...bors-206/+242