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
/
util
/
caller_location.rs
Age
Commit message (
Expand
)
Author
Lines
2025-09-25
const_caller_location: edit FIXME to explain use of `DUMMY_SP`
Akrm Al-Hakimi
-1
/
+1
2025-08-04
add `project_fields` helper function
Waffle Lapkin
-5
/
+5
2025-07-23
Remove useless lifetime parameter.
Camille GILLOT
-1
/
+1
2025-06-28
Rollup merge of #142708 - Darksonn:location-len-without-nul, r=Mark-Simulacrum
Matthias Krüger
-7
/
+5
2025-06-27
Add InterpCx::layout_of with tracing, shadowing LayoutOf
Stypox
-1
/
+0
2025-06-19
Do not include NUL-terminator in computed length
Alice Ryhl
-7
/
+5
2025-06-06
Rollup merge of #142103 - scottmcm:fieldidx-in-interp, r=oli-obk
Guillaume Gomez
-4
/
+8
2025-06-05
Update `InterpCx::project_field` to take `FieldIdx`
Scott McMurray
-4
/
+8
2025-06-06
Rollup merge of #142012 - oli-obk:no-optional-spans, r=fee1-dead
Matthias Krüger
-1
/
+1
2025-06-05
Replace some `Option<Span>` with `Span` and use DUMMY_SP instead of None
Oli Scherer
-1
/
+1
2025-06-04
Add Location::file_with_nul
Taylor Cramer
-8
/
+13
2025-02-03
Remove hook calling via `TyCtxtAt`.
Nicholas Nethercote
-5
/
+4
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-1
/
+1
2024-12-09
interpret: clean up deduplicating allocation functions
Ralf Jung
-6
/
+3
2024-11-19
`InterpCx` store `TypingEnv` instead of a `ParamEnv`
lcnr
-1
/
+1
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+1
2024-06-13
rename CompileTimeInterpreter -> CompileTimeMachine, CompileTimeEvalContext -...
Ralf Jung
-2
/
+2
2024-05-27
interpret: get rid of 'mir lifetime everywhere
Ralf Jung
-2
/
+2
2024-05-23
Remove `#[macro_use] extern crate tracing` from `rustc_const_eval`.
Nicholas Nethercote
-0
/
+1
2024-05-13
Remove `extern crate rustc_middle` from `rustc_const_eval`.
Nicholas Nethercote
-0
/
+1
2024-02-27
Split rustc_type_ir to avoid rustc_ast from depending on it
Oli Scherer
-2
/
+1
2024-02-21
make it possible for outside crates to inspect a mir::ConstValue with the int...
Ralf Jung
-2
/
+7
2024-02-10
unstably allow constants to refer to statics and read from immutable statics
Ralf Jung
-2
/
+2
2024-01-22
const-eval interner: from-scratch rewrite using mutability information from p...
Ralf Jung
-0
/
+1
2023-10-31
Turn const_caller_location from a query to a hook
Oli Scherer
-5
/
+8
2023-10-28
interpret: call caller_location logic the same way codegen does, and share so...
Ralf Jung
-0
/
+63