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
Age
Commit message (
Expand
)
Author
Lines
2025-09-28
remove explicit deref of AbiAlign for most methods
Jubilee Young
-2
/
+2
2025-09-25
const_caller_location: edit FIXME to explain use of `DUMMY_SP`
Akrm Al-Hakimi
-1
/
+1
2025-09-17
Remove `DynKind`
León Orell Valerian Liehr
-1
/
+1
2025-09-08
Allow static regions in `type_name`.
Nicholas Nethercote
-2
/
+3
2025-08-21
Rollup merge of #145700 - nnethercote:fix-145696, r=lcnr
Jacob Pratt
-3
/
+3
2025-08-21
Handle `ReEarlyParam` in `type_name`.
Nicholas Nethercote
-3
/
+3
2025-08-19
Pretty print the name of an future from calling async closure
Michael Goulet
-1
/
+30
2025-08-14
Print regions in `type_name`.
Nicholas Nethercote
-10
/
+16
2025-08-13
Rollup merge of #144949 - nnethercote:more-Printer-cleanups, r=davidtwco
Guillaume Gomez
-12
/
+12
2025-08-07
Reimplement `print_region` in `type_name.rs`.
Nicholas Nethercote
-1
/
+3
2025-08-06
Rename some `PrettyPrinter` methods.
Nicholas Nethercote
-2
/
+2
2025-08-06
Rename some `Printer` methods.
Nicholas Nethercote
-5
/
+5
2025-08-05
Rename most of the printers.
Nicholas Nethercote
-5
/
+5
2025-08-05
Rollup merge of #144890 - WaffleLapkin:project_fields, r=lcnr
Samuel Tardieu
-5
/
+5
2025-08-04
add `project_fields` helper function
Waffle Lapkin
-5
/
+5
2025-08-03
Remove unused arg from `path_append_impl`.
Nicholas Nethercote
-1
/
+0
2025-08-03
Rename `Printer` variables.
Nicholas Nethercote
-3
/
+3
2025-08-03
Remove `type_name::AbsolutePathPrinter::comma_sep`.
Nicholas Nethercote
-14
/
+1
2025-08-03
Mark `Printer` methods as unreachable where appropriate.
Nicholas Nethercote
-1
/
+1
2025-07-23
Remove useless lifetime parameter.
Camille GILLOT
-1
/
+1
2025-07-16
Comment more code and make tests clearer
Deadbeef
-6
/
+5
2025-07-16
add `const_make_global`; err for `const_allocate` ptrs if didn't call
Deadbeef
-4
/
+6
2025-07-03
setup CI and tidy to use typos for spellchecking and fix few typos
klensy
-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-05-27
Rename unpack to kind
Michael Goulet
-1
/
+1
2025-04-24
Remove `weak` alias terminology
Boxy
-1
/
+1
2025-02-28
rename BackendRepr::Vector → SimdVector
Ralf Jung
-1
/
+1
2025-02-20
Remove `BackendRepr::Uninhabited`, replaced with an `uninhabited: bool` field...
Zachary S
-7
/
+9
2025-02-05
Pretty print pattern type values with `transmute` if they don't satisfy their...
Oli Scherer
-13
/
+42
2025-02-03
Remove hook calling via `TyCtxtAt`.
Nicholas Nethercote
-5
/
+4
2024-12-22
Begin to implement type system layer of unsafe binders
Michael Goulet
-1
/
+2
2024-12-18
make no-variant types a dedicated Variants variant
Ralf Jung
-0
/
+1
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
-2
/
+2
2024-11-18
use `TypingEnv` when no `infcx` is available
lcnr
-16
/
+13
2024-11-03
compiler: Directly use rustc_abi in const_eval
Jubilee Young
-1
/
+1
2024-10-31
stop using `ParamEnv::reveal` while handling MIR
lcnr
-16
/
+7
2024-10-30
Rollup merge of #132246 - workingjubilee:campaign-on-irform, r=compiler-errors
Jubilee
-7
/
+7
2024-10-29
compiler: `rustc_abi::Abi` => `BackendRepr`
Jubilee Young
-7
/
+7
2024-10-29
TypingMode :thinking:
lcnr
-2
/
+3
2024-10-28
compiler: Add `is_uninhabited` and use LayoutS accessors
Jubilee Young
-1
/
+1
2024-10-01
make InterpResult a dedicated type to avoid accidentally discarding the error
Ralf Jung
-2
/
+1
[next]