index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_const_eval
/
src
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2025-08-07
Rollup merge of #144682 - nxsaken:strict_overflow_ops, r=Mark-Simulacrum
Stuart Cook
-1
/
+1
2025-08-04
add `project_fields` helper function
Waffle Lapkin
-0
/
+1
2025-07-30
Stabilize strict_overflow_ops
Nurzhan Sakén
-1
/
+1
2025-05-12
update cfg(bootstrap)
Pietro Albini
-1
/
+0
2025-04-23
Make #![feature(let_chains)] bootstrap conditional in compiler/
est31
-1
/
+1
2025-04-02
Remove `recursion_limit` increases.
Nicholas Nethercote
-1
/
+0
2025-03-12
Auto merge of #138414 - matthiaskrgr:rollup-9ablqdb, r=matthiaskrgr
bors
-1
/
+0
2025-03-11
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-10
Revert "Use workspace lints for crates in `compiler/` #138084"
许杰友 Jieyou Xu (Joe)
-0
/
+1
2025-03-08
Remove `#![warn(unreachable_pub)]` from all `compiler/` crates.
Nicholas Nethercote
-1
/
+0
2025-03-07
Increase recursion_limit in numerous crates.
Nicholas Nethercote
-0
/
+1
2025-02-05
Pretty print pattern type values with `transmute` if they don't satisfy their...
Oli Scherer
-0
/
+2
2025-02-03
Refactor using the type-level constant value `ty::Value`
FedericoBruzzone
-8
/
+2
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-2
/
+7
2024-11-30
report UB when the niche value refers to the untagged variant
Ralf Jung
-0
/
+1
2024-11-19
`InterpCx` store `TypingEnv` instead of a `ParamEnv`
lcnr
-4
/
+3
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-1
/
+1
2024-10-21
move strict provenance lints to new feature gate, remove old feature gates
Ralf Jung
-1
/
+0
2024-10-15
update bootstrap configs
Josh Stone
-2
/
+2
2024-09-23
fix unqualified_local_imports in rustc_const_eval
Ralf Jung
-1
/
+4
2024-09-03
Add `warn(unreachable_pub)` to `rustc_const_eval`.
Nicholas Nethercote
-0
/
+1
2024-08-14
stabilize `is_none_or`
Slanterns
-1
/
+0
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+2
2024-06-12
use is_none_or in some places in the compiler
Ralf Jung
-0
/
+1
2024-06-12
Use `tidy` to sort crate attributes for all compiler crates.
Nicholas Nethercote
-3
/
+5
2024-05-24
compiler: unnest rustc_const_eval::check_consts
Jubilee Young
-1
/
+1
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`.
Nicholas Nethercote
-3
/
+0
2024-05-21
Remove erroneous comment.
Nicholas Nethercote
-6
/
+0
2024-05-13
Remove `extern crate rustc_middle` from `rustc_const_eval`.
Nicholas Nethercote
-2
/
+0
2024-04-22
Stabilize generic `NonZero`.
Markus Reiter
-1
/
+0
2024-03-26
Auto merge of #111769 - saethlin:ctfe-backtrace-ctrlc, r=RalfJung
bors
-0
/
+7
2024-03-22
Add `tag_for_variant` query
Jack Wrenn
-0
/
+1
2024-03-17
Print a backtrace in const eval if interrupted
Ben Kimock
-0
/
+7
2024-03-09
interpret: ensure that Place is never used for a different frame
Ralf Jung
-0
/
+1
2024-02-16
Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay
bors
-0
/
+1
2024-02-15
Return ConstAllocation from eval_static_initializer query directly
Oli Scherer
-7
/
+1
2024-02-15
Store static initializers in metadata instead of the MIR of statics.
Oli Scherer
-2
/
+2
2024-02-15
Add new query just for static initializers
Oli Scherer
-0
/
+7
2024-02-15
Use generic `NonZero` internally.
Markus Reiter
-0
/
+1
2024-02-06
Invert diagnostic lints.
Nicholas Nethercote
-1
/
+1
2024-01-25
Remove unused features
clubby789
-7
/
+0
2023-11-26
Use `rustc_fluent_macro::fluent_messages!` directly.
Nicholas Nethercote
-2
/
+1
2023-11-26
Avoid need for `{D,Subd}iagnosticMessage` imports.
Nicholas Nethercote
-1
/
+0
2023-11-15
Bump cfg(bootstrap)s
Mark Rousskov
-3
/
+3
2023-11-01
Rename hook.
Camille GILLOT
-2
/
+2
2023-10-31
Turn const_caller_location from a query to a hook
Oli Scherer
-1
/
+1
2023-10-28
interpret: call caller_location logic the same way codegen does, and share so...
Ralf Jung
-1
/
+1
2023-10-16
docs: add Rust logo to more compiler crates
Michael Howell
-0
/
+3
2023-09-22
Have a single struct for queries and hook
Oli Scherer
-4
/
+3
2023-09-22
Add a way to decouple the implementation and the declaration of a TyCtxt method.
Oli Scherer
-4
/
+4
[next]