about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2023-12-07Auto merge of #118706 - Urgau:update-rccg-gcc-libc, r=GuillaumeGomezbors-2/+3
2023-12-07Allow internal_features in rustc_codegen_gcc examplesUrgau-0/+1
2023-12-07Auto merge of #118675 - petrochenkov:macreach, r=davidtwcobors-32/+9
2023-12-07Update rustc_codegen_gcc libcUrgau-2/+2
2023-12-07Auto merge of #118635 - nnethercote:fewer-early-errors, r=davidtwcobors-48/+62
2023-12-07Auto merge of #118685 - compiler-errors:stack-dependent, r=lcnrbors-14/+14
2023-12-07Auto merge of #116565 - Sword-Destiny:master, r=Amanieubors-1/+0
2023-12-07add teeos std impl袁浩-1/+0
2023-12-07Auto merge of #118684 - compiler-errors:yeet-poly-gen-sig, r=spastorinobors-85/+65
2023-12-06Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgrbors-182/+163
2023-12-06Rollup merge of #118681 - celinval:fix-foreign-item, r=ouz-aMatthias Krüger-6/+13
2023-12-06Rollup merge of #118660 - cuviper:alloc_str, r=petrochenkovMatthias Krüger-8/+24
2023-12-06Rollup merge of #118504 - compiler-errors:must-use, r=WaffleLapkinMatthias Krüger-1/+1
2023-12-06Rollup merge of #118317 - bvanjoi:fix-118295, r=petrochenkovMatthias Krüger-4/+18
2023-12-06Rollup merge of #118177 - sivadeilra:suppress-llvm-warnings, r=cuviperMatthias Krüger-0/+17
2023-12-06Rollup merge of #117981 - Urgau:check-cfg-remove-deprecated-syntax, r=b-naberMatthias Krüger-163/+90
2023-12-06Auto merge of #117936 - mu001999:master, r=petrochenkovbors-0/+3
2023-12-06EvaluatedToUnknown -> EvaluatedToAmbigStackDependent, EvaluatedToRecur -> Eva...Michael Goulet-14/+14
2023-12-06Yeet PolyGenSigMichael Goulet-85/+65
2023-12-06Also add an API to check if an instance has bodyCelina G. Val-0/+8
2023-12-06Fix `is_foreign_item` for StableMIR instanceCelina G. Val-6/+5
2023-12-06Auto merge of #118679 - matthiaskrgr:rollup-zr1l9w6, r=matthiaskrgrbors-56/+689
2023-12-06Rollup merge of #118516 - celinval:smir-variants, r=ouz-aMatthias Krüger-53/+430
2023-12-06Rollup merge of #117874 - esp-rs:riscv3264imafc-unknown-none-elf, r=davidtwcoMatthias Krüger-0/+25
2023-12-06Rollup merge of #116496 - estebank:question-method-chain-context, r=compiler-...Matthias Krüger-3/+234
2023-12-06Auto merge of #118605 - fee1-dead-contrib:rm-rustc_host, r=compiler-errorsbors-76/+42
2023-12-06tip for define macro name after `macro_rules!`bohan-4/+18
2023-12-06Auto merge of #118595 - Zalathar:visible-macro, r=TaKO8Kibors-18/+20
2023-12-06Use the glob binding in resolve_rustdoc_path processr0cky-0/+3
2023-12-06privacy: Simplify `update_macro_reachable`Vadim Petrochenkov-32/+9
2023-12-06Auto merge of #117661 - TheLazyDutchman:point_out_shadowed_associated_types, ...bors-4/+58
2023-12-06Point out shadowed associated typesTheLazyDutchman-4/+58
2023-12-06Auto merge of #118655 - compiler-errors:rollup-vrngyzn, r=compiler-errorsbors-517/+399
2023-12-06Auto merge of #117072 - betrusted-io:unwinding-crate-support, r=cuviperbors-1/+1
2023-12-05rustc_arena: add `alloc_str`Josh Stone-8/+24
2023-12-05Reduce verbosity of errorEsteban Küber-16/+21
2023-12-05Detect incorrect `;` in `Option::ok_or_else` and `Result::map_err`Esteban Küber-3/+69
2023-12-05Point at fewer methods in the chain, only those that change the E typeEsteban Küber-29/+47
2023-12-05Provide context when `?` can't be called because of `Result<_, E>`Esteban Küber-1/+143
2023-12-06Fewer early errors.Nicholas Nethercote-38/+56
2023-12-05Change ty_with_args to return Ty instead of ResultCelina G. Val-33/+33
2023-12-05Rollup merge of #118587 - nnethercote:cleanup-error-handlers-2, r=compiler-er...Michael Goulet-466/+251
2023-12-05Rollup merge of #118585 - sjwang05:issue-118564, r=compiler-errorsMichael Goulet-10/+12
2023-12-05Rollup merge of #118346 - compiler-errors:deeply-normalize-for-diagnostic, r=...Michael Goulet-5/+57
2023-12-05Rollup merge of #118268 - compiler-errors:pretty-print, r=estebankMichael Goulet-29/+64
2023-12-05Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errorsMichael Goulet-7/+15
2023-12-05Auto merge of #118457 - eholk:genfn, r=compiler-errorsbors-207/+316
2023-12-05Add moreMichael Goulet-10/+10
2023-12-05Add print_trait_sugaredMichael Goulet-19/+54
2023-12-05Continue folding if deep normalizer failsMichael Goulet-14/+40