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
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
2023-07-05
Name the destructure_mir_constant query appropriately
Oli Scherer
-2
/
+2
2023-07-05
Use options instead of errors if the errors are never needed
Oli Scherer
-1
/
+1
2023-07-05
Specialize `try_destructure_mir_constant` for its sole user
Oli Scherer
-4
/
+2
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-0
/
+3
2023-05-31
Remove `deref_mir_constant`
Oli Scherer
-4
/
+0
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-04-18
Add `rustc_fluent_macro` to decouple fluent from `rustc_macros`
Nilstrieb
-1
/
+1
2023-04-06
Stabilize is_some_and
Jonas Platte
-1
/
+0
2023-03-11
Simplify message paths
est31
-1
/
+1
2023-02-27
Unify all validity check intrinsics
Nilstrieb
-2
/
+2
2023-02-23
Unify validity checks into a single query
Nilstrieb
-5
/
+2
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-0
/
+4
2023-02-14
Make permit_uninit/zero_init fallible
Michael Goulet
-6
/
+3
2023-01-26
Auto merge of #105582 - saethlin:instcombine-assert-inhabited, r=cjgillot
bors
-3
/
+8
2023-01-23
Thread a ParamEnv down to might_permit_raw_init
Ben Kimock
-3
/
+8
2023-01-18
Also remove `#![feature(control_flow_enum)]` where possible
Scott McMurray
-1
/
+0
2023-01-12
attempt to make a minimal example work
Deadbeef
-0
/
+1
2022-10-18
Remove allow(rustc::potential_query_instability) in rustc_const_eval
CastilloDel
-1
/
+0
2022-10-05
change might_permit_raw_init to fully detect LLVM UB, but not more than that
Ralf Jung
-4
/
+2
2022-10-01
Change feature name to is_some_and
Cameron Steffen
-1
/
+1
2022-09-26
remove cfg(bootstrap)
Pietro Albini
-1
/
+0
2022-09-15
Only enable the let_else feature on bootstrap
est31
-1
/
+1
2022-08-29
Revert let_chains stabilization
Nilstrieb
-0
/
+1
2022-08-12
Adjust cfgs
Mark Rousskov
-1
/
+0
2022-07-17
Auto merge of #99033 - 5225225:interpreter-validity-checks, r=oli-obk
bors
-0
/
+6
[next]