about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2022-11-07Rollup merge of #104066 - TimNN:riscv-layout, r=nikicYuki Okushi-6/+10
2022-11-07Rollup merge of #104059 - Rejyr:rustc_middle-lint-typo, r=petrochenkovYuki Okushi-1/+1
2022-11-07Rollup merge of #104045 - Ayush1325:type_array, r=nikicYuki Okushi-25/+26
2022-11-07Rollup merge of #103914 - nnethercote:close-42326, r=petrochenkovYuki Okushi-14/+7
2022-11-07Make underscore_literal_suffix a hard error.Nicholas Nethercote-14/+7
2022-11-06LLVM 16: Update RISCV data layoutTim Neumann-6/+10
2022-11-06Auto merge of #99943 - compiler-errors:tuple-trait, r=jackh726bors-46/+72
2022-11-06fix: typoRejyr-1/+1
2022-11-06Auto merge of #103861 - compiler-errors:codegen-select-in-vtable-slot, r=nagisabors-18/+6
2022-11-06Auto merge of #103720 - crlf0710:most_translation_attr, r=compiler-errorsbors-3/+4
2022-11-06Add type_array to BaseTypeMethodsAyush Singh-25/+26
2022-11-06Auto merge of #104043 - matthiaskrgr:rollup-sttf9e8, r=matthiaskrgrbors-15/+50
2022-11-06Rollup merge of #104016 - Nilstrieb:query-descs-more, r=compiler-errorsMatthias Krüger-11/+22
2022-11-06Rollup merge of #103012 - chenyukang:fix-102806, r=davidtwco,compiler-errorsMatthias Krüger-4/+28
2022-11-06Auto merge of #102618 - aliemjay:simplify-closure-promote, r=compiler-errorsbors-258/+103
2022-11-05Fix typoMichael Goulet-2/+2
2022-11-06Auto merge of #103975 - oli-obk:tracing, r=jackh726bors-56/+23
2022-11-05Auto merge of #104009 - Nilstrieb:query-unify-config-desc, r=jyn514bors-45/+42
2022-11-05Auto merge of #102458 - JohnTitor:stabilize-instruction-set, r=oli-obkbors-7/+3
2022-11-05Bless chalk testsMichael Goulet-1/+2
2022-11-05Adjust diagnostics, bless testsMichael Goulet-9/+29
2022-11-05Enforce rust-check ABI in signatures, callsMichael Goulet-39/+44
2022-11-05Rollup merge of #103972 - oli-obk:unoptional, r=fee1-deadMatthias Krüger-10/+10
2022-11-05Rollup merge of #103927 - fee1-dead-contrib:E0425-no-typo-when-pattern-matchi...Matthias Krüger-2/+13
2022-11-05Add internal descriptions to a few queriesNilstrieb-1/+17
2022-11-05Simplify codeNilstrieb-10/+5
2022-11-05Do not make typo suggestions when suggesting pattern matchingDeadbeef-2/+13
2022-11-05Merge `QueryDescription` into `QueryConfig`Nilstrieb-45/+42
2022-11-05Auto merge of #103831 - chenyukang:yukang/fix-103751-ice, r=nagisabors-2/+2
2022-11-05Auto merge of #103691 - michaelwoerister:consistent-slice-and-str-cpp-like-de...bors-13/+13
2022-11-05Rollup merge of #103994 - clubby789:break-unlabeled, r=TaKO8KiDylan DPC-3/+10
2022-11-05Rollup merge of #103867 - compiler-errors:no-has-errors, r=cjgillotDylan DPC-14/+1
2022-11-05Rollup merge of #103866 - compiler-errors:fn-ctxt-less-state, r=fee1-deadDylan DPC-27/+15
2022-11-05Rollup merge of #103660 - ozkanonur:master, r=jyn514Dylan DPC-120/+133
2022-11-05Rollup merge of #103621 - fee1-dead-contrib:iat-fix-use, r=cjgillotDylan DPC-0/+14
2022-11-05use spans in TypeTest rather than mir::LocationAli MJ Al-Nasrawy-23/+11
2022-11-05simplify applying closure requirementsAli MJ Al-Nasrawy-235/+92
2022-11-05Specify that `break` cannot be used outside of loop *or* labeled blockclubby789-3/+10
2022-11-05Rollup merge of #103984 - V0ldek:103974-refactor-mk_const, r=BoxyUwUMatthias Krüger-104/+74
2022-11-05Rollup merge of #103977 - TimNN:memory-effects, r=nikicMatthias Krüger-10/+63
2022-11-05Rollup merge of #103946 - camsteffen:cleanup-bind-pattern, r=cjgillotMatthias Krüger-37/+14
2022-11-05Rollup merge of #103868 - compiler-errors:trait-engine-less, r=jackh726Matthias Krüger-86/+57
2022-11-04Refactor tcx mk_const parameters.Mateusz-104/+74
2022-11-04LLVM 16: Switch to using MemoryEffectsTim Neumann-10/+63
2022-11-04Rollup merge of #103964 - clubby789:lint-enclosing-unsafe, r=compiler-errorsMatthias Krüger-9/+34
2022-11-04Rollup merge of #103937 - BoxyUwU:misc_cleanups, r=compiler-errorsMatthias Krüger-101/+56
2022-11-04Rollup merge of #103897 - Amanieu:llvm-58384, r=davidtwcoMatthias Krüger-3/+54
2022-11-04Rollup merge of #103792 - JhonnyBillM:migrate-codegen-ssa-to-diagnostics-stru...Matthias Krüger-99/+298
2022-11-04Rollup merge of #103397 - crlf0710:port_dead_code_lint, r=davidtwcoMatthias Krüger-93/+209
2022-11-04Some tracing and comment cleanupsOli Scherer-56/+23