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
/
fn_queries.rs
Age
Commit message (
Expand
)
Author
Lines
2025-01-15
Methods of const traits are const
Oli Scherer
-8
/
+12
2024-12-27
Spruce up the docs of several queries related to the type/trait system and co...
León Orell Valerian Liehr
-10
/
+4
2024-12-15
Rollup merge of #134285 - oli-obk:push-vwrqsqlwnuxo, r=Urgau
Stuart Cook
-3
/
+2
2024-12-14
Add some convenience helper methods on `hir::Safety`
Oli Scherer
-3
/
+2
2024-12-12
Move impl constness into impl trait header
Oli Scherer
-9
/
+12
2024-12-11
Require the `constness` query to only be invoked on things that can have cons...
Oli Scherer
-4
/
+5
2024-12-11
Make a helper private
Oli Scherer
-1
/
+1
2024-11-04
remove support for extern-block const intrinsics
Ralf Jung
-9
/
+3
2024-10-25
Re-do recursive const stability checks
Ralf Jung
-18
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-06-28
implement new effects desugaring
Deadbeef
-4
/
+1
2024-06-07
Revert "Create const block DefIds in typeck instead of ast lowering"
Oli Scherer
-1
/
+1
2024-05-28
Create const block DefIds in typeck instead of ast lowering
Oli Scherer
-1
/
+1
2024-05-17
Rename Unsafe to Safety
Santiago Pastorino
-2
/
+2
2024-02-12
Make `is_intrinsic` query return the intrinsic name
Oli Scherer
-1
/
+1
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-1
/
+1
2023-10-13
Format all the let chains in compiler
Michael Goulet
-2
/
+7
2023-08-06
lower impl const to bind to host effect param
Deadbeef
-1
/
+1
2023-07-27
bless clippy
Deadbeef
-5
/
+8
2023-05-15
Move expansion of query macros in rustc_middle to rustc_middle::query
John Kåre Alsaker
-1
/
+1
2023-03-21
Use local key in providers
Michael Goulet
-2
/
+1
2023-03-06
Rollup merge of #107801 - davidtwco:stability-implies-const, r=Nilstrieb
Matthias Krüger
-3
/
+10
2023-03-02
rustc_middle: Remove trait `DefIdTree`
Vadim Petrochenkov
-1
/
+1
2023-02-14
Add `of_trait` to DefKind::Impl.
Camille GILLOT
-1
/
+2
2023-02-08
const_eval: `implies_by` in `rustc_const_unstable`
David Wood
-3
/
+10
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-12
attempt to make a minimal example work
Deadbeef
-0
/
+1
2022-10-20
Revert "Unify tcx.constness and param env constness checks"
Michael Goulet
-56
/
+16
2022-10-12
Unify tcx.constness and param env constness checks
Michael Goulet
-16
/
+56
2022-06-15
Rename `impl_constness` to `constness`
Deadbeef
-6
/
+7
2022-05-19
Add and use stability helper methods
Jacob Pratt
-1
/
+1
2022-05-16
Add a query for checking whether a function is an intrinsic.
Oli Scherer
-5
/
+1
2022-05-02
rustc: Panic by default in `DefIdTree::parent`
Vadim Petrochenkov
-1
/
+1
2022-03-31
Merge impl_constness and is_const_fn_raw.
Camille GILLOT
-31
/
+35
2022-01-15
Reduce use of local_def_id_to_hir_id.
Camille GILLOT
-6
/
+7
2021-11-06
use matches!() macro in more places
Matthias Krüger
-3
/
+1
2021-10-19
Replace FnLikeNode by FnKind.
Camille GILLOT
-3
/
+2
2021-09-15
Move is_const_fn to under TyCtxt
Deadbeef
-18
/
+1
2021-09-09
Remove unused query
Deadbeef
-22
/
+10
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+112