about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/lib.rs
AgeCommit message (Expand)AuthorLines
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
2023-07-05Name the destructure_mir_constant query appropriatelyOli Scherer-2/+2
2023-07-05Use options instead of errors if the errors are never neededOli Scherer-1/+1
2023-07-05Specialize `try_destructure_mir_constant` for its sole userOli Scherer-4/+2
2023-06-01Use translatable diagnostics in `rustc_const_eval`Deadbeef-0/+3
2023-05-31Remove `deref_mir_constant`Oli Scherer-4/+0
2023-05-15Move expansion of query macros in rustc_middle to rustc_middle::queryJohn Kåre Alsaker-1/+1
2023-04-18Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`Nilstrieb-1/+1
2023-04-06Stabilize is_some_andJonas Platte-1/+0
2023-03-11Simplify message pathsest31-1/+1
2023-02-27Unify all validity check intrinsicsNilstrieb-2/+2
2023-02-23Unify validity checks into a single queryNilstrieb-5/+2
2023-02-22errors: generate typed identifiers in each crateDavid Wood-0/+4
2023-02-14Make permit_uninit/zero_init fallibleMichael Goulet-6/+3
2023-01-26Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillotbors-3/+8
2023-01-23Thread a ParamEnv down to might_permit_raw_initBen Kimock-3/+8
2023-01-18Also remove `#![feature(control_flow_enum)]` where possibleScott McMurray-1/+0
2023-01-12attempt to make a minimal example workDeadbeef-0/+1
2022-10-18Remove allow(rustc::potential_query_instability) in rustc_const_evalCastilloDel-1/+0
2022-10-05change might_permit_raw_init to fully detect LLVM UB, but not more than thatRalf Jung-4/+2
2022-10-01Change feature name to is_some_andCameron Steffen-1/+1
2022-09-26remove cfg(bootstrap)Pietro Albini-1/+0
2022-09-15Only enable the let_else feature on bootstrapest31-1/+1
2022-08-29Revert let_chains stabilizationNilstrieb-0/+1
2022-08-12Adjust cfgsMark Rousskov-1/+0
2022-07-17Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obkbors-0/+6
2022-07-16Stabilize `let_chains`Caio-1/+1
2022-07-14Use constant eval to do strict validity checks5225225-0/+6
2022-07-08Migrate unstable-in-stable diagnosticMichael Goulet-0/+1
2022-07-03fix interpreter validity check on BoxRalf Jung-0/+1
2022-06-28Improve pretty printing of valtrees for referencesDominik Stolz-1/+0
2022-06-14implement valtrees as the type-system representation for constant valuesb-naber-9/+4
2022-06-11Try out `yeet` in the MIR interpreterScott McMurray-0/+1
2022-05-30Remove `#[default..]` and add `#[const_trait]`Deadbeef-0/+1
2022-05-20Remove `crate` visibility usage in compilerJacob Pratt-1/+0
2022-05-16use GlobalId in eval_to_valtree query and introduce query for valtree_to_cons...b-naber-8/+14
2022-05-04Stabilize `bool::then_some`Josh Triplett-1/+0
2022-04-21implement (as of now still unused) query for valtree -> constvalue conversionb-naber-0/+4
2022-02-25Switch bootstrap cfgsMark Rousskov-1/+1
2022-02-16Support pretty printing of invalid constantsTomasz Miąsko-2/+2
2022-02-01add a rustc::query_stability lintlcnr-0/+1
2021-12-14Stabilize iter::zip.PFPoitras-1/+0