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
/
traits
/
query
/
dropck_outlives.rs
Age
Commit message (
Expand
)
Author
Lines
2019-04-26
Update handling of Tuple
varkor
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-1
/
+1
2019-02-05
move librustc to 2018
Mark Mansi
-5
/
+5
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
dropck: remove unnecessary call to cloned()
ljedrz
-1
/
+1
2018-12-19
dropck: simplify common patterns
ljedrz
-7
/
+6
2018-11-24
Introduce `TyKind::Placeholder` variant
scalexm
-0
/
+1
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-0
/
+1
2018-10-15
hide `SmallCanonicalVarValues` in `OriginalQueryValues` struct
Niko Matsakis
-2
/
+2
2018-10-15
rename `QueryResult` to `QueryResponse`
Niko Matsakis
-1
/
+1
2018-10-03
Introduce `TyKind::UnnormalizedProjection`
scalexm
-0
/
+2
2018-09-18
A few cleanups and minor improvements to rustc/traits
ljedrz
-20
/
+12
2018-09-05
Changing TyAnon -> TyOpaque and relevant functions
ms2300
-1
/
+1
2018-08-23
Use optimized SmallVec implementation
Igor Gutorov
-1
/
+1
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
-18
/
+18
2018-08-21
Rollup merge of #53496 - matthiaskrgr:codespell_08_2018, r=varkor
kennytm
-1
/
+1
2018-08-19
mv (mod) codemap source_map
Donato Sciarra
-1
/
+1
2018-08-19
Fix typos found by codespell.
Matthias Krüger
-1
/
+1
2018-08-12
unions are not always trivially dropable
Ralf Jung
-5
/
+3
2018-07-25
Change ManuallyDrop from an union to a struct and make it a lang item.
Eduard-Mihai Burtescu
-1
/
+4
2018-07-17
Avoid most allocations in `Canonicalizer`.
Nicholas Nethercote
-1
/
+3
2018-06-26
convert `dropck_outlives` type-op to use the query
Niko Matsakis
-17
/
+37
2018-06-26
remove `Canonicalization` trait, which serves no purpose
Niko Matsakis
-15
/
+5
2018-06-26
rename `instantiate_query_result`
Niko Matsakis
-1
/
+1
2018-06-26
make one `Canonicalize` impl for `QueryResult`
Niko Matsakis
-14
/
+1
2018-06-26
improve `trivial_case` handling
Niko Matsakis
-1
/
+1
2018-03-23
Rollup merge of #49030 - Zoxc:misc, r=michaelwoerister
Alex Crichton
-3
/
+3
2018-03-17
Replace Rc with Lrc
John Kåre Alsaker
-3
/
+3
2018-03-16
extend stable hasher to support `CanonicalTy`
Niko Matsakis
-0
/
+1
2018-03-14
Fixes after rebase
Andrew Cann
-1
/
+1
2018-03-13
short-circuit `dropck_outlives` for simple cases
Niko Matsakis
-2
/
+72
2018-03-13
add some debug output
Niko Matsakis
-1
/
+2
2018-03-13
introduce `infcx.at(..).dropck_outlives(..)` operaton [VIC]
Niko Matsakis
-0
/
+193