about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-03-26Rollup merge of #122120 - fmease:sugg-assoc-ty-bound-on-eq-bound, r=compiler-...Matthias Krüger-92/+154
2024-03-26Rollup merge of #123091 - Bryanskiy:delegation-fixes, r=petrochenkovMatthias Krüger-11/+42
2024-03-26Rollup merge of #123090 - oli-obk:gatify, r=compiler-errorsMatthias Krüger-102/+57
2024-03-26Rollup merge of #123067 - Nadrieril:always-simplify-or, r=oli-obkMatthias Krüger-11/+20
2024-03-26Rollup merge of #123066 - maurer:cfi-erased-lifetime-ice, r=compiler-errorsMatthias Krüger-3/+8
2024-03-26Rollup merge of #122996 - RalfJung:simplify_branches, r=cjgillotMatthias Krüger-0/+1
2024-03-26Rollup merge of #122766 - bvanjoi:fix-115185, r=petrochenkovMatthias Krüger-16/+52
2024-03-26Remove `CacheSelector` trait now that we can use GATsOli Scherer-102/+57
2024-03-26Delegation: fix ICE on wrong `self` resolutionBryanskiy-11/+42
2024-03-26Auto merge of #121387 - oli-obk:eager_const_failures_regression, r=lcnrbors-2/+8
2024-03-26Auto merge of #122849 - clubby789:no-metadata, r=petrochenkovbors-0/+11
2024-03-26Auto merge of #123065 - workingjubilee:rollup-bve45ex, r=workingjubileebors-66/+100
2024-03-26Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJungbors-1/+40
2024-03-25Consistently merge simplifiable or-patternsNadrieril-2/+5
2024-03-25CFI: Pad out associated type resolution with erased lifetimesMatthew Maurer-3/+8
2024-03-25Use the correct span for simplifying or-patternsNadrieril-9/+15
2024-03-25Rollup merge of #123044 - compiler-errors:instance, r=oli-obkJubilee-38/+38
2024-03-25Rollup merge of #122923 - kpreid:print-async-def, r=compiler-errorsJubilee-5/+13
2024-03-25Rollup merge of #122769 - RalfJung:reachable, r=tmiaskoJubilee-23/+49
2024-03-25extend doc comment for reachability set computationRalf Jung-23/+49
2024-03-25Don't emit load metadata in debug modeclubby789-0/+11
2024-03-25Instance is CopyMichael Goulet-38/+38
2024-03-25Rollup merge of #123034 - bjorn3:test_ignores, r=compiler-errorsMatthias Krüger-15/+0
2024-03-25Rollup merge of #123022 - compiler-errors:clif-tests-async-closure, r=bjorn3Matthias Krüger-1/+0
2024-03-25Rollup merge of #123001 - Alexendoo:check-attributes, r=oli-obkMatthias Krüger-23/+8
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-25Add needs-unwind for proc macro testsbjorn3-9/+0
2024-03-25In `pretty_print_type()`, print `async fn` futures' paths instead of spans.Kevin Reid-5/+13
2024-03-25Add needs-unwind annotations to a couple of testsbjorn3-6/+0
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-24Add async-closures/once.rs back to cranelift testsMichael Goulet-1/+0
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-24Rename `{enter,exit}_lint_attrs` to `check_attributes{,_post}`Alex Macleod-23/+8
2024-03-24simplify_branches: add commentRalf Jung-0/+1