about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-28Auto merge of #125682 - weihanglo:update-cargo, r=weihanglobors-0/+0
2024-05-28Update cargoWeihang Lo-0/+0
2024-05-28Auto merge of #125665 - matthiaskrgr:rollup-srkx0v1, r=matthiaskrgrbors-286/+720
2024-05-28Rollup merge of #125637 - nnethercote:rustfmt-fixes, r=GuillaumeGomezMatthias Krüger-40/+37
2024-05-28Rollup merge of #125598 - compiler-errors:proof-tree-builder, r=lcnrMatthias Krüger-175/+210
2024-05-28Rollup merge of #125590 - ChrisDenton:mingw-ci-3, r=KobzolMatthias Krüger-49/+11
2024-05-28Rollup merge of #125573 - GuillaumeGomez:migrate-allow-warnings-cmdline-stabi...Matthias Krüger-17/+22
2024-05-28Rollup merge of #117671 - kjetilkjeka:nvptx_c_abi_avoid_direct, r=davidtwcoMatthias Krüger-5/+440
2024-05-28Auto merge of #122662 - Mark-Simulacrum:optional-drop, r=bjorn3bors-116/+203
2024-05-28Make ProofTreeBuilder actually generic over internerMichael Goulet-83/+102
2024-05-28EvalCtxt::tcx() -> EvalCtxt::interner()Michael Goulet-92/+108
2024-05-28Auto merge of #124650 - oli-obk:pattern_types_syntax, r=nnethercotebors-277/+263
2024-05-28Bless codegen testOli Scherer-21/+23
2024-05-28Cache whether a body has inline constsOli Scherer-4/+21
2024-05-28Create const block DefIds in typeck instead of ast loweringOli Scherer-189/+162
2024-05-28Use the HIR instead of mir_keys for determining whether something will have a...Oli Scherer-1/+1
2024-05-28Make body-visiting logic reusableOli Scherer-53/+59
2024-05-28Remove a CTFE check that was only ever used to ICEOli Scherer-13/+1
2024-05-28Don't format `tests/run-make/*/rmake.rs`.Nicholas Nethercote-21/+16
2024-05-28Fix comments.Nicholas Nethercote-21/+24
2024-05-28Migrate `run-make/allow-warnings-cmdline-stability` to `rmake.rs`Guillaume Gomez-17/+11
2024-05-28Add `assert_not_contains` to `run-make-support` libraryGuillaume Gomez-0/+11
2024-05-28Auto merge of #125649 - workingjubilee:rollup-zwoum3k, r=workingjubileebors-593/+1377
2024-05-28Rollup merge of #125647 - tspiteri:track-lazy_cell_consume, r=workingjubileeJubilee-2/+2
2024-05-28Rollup merge of #125640 - fmease:plz-no-stringify, r=estebankJubilee-11/+66
2024-05-28Rollup merge of #125551 - clarfonthey:ip-bits, r=jhprattJubilee-19/+10
2024-05-28Rollup merge of #125343 - lcnr:eagerly-normalize-added-goals, r=compiler-errorsJubilee-62/+250
2024-05-28Rollup merge of #125089 - Urgau:non_local_def-suggestions, r=estebankJubilee-499/+1049
2024-05-28update tracking issue for lazy_cell_consumeTrevor Spiteri-2/+2
2024-05-28Don't suggest turning non-char-literal exprs of ty `char` into string literalsLeón Orell Valerian Liehr-11/+66
2024-05-28Auto merge of #125636 - workingjubilee:bump-backtrace-0.3.72, r=workingjubileebors-8/+28
2024-05-28eagerly normalize when adding goalslcnr-16/+207
2024-05-28refactor analyse visitor to instantiate states in orderlcnr-45/+41
2024-05-28change selection test to run-passlcnr-1/+1
2024-05-28add debug_assert to alias-relatelcnr-0/+1
2024-05-27Sync libstd deps with backtraceJubilee Young-8/+28
2024-05-27Bump backtrace to 0.3.72Jubilee Young-0/+0
2024-05-28Auto merge of #125609 - diondokter:opt-size-char-count, r=thomccbors-1/+1
2024-05-28Remove out-of-date comment.Nicholas Nethercote-1/+0
2024-05-28Auto merge of #125539 - matthiaskrgr:cräsh, r=jieyouxubors-1/+305
2024-05-27non_local_defs: point the parent item when appropriateUrgau-490/+339
2024-05-27non_local_defs: point to Self and Trait to give more contextUrgau-69/+311
2024-05-27non_local_defs: suggest removing leading ref/ptr to make the impl localUrgau-34/+75
2024-05-27non_local_defs: improve main without a trait noteUrgau-8/+8
2024-05-27non_local_defs: be more precise about what needs to be movedUrgau-232/+171
2024-05-27non_local_defs: improve exception note for impl and macro_rules!Urgau-14/+6
2024-05-27non_local_defs: use labels to indicate what may need to be movedUrgau-59/+587
2024-05-27non_local_defs: use span of the impl def and not the impl blockUrgau-180/+79
2024-05-27non_local_defs: improve some notes around trait, bounds, constsUrgau-128/+141
2024-05-27non_local_defs: switch to more friendly primary messageUrgau-64/+64