about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-12-12Rollup merge of #118868 - Nadrieril:correctly-gate-never_patterns-parsing, r=...Matthias Krüger-4/+68
2023-12-12Rollup merge of #118866 - krasimirgg:llvm-18-ref, r=durin42Matthias Krüger-1/+3
2023-12-12Rollup merge of #118865 - Enselic:rustc_codegen_llvm-lint-fix, r=petrochenkovMatthias Krüger-1/+8
2023-12-12Rollup merge of #118855 - nnethercote:improve-attribute-value-error, r=compil...Matthias Krüger-22/+38
2023-12-12Rollup merge of #117927 - ehuss:future-incompat-docs, r=wesleywiserMatthias Krüger-0/+67
2023-12-12Rollup merge of #117914 - estebank:issue-85843, r=wesleywiserMatthias Krüger-12/+259
2023-12-12Rollup merge of #116740 - lenko-d:const_evaluatable_failed_for_non_unevaluate...Matthias Krüger-13/+23
2023-12-12Don't gate the feature twiceNadrieril-1/+17
2023-12-12Correctly gate the parsing of match arms without bodyNadrieril-4/+52
2023-12-12Auto merge of #118841 - compiler-errors:always-copy, r=jackh726bors-60/+15
2023-12-12llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev-1/+3
2023-12-12rustc_codegen_llvm: Enforce `rustc::potential_query_instability` lintMartin Nordholts-1/+8
2023-12-12Rollup merge of #118846 - celinval:smir-ty-methods, r=compiler-errorsMatthias Krüger-13/+156
2023-12-12Rollup merge of #118844 - celinval:smir-mono-args, r=compiler-errorsMatthias Krüger-1/+5
2023-12-12Rollup merge of #118840 - matthiaskrgr:cloooooone, r=compiler-errorsMatthias Krüger-4/+4
2023-12-12Rollup merge of #118797 - tmiasko:dead-coro, r=davidtwcoMatthias Krüger-8/+15
2023-12-12Rollup merge of #118756 - jyn514:colors, r=estebankMatthias Krüger-11/+11
2023-12-12Improve an error involving attribute values.Nicholas Nethercote-22/+38
2023-12-12Auto merge of #118742 - lcnr:infer-var-cleanup, r=compiler-errorsbors-106/+51
2023-12-11Remove scalar fn and tighten the BiOp Ty assertionsCelina G. Val-24/+12
2023-12-12Make ConstKind and TyKind CopyMichael Goulet-5/+4
2023-12-12Simplify some Copy impls in rustc_type_irMichael Goulet-55/+11
2023-12-11Fix doc commentCelina G. Val-1/+1
2023-12-11Fix BinOp ty assertion and `fn_sig` for closuresCelina G. Val-12/+167
2023-12-11Monomorphize args while building Instance bodyCelina G. Val-1/+5
2023-12-11Auto merge of #117962 - weihanglo:debug-name-table, r=wesleywiserbors-3/+48
2023-12-11Remove redundant special case for resume argumentTomasz Miąsko-7/+0
2023-12-11End locals' live range before suspending coroutineTomasz Miąsko-1/+15
2023-12-11refactor: only check dwarf version when emitting dwarfWeihang Lo-2/+8
2023-12-11remove some redundant clonesMatthias Krüger-4/+4
2023-12-11fix: stop emitting `.debug_pubnames` and `.debug_pubtypes`Weihang Lo-3/+42
2023-12-11Rollup merge of #118835 - Urgau:fix-rccg-gcc-tests, r=matthiaskrgrMatthias Krüger-1/+1
2023-12-11Rollup merge of #118822 - Nadrieril:librarify, r=compiler-errorsMatthias Krüger-2460/+2588
2023-12-11Rollup merge of #118818 - krasimirgg:llvm-18-pass, r=nikicMatthias Krüger-0/+4
2023-12-11Rollup merge of #118726 - dtolnay:matchguardlet, r=compiler-errorsMatthias Krüger-76/+154
2023-12-11Rollup merge of #118620 - petrochenkov:defeed2, r=compiler-errorsMatthias Krüger-39/+31
2023-12-11Fix rustc codegen gcc testsUrgau-1/+1
2023-12-11Auto merge of #118344 - saethlin:rmeta-header-pos, r=WaffleLapkinbors-31/+28
2023-12-11Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwcobors-9/+249
2023-12-11Auto merge of #118823 - GuillaumeGomez:rollup-6v51gxv, r=GuillaumeGomezbors-538/+438
2023-12-11Fix doc linksNadrieril-22/+22
2023-12-11Rollup merge of #118802 - ehuss:remove-edition-preview, r=TaKO8KiGuillaume Gomez-538/+438
2023-12-11Auto merge of #118661 - fee1-dead-contrib:restore-const-partialEq, r=compiler...bors-61/+37
2023-12-11Fix item visibilitiesNadrieril-31/+27
2023-12-11Make `MaybeInfiniteInt` rustc-independentNadrieril-34/+59
2023-12-11Move lints to their own moduleNadrieril-302/+347
2023-12-11Gather rustc-specific functions around `MatchCheckCtxt`Nadrieril-900/+903
2023-12-11Extract exhaustiveness into its own crateNadrieril-900/+959
2023-12-11llvm-wrapper: adapt for LLVM API changeKrasimir Georgiev-0/+4
2023-12-11Auto merge of #117116 - calebzulawski:repr-simd-packed, r=workingjubileebors-3/+24