about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-02Auto merge of #138478 - nnethercote:rm-NtExpr-NtLiteral, r=petrochenkovbors-224/+361
2025-04-02Fix problem causing `rusqlite` compilation to OOM.Nicholas Nethercote-1/+3
2025-04-02Fix a problem with metavars and inner attributes.Nicholas Nethercote-22/+39
2025-04-02Remove `Token::uninterpolated_span`.Nicholas Nethercote-44/+48
2025-04-02Remove `NtExpr` and `NtLiteral`.Nicholas Nethercote-163/+277
2025-04-01Rollup merge of #139202 - bjorn3:improve_comment, r=jieyouxuMatthias Krüger-1/+1
2025-04-01Rollup merge of #139193 - compiler-errors:inline-synthetic, r=eholkMatthias Krüger-0/+2
2025-04-01Rollup merge of #139188 - durin42:llvm-21-LintPass, r=dianqkMatthias Krüger-4/+9
2025-04-01Rollup merge of #139022 - lcnr:incr-obligation-depth, r=oli-obkMatthias Krüger-38/+38
2025-04-01Rollup merge of #138790 - xizheyin:issue-138626, r=compiler-errorsMatthias Krüger-12/+12
2025-04-01Auto merge of #138492 - lcnr:rm-inline_const_pat, r=oli-obkbors-29/+14
2025-04-01Auto merge of #137535 - Kobzol:split-metadata, r=petrochenkovbors-58/+156
2025-04-01Improve docs of ValTreeKindbjorn3-1/+1
2025-04-01Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmeasebors-793/+931
2025-04-01Bump metadata versionJakub Beránek-1/+1
2025-04-01Address review comments.Nicholas Nethercote-81/+78
2025-04-01Move `ast::Item::ident` into `ast::ItemKind`.Nicholas Nethercote-704/+857
2025-04-01Ignore `#[test_case]` on anything other than `fn`/`const`/`static`.Nicholas Nethercote-20/+26
2025-04-01Factor out some shared code.Nicholas Nethercote-32/+14
2025-03-31increment depth of nested obligationslcnr-38/+38
2025-03-31Feed HIR for by-move coroutine body def, since the inliner tries to read its ...Michael Goulet-0/+2
2025-03-31Rollup merge of #139181 - tiif:doc, r=NoratriebMatthias Krüger-2/+2
2025-03-31Rollup merge of #139039 - nnethercote:less-kw-Empty-4, r=petrochenkovMatthias Krüger-10/+15
2025-03-31Rollup merge of #138426 - madsmtm:vita-llvm-target, r=jieyouxuMatthias Krüger-1/+1
2025-04-01Improve `is_doc_keyword`.Nicholas Nethercote-3/+7
2025-04-01Tweak `check_doc_keyword`.Nicholas Nethercote-5/+5
2025-04-01Use `sym::dummy` in one more place.Nicholas Nethercote-2/+3
2025-03-31PassWrapper: adapt for llvm/llvm-project@94122d58fc77079a291a3d008914006cb509...Augie Fackler-4/+9
2025-03-31Fix invalid linktiif-2/+2
2025-03-31Auto merge of #139169 - matthiaskrgr:rollup-nfy4aew, r=matthiaskrgrbors-40/+166
2025-03-31Rollup merge of #139153 - compiler-errors:incr-comp-closure, r=oli-obkMatthias Krüger-12/+32
2025-03-31Rollup merge of #138842 - Noratrieb:inline-exported, r=me,saethlinMatthias Krüger-0/+29
2025-03-31Rollup merge of #138749 - compiler-errors:closure-recovery, r=fmeaseMatthias Krüger-12/+55
2025-03-31Rollup merge of #138176 - compiler-errors:rigid-sized-obl, r=lcnrMatthias Krüger-16/+50
2025-03-31Auto merge of #138892 - compiler-errors:revert-ptr-ptr, r=oli-obkbors-60/+8
2025-03-31Auto merge of #139083 - petrochenkov:ctxtdecod3, r=nnethercotebors-60/+61
2025-03-31Add an error when full metadata was not foundJakub Beránek-1/+35
2025-03-31Store only a metadata stub into `rlibs` and `dylibs` with `-Zembed-metadata=no`Jakub Beránek-28/+101
2025-03-31Add `-Zembed-metadata` CLI optionJakub Beránek-0/+3
2025-03-31Simplify find_commandline_librarybjorn3-28/+16
2025-03-31Auto merge of #119220 - Urgau:uplift-invalid_null_ptr_usage, r=fee1-deadbors-71/+205
2025-03-31Auto merge of #139154 - jhpratt:rollup-rv8f915, r=jhprattbors-99/+99
2025-03-30Encode synthetic by-move coroutine body with a different DefPathDataMichael Goulet-12/+32
2025-03-30Rollup merge of #139132 - m-ou-se:hir-pp-struct-expr, r=compiler-errorsJacob Pratt-10/+4
2025-03-30Rollup merge of #139122 - petrochenkov:norerr, r=compiler-errorsJacob Pratt-61/+11
2025-03-30Rollup merge of #139111 - meithecatte:fake-read, r=compiler-errorsJacob Pratt-28/+84
2025-03-30Auto merge of #139131 - m-ou-se:format-args-struct-expr, r=Mark-Simulacrumbors-15/+17
2025-03-30Auto merge of #139143 - bjorn3:sync_cg_clif-2025-03-30, r=bjorn3bors-1419/+533
2025-03-30Uplift `clippy::invalid_null_ptr_usage` as `invalid_null_arguments`Urgau-4/+124
2025-03-30Merge commit 'ba315abda789c9f59f2100102232bddb30b0d3d3' into sync_cg_clif-202...bjorn3-1419/+533