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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_trait_selection
/
src
/
traits
/
const_evaluatable.rs
Age
Commit message (
Expand
)
Author
Lines
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-6
/
+6
2023-09-14
move required_consts check to general post-mono-check function
Ralf Jung
-4
/
+4
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-07-01
Auto merge of #113154 - lcnr:better-probe-check, r=compiler-errors
bors
-2
/
+2
2023-06-29
change snapshot tracking in fulfillment contexts
lcnr
-2
/
+2
2023-06-26
Migrate predicates_of and caller_bounds to Clause
Michael Goulet
-1
/
+1
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-1
/
+1
2023-06-17
Move ConstEvaluatable to Clause
Michael Goulet
-1
/
+1
2023-05-15
Suppress "erroneous constant used" for constants tainted by errors
Tomasz Miąsko
-2
/
+2
2023-04-20
Remove WithOptconstParam.
Camille GILLOT
-2
/
+2
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-13
Make visiting traits generic over the Interner
Alan Egerton
-1
/
+1
2023-02-13
Alias folding/visiting traits instead of re-export
Alan Egerton
-1
/
+1
2023-01-30
Use ObligationCtxt::new_in_snapshot in satisfied_from_param_env
Michael Goulet
-1
/
+1
2023-01-17
Stop using `BREAK` & `CONTINUE` in compiler
Scott McMurray
-1
/
+1
2023-01-09
Clean up
kadmin
-23
/
+9
2023-01-09
Check for duplicates
kadmin
-3
/
+15
2023-01-09
Set !const_evaluatable if ambig. and not inferred
kadmin
-12
/
+10
2023-01-09
Change based on comments
kadmin
-7
/
+26
2023-01-09
Change commit_if_ok to probe
kadmin
-8
/
+3
2022-12-18
use &str / String literals instead of format!()
Matthias Krüger
-4
/
+4
2022-12-07
Rollup merge of #105400 - BoxyUwU:braced_param_evaluatability, r=oli-obk
Matthias Krüger
-1
/
+1
2022-12-06
normalize before matching on `ConstKind`
Boxy
-1
/
+1
2022-12-06
typo :(
Boxy
-1
/
+1
2022-12-05
support `Expr` in `is_const_evaluatable` and `compute`
Boxy
-18
/
+40
2022-11-25
only emit "enable gce" error if it would fix compile error
Boxy
-8
/
+17
2022-11-25
Make `expand_abstract_consts` infallible
Boxy
-5
/
+13
2022-11-25
add FIXME's
Boxy
-0
/
+7
2022-11-25
dont skip const evalautable of non unevaluateds
Boxy
-6
/
+1
2022-11-25
add FIXME for things that I couldn't find ways to trigger
Boxy
-0
/
+1
2022-11-25
fmt
Boxy
-1
/
+1
2022-11-25
handle nested obligations in `satisfied_from_param_env`
Boxy
-26
/
+34
2022-11-25
Add expand_abstract_const
kadmin
-49
/
+38
2022-11-25
Add empty ConstKind::Abstract
kadmin
-171
/
+64
2022-11-16
cleanup and dedupe CTFE and Miri error reporting
Ralf Jung
-12
/
+0
2022-10-29
avoid unnecessary `&str` to `String` conversions
Takayuki Maeda
-6
/
+6
2022-10-18
`const_evaluatable_unchecked` to const eval
lcnr
-21
/
+1
2022-10-18
change `ConstEvaluatable` to use `ty::Const`
lcnr
-2
/
+11
2022-10-14
more dupe word typos
Rageking8
-1
/
+1
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-2
/
+2
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-3
/
+3
2022-10-01
Refactor rustc lint API
Maybe Waffle
-22
/
+26
2022-09-23
rename Unevaluated to UnevaluatedConst
b-naber
-2
/
+2
2022-09-22
introduce mir::Unevaluated
b-naber
-2
/
+2
2022-09-13
use ty::Unevaluated<'tcx, ()> in type system
b-naber
-2
/
+2
2022-07-25
handle consts with param/infer in const_eval_resolve better
Michael Goulet
-13
/
+4
2022-07-22
Do not resolve associated const when there is no provided value
Michael Goulet
-3
/
+12
2022-07-14
Fix overlapping impls
kadmin
-29
/
+139
2022-07-12
Move abstract const to rustc_middle::ty
kadmin
-615
/
+5
2022-07-09
don't allow ZST in ScalarInt
Ralf Jung
-0
/
+4
[next]