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
/
infer
/
outlives
Age
Commit message (
Expand
)
Author
Lines
2019-03-15
rustc: tie the 'tcx between Print and PrintCx in ty::print.
Eduard-Mihai Burtescu
-1
/
+1
2019-03-05
Clean up some generic substs handling
varkor
-7
/
+13
2019-02-27
rename Substs to InternalSubsts
csmoe
-2
/
+2
2019-02-13
HirId-ify hir::BodyId
ljedrz
-9
/
+9
2019-02-10
rustc: doc comments
Alexander Regueiro
-7
/
+7
2019-02-05
move librustc to 2018
Mark Mansi
-18
/
+18
2018-12-25
Remove licenses
Mark Rousskov
-50
/
+0
2018-12-07
Various minor/cosmetic improvements to code
Alexander Regueiro
-1
/
+1
2018-11-19
Rollup merge of #56043 - nikomatsakis:issue-55756-via-outlives, r=eddyb
Pietro Albini
-7
/
+23
2018-11-18
remove "approx env bounds" if we already know from trait
Niko Matsakis
-7
/
+23
2018-11-15
Rollup merge of #55778 - nnethercote:LrcPreds, r=eddyb
Pietro Albini
-2
/
+2
2018-11-14
Wrap some query results in `Lrc`.
Nicholas Nethercote
-2
/
+2
2018-11-11
Fix typos.
Bruce Mitchener
-1
/
+1
2018-11-08
Use `SmallVec` outparams in several functions.
Nicholas Nethercote
-9
/
+11
2018-11-03
Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`
scalexm
-1
/
+1
2018-11-03
Shift both late bound regions and bound types
scalexm
-1
/
+1
2018-10-26
Remove redundant clone
Shotaro Yamada
-1
/
+1
2018-10-19
Prefer `Default::default` over `FxHash*::default` in struct constructors
Oliver Scherer
-7
/
+3
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-2
/
+2
2018-09-28
rustc: keep a Span for each predicate in ty::GenericPredicates.
Eduard-Mihai Burtescu
-2
/
+5
2018-09-26
use `IfEq` to defer equality comparison around `where` clauses`
Niko Matsakis
-49
/
+59
2018-09-26
refactor away `AnyRegions` and `AllRegions`
Niko Matsakis
-10
/
+27
2018-09-26
change to use impl Trait a bit
Niko Matsakis
-14
/
+15
2018-09-26
use approx. bounds to decide whether to add outlives obligations
Niko Matsakis
-1
/
+10
2018-09-26
propagate the `compare_ty` fn further up
Niko Matsakis
-18
/
+17
2018-09-26
introduce the idea of an "approximate match"
Niko Matsakis
-39
/
+56
2018-09-26
introduce a "comparison fn" instead of always use `==`
Niko Matsakis
-11
/
+10
2018-09-26
split out getting the declared bounds from the env versus trait
Niko Matsakis
-23
/
+38
2018-09-26
break out the code that computes VerifyBounds
Niko Matsakis
-218
/
+276
2018-09-26
apply `process_registered_region_obligations` at the end of regionck
Niko Matsakis
-27
/
+30
2018-09-26
use `RegionBoundPairs` type alias
Niko Matsakis
-5
/
+6
2018-09-26
change `RegionObligation` to store a `SubregionOrigin`
Niko Matsakis
-19
/
+36
2018-09-26
build up a map of the region-bound pairs for each body-id
Niko Matsakis
-10
/
+55
2018-09-26
outlives/env: rustfmt
Niko Matsakis
-4
/
+6
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-1
/
+1
2018-08-03
Don't collect() when size_hint is useless
ljedrz
-5
/
+7
2018-07-29
Replace push loops with collect() and extend() where possible
ljedrz
-6
/
+5
2018-07-26
Improve a few vectors - calculate capacity or build from iterators
ljedrz
-5
/
+1
2018-07-21
Convert implied_outlives_bounds to a query
Tyler Mandry
-219
/
+2
2018-06-27
change the `enter_canonical_trait_query` method to give a fulfill cx
Niko Matsakis
-1
/
+1
2018-06-26
align the `type-op` outputs with what canonicalized queries give
Niko Matsakis
-3
/
+3
2018-06-26
make `TypeOutlives` parameterized over a delegate
Niko Matsakis
-31
/
+90
2018-06-26
obligations.rs: rustfmt
Niko Matsakis
-31
/
+16
2018-06-26
resolve type vars *before* entering `type_must_outlive`
Niko Matsakis
-2
/
+2
2018-03-23
import trait engine to typeck
csmoe
-1
/
+1
2018-03-14
Add note about fallback to `!: !Trait` error
Andrew Cann
-1
/
+1
2018-03-13
introduce `infcx.at(..).normalize(..)` operation [VIC]
Niko Matsakis
-0
/
+10
2018-03-04
Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)
Tatsuyuki Ishi
-2
/
+0
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-1
/
+1
[next]