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
/
intern.rs
Age
Commit message (
Expand
)
Author
Lines
2020-04-19
Auto merge of #70598 - vakaras:add-threads-cr3, r=oli-obk,RalfJung
bors
-2
/
+5
2020-04-19
Dogfood more or_patterns in the compiler
Josh Stone
-8
/
+9
2020-04-16
mir/interpret: only use `ErrorHandled::Reported` for `ErrorReported`.
Eduard-Mihai Burtescu
-1
/
+4
2020-04-15
Make the necessary changes to support concurrency in Miri.
Vytautas Astrauskas
-2
/
+5
2020-03-30
rustc -> rustc_middle part 3 (rustfmt)
Mazdak Farrokhzad
-2
/
+2
2020-03-30
rustc -> rustc_middle part 2
Mazdak Farrokhzad
-2
/
+2
2020-03-24
move ModifiedStatic error to ConstEval errors, and generally adjust terminolo...
Ralf Jung
-2
/
+2
2020-03-11
miri: categorize errors into "unsupported" and "UB"
Ralf Jung
-2
/
+2
2020-03-02
Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb
bors
-2
/
+5
2020-02-29
Rename `syntax` to `rustc_ast` in source code
Vadim Petrochenkov
-1
/
+1
2020-02-18
miri value visitor: fix some wrong assumptions about layout; improve error me...
Ralf Jung
-2
/
+5
2020-02-11
Invert control in struct_lint_level.
jumbatm
-4
/
+7
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
-11
/
+35
2020-01-10
Promote `Ref`s to constants instead of static
Santiago Pastorino
-8
/
+17
2020-01-09
Rename `Unsized` to `Meta`
Oliver Scherer
-2
/
+2
2020-01-07
Poison any `MemPlace` created from a zst Operand (or otherwise via `MPlaceTy:...
Oliver Scherer
-2
/
+3
2020-01-05
Remove rustc_hir reexports in rustc::hir.
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-26
Typo
Oliver Scherer
-1
/
+1
2019-12-26
Comments should start capitalized and end in a period
Oliver Scherer
-4
/
+4
2019-12-26
Interning even happens when validation of a constant fails
Oliver Scherer
-6
/
+12
2019-12-26
Retire `to_ptr` which should already have no users but still kept getting new...
Oliver Scherer
-6
/
+9
2019-12-23
Tidy
Oliver Scherer
-1
/
+2
2019-12-23
Update src/librustc_mir/interpret/intern.rs
Oliver Scherer
-1
/
+1
2019-12-23
Dynamically prevent constants from accessing statics
Oliver Scherer
-1
/
+0
2019-12-23
Panic on mutable allocs in constants
Oliver Scherer
-6
/
+15
2019-12-22
Format the world
Mark Rousskov
-55
/
+37
2019-12-20
1. ast::Mutability::{Mutable -> Mut, Immutable -> Not}.
Mazdak Farrokhzad
-25
/
+22
2019-11-28
do not consider memory allocated by caller_location leaked
Ralf Jung
-1
/
+1
2019-11-24
Respond to CR feedback
Wesley Wiser
-62
/
+11
2019-11-22
Allow miri allocation interning to work im generic Machines
Wesley Wiser
-23
/
+83
2019-11-10
Merge hir::Mutability into ast::Mutability.
Camille GILLOT
-7
/
+7
2019-11-08
miri: Rename to_{u,i}size to to_machine_{u,i}size
Ralf Jung
-1
/
+1
2019-11-06
remvoe to_scalar_ptr and use ref_to_mplace everywhere
Ralf Jung
-12
/
+10
2019-10-27
Always use consteval to codegen caller_location.
Adam Perry
-4
/
+3
2019-10-11
InterpCx: make memory field public
Ralf Jung
-4
/
+3
2019-09-25
Rename `sty` to `kind`
varkor
-3
/
+3
2019-09-15
update intern classification comment
Ralf Jung
-1
/
+2
2019-09-15
explain ty == None
Ralf Jung
-0
/
+3
2019-09-15
assert that nobody asks for mutable constants
Ralf Jung
-0
/
+4
2019-09-15
note a FIXME
Ralf Jung
-0
/
+2
2019-09-15
relocations -> allocations
Ralf Jung
-13
/
+18
2019-09-15
drop redundant ParamEnv, and avoid constructing InternVisitor without visiting
Ralf Jung
-77
/
+93
[next]