about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-25Rollup merge of #122970 - cuviper:use-chunk_by, r=Mark-SimulacrumMatthias Krüger-6/+5
2024-03-25Rollup merge of #122910 - compiler-errors:unit-struct-in-path-pat-only, r=pet...Matthias Krüger-2/+19
2024-03-25Rollup merge of #122881 - Bryanskiy:delegation-fixes-2, r=petrochenkovMatthias Krüger-8/+10
2024-03-25Rollup merge of #122842 - pacak:explicit_name, r=michaelwoeristerMatthias Krüger-1/+6
2024-03-25Auto merge of #123029 - matthiaskrgr:rollup-6qsevhx, r=matthiaskrgrbors-100/+136
2024-03-25Rollup merge of #123005 - maurer:cfi-arbitrary-receivers, r=compiler-errorsMatthias Krüger-39/+72
2024-03-25Rollup merge of #123003 - maurer:dyn-empty, r=compiler-errorsMatthias Krüger-13/+14
2024-03-25Rollup merge of #122858 - nnethercote:tweak-parse_dot_suffix_expr, r=est31Matthias Krüger-48/+50
2024-03-25Auto merge of #122802 - estebank:unconstrained-generic-const, r=Nadrierilbors-5/+32
2024-03-25Clarify `parse_dot_suffix_expr`.Nicholas Nethercote-16/+19
2024-03-25Change `parse_expr_tuple_field_access`.Nicholas Nethercote-10/+15
2024-03-25Remove `next_token` handling from `parse_expr_tuple_field_access`.Nicholas Nethercote-18/+10
2024-03-25Inline and remove `Parser::parse_expr_tuple_field_access_float`.Nicholas Nethercote-36/+38
2024-03-25Auto merge of #122721 - oli-obk:merge_queries, r=davidtwcobors-35/+26
2024-03-24CFI: Support arbitrary receiversMatthew Maurer-39/+72
2024-03-24CFI: Handle dyn with no principalMatthew Maurer-13/+14
2024-03-24Rollup merge of #122937 - Zalathar:unbox, r=oli-obkMatthias Krüger-68/+44
2024-03-24Rollup merge of #122757 - h1467792822:priv-dep, r=davidtwcoMatthias Krüger-11/+16
2024-03-24Rollup merge of #122737 - ytmimi:conditionally_ignore_fatal_diagnostic, r=dav...Matthias Krüger-3/+17
2024-03-24Auto merge of #122891 - compiler-errors:encode-implied-predicates-always, r=o...bors-12/+2
2024-03-23Rollup merge of #122969 - cuviper:borrowck-rposition, r=matthewjasperJubilee-11/+9
2024-03-23Rollup merge of #122879 - maurer:callsite-instances, r=workingjubileeJubilee-58/+133
2024-03-23Rollup merge of #122875 - maurer:cfi-transparent-termination, r=workingjubileeJubilee-25/+45
2024-03-23Rollup merge of #122762 - RoboSchmied:RoboSchmied-typo, r=workingjubileeJubilee-3/+3
2024-03-23Rollup merge of #121940 - veera-sivarajan:bugfix-121593, r=fmeaseJubilee-92/+100
2024-03-23Use `chunk_by` when building `ReverseSccGraph`Josh Stone-6/+5
2024-03-23Simplify an iterator search in borrowck diagJosh Stone-11/+9
2024-03-24Rollup merge of #122907 - compiler-errors:uniquify-reerror, r=lcnrMatthias Krüger-2/+1
2024-03-24Rollup merge of #122217 - estebank:issue-119685, r=fmeaseMatthias Krüger-32/+110
2024-03-24Rollup merge of #122168 - compiler-errors:inline-coroutine-body-validation, r...Matthias Krüger-10/+19
2024-03-23Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlinbors-73/+24
2024-03-23CFI: Strip auto traits off Self for virtual callsMatthew Maurer-4/+28
2024-03-23CFI: Use Instance at callsitesMatthew Maurer-54/+105
2024-03-23refactor check_{lang,library}_ub: use a single intrinsic, put policy into lib...Ralf Jung-72/+23
2024-03-23move assert_unsafe_preconditions to its own fileRalf Jung-1/+1
2024-03-23Auto merge of #122947 - matthiaskrgr:rollup-10j7orh, r=matthiaskrgrbors-115/+136
2024-03-23Rollup merge of #122933 - RalfJung:tag_for_variant, r=oli-obkMatthias Krüger-25/+28
2024-03-23Rollup merge of #122922 - kpreid:print-async, r=compiler-errorsMatthias Krüger-5/+23
2024-03-23Rollup merge of #122915 - fmease:lt-opaq-mismatch-delay-bug, r=compiler-errorsMatthias Krüger-4/+3
2024-03-23Rollup merge of #122780 - GuillaumeGomez:rename-hir-local, r=oli-obkMatthias Krüger-81/+82
2024-03-23Auto merge of #122582 - scottmcm:swap-intrinsic-v2, r=oli-obkbors-4/+116
2024-03-23Unbox and unwrap the contents of `StatementKind::Coverage`Zalathar-68/+44
2024-03-23tag_for_variant follow-upsRalf Jung-25/+28
2024-03-22-Zprint-type-sizes: print the types of awaitees and unnamed coroutine locals.Kevin Reid-5/+23
2024-03-22Validate that we're only matching on unit struct for path patternMichael Goulet-2/+19
2024-03-23Auto merge of #119552 - krtab:dead_code_priv_mod_pub_field, r=cjgillot,saethlinbors-20/+18
2024-03-22CFI: Support self_cell-like recursionMatthew Maurer-25/+45
2024-03-22Auto merge of #122900 - matthiaskrgr:rollup-nls90mb, r=matthiaskrgrbors-411/+560
2024-03-22Delay a bug if no RPITITs were foundLeón Orell Valerian Liehr-4/+3
2024-03-22Fix validation on substituted callee bodies in MIR inlinerMichael Goulet-10/+19