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
/
interpret
/
intrinsics
Age
Commit message (
Expand
)
Author
Lines
2023-10-28
interpret: call caller_location logic the same way codegen does, and share so...
Ralf Jung
-136
/
+0
2023-10-17
[RFC 3127 - Trim Paths]: Condition remapped filepath on remap scopes
Urgau
-1
/
+9
2023-07-25
interpret: make write functions generic over the place type
Ralf Jung
-3
/
+3
2023-07-25
interpret: refactor projection code to work on a common trait, and use that f...
Ralf Jung
-3
/
+3
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-1
/
+1
2023-05-25
Remove ExpnKind::Inlined.
Camille GILLOT
-5
/
+1
2023-04-13
Implement `Copy` for `LocationDetail`
Maybe Waffle
-1
/
+1
2023-03-18
Ignore `Inlined` spans when computing caller location.
Camille GILLOT
-1
/
+5
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-17
Replace `mk_foo` calls with `infer_foo` where possible.
Nicholas Nethercote
-1
/
+1
2023-02-16
remove bound_type_of query; make type_of return EarlyBinder; change type_of i...
Kyle Matsuda
-1
/
+1
2023-02-07
miri: fix ICE when running out of address space
Ralf Jung
-3
/
+4
2022-12-10
compiler: remove unnecessary imports and qualified paths
KaDiWa
-2
/
+0
2022-11-18
interpret: use Either over Result when it is not representing an error condition
Ralf Jung
-2
/
+2
2022-10-31
interpret: move type_name implementation to an interpreter-independent helper...
Ralf Jung
-201
/
+0
2022-10-30
All verbosity checks in `PrettyPrinter` now go through `PrettyPrinter::should...
Sarthak Singh
-4
/
+7
2022-10-25
Added helper to prevent verbose printing from the `PrettyPrinter` when printi...
Sarthak Singh
-2
/
+4
2022-09-19
remove the `Subst` trait, always use `EarlyBinder`
lcnr
-1
/
+0
2022-09-12
Plumb dyn trait representation through ty::Dynamic
Eric Holk
-1
/
+1
2022-08-26
Replace `Body::basic_blocks()` with field access
Tomasz Miąsko
-1
/
+1
2022-07-19
interpret: rename Tag/PointerTag to Prov/Provenance
Ralf Jung
-2
/
+2
2022-07-13
Rename `debugging_opts` to `unstable_opts`
Joshua Nelson
-1
/
+1
2022-06-04
tweak some bug!s
Ralf Jung
-1
/
+1
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-4
/
+4
2022-05-13
Add bound_type_of
Jack Huey
-5
/
+4
2022-05-10
Introduce EarlyBinder
Jack Huey
-4
/
+5
2022-03-11
Improve `AdtDef` interning.
Nicholas Nethercote
-1
/
+2
2022-03-07
Introduce `ConstAllocation`.
Nicholas Nethercote
-2
/
+2
2022-02-23
Rename `region_should_not_be_omitted` to `should_print_region`
Tomasz Miąsko
-1
/
+1
2022-02-15
Overhaul `Const`.
Nicholas Nethercote
-1
/
+1
2021-12-19
Auto merge of #91957 - nnethercote:rm-SymbolStr, r=oli-obk
bors
-2
/
+2
2021-12-15
Remove unnecessary sigils around `Symbol::as_str()` calls.
Nicholas Nethercote
-2
/
+2
2021-12-13
Remove `in_band_lifetimes` from `rustc_const_eval`
LegionMammal978
-1
/
+1
2021-11-06
use matches!() macro in more places
Matthias Krüger
-4
/
+2
2021-10-21
Configure saved panic locations based on location-detail flag
Hudson Ayers
-4
/
+11
2021-09-07
Rename rustc_mir to rustc_const_eval.
Camille GILLOT
-0
/
+320