about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-01-09Rollup merge of #119619 - onur-ozkan:panic-abort-mir-opt, r=oli-obkMatthias Krüger-14/+45
2024-01-09Rollup merge of #118979 - ChrisDenton:unwrap-const, r=Nilstrieb,dtolnayMatthias Krüger-1/+8
2024-01-09Rollup merge of #118649 - compiler-errors:coherence-ambig, r=lcnrMatthias Krüger-155/+27
2024-01-09Rollup merge of #117744 - quininer:add-z-sync-uw, r=bjorn3Matthias Krüger-4/+8
2024-01-09Auto merge of #119754 - matthiaskrgr:rollup-7cht4m5, r=matthiaskrgrbors-228/+981
2024-01-09Rollup merge of #119740 - Mark-Simulacrum:drop-crossbeam, r=davidtwcoMatthias Krüger-10/+8
2024-01-09Rollup merge of #119738 - esp-rs:esp32p4-espidf, r=NilstriebMatthias Krüger-0/+34
2024-01-09Rollup merge of #119725 - compiler-errors:has_effect_param, r=fmeaseMatthias Krüger-10/+13
2024-01-09Rollup merge of #119704 - chenyukang:yukang-fix-let_underscore, r=NilstriebMatthias Krüger-2/+110
2024-01-09Rollup merge of #119681 - Zalathar:anon-branch, r=clubby789Matthias Krüger-3/+93
2024-01-09Rollup merge of #119663 - petrochenkov:rmakefix, r=Mark-SimulacrumMatthias Krüger-3/+3
2024-01-09Rollup merge of #119660 - RalfJung:const-ub-enum, r=oli-obkMatthias Krüger-140/+6
2024-01-09Rollup merge of #119598 - Laura7089:fix/deref-typo, r=NilstriebMatthias Krüger-1/+1
2024-01-09Rollup merge of #119033 - Zalathar:unicode, r=davidtwcoMatthias Krüger-20/+200
2024-01-09Rollup merge of #118903 - azhogin:azhogin/skip_second_stmt_debuginfo.rs, r=pe...Matthias Krüger-39/+513
2024-01-08Auto merge of #119606 - nnethercote:consuming-emit, r=oli-obkbors-1275/+952
2024-01-08Make inductive cycles in coherence ambiguous alwaysMichael Goulet-155/+27
2024-01-08fix the incorrect target on stage1 ui-fulldeps testsonur-ozkan-2/+7
2024-01-08detect user-specified custom targets in compiletestonur-ozkan-12/+33
2024-01-08enable RUSTC_BOOTSTRAP on panic=abort mir-opt testonur-ozkan-0/+5
2024-01-08Add riscv32imafc-esp-espidf target for the ESP32-P4.Scott Mabin-0/+34
2024-01-08coverage: `llvm-cov` expects column numbers to be bytes, not code pointsZalathar-26/+111
2024-01-08Improved support of collapse_debuginfo attribute for macros.Andrew Zhogin-39/+513
2024-01-08coverage: Allow `make_code_region` to failZalathar-6/+12
2024-01-08coverage: Test for column numbers involving non-ASCII charactersZalathar-0/+89
2024-01-08Fix 2 variable binding issues in let_underscoreyukang-2/+110
2024-01-08Remove `{DiagCtxt,DiagCtxtInner}::emit_diagnostic_without_consuming`.Nicholas Nethercote-24/+8
2024-01-08Remove `DiagnosticBuilderState`.Nicholas Nethercote-143/+74
2024-01-08Make `emit_producing_{guarantee,nothing}` consuming.Nicholas Nethercote-9/+9
2024-01-08Remove `DiagnosticBuilder::delay_as_bug_without_consuming`.Nicholas Nethercote-22/+18
2024-01-08Remove `DiagnosticBuilder::emit_without_consuming`.Nicholas Nethercote-7/+1
2024-01-08Remove a fourth `DiagnosticBuilder::emit_without_consuming` call.Nicholas Nethercote-31/+21
2024-01-08Remove a third `DiagnosticBuilder::emit_without_consuming` call.Nicholas Nethercote-1/+0
2024-01-08Remove a second `DiagnosticBuilder::emit_without_consuming` call.Nicholas Nethercote-39/+30
2024-01-08Remove a `DiagnosticBuilder::emit_without_consuming` call.Nicholas Nethercote-4/+7
2024-01-08Remove all eight `DiagnosticBuilder::*_with_code` methods.Nicholas Nethercote-180/+84
2024-01-08Use chaining for `DiagnosticBuilder` construction and `emit`.Nicholas Nethercote-183/+193
2024-01-08Use chaining in `DiagnosticBuilder` construction.Nicholas Nethercote-369/+223
2024-01-08Make `DiagnosticBuilder::emit` consuming.Nicholas Nethercote-312/+329
2024-01-08Auto merge of #119693 - petrochenkov:cachemark, r=cjgillotbors-5/+14
2024-01-08Add helper for when we want to know if an item has a host paramMichael Goulet-10/+13
2024-01-08Remove `Clone` impl for `DiagnosticBuilder`.Nicholas Nethercote-1/+5
2024-01-07Remove crossbeam-channelMark Rousskov-10/+8
2024-01-08macro_rules: Add an expansion-local cache to span markerVadim Petrochenkov-5/+14
2024-01-08Auto merge of #119722 - matthiaskrgr:rollup-y6w3c9h, r=matthiaskrgrbors-597/+1499
2024-01-08Rollup merge of #119711 - Nilstrieb:makewtf, r=WaffleLapkinMatthias Krüger-8/+0
2024-01-08Rollup merge of #119708 - compiler-errors:pointer-like, r=NilstriebMatthias Krüger-2/+38
2024-01-08Rollup merge of #119705 - fmease:tilde-const-assoc-fns-trait-impls, r=compile...Matthias Krüger-30/+65
2024-01-08Rollup merge of #119703 - compiler-errors:impl-trait-tweaks, r=fmeaseMatthias Krüger-182/+292
2024-01-08Rollup merge of #116129 - fu5ha:better-pin-docs-2, r=AmanieuMatthias Krüger-375/+1104