about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2024-05-28Account for existing bindings when suggesting pinningEsteban Küber-10/+62
2024-05-28Add test for incorrect pinning suggestionEsteban Küber-0/+43
2024-05-28Auto merge of #122662 - Mark-Simulacrum:optional-drop, r=bjorn3bors-116/+203
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-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-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
2024-05-27non_local_defs: move out from `#[derive(LintDiagnostic)]` to manual implUrgau-17/+64
2024-05-27Auto merge of #125628 - matthiaskrgr:rollup-3zk9v3w, r=matthiaskrgrbors-55/+168
2024-05-27Omit non-needs_drop drop_in_place in vtablesMark Rousskov-116/+203
2024-05-27Rollup merge of #125625 - ChrisDenton:line-endings, r=Mark-SimulacrumMatthias Krüger-11/+11
2024-05-27Rollup merge of #125616 - RalfJung:mir-validate-downcast-projection, r=compil...Matthias Krüger-6/+26
2024-05-27Rollup merge of #125542 - GuillaumeGomez:migrate-rustdoc-verify-output-files,...Matthias Krüger-34/+127
2024-05-27Rollup merge of #125339 - tbu-:pr_tidy_ui_tests_u32, r=clubby789Matthias Krüger-4/+4
2024-05-27Auto merge of #125599 - camelid:clarify-stability, r=notriddle,GuillaumeGomezbors-27/+57
2024-05-27remove fixed crashes, add fixed crashes to tests, add new cashed found in the...Matthias Krüger-50/+183
2024-05-27Use grep to implement verify-line-endingsChris Denton-11/+11
2024-05-27crashes: increment the number of tracked onesMatthias Krüger-0/+171
2024-05-27Auto merge of #125413 - lcnr:ambig-drop-region-constraints, r=compiler-errorsbors-25/+172
2024-05-27MIR validation: ensure that downcast projection is followed by field projectionRalf Jung-6/+26