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
Age
Commit message (
Expand
)
Author
Lines
2023-04-01
use and_then/flat_map for map().flatten()
Matthias Krüger
-1
/
+1
2023-03-15
unequal → not equal
gimbles
-7
/
+7
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
-5
/
+5
2023-02-01
Don't call with_reveal_all_normalized in evaluate when param-env has inferenc...
Michael Goulet
-6
/
+4
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-3
/
+0
2022-11-28
Make `tcx.mk_const` more permissive wrt `kind` argument
Maybe Waffle
-0
/
+8
2022-11-27
Auto merge of #103917 - oli-obk:layout_math, r=RalfJung,lcnr
bors
-0
/
+12
2022-11-25
Add empty ConstKind::Abstract
kadmin
-1
/
+18
2022-11-25
Add helper method to `ScalarInt`
Oli Scherer
-0
/
+12
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-04
Make `const_eval_select` a real intrinsic
Deadbeef
-1
/
+4
2022-09-01
Porting 'compiler/rustc_trait_selection' to translatable diagnostics - Part 1
Gabriel Bustamante
-0
/
+6
2022-07-26
Allow try_to_raw_bytes on u8 array
Michael Goulet
-20
/
+14
2022-07-20
clippy::perf fixes
Matthias Krüger
-6
/
+4
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-26
/
+20
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-07-02
add AllocRange Debug impl; remove redundant AllocId Display impl
Ralf Jung
-0
/
+4
2022-06-14
implement valtrees as the type-system representation for constant values
b-naber
-13
/
+129
2022-06-08
Use delayed error handling for `Encodable` and `Encoder` infallible.
Nicholas Nethercote
-3
/
+3
2022-04-21
implement valtree -> constvalue conversion
b-naber
-0
/
+3
2022-04-21
add helper methods on ValTree
b-naber
-0
/
+16
2022-04-21
add some helper methods to ScalarInt
b-naber
-0
/
+92
2022-04-16
Rollup merge of #95426 - b-naber:valtrees-slice, r=RalfJung,oli-obk
Dylan DPC
-1
/
+1
2022-04-08
create leafs for slices
b-naber
-28
/
+0
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-29
Add type for slices in ValTrees
b-naber
-1
/
+29
2022-03-02
rename ErrorReported -> ErrorGuaranteed
mark
-2
/
+2
2022-02-20
Rollup merge of #94091 - GuillaumeGomez:rustdoc-const-computed-value, r=oli-obk
Matthias Krüger
-0
/
+7
2022-02-19
Don't render Const computed values in hexadecimal for Display
Guillaume Gomez
-0
/
+7
2022-02-17
Fix ScalarInt to char conversion
Tomasz Miąsko
-4
/
+14
2022-01-22
Make `Decodable` and `Decoder` infallible.
Nicholas Nethercote
-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-12-15
Remove `in_band_lifetimes` from `rustc_middle`
Aaron Hill
-2
/
+2
[next]