about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-11Add support for `--env` on `tracked_env::var`Guillaume Gomez-0/+4
2023-12-11Remove dead codesr0cky-17/+0
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
2023-12-11Auto merge of #118494 - nnethercote:default_configuration-fill_well_known, r=...bors-154/+175
2023-12-10Apply suggestions from code reviewBen Kimock-3/+2
2023-12-11Auto merge of #118032 - RalfJung:char-u32, r=Mark-Simulacrumbors-0/+2
2023-12-11Auto merge of #114571 - nnethercote:improve-print_tts, r=petrochenkovbors-182/+354
2023-12-11Rearrange `default_configuration` and `CheckCfg::fill_well_known`.Nicholas Nethercote-154/+175
2023-12-11Add spacing information to delimiters.Nicholas Nethercote-141/+204
2023-12-11Improve `print_tts` by changing `tokenstream::Spacing`.Nicholas Nethercote-60/+169
2023-12-10Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstriebbors-3/+55
2023-12-10Remove edition umbrella features.Eric Huss-538/+438
2023-12-10Auto merge of #118791 - saethlin:use-immediate-type, r=nikicbors-1/+1
2023-12-10Auto merge of #116952 - compiler-errors:lifetime_capture_rules_2024, r=TaKO8Kibors-2/+8
2023-12-10Implement `--env` compiler flagGuillaume Gomez-3/+55
2023-12-10fix clippyDeadbeef-10/+9
2023-12-10Auto merge of #118692 - surechen:remove_unused_imports, r=petrochenkovbors-235/+84
2023-12-10clean up leftover FIXMEDeadbeef-30/+5
2023-12-10fix testsDeadbeef-1/+2
2023-12-10Revert "Don't print host effect param in pretty path_generic_args"Deadbeef-44/+40
2023-12-10filter out trailing effect param in `own_args_no_defaults`Deadbeef-0/+2
2023-12-10fix host param for `PartialEq`Deadbeef-2/+5
2023-12-10Auto merge of #118788 - compiler-errors:const-pretty, r=fee1-deadbors-52/+60
2023-12-10remove redundant importssurechen-235/+84
2023-12-09Use immediate_backend_type when reading from a const allocBen Kimock-1/+1
2023-12-09Auto merge of #118308 - Nadrieril:sound-exhaustive-patterns-take-3, r=compile...bors-320/+696
2023-12-09Print constness in TraitPredPrintModifiersAndPathMichael Goulet-3/+6
2023-12-09s/const_effect/host_effectMichael Goulet-9/+10
2023-12-09Don't print host effect param in pretty path_generic_argsMichael Goulet-40/+44
2023-12-09report_not_const_evaluatable_error to avoid ICEing on ConstKind::ExprLenko Donchev-13/+23