about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2025-04-30Auto merge of #127516 - nnethercote:simplify-LazyAttrTokenStream, r=petrochenkovbors-378/+399
2025-04-29canonical no type foldable :<lcnr-26/+4
2025-04-30Use `ThinVec` to shrink `LazyAttrTokenStreamInner`.Nicholas Nethercote-5/+7
2025-04-30Simplify `LazyAttrTokenStream`.Nicholas Nethercote-118/+138
2025-04-29Auto merge of #140023 - cjgillot:arena-try-alloc, r=BoxyUwUbors-33/+47
2025-04-29transmutability: uninit transition matches unit byte onlyTomasz Miąsko-352/+173
2025-04-29confusingsBoxy-52/+56
2025-04-29Don't FCW assoc consts in patternsBoxy-9/+10
2025-04-30stop check paren if has different ctxbohan-0/+16
2025-04-29Rollup merge of #140433 - BjoernLange:master, r=nnethercoteTrevor Gross-0/+2
2025-04-29Rollup merge of #140432 - tgross35:target-config-docs-update, r=jieyouxuTrevor Gross-5/+4
2025-04-29Rollup merge of #140400 - durin42:llvm-21-getguid, r=cuviperTrevor Gross-4/+9
2025-04-29Rollup merge of #139909 - oli-obk:or-patterns, r=BoxyUwUTrevor Gross-122/+440
2025-04-29Rollup merge of #138344 - tgross35:x86-f16-math, r=AmanieuTrevor Gross-7/+3
2025-04-29Use a closure instead of three chained iteratorsOli Scherer-72/+58
2025-04-29Fix for async drop ice with partly dropped tupleAndrew Zhogin-9/+15
2025-04-29Add comment to remind filtering unsupported features when adding new onesWANG Rui-0/+3
2025-04-29Filter out LoongArch features not supported by the current LLVM versionWANG Rui-0/+6
2025-04-29Some style nitsOli Scherer-4/+3
2025-04-29Drop AST on a separate thread and prefetch `hir_crate`John Kåre Alsaker-3/+26
2025-04-29Remove global `next_disambiguator` state and handle it with a `DisambiguatorS...John Kåre Alsaker-75/+172
2025-04-29Reformat parameters to macros used by with-all-queriesZalathar-6/+15
2025-04-29Rename `rustc_query_append!` to `rustc_with_all_queries!`Zalathar-7/+21
2025-04-29Treat `ManuallyDrop` as `~const Destruct`Oli Scherer-0/+6
2025-04-29Add some commentsJohn Kåre Alsaker-0/+7
2025-04-29mono collector: Reduce \# of locking while walking the graphPiotr Osiewicz-27/+38
2025-04-29miri: algebraic intrinsics: bring back float non-determinismRalf Jung-2/+9
2025-04-29Also match on the lang item in confirmationOli Scherer-10/+5
2025-04-29Always check the lang item firstOli Scherer-16/+8
2025-04-29Replace if/elseif chain with matchOli Scherer-62/+81
2025-04-29Replace the \01__gnu_mcount_nc to LLVM intrinsic for additional ARM targetsBjörn Barwinski-0/+2
2025-04-29Update documentation for `fn target_config`Trevor Gross-5/+4
2025-04-29Enable `target_has_reliable_f16_math` on x86Trevor Gross-7/+3
2025-04-29Auto merge of #137940 - 1c3t3a:alignment-borrows-check, r=saethlinbors-32/+48
2025-04-29Delay checking of `#[rustc_no_implicit_autorefs]` for reasonUrgau-4/+11
2025-04-29Add a jobserver proxy to ensure at least one token is always heldJohn Kåre Alsaker-29/+149
2025-04-29Improve pretty-printing of braces.Nicholas Nethercote-17/+35
2025-04-29Adjust testsMichael Goulet-1/+3
2025-04-29Wf is not coinductiveMichael Goulet-1/+4
2025-04-29Move various token stream things from `rustc_parse` to `rustc_ast`.Nicholas Nethercote-339/+338
2025-04-28Move `in_external_macro` to `SyntaxContext`Jason Newcomb-18/+28
2025-04-28Rollup merge of #140402 - lcnr:normalizes-to-certainty-yes, r=compiler-errorsChris Denton-32/+66
2025-04-28Rollup merge of #140323 - tgross35:cfg-unstable-float, r=UrgauChris Denton-27/+192
2025-04-28Rollup merge of #140302 - compiler-errors:inline_asm-bug, r=lcnrChris Denton-72/+66
2025-04-28Rollup merge of #140276 - compiler-errors:typeof-less-eagerly, r=lcnrChris Denton-0/+6
2025-04-28Rollup merge of #140022 - dianne:box-deref-pats, r=NadrierilChris Denton-31/+64
2025-04-28Rollup merge of #139656 - scottmcm:stabilize-slice-as-chunks, r=dtolnayChris Denton-1/+0
2025-04-28Rollup merge of #139308 - Shourya742:2025-03-29-add-autodiff-inline, r=ZuseZ4Chris Denton-2/+122
2025-04-28shared-generics: Do not share instantiations that cannot be created outside o...Piotr Osiewicz-12/+59
2025-04-28Auto merge of #140388 - GuillaumeGomez:rollup-aj9o3ch, r=GuillaumeGomezbors-519/+566