about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/lib.rs
AgeCommit message (Expand)AuthorLines
2025-08-07Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-SimulacrumStuart Cook-1/+1
2025-08-04add `project_fields` helper functionWaffle Lapkin-0/+1
2025-07-30Stabilize strict_overflow_opsNurzhan Sakén-1/+1
2025-05-12update cfg(bootstrap)Pietro Albini-1/+0
2025-04-23Make #![feature(let_chains)] bootstrap conditional in compiler/est31-1/+1
2025-04-02Remove `recursion_limit` increases.Nicholas Nethercote-1/+0
2025-03-12Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgrbors-1/+0
2025-03-11Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-10Revert "Use workspace lints for crates in `compiler/` #138084"许杰友 Jieyou Xu (Joe)-0/+1
2025-03-08Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.Nicholas Nethercote-1/+0
2025-03-07Increase recursion_limit in numerous crates.Nicholas Nethercote-0/+1
2025-02-05Pretty print pattern type values with `transmute` if they don't satisfy their...Oli Scherer-0/+2
2025-02-03Refactor using the type-level constant value `ty::Value`FedericoBruzzone-8/+2
2025-01-30introduce `ty::Value`Lukas Markeffsky-2/+7
2024-11-30report UB when the niche value refers to the untagged variantRalf Jung-0/+1
2024-11-19`InterpCx` store `TypingEnv` instead of a `ParamEnv`lcnr-4/+3
2024-11-18use `TypingEnv` when no `infcx` is availablelcnr-1/+1
2024-10-21move strict provenance lints to new feature gate, remove old feature gatesRalf Jung-1/+0
2024-10-15update bootstrap configsJosh Stone-2/+2
2024-09-23fix unqualified_local_imports in rustc_const_evalRalf Jung-1/+4
2024-09-03Add `warn(unreachable_pub)` to `rustc_const_eval`.Nicholas Nethercote-0/+1
2024-08-14stabilize `is_none_or`Slanterns-1/+0
2024-07-29Reformat `use` declarations.Nicholas Nethercote-2/+2
2024-06-12use is_none_or in some places in the compilerRalf Jung-0/+1
2024-06-12Use `tidy` to sort crate attributes for all compiler crates.Nicholas Nethercote-3/+5
2024-05-24compiler: unnest rustc_const_eval::check_constsJubilee Young-1/+1
2024-05-23Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`.Nicholas Nethercote-3/+0
2024-05-21Remove erroneous comment.Nicholas Nethercote-6/+0
2024-05-13Remove `extern crate rustc_middle` from `rustc_const_eval`.Nicholas Nethercote-2/+0
2024-04-22Stabilize generic `NonZero`.Markus Reiter-1/+0
2024-03-26Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJungbors-0/+7
2024-03-22Add `tag_for_variant` queryJack Wrenn-0/+1
2024-03-17Print a backtrace in const eval if interruptedBen Kimock-0/+7
2024-03-09interpret: ensure that Place is never used for a different frameRalf Jung-0/+1
2024-02-16Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnaybors-0/+1
2024-02-15Return ConstAllocation from eval_static_initializer query directlyOli Scherer-7/+1
2024-02-15Store static initializers in metadata instead of the MIR of statics.Oli Scherer-2/+2
2024-02-15Add new query just for static initializersOli Scherer-0/+7
2024-02-15Use generic `NonZero` internally.Markus Reiter-0/+1
2024-02-06Invert diagnostic lints.Nicholas Nethercote-1/+1
2024-01-25Remove unused featuresclubby789-7/+0
2023-11-26Use `rustc_fluent_macro::fluent_messages!` directly.Nicholas Nethercote-2/+1
2023-11-26Avoid need for `{D,Subd}iagnosticMessage` imports.Nicholas Nethercote-1/+0
2023-11-15Bump cfg(bootstrap)sMark Rousskov-3/+3
2023-11-01Rename hook.Camille GILLOT-2/+2
2023-10-31Turn const_caller_location from a query to a hookOli Scherer-1/+1
2023-10-28interpret: call caller_location logic the same way codegen does, and share so...Ralf Jung-1/+1
2023-10-16docs: add Rust logo to more compiler cratesMichael Howell-0/+3
2023-09-22Have a single struct for queries and hookOli Scherer-4/+3
2023-09-22Add a way to decouple the implementation and the declaration of a TyCtxt method.Oli Scherer-4/+4