about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-01Make missing optimized MIR error more informativeOli Scherer-1/+3
2025-04-01Remove an unnecessary dtor computation and use the cached query result insteadOli Scherer-1/+1
2025-04-01Decouple trait impls of different traits wrt incrementalOli Scherer-2/+12
2025-04-01Implement `associated_items` api.makai410-7/+185
2025-04-01Improve docs of ValTreeKindbjorn3-1/+1
2025-04-01Auto merge of #138740 - nnethercote:ast-ItemKind-idents, r=fmeasebors-793/+931
2025-04-01Skip suggest impl or dyn when poly trait is not a real traitxizheyin-0/+1
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-04-01coverage: Don't split bang-macro spans, just truncate themZalathar-32/+15
2025-04-01coverage: Instead of splitting, just discard any span that overlaps a holeZalathar-46/+17
2025-04-01coverage: Shrink call spans to just the function nameZalathar-11/+7
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-31Expose `registered_tools` directly without `TyCtxt`-queryUrgau-4/+13
2025-03-31Expose `LintLevelsBuilder` with crate root builderUrgau-0/+14
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
2025-03-30Auto merge of #138206 - amy-kwan:amy-kwan/reprc-struct-power-align-ignore-pac...bors-0/+6
2025-03-30Auto merge of #139130 - Kobzol:revert-129827, r=petrochenkovbors-71/+148