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
/
messages.ftl
Age
Commit message (
Expand
)
Author
Lines
2024-04-21
Miri: detect wrong vtables in wide pointers
Ralf Jung
-9
/
+3
2024-04-02
Forbid implicit nested statics in thread local statics
Oli Scherer
-0
/
+1
2024-03-17
Print a backtrace in const eval if interrupted
Ben Kimock
-0
/
+2
2024-03-14
Rename some things around validation error reporting to signal that it is in ...
Oli Scherer
-6
/
+6
2024-03-10
Rollup merge of #121860 - mu001999:master, r=Nilstrieb
Matthias Krüger
-3
/
+0
2024-03-08
Rollup merge of #119365 - nbdd0121:asm-goto, r=Amanieu
Matthias Krüger
-3
/
+0
2024-03-03
Remove unused fluent messages
r0cky
-3
/
+0
2024-02-29
allow statics pointing to mutable statics
Ralf Jung
-1
/
+0
2024-02-24
Change InlineAsm to allow multiple targets instead
Gary Guo
-3
/
+0
2024-02-16
allow mutable references in const values when they point to no memory
Ralf Jung
-1
/
+1
2024-02-15
Do not allocate a second "background" alloc id for the main allocation of a s...
Oli Scherer
-0
/
+2
2024-02-11
Rollup merge of #120883 - RalfJung:extern-static-err, r=oli-obk
Matthias Krüger
-2
/
+2
2024-02-11
Rollup merge of #120882 - RalfJung:set-discriminant, r=compiler-errors
Matthias Krüger
-0
/
+4
2024-02-10
detect consts that reference extern statics
Ralf Jung
-0
/
+1
2024-02-10
validation: descend from consts into statics
Ralf Jung
-3
/
+3
2024-02-10
unstably allow constants to refer to statics and read from immutable statics
Ralf Jung
-7
/
+6
2024-02-10
interpret: rename ReadExternStatic → ExternStatic
Ralf Jung
-2
/
+2
2024-02-10
interpret/write_discriminant: when encoding niched variant, ensure the stored...
Ralf Jung
-0
/
+4
2024-01-22
raw pointers are not references
Ralf Jung
-8
/
+8
2024-01-22
const-eval interner: from-scratch rewrite using mutability information from p...
Ralf Jung
-8
/
+14
2023-12-07
compile-time evaluation: emit a lint when a write through an immutable pointe...
Ralf Jung
-0
/
+3
2023-10-15
more precise error for 'based on misaligned pointer' case
Ralf Jung
-2
/
+6
2023-10-15
don't UB on dangling ptr deref, instead check inbounds on projections
Ralf Jung
-1
/
+0
2023-09-14
don't point at const usage site for resolution-time errors
Ralf Jung
-3
/
+0
2023-08-30
move marking-locals-live out of push_stack_frame, so it happens with argument...
Ralf Jung
-1
/
+1
2023-08-08
interpret: remove incomplete protection against invalid where clauses
Ralf Jung
-2
/
+0
2023-08-02
const validation: point at where we found a pointer but expected an integer
Ralf Jung
-50
/
+58
2023-08-01
properly track why we checked whether a pointer is in-bounds
Ralf Jung
-1
/
+1
2023-07-25
interpret: refactor projection code to work on a common trait, and use that f...
Ralf Jung
-1
/
+4
2023-07-24
interpret: support projecting into Place::Local without force_allocation
Ralf Jung
-2
/
+0
2023-07-21
Revert "Auto merge of #113166 - moulins:ref-niches-initial, r=oli-obk"
David Tolnay
-0
/
+1
2023-07-21
support non-null pointer niches in CTFE
Moulins
-1
/
+0
2023-07-16
miri: fail when calling a function that requires an unavailable target feature
Eduardo Sánchez Muñoz
-0
/
+3
2023-06-18
Better error for non const `PartialEq` call generated by `match`
Deadbeef
-0
/
+3
2023-06-01
Use translatable diagnostics in `rustc_const_eval`
Deadbeef
-17
/
+374
2023-05-31
Remove const eval limit and implement an exponential backoff lint instead
Oli Scherer
-0
/
+6
2023-05-25
Ensure Fluent messages are in alphabetical order
clubby789
-46
/
+46
2023-03-29
Check for escape sequences in Fluent resources
clubby789
-4
/
+12
2023-03-11
Simplify message paths
est31
-0
/
+83