about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2024-11-20Rollup merge of #133241 - RalfJung:typing-env, r=lcnrMatthias Krüger-9/+8
2024-11-20Rollup merge of #133239 - kleisauke:fix-llvm-triple-x86_64-win7-windows-msvc,...Matthias Krüger-1/+1
2024-11-20Account for `wasm32v1-none` when exporting TLS symbolsdaxpedda-2/+2
2024-11-20reduce false positives of tail-expr-drop-order from consumed valuesDing Xiang Fei-422/+1361
2024-11-20interpret: make typing_env field privateRalf Jung-9/+8
2024-11-20Fix LLVM target triple for `x86_64-win7-windows-msvc`Kleis Auke Wolthuizen-1/+1
2024-11-20Auto merge of #133234 - jhpratt:rollup-42dmg4p, r=jhprattbors-51/+186
2024-11-20don't require const stability for const implsDeadbeef-10/+1
2024-11-20Rollup merge of #133216 - compiler-errors:const-fn, r=lcnrJacob Pratt-19/+135
2024-11-20Rollup merge of #133196 - omnivagant:correct-less-r-flag, r=tgross35Jacob Pratt-1/+1
2024-11-20Rollup merge of #133108 - RalfJung:future-compat-needs-to-run, r=lcnrJacob Pratt-16/+27
2024-11-20Rollup merge of #132732 - gavincrawford:as_ptr_attribute, r=UrgauJacob Pratt-15/+23
2024-11-20Auto merge of #133212 - lcnr:questionable-uwu, r=compiler-errorsbors-466/+398
2024-11-20Auto merge of #133194 - khuey:master, r=jieyouxubors-34/+55
2024-11-19Auto merge of #133219 - matthiaskrgr:rollup-hnuq0zf, r=matthiaskrgrbors-76/+82
2024-11-19Add external macro specific diagnostic to check-cfgUrgau-12/+93
2024-11-19Disable most Cargo check-cfg help in external macrosUrgau-3/+10
2024-11-19Rollup merge of #133207 - jieyouxu:macos-objcopy, r=Kobzol,bjorn3Matthias Krüger-0/+5
2024-11-19Rollup merge of #133201 - nnethercote:rm-TokenKind-InvalidPrefix, r=compiler-...Matthias Krüger-60/+51
2024-11-19Rollup merge of #133188 - maxcabrajac:walk_no_visit, r=petrochenkovMatthias Krüger-16/+26
2024-11-19Implement ~const Fn trait goals in the new solverMichael Goulet-19/+135
2024-11-19lints_that_dont_need_to_run: never skip future-compat-reported lintsRalf Jung-16/+27
2024-11-19additional `TypingEnv` cleanupslcnr-29/+20
2024-11-19resolve_instance: stop relying on `Reveal`lcnr-17/+17
2024-11-19`InterpCx` store `TypingEnv` instead of a `ParamEnv`lcnr-179/+154
2024-11-19Implement ~const opaquesMichael Goulet-6/+52
2024-11-19Rename implied_const_bounds to explicit_implied_const_boundsMichael Goulet-20/+17
2024-11-19Auto merge of #132761 - nnethercote:resolve-tweaks, r=petrochenkovbors-93/+53
2024-11-19`TypingMode::from_param_env` begonelcnr-20/+0
2024-11-19rustdoc: yeet `TypingEnv::from_param_env`lcnr-9/+4
2024-11-19generic_const_exprs: yeet `TypingEnv::from_param_env`lcnr-6/+11
2024-11-19impl trait overcaptures, yeet ` TypingMode::from_param_env`lcnr-3/+3
2024-11-19pattern lowering, yeet `TypingEnv::from_param_env`lcnr-63/+38
2024-11-19liveness checking, yeet `TypingEnv::from_param_env`lcnr-4/+5
2024-11-19unconditional recursion, yeet `TypingEnv::from_param_env`lcnr-10/+5
2024-11-19move `fn is_item_raw` to `TypingEnv`lcnr-140/+155
2024-11-19Correct comments concerning updated dangling pointer lintgavincrawford-9/+6
2024-11-19Auto merge of #133205 - matthiaskrgr:rollup-xhhhp5u, r=matthiaskrgrbors-347/+299
2024-11-19Auto merge of #133164 - RalfJung:promoted-oom, r=jieyouxubors-3/+24
2024-11-19When the required discriminator value exceeds LLVM's limits, drop the debug i...Kyle Huey-31/+53
2024-11-19Honor collapse_debuginfo when dealing with MIR-inlined functions inside macros.Kyle Huey-3/+2
2024-11-19Explicitly disable llvm tools for craneliftJieyou Xu-0/+5
2024-11-19Auto merge of #132623 - nnethercote:rustc_borrowck-cleanups-2, r=Nadrierilbors-226/+171
2024-11-19Rollup merge of #133023 - samestep:hir-stats-total-count, r=nnethercoteMatthias Krüger-158/+17
2024-11-19Rollup merge of #132577 - Urgau:check-cfg-report-extern-macro, r=petrochenkovMatthias Krüger-0/+1
2024-11-19Rollup merge of #131081 - camelid:const-path-it-all, r=BoxyUwUMatthias Krüger-189/+281
2024-11-19Remove `TokenKind::InvalidPrefix`.Nicholas Nethercote-16/+10
2024-11-19Improve `TokenKind` comments.Nicholas Nethercote-41/+39
2024-11-19Improve `fake_ident_or_unknown_prefix`.Nicholas Nethercote-6/+5
2024-11-19Fix broken intra-doc linkBoxy-1/+1