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
/
src
/
librustc_mir
/
interpret
/
intern.rs
Age
Commit message (
Expand
)
Author
Lines
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
2019-09-15
all memory behind a constant must be immutable
Ralf Jung
-1
/
+6
2019-09-15
const interning: move mutability computation into intern_shallow, and always ...
Ralf Jung
-66
/
+59
2019-08-29
Make allocation relocation field private
Andreas Molzer
-2
/
+2
2019-08-14
Rollup merge of #62760 - chansuke:dedupe-error-messages, r=zackmdavis
Mazdak Farrokhzad
-5
/
+1
2019-08-05
Fiddle param env through to `try_eval_bits` in most places
Oliver Scherer
-1
/
+2
2019-08-05
Don't abort on unevaluated constants without at least tryting to eval them
Oliver Scherer
-1
/
+1
2019-07-31
code review fixes
Saleem Jaffer
-5
/
+3
2019-07-31
Deduplicate some error messages
chansuke
-5
/
+1
2019-07-30
renaming throw_err_* to throw_*
Saleem Jaffer
-3
/
+1
2019-07-30
renaming err to err_unsup
Saleem Jaffer
-1
/
+1
2019-07-30
tidy fixes
Saleem Jaffer
-1
/
+3
2019-07-30
adding throw_ and err_ macros for InterpError
Saleem Jaffer
-1
/
+1
2019-07-29
code review fixes
Saleem Jaffer
-2
/
+2
2019-07-29
adding a err macro for each of the InterpError variants
Saleem Jaffer
-3
/
+1
2019-07-29
fixing fallout due to InterpError refactor
Saleem Jaffer
-4
/
+4
2019-07-12
Replace `struct_tail` and `struct_lockstep_tails` with variants handling norm...
Felix S. Klock II
-1
/
+3
2019-06-24
Don't ICE on mutable zst slices
Oliver Scherer
-7
/
+13
2019-06-24
Simplify vtable interning
Oliver Scherer
-6
/
+2
2019-06-22
Deny explicit_outlives_requirements in the compiler
Matthew Jasper
-1
/
+1
2019-06-19
Remove now-unnecessary lifetime
Oliver Scherer
-1
/
+1
2019-06-19
Elaborate some more on what mutability field means what
Oliver Scherer
-0
/
+8
2019-06-19
Update to `TyCtxt` lifetime changes
Oliver Scherer
-10
/
+10
2019-06-19
Fix typo
Oliver Scherer
-1
/
+1
2019-06-19
The future is now
Oliver Scherer
-4
/
+0
2019-06-19
s/intern/intern_shallow/
Oliver Scherer
-4
/
+5
2019-06-19
Merge `StaticMut` and `Static` logic
Oliver Scherer
-6
/
+6
2019-06-19
Fix rebase fallout
Oliver Scherer
-6
/
+6
2019-06-19
Elaborate on why we don't look at frozenness
Oliver Scherer
-0
/
+2
2019-06-19
Make interning explicitly care about types and the mutability of memory
Oliver Scherer
-0
/
+326
[prev]