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_trait_selection
/
src
/
traits
/
const_evaluatable.rs
Age
Commit message (
Expand
)
Author
Lines
2025-03-07
compiler: Use size_of from the prelude instead of imported
Thalia Archibald
-1
/
+1
2025-03-04
mgca: Lower all const paths as `ConstArgKind::Path`
Noah Lev
-0
/
+6
2025-01-30
introduce `ty::Value`
Lukas Markeffsky
-1
/
+1
2025-01-08
Remove some unnecessary `.into()` calls
Esteban Küber
-2
/
+2
2024-11-12
Consolidate type system const evaluation under `traits::evaluate_const`
Boxy
-18
/
+13
2024-10-23
nightly feature tracking: get rid of the per-feature bool fields
Ralf Jung
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-08-30
Remove `#[macro_use] extern crate tracing` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-06-05
Add `Ty` to `ConstKind::Value`
Boxy
-1
/
+1
2024-06-05
Basic removal of `Ty` from places (boring)
Boxy
-3
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_trait_selection`.
Nicholas Nethercote
-0
/
+1
2024-04-16
Avoid unnecessary `rustc_span::DUMMY_SP` usage.
Nicholas Nethercote
-5
/
+4
2024-03-18
Avoid various uses of `Option<Span>` in favor of using `DUMMY_SP` in the few ...
Oli Scherer
-2
/
+2
2024-03-05
Convert `TypeVisitor` and `DefIdVisitor` to use `VisitorResult`
Jason Newcomb
-5
/
+2
2024-02-21
Convert `bug`s back to `delayed_bug`s.
Nicholas Nethercote
-5
/
+4
2024-02-21
Convert `delayed_bug`s to `bug`s.
Nicholas Nethercote
-4
/
+2
2024-02-14
Use fewer delayed bugs.
Nicholas Nethercote
-3
/
+4
2024-01-10
Rename consuming chaining methods on `DiagnosticBuilder`.
Nicholas Nethercote
-2
/
+2
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-2
/
+2
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-4
/
+4
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
[next]