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-04-17
Don't abort const eval due to long running evals, just warn
Oliver Schneider
-1
/
+0
2018-04-17
Stop referring to statics' AllocIds directly
Oliver Schneider
-2
/
+1
2018-04-17
Don't recurse into allocations, use a global table instead
Oliver Schneider
-11
/
+13
2018-04-11
[incremental] Hash `Allocation`s
Shotaro Yamada
-1
/
+1
2018-03-30
Auto merge of #49424 - oli-obk:stable_allocid_hash, r=michaelwoerister
bors
-12
/
+18
2018-03-28
Fix stable hashing of AllocIds
Oliver Schneider
-12
/
+18
2018-03-23
Revert "introduce `UniverseIndex` into `ParamEnv`"
Sean Griffin
-10
/
+0
2018-03-19
Auto merge of #49091 - nikomatsakis:issue-49043-ty-infer-hash, r=michaelwoeri...
bors
-2
/
+48
2018-03-18
Auto merge of #48985 - scalexm:lowering, r=nikomatsakis
bors
-0
/
+83
2018-03-16
extend stable hasher to support `CanonicalTy`
Niko Matsakis
-2
/
+48
2018-03-14
Address niko's nits
scalexm
-35
/
+35
2018-03-14
Add MVP for chalkification
scalexm
-0
/
+83
2018-03-14
remove defaulting to unit
Andrew Cann
-2
/
+1
2018-03-13
introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]
Niko Matsakis
-6
/
+0
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-2
/
+57
2018-03-08
Regenerate tests
Oliver Schneider
-2
/
+2
2018-03-08
Const eval will oom together with rustc now
Oliver Schneider
-9
/
+0
2018-03-08
Const eval error refactoring
Oliver Schneider
-0
/
+1
2018-03-08
Add stack traces to miri errors
Oliver Schneider
-3
/
+11
2018-03-08
Remove unused error variants and const eval types
Oliver Schneider
-16
/
+0
2018-03-08
Use Mutability enum instead of bool
Oliver Schneider
-1
/
+6
2018-03-08
Prefer enum instead of magic numbers
Oliver Schneider
-3
/
+14
2018-03-08
Wrap the miri ErrorKind in an Rc to reduce work in queries
Oliver Schneider
-2
/
+2
2018-03-08
Hide the RefCell inside InterpretInterner
Oliver Schneider
-6
/
+3
2018-03-08
Add InterpretInterner to StableHashingContext for AllocId serialization
Oliver Schneider
-81
/
+125
2018-03-08
Prepare for using miri in trans
Alexander Regueiro
-4
/
+4
2018-03-08
Nuke the entire ctfe from orbit, it's the only way to be sure
Oliver Schneider
-43
/
+0
2018-03-08
Add miri errors to the const eval error enum
Oliver Schneider
-0
/
+170
2018-03-08
Add a variant to ConstVal for storing miri results
Oliver Schneider
-0
/
+24
2018-03-04
Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)
Tatsuyuki Ishi
-4
/
+0
2018-03-01
introduce `UniverseIndex` into `ParamEnv`
Niko Matsakis
-0
/
+10
2018-02-23
Introduce UnpackedKind
varkor
-2
/
+13
2018-02-08
Add `AutoBorrowMutability`; its like `hir::Mutability` but w/ two-phase borr...
Felix S. Klock II
-0
/
+14
2018-01-23
Adds support for immovable generators. Move checking of invalid borrows acros...
John Kåre Alsaker
-1
/
+4
2018-01-15
[incremental] Cache ty::Slice<T> hashes
Wesley Wiser
-2
/
+23
2017-12-15
add a new RegionKind variant: ReClosureBound
Niko Matsakis
-0
/
+3
2017-12-07
mir-borrowck returns closure requirements, mir-typeck enforces
Niko Matsakis
-0
/
+10
2017-11-25
Conform names
Shotaro Yamada
-1
/
+1
2017-11-24
Do match-check before const MIR generation
Shotaro Yamada
-1
/
+2
2017-11-22
Implement in-band lifetime bindings
Taylor Cramer
-2
/
+7
2017-11-18
make `ty::Predicate` carry a `ClosureSubsts`
Niko Matsakis
-1
/
+2
2017-11-03
Finish DefaultImpl -> AutoImpl rename.
leonardo.yvens
-3
/
+3
2017-11-03
[Syntax Breaking] Rename DefaultImpl to AutoImpl
leonardo.yvens
-2
/
+2
2017-10-27
Implement RFC 1861: Extern types
Paul Lietar
-2
/
+4
2017-10-23
Remove dependency tracking for variance computation
Simon Sapin
-2
/
+0
2017-10-17
Generate FirstStatementIndex using newtype_index macro
Santiago Pastorino
-1
/
+1
2017-10-12
Auto merge of #45176 - michaelwoerister:fix-region-and-trans-item-order, r=ni...
bors
-0
/
+3
2017-10-10
incr.comp.: Add missing match branch in HashStable impl for ty::RegionKind.
Michael Woerister
-0
/
+3
2017-10-08
Turn `trans_fulfill_obligation` into a query
Wesley Wiser
-0
/
+126
2017-09-26
impl Trait in argument position desugaring:
Matthias Devlamynck
-1
/
+2
[next]