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
/
ich
/
impls_ty.rs
Age
Commit message (
Expand
)
Author
Lines
2018-09-11
Simplify Scope/ScopeData to have less chance of introducing UB or size increases
Oliver Schneider
-6
/
+9
2018-09-08
Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk
bors
-1
/
+1
2018-09-08
Auto merge of #53705 - ms2300:tmp, r=oli-obk
bors
-1
/
+1
2018-09-08
Optimize miri checking of integer array/slices
Gabriel Majeri
-1
/
+1
2018-09-07
make field always private, add `From` impls
Niko Matsakis
-3
/
+0
2018-09-06
Auto merge of #52626 - brunocodutra:issue-52475, r=oli-obk
bors
-1
/
+1
2018-09-06
Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis
bors
-7
/
+7
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-1
/
+1
2018-09-03
Implement Hash in terms of HashStable for EvalSnapshot
Bruno Dutra
-1
/
+1
2018-09-01
move the is_field_list_non_exhaustive flag to VariantDef
Ariel Ben-Yehuda
-7
/
+7
2018-08-29
re-do argument passing one more time to finally be sane
Ralf Jung
-1
/
+6
2018-08-28
address nits
Ralf Jung
-1
/
+1
2018-08-27
Miri Memory Work
Ralf Jung
-2
/
+3
2018-08-24
Rollup merge of #53545 - FelixMcFelix:fix-50865-beta, r=petrochenkov
kennytm
-0
/
+1
2018-08-22
Auto merge of #52011 - oli-obk:dont_you_hate_it_too_when_everything_panics_co...
bors
-1
/
+6
2018-08-22
Allow panicking with string literal messages inside constants
Oliver Schneider
-1
/
+6
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-6
/
+6
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-2
/
+2
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-17
/
+17
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-5
/
+5
2018-08-22
Rename ty::Slice to ty::List
varkor
-2
/
+2
2018-08-22
miri/CTFE refactor
Ralf Jung
-6
/
+0
2018-08-21
New AccessLevel and accompanying propagation.
Kyle Simpson
-0
/
+1
2018-08-01
Reintroduce `Undef` and properly check constant value sizes
Oliver Schneider
-2
/
+7
2018-07-18
Implement existential types
Oliver Schneider
-0
/
+1
2018-07-04
Add an `InfiniteLoop` variant to `EvalErrorKind`
Dylan MacKenzie
-1
/
+2
2018-06-30
Added miri error for evaluating foreign statics.
Alexander Regueiro
-0
/
+1
2018-06-28
Rollup merge of #51636 - oli-obk:const_diagnostics, r=eddyb
Mark Rousskov
-45
/
+8
2018-06-28
Merge `ConstVal` and `ConstValue`
Oliver Schneider
-19
/
+2
2018-06-28
Move everything over from `middle::const_val` to `mir::interpret`
Oliver Schneider
-4
/
+4
2018-06-28
Move the Lrc outside the error type and name the fields
Oliver Schneider
-1
/
+2
2018-06-28
Address review comments
Oliver Schneider
-1
/
+1
2018-06-28
Eliminate old CTFE's `ErrKind`
Oliver Schneider
-24
/
+3
2018-06-28
incremental: Do not hash spans for things that didn't have spans previously
Vadim Petrochenkov
-1
/
+1
2018-06-28
Support delegation in stable hashing macros
Vadim Petrochenkov
-87
/
+33
2018-06-28
Use `Ident`s for associated item definitions in HIR
Vadim Petrochenkov
-1
/
+1
2018-06-22
Auto merge of #51433 - scalexm:finish-rules, r=nikomatsakis
bors
-10
/
+35
2018-06-05
Remove another unused error variant
Oliver Schneider
-1
/
+0
2018-06-05
Remove unused IndexOutOfBounds variant
Oliver Schneider
-4
/
+0
2018-06-05
Properly report transitive errors
Oliver Schneider
-8
/
+3
2018-06-05
Refactor the const eval diagnostic API
Oliver Schneider
-0
/
+1
2018-06-04
Refactor the chalkify lowering process
scalexm
-10
/
+35
2018-05-28
rewrite the hasher to not access `depth` field
Niko Matsakis
-7
/
+3
2018-05-26
Use `Ident`s for fields in HIR
Vadim Petrochenkov
-5
/
+11
2018-05-24
change `Value::Bytes` to `Value::Bits`
Oliver Schneider
-5
/
+18
2018-05-24
Rename MemoryPointer to Pointer
Oliver Schneider
-1
/
+1
2018-05-24
Eliminate the `Pointer` wrapper type
Oliver Schneider
-2
/
+0
2018-05-24
Rename ByVal(Pair) to Scalar(Pair)
Oliver Schneider
-4
/
+4
2018-05-24
Rename PrimVal to Scalar
Oliver Schneider
-1
/
+1
2018-05-22
Introduce AllocType which indicates what AllocIds point to
John Kåre Alsaker
-31
/
+19
[next]