about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-02-24Auto merge of #94129 - cjgillot:rmeta-table, r=petrochenkovbors-488/+340
2022-02-24Rollup merge of #94292 - esp-rs:riscv32imc-esp-espidf-64bit-atomics, r=petroc...Matthias Krüger-2/+2
2022-02-24Rollup merge of #94288 - Mark-Simulacrum:ser-opt, r=nnethercoteMatthias Krüger-42/+19
2022-02-24Rollup merge of #94270 - RalfJung:fn-ptrs, r=oli-obkMatthias Krüger-13/+18
2022-02-24Rollup merge of #94267 - pierwill:fast-reject-bound, r=michaelwoeristerMatthias Krüger-4/+4
2022-02-24Rollup merge of #89887 - arlosi:char-debug, r=wesleywiserMatthias Krüger-2/+2
2022-02-24Auto merge of #94107 - tmiasko:fewer-types, r=davidtwcobors-1/+10
2022-02-24Auto merge of #93438 - spastorino:node_id_to_hir_id_refactor, r=oli-obkbors-59/+74
2022-02-23Miri: relax fn ptr checkRalf Jung-13/+18
2022-02-23Change `char` type in debuginfo to DW_ATE_UTFArlo Siemsen-2/+2
2022-02-23riscv32imc_esp_espidf: set max_atomic_width to 64Scott Mabin-2/+2
2022-02-23Rollup merge of #94285 - bjorn3:sync_cg_clif-2022-02-23, r=bjorn3Matthias Krüger-808/+842
2022-02-23Rollup merge of #94280 - tmiasko:should-print-region, r=oli-obkMatthias Krüger-6/+6
2022-02-23Rollup merge of #94271 - RalfJung:downcast, r=oli-obkMatthias Krüger-2/+6
2022-02-23Rollup merge of #94213 - digama0:patch-4, r=Dylan-DPCMatthias Krüger-1/+1
2022-02-23Rollup merge of #94137 - aDotInTheVoid:abi-enum, r=CraftSpiderMatthias Krüger-0/+4
2022-02-23Rollup merge of #94128 - mqy:master, r=Dylan-DPCMatthias Krüger-1/+1
2022-02-23Merge commit '35d9c6bf256968e1b40e0d554607928bdf9cebea' into sync_cg_clif-202...bjorn3-808/+842
2022-02-23Rename `region_should_not_be_omitted` to `should_print_region`Tomasz Miąsko-6/+6
2022-02-22Remove unused ordering derivations and bounds for `SimplifiedTypeGen`pierwill-4/+4
2022-02-23Auto merge of #93984 - nnethercote:ChunkedBitSet, r=Mark-Simulacrumbors-73/+804
2022-02-22Miri: extend comments on downcast operationRalf Jung-2/+6
2022-02-23Introduce `ChunkedBitSet` and use it for some dataflow analyses.Nicholas Nethercote-73/+804
2022-02-22Delete Decoder::read_unitMark Rousskov-17/+4
2022-02-22Provide copy-free access to raw Decoder bytesMark Rousskov-21/+12
2022-02-22Provide raw &str access from DecoderMark Rousskov-5/+4
2022-02-22Auto merge of #94254 - matthiaskrgr:rollup-7llbjhd, r=matthiaskrgrbors-237/+247
2022-02-22local_id is always != 0 at this pointSantiago Pastorino-11/+10
2022-02-22Rollup merge of #94246 - RalfJung:hex, r=oli-obkMatthias Krüger-8/+8
2022-02-22Rollup merge of #94237 - compiler-errors:dont-wrap-ambiguous-receivers, r=lcnrMatthias Krüger-13/+24
2022-02-22Rollup merge of #94169 - Amanieu:asm_stuff, r=nagisaMatthias Krüger-216/+215
2022-02-22Auto merge of #94209 - lcnr:print-mir-consts, r=oli-obkbors-32/+23
2022-02-22change `mir::Constant` in mir dumpslcnr-32/+23
2022-02-22Auto merge of #93839 - Mark-Simulacrum:delete-json-rust-deserialization, r=nn...bors-970/+192
2022-02-22Reapply cg_llvm: `fewer_names` in `uncached_llvm_type`David Wood-1/+10
2022-02-21ScalarMaybeUninit is explicitly hexadecimal in its formattingRalf Jung-8/+8
2022-02-21Do not suggest wrapping an item if it has ambiguous un-imported methodsMichael Goulet-13/+24
2022-02-21Auto merge of #94225 - matthiaskrgr:rollup-0728x8n, r=matthiaskrgrbors-178/+154
2022-02-21Add ignore-tidy-filelengthAmanieu d'Antras-0/+1
2022-02-21Rollup merge of #94215 - lcnr:leak-check, r=jackh726Matthias Krüger-23/+19
2022-02-21Rollup merge of #94211 - est31:let_else_destructuring_error, r=matthewjasperMatthias Krüger-0/+10
2022-02-21Rollup merge of #94203 - RalfJung:to_sized_int, r=oli-obkMatthias Krüger-21/+25
2022-02-21Rollup merge of #94189 - GuillaumeGomez:scalar-lower-hex, r=RalfJungMatthias Krüger-9/+13
2022-02-21Rollup merge of #94156 - tmiasko:pp-str, r=petrochenkovMatthias Krüger-2/+1
2022-02-21Rollup merge of #94143 - est31:let_else_const_eval, r=lcnrMatthias Krüger-123/+86
2022-02-21Add testsAmanieu d'Antras-2/+2
2022-02-21Take CodegenFnAttrs into account when validating asm! register operandsAmanieu d'Antras-166/+158
2022-02-21On ARM, use relocation_model to detect whether r9 should be reservedAmanieu d'Antras-47/+67
2022-02-21Simplify gating of BPF w registers behind the alu32 target featureAmanieu d'Antras-26/+12
2022-02-21Auto merge of #93505 - lcnr:substsref-vs-ty-list, r=michaelwoeristerbors-189/+269