about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
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-07Add emulated TLS supportquininer-27/+62
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-06Adjust tests for newly added ambiguous_wide_pointer_comparisons lintUrgau-1/+1
2023-12-06Add warn-by-default lint against ambiguous wide pointer comparisonsUrgau-8/+246
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-05Enable new capture rules by default on edition 2024Michael Goulet-0/+1
2023-12-05Add lifetime_capture_rules_2024Michael Goulet-2/+7
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-05resolve: Use `def_kind` query to cleanup some codeVadim Petrochenkov-39/+31
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
2023-12-05Add deeply_normalize_for_diagnostics, use it in coherenceMichael Goulet-4/+30
2023-12-05Auto merge of #118646 - matthiaskrgr:rollup-jnscl9z, r=matthiaskrgrbors-34/+76
2023-12-05Rollup merge of #118637 - Enselic:query-instability-2, r=cjgillotMatthias Krüger-3/+7
2023-12-05Rollup merge of #118608 - fee1-dead-contrib:backdoor-in-askconv, r=compiler-e...Matthias Krüger-0/+25
2023-12-05Rollup merge of #118598 - Nadrieril:remove_precise_pointer_size_matching, r=d...Matthias Krüger-21/+9
2023-12-05Rollup merge of #117922 - estebank:unclosed-generics, r=b-naberMatthias Krüger-10/+35
2023-12-05Auto merge of #118488 - andjo403:remove_deadlock, r=SparrowLiibors-16/+7
2023-12-05Remove deprecated --check-cfg names() and values() syntaxUrgau-157/+83
2023-12-05Update unexpected_cfgs lint definition with new syntax and diagnosticsUrgau-5/+6
2023-12-05Use new check-cfg syntax in rustc_llvm build scriptUrgau-1/+1
2023-12-05Add riscv32 imafc bare metal targetScott Mabin-0/+25
2023-12-05coverage: Be more strict about what counts as a "visible macro"Zalathar-12/+10
2023-12-05coverage: Clean up `maybe_push_macro_name_span`Zalathar-6/+10
2023-12-05Auto merge of #118076 - estebank:issue-109429, r=davidtwcobors-53/+316
2023-12-05rustc_symbol_mangling: Address all `rustc::potential_query_instability` lintsMartin Nordholts-1/+0