about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-24Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}`Alex Macleod-23/+8
2024-03-24simplify_branches: add commentRalf Jung-0/+1
2024-03-24Auto merge of #122891 - compiler-errors:encode-implied-predicates-always, r=o...bors-12/+2
2024-03-23Add+Use `mir::BinOp::Cmp`Scott McMurray-7/+131
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-23Fixed bad formattingAdam Gastineau-4/+2
2024-03-23Fixed builds with modified libcAdam Gastineau-11/+11
2024-03-23also rename the SIMD intrinsicRalf Jung-6/+6
2024-03-23Auto merge of #122629 - RalfJung:assert-unsafe-precondition, r=saethlinbors-73/+24
2024-03-23Fix typosDaniel Sedlak-3/+3
2024-03-23Add some comments and do some renamesJohn Kåre Alsaker-4/+22
2024-03-23Fix diagnostics for async block cloningDaniel Sedlak-0/+10
2024-03-23Encode dep graph edges directly from the previous graph when promotingJohn Kåre Alsaker-44/+164
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-23rename MIR int2ptr casts to match library nameRalf Jung-12/+12
2024-03-23rename ptr::from_exposed_addr -> ptr::with_exposed_provenanceRalf Jung-5/+5
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-23Add the missing inttoptr when we ptrtoint in ptr atomicsBen Kimock-4/+8
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-23Suggest assoc ty bound on lifetime in eq constraintLeón Orell Valerian Liehr-14/+37
2024-03-23Suggest assoc ty bound on bare dyn trait in eq constraintLeón Orell Valerian Liehr-0/+38
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-22Update docs of hir::TypeBindingLeón Orell Valerian Liehr-14/+8
2024-03-22Small tweaks to the linting code for bare trait object typesLeón Orell Valerian Liehr-72/+79
2024-03-22Delay a bug if no RPITITs were foundLeón Orell Valerian Liehr-4/+3
2024-03-22Move check for error in impl header outside of reportingMichael Goulet-4/+5
2024-03-22Fix validation on substituted callee bodies in MIR inlinerMichael Goulet-10/+19
2024-03-22Uniquify ReError on input mode in canonicalizerMichael Goulet-2/+1