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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
librustc_mir
/
interpret
Age
Commit message (
Expand
)
Author
Lines
2020-03-09
Add FIXME
Oliver Scherer
-0
/
+2
2020-03-09
Fix #69191
Felix S. Klock II
-0
/
+6
2020-01-24
Print constants in `type_name` for const generics
varkor
-3
/
+2
2020-01-17
Rollup merge of #68288 - RalfJung:fmt, r=oli-obk
Dylan DPC
-28
/
+20
2020-01-16
adjust Deref comment
Ralf Jung
-7
/
+5
2020-01-16
let rustfmt undo most of my edits :(
Ralf Jung
-29
/
+16
2020-01-16
fix rustfmt fallout
Ralf Jung
-36
/
+43
2020-01-15
Auto merge of #67603 - oli-obk:no_mut_static_ref_from_const, r=RalfJung
bors
-11
/
+35
2020-01-15
Address review comments
Oliver Scherer
-23
/
+3
2020-01-15
Typo
Oliver Scherer
-1
/
+1
2020-01-15
Undo a change not neceesary for this bugfix
Oliver Scherer
-10
/
+4
2020-01-15
Update src/librustc_mir/interpret/intern.rs
Oliver Scherer
-1
/
+2
2020-01-15
Clean up comment
Oliver Scherer
-4
/
+4
2020-01-15
Elaborate on the details in some comments
Oliver Scherer
-9
/
+20
2020-01-15
Elaborate on comments
Oliver Scherer
-0
/
+14
2020-01-15
Promoteds can contain raw pointers, but these must still only point to immuta...
Oliver Scherer
-12
/
+36
2020-01-14
Untangle ZST validation from integer validation and generalize it to all zsts
Oliver Scherer
-11
/
+7
2020-01-13
Auto merge of #68088 - oli-obk:fix_miri, r=RalfJung
bors
-3
/
+8
2020-01-13
Early abort validation of arrays of zsts because there is no data to be checked
Oliver Scherer
-3
/
+8
2020-01-10
Remove an outdated comment
Oliver Scherer
-1
/
+0
2020-01-10
Promoteds also need param envs.
Oliver Scherer
-13
/
+15
2020-01-10
Remove PlaceBase enum and make Place base field be local: Local
Santiago Pastorino
-13
/
+9
2020-01-10
Remove Static from PlaceBase
Santiago Pastorino
-32
/
+0
2020-01-10
Remove StaticKind
Santiago Pastorino
-28
/
+22
2020-01-10
Remove StaticKind::Promoted
Santiago Pastorino
-16
/
+3
2020-01-10
Promote `Ref`s to constants instead of static
Santiago Pastorino
-9
/
+18
2020-01-10
Revert const_eval call to use const_eval_raw to avoid const validation cycles
Santiago Pastorino
-1
/
+6
2020-01-09
Rename `Unsized` to `Meta`
Oliver Scherer
-22
/
+22
2020-01-09
Update src/librustc_mir/interpret/place.rs
Oliver Scherer
-0
/
+1
2020-01-07
Actually use the poison value
Oliver Scherer
-7
/
+3
2020-01-07
Add more documentation
Oliver Scherer
-0
/
+2
2020-01-07
Add warning label to `try_as_mplace`
Oliver Scherer
-0
/
+4
2020-01-07
Remove a bunch of dead functions and make some functions private
Oliver Scherer
-37
/
+3
2020-01-07
Poison any `MemPlace` created from a zst Operand (or otherwise via `MPlaceTy:...
Oliver Scherer
-43
/
+102
2020-01-07
Move `to_const_value` from `MPlaceTy` to its only use site
Oliver Scherer
-16
/
+1
2020-01-07
Fix an ICE happening due code assuming that `MPlaceTy` cannot have integer ad...
Oliver Scherer
-3
/
+23
2020-01-07
Remove a ZST special casing that is not necessary anymore
Oliver Scherer
-6
/
+2
2020-01-07
Automatically prefer integer addresses for zst MPlace
Oliver Scherer
-50
/
+22
2020-01-06
Auto merge of #67886 - Centril:rustc_hir_canon_imports, r=nagisa
bors
-7
/
+7
2020-01-05
Use Instance.ty_env instead of Instance.monomorphic_ty in interpreter
Aaron Hill
-1
/
+1
2020-01-05
Rename Instance.ty to Instance.monomorphic_ty
Aaron Hill
-1
/
+1
2020-01-05
Fix ICE involving calling `Instance.ty` during const evaluation
Aaron Hill
-1
/
+1
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-7
/
+7
2020-01-04
Rollup merge of #67137 - anp:tracked-panic-internals, r=eddyb
Dylan DPC
-38
/
+19
2020-01-04
Restrict visibility of location_triple_for_span.
Adam Perry
-1
/
+1
2020-01-04
Update ABI in const impls of panic_fn/begin_panic_fn.
Adam Perry
-38
/
+19
2020-01-04
core and std macros and panic internals use panic::Location::caller.
Adam Perry
-1
/
+1
2020-01-02
Normalize `syntax::symbol` imports.
Mazdak Farrokhzad
-1
/
+1
2020-01-02
Normalize `syntax::source_map` imports.
Mazdak Farrokhzad
-3
/
+3
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-6
/
+6
[next]