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_middle
/
src
/
ty
/
consts
/
kind.rs
Age
Commit message (
Expand
)
Author
Lines
2023-11-20
Uplift InferConst to rustc_type_ir
Michael Goulet
-26
/
+0
2023-10-24
Get rid of 'tcx on ConstVid, EffectVid
Michael Goulet
-4
/
+4
2023-09-18
Remove unused `Lift` derives.
Nicholas Nethercote
-1
/
+1
2023-09-14
found another place where we can eval() a const, and go through valtrees
Ralf Jung
-5
/
+0
2023-09-13
restore the old logic adjusting ty::UnevaluatedConst before evaluation
Ralf Jung
-1
/
+34
2023-09-10
Implement fallback for effect param
Deadbeef
-1
/
+8
2023-07-30
inline format!() args up to and including rustc_middle
Matthias Krüger
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-5
/
+5
2023-07-06
Add a new trait to `Debug` things with an infcx available
Boxy
-2
/
+2
2023-07-05
Deal with fallout
Boxy
-8
/
+1
2023-07-05
move `ConstKind` to typeir and move inherent impls to `Const`
Boxy
-194
/
+3
2023-05-16
format `Const`'s less verbosely
Boxy
-2
/
+2
2023-05-15
Suppress "erroneous constant used" for constants tainted by errors
Tomasz Miąsko
-2
/
+2
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-7
/
+4
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-18
Auto merge of #107542 - compiler-errors:param-envs-with-inference-vars-are-cu...
bors
-6
/
+4
2023-02-15
Use target instead of machine for mir interpreter integer handling.
Oli Scherer
-2
/
+2
2023-02-01
Don't call with_reveal_all_normalized in evaluate when param-env has inferenc...
Michael Goulet
-6
/
+4
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-2
/
+0
2022-11-28
Make `tcx.mk_const` more permissive wrt `kind` argument
Maybe Waffle
-0
/
+8
2022-11-25
Add empty ConstKind::Abstract
kadmin
-1
/
+18
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-2
/
+2
2022-11-02
deprecate DelaySpanBugEmitted and use ErrorGuaranteed directly
yukang
-1
/
+1
2022-10-22
Auto merge of #103227 - lcnr:bye-bye-unevaluated-const, r=oli-obk
bors
-1
/
+1
2022-10-19
Deny const variables as well
Michael Goulet
-1
/
+10
2022-10-19
stop folding `UnevaluatedConst`
lcnr
-1
/
+1
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-10
/
+13
2022-09-22
introduce mir::Unevaluated
b-naber
-21
/
+9
2022-09-17
Auto merge of #98588 - b-naber:valtrees-cleanup, r=lcnr
bors
-4
/
+7
2022-09-15
Replace more manual TypeFoldable and TypeVisitable impls with derives
Oli Scherer
-1
/
+1
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-4
/
+7
2022-09-08
don't evaluate with escaping bound vars
lcnr
-0
/
+1
2022-09-01
Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1
Gabriel Bustamante
-0
/
+6
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-13
/
+70
2022-04-02
rebase and use ty::Const in patterns again
b-naber
-5
/
+1
2022-04-02
do use ty::Const in patterns and abstract consts
b-naber
-1
/
+6
2022-04-02
change thir to use mir::ConstantKind instead of ty::Const
b-naber
-1
/
+1
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-01-15
nyahggdshjjghsdfhgsf
Ellen
-0
/
+3
2022-01-15
attempt to re-add `ty::Unevaluated` visitor and friends
Ellen
-13
/
+35
2022-01-15
initial revert
Ellen
-59
/
+14
2021-08-26
inline stuff
lcnr
-0
/
+4
2021-08-26
shrink `ty::PredicateKind` again
lcnr
-5
/
+24
2021-08-26
use `ty::Unevaluated` instead of def substs pair
lcnr
-1
/
+1
2021-08-26
update `TypeFlags` to deal with missing ct substs
lcnr
-0
/
+6
2021-08-26
make unevaluated const substs optional
lcnr
-11
/
+27
2021-07-14
CTFE/Miri engine Pointer type overhaul: make Scalar-to-Pointer conversion inf...
Ralf Jung
-3
/
+2
2021-03-20
update `const_eval_resolve`
lcnr
-1
/
+2
2021-03-20
extract `ConstKind::Unevaluated` into a struct
lcnr
-4
/
+12
[next]