about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-11-13Rollup merge of #104357 - RalfJung:is-sized, r=cjgillotMatthias Krüger-28/+38
2022-11-13Rollup merge of #104320 - fee1-dead-contrib:use-derive-const-in-std, r=oli-obkMatthias Krüger-0/+8
2022-11-13Rollup merge of #104315 - SparkyPotato:fix-104276, r=cjgillotMatthias Krüger-1/+3
2022-11-13add is_sized method on Abi and Layout, and use itRalf Jung-28/+38
2022-11-13Auto merge of #104351 - JohnTitor:rollup-ikh2dzr, r=JohnTitorbors-2/+2
2022-11-13move span to `self` instead of `crate`SparkyPotato-1/+3
2022-11-13Rollup merge of #104345 - fmease:fix-up-a-fluent-message, r=compiler-errorsYuki Okushi-2/+2
2022-11-13Auto merge of #104282 - cjgillot:intern-span, r=compiler-errorsbors-90/+16
2022-11-13fix up a fluent messageLeón Orell Valerian Liehr-2/+2
2022-11-12Auto merge of #103311 - petrochenkov:pblfix, r=bjorn3bors-386/+345
2022-11-12linker: Link `profiler_builtins` even if it's marked as `NotLinked`Vadim Petrochenkov-3/+4
2022-11-12linker: Support mixing crates built with different values of `-Zpacked_bundle...Vadim Petrochenkov-9/+7
2022-11-12linker: Move some inner functions to the outsideVadim Petrochenkov-133/+127
2022-11-12linker: Simplify linking of `compiler_builtins` and `profiler_builtins`Vadim Petrochenkov-74/+46
2022-11-12linker: Factor out native library linking to a separate functionVadim Petrochenkov-213/+207
2022-11-12Auto merge of #104325 - GuillaumeGomez:rollup-19bzwoa, r=GuillaumeGomezbors-19/+82
2022-11-12Rollup merge of #104261 - compiler-errors:formal-and-expected-differ, r=estebankGuillaume Gomez-11/+22
2022-11-12Rollup merge of #104144 - TaKO8Ki:suggest-removing-unnecessary-dot, r=fee1-deadGuillaume Gomez-2/+45
2022-11-12Rollup merge of #104117 - crlf0710:update_feature_gate, r=jackh726Guillaume Gomez-3/+3
2022-11-12Rollup merge of #104110 - krasimirgg:msan-16, r=nagisaGuillaume Gomez-3/+12
2022-11-12Auto merge of #103812 - clubby789:improve-include-bytes, r=petrochenkovbors-7/+62
2022-11-12Use `derive_const` and rm manual StructuralEq implDeadbeef-0/+8
2022-11-12Auto merge of #102701 - flba-eb:add_qnx_nostd_support, r=cjgillotbors-0/+72
2022-11-12Auto merge of #104310 - Dylan-DPC:rollup-wgt1z4a, r=Dylan-DPCbors-370/+446
2022-11-12Rollup merge of #104214 - Nilstrieb:returns_impl_Ice, r=compiler-errorsDylan DPC-105/+142
2022-11-12Rollup merge of #104206 - compiler-errors:ocx-more-2, r=lcnrDylan DPC-188/+128
2022-11-12Rollup merge of #103970 - oli-obk:unhide_unknown_spans, r=estebankDylan DPC-49/+107
2022-11-12Rollup merge of #102049 - fee1-dead-contrib:derive_const, r=oli-obkDylan DPC-28/+69
2022-11-12Auto merge of #103530 - cjgillot:hir-lifetimes-direct, r=estebankbors-251/+135
2022-11-11Auto merge of #104293 - Manishearth:rollup-xj92d0k, r=Manishearthbors-117/+430
2022-11-11Skip stable hashing without incremental.Camille GILLOT-1/+3
2022-11-11Auto merge of #104289 - Dylan-DPC:rollup-v7wei2t, r=Dylan-DPCbors-38/+90
2022-11-11Rollup merge of #103960 - AndyJado:var_path_only_diag, r=davidtwcoManish Goregaokar-60/+261
2022-11-11Rollup merge of #103531 - chenyukang:yukang/fix-103474, r=estebankManish Goregaokar-12/+12
2022-11-11Rollup merge of #103468 - chenyukang:yukang/fix-103435-extra-parentheses, r=e...Manish Goregaokar-20/+52
2022-11-11Rollup merge of #102215 - alexcrichton:wasm-link-whole-archive, r=estebankManish Goregaokar-2/+2
2022-11-11Rollup merge of #100386 - compiler-errors:sized-coinductive-redux, r=lcnrManish Goregaokar-1/+5
2022-11-11Rollup merge of #95292 - BGR360:const-trait-specialize, r=lcnrManish Goregaokar-22/+98
2022-11-11Introduce `ExprKind::IncludedBytes`clubby789-7/+62
2022-11-11Rollup merge of #104217 - Nilstrieb:funny-dollar-syntax, r=TaKO8KiDylan DPC-10/+31
2022-11-11Rollup merge of #104216 - Nilstrieb:dont-ice-invalid-operator-traits, r=estebankDylan DPC-1/+19
2022-11-11Rollup merge of #104202 - camsteffen:103748, r=estebankDylan DPC-1/+2
2022-11-11Rollup merge of #103924 - PeteDevoy:patch-1, r=estebankDylan DPC-1/+1
2022-11-11Rollup merge of #103445 - fmease:fix-50291, r=estebankDylan DPC-6/+12
2022-11-11Rollup merge of #100633 - estebank:must_use_async_fn_return, r=tmandryDylan DPC-19/+25
2022-11-11Print all labels, even if they have no span. Fall back to main item's span.Oli Scherer-38/+100
2022-11-11Don't add message that will never be shown to usersOli Scherer-2/+2
2022-11-11Remove some redundant argumentsOli Scherer-9/+5
2022-11-11Auto merge of #102872 - mikebenfield:better-get-discr, r=nagisabors-49/+145
2022-11-11Use the interned stable hash as plain hash.Camille GILLOT-4/+6