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
/
const_eval
Age
Commit message (
Expand
)
Author
Lines
2023-02-15
Use target instead of machine for mir interpreter integer handling.
Oli Scherer
-11
/
+11
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+2
2023-02-14
s/eval_usize/eval_target_usize/ for clarity
Oli Scherer
-1
/
+1
2023-02-13
Reduce direct `mk_ty` usage.
Nicholas Nethercote
-2
/
+2
2023-02-09
Avoid some `tls::with` calls.
Nicholas Nethercote
-1
/
+1
2023-02-08
const_eval: `implies_by` in `rustc_const_unstable`
David Wood
-3
/
+10
2023-01-30
Replace enum `==`s with `match`es where it makes sense
Maybe Waffle
-4
/
+3
2023-01-29
Auto merge of #106227 - bryangarza:ctfe-limit, r=oli-obk
bors
-2
/
+2
2023-01-27
Introduce GeneratorWitnessMIR.
Camille GILLOT
-1
/
+2
2023-01-26
change fn_sig query to use EarlyBinder; remove bound_fn_sig query; add EarlyB...
Kyle Matsuda
-1
/
+1
2023-01-26
replace usages of fn_sig query with bound_fn_sig
Kyle Matsuda
-2
/
+2
2023-01-23
Add comments and remove unnecessary code
Bryan Garza
-5
/
+0
2023-01-23
Add back Machine::before_terminator(...) method
Bryan Garza
-0
/
+5
2023-01-23
Replace terminator-based const eval limit
Bryan Garza
-2
/
+2
2023-01-23
Remove debugging-related code
Bryan Garza
-4
/
+0
2023-01-23
Create stable metric to measure long computation in Const Eval
Bryan Garza
-0
/
+4
2023-01-20
Auto merge of #106090 - WaffleLapkin:dereffffffffff, r=Nilstrieb
bors
-4
/
+4
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-4
/
+4
2023-01-17
Remove double spaces after dots in comments
Maybe Waffle
-1
/
+1
2023-01-17
Undo questionable changes
Maybe Waffle
-1
/
+1
2023-01-17
`rustc_const_eval`: remove `ref` patterns (+some pattern matching imps)
Maybe Waffle
-5
/
+5
2023-01-12
attempt to make a minimal example work
Deadbeef
-0
/
+1
2022-12-15
simplify alignment_check_failed a bit
Ralf Jung
-14
/
+5
2022-12-15
Reuse the ctfe error emitting logic for the future incompat lint
Oli Scherer
-17
/
+22
2022-12-15
Factor decorate closure out into a method
Oli Scherer
-70
/
+65
2022-12-15
Move alignment failure error reporting to machine
Oli Scherer
-2
/
+37
2022-12-15
Make alignment checks a future incompat lint
Oli Scherer
-10
/
+31
2022-12-15
always check alignment during CTFE
Ralf Jung
-1
/
+1
2022-12-13
Combine identical alias arms
Michael Goulet
-5
/
+3
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-4
/
+4
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-1
/
+0
2022-12-06
Change CTFE backtraces to use `note` instead of `label` to preserve their order
Oli Scherer
-3
/
+3
2022-12-05
fix dupe word typos
Rageking8
-1
/
+1
2022-11-27
interpret: get rid of run() function
Ralf Jung
-1
/
+1
2022-11-20
Rollup merge of #104564 - RalfJung:either, r=oli-obk
Matthias Krüger
-13
/
+16
2022-11-19
Revert "don't call `align_offset` during const eval, ever"
Lukas Markeffsky
-90
/
+44
2022-11-19
fix const `align_offset` implementation
Lukas Markeffsky
-3
/
+6
2022-11-19
replace potential ICE with graceful error (`no_core` only)
Lukas Markeffsky
-3
/
+2
2022-11-19
don't call `align_offset` during const eval, ever
Lukas Markeffsky
-43
/
+88
2022-11-19
make const `align_offset` useful
Lukas Markeffsky
-23
/
+106
2022-11-19
unify inherent impls of `CompileTimeEvalContext`
Lukas Markeffsky
-46
/
+44
2022-11-18
interpret: use Either over Result when it is not representing an error condition
Ralf Jung
-13
/
+16
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-9
/
+9
2022-11-13
add is_sized method on Abi and Layout, and use it
Ralf Jung
-1
/
+1
2022-10-29
Rollup merge of #103625 - WaffleLapkin:no_tyctxt_dogs_allowed, r=compiler-errors
Guillaume Gomez
-2
/
+2
2022-10-28
Auto merge of #102674 - CastilloDel:master, r=oli-obk
bors
-8
/
+8
2022-10-27
Accept `TyCtxt` instead of `TyCtxtAt` in `Ty::is_*` functions
Maybe Waffle
-2
/
+2
2022-10-20
Revert "Unify tcx.constness and param env constness checks"
Michael Goulet
-56
/
+16
2022-10-18
Remove allow(rustc::potential_query_instability) in rustc_const_eval
CastilloDel
-8
/
+8
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
[prev]
[next]