about summary refs log tree commit diff
path: root/compiler/rustc_const_eval/src/lib.rs
AgeCommit message (Expand)AuthorLines
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
2021-12-13Remove `in_band_lifetimes` from `rustc_const_eval`LegionMammal978-1/+0
2021-12-02Reduce boilerplate around infallible foldersAlan Egerton-1/+0
2021-11-26Unwrap the results of type foldersLeSeulArtichaut-0/+1
2021-10-28Revert "Add rustc lint, warning when iterating over hashmaps"Mark Rousskov-1/+0
2021-10-24Rollup merge of #89558 - lcnr:query-stable-lint, r=estebankMatthias Krüger-0/+1
2021-10-16Adopt let_else across the compilerest31-0/+1
2021-10-15allow `potential_query_instability` everywherelcnr-0/+1
2021-09-08Bump stage0 compiler to 1.56Mark Rousskov-1/+0
2021-09-08Rebase fallout.Camille GILLOT-0/+1
2021-09-07Rename rustc_mir to rustc_const_eval.Camille GILLOT-0/+56