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-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
2018-05-21
rustc: move TypeParamDef's fields into GenericParamDefKind::Type.
Eduard-Mihai Burtescu
-12
/
+20
2018-05-19
Auto merge of #50893 - kennytm:rollup, r=kennytm
bors
-1
/
+1
2018-05-19
Go through an allocation when accessing fields of constants
Oliver Schneider
-1
/
+2
2018-05-17
Removed use of TypeIdHasher in debuginfo and replaced it with StableHasher. A...
iancormac84
-1
/
+1
2018-05-15
Lift pure_wrt_drop to GenericParamDef
varkor
-6
/
+2
2018-05-15
Rename RegionParamDef to LifetimeParamDef
varkor
-1
/
+1
2018-05-15
Pull common parameters into GenericParamDef
varkor
-21
/
+10
2018-05-15
Replace type_param_to_index with param_def_id_to_index
varkor
-1
/
+1
2018-05-15
Rename TypeParameterDef -> TypeParamDef and RegionParameterDef -> RegionParamDef
varkor
-4
/
+4
2018-05-15
Rename GenericParam to GenericParamDef
varkor
-1
/
+1
2018-05-15
Rename ty::GenericParameterDef to GenericParam
varkor
-1
/
+1
2018-05-15
Rename ty::Generics::parameters to params
varkor
-2
/
+2
2018-05-15
Reduce parent_params to parent_count
varkor
-2
/
+2
2018-05-15
Consolidate ty::Generics
varkor
-8
/
+9
2018-05-11
Introduce ConstValue and use it instead of miri's Value for constant values
John Kåre Alsaker
-0
/
+24
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-1
/
+2
2018-05-08
Store the GeneratorInterior in the new GeneratorSubsts
John Kåre Alsaker
-7
/
+5
2018-05-08
Store generator movability outside GeneratorInterior
John Kåre Alsaker
-2
/
+3
2018-04-30
Unify MIR assert messages and const eval errors
Oliver Schneider
-6
/
+7
2018-04-30
Merge ConstMathError into EvalErrorKind
Oliver Schneider
-25
/
+17
2018-04-30
Remove the `rustc_const_math` crate
Oliver Schneider
-0
/
+17
2018-04-30
Remove unused const error variant
Oliver Schneider
-3
/
+0
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-2
/
+1
2018-04-23
add `Goal::CannotProve` and extract `ProgramClause` struct
Niko Matsakis
-0
/
+1
[next]