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
/
canonical
/
query_response.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-16
Move librustc/{traits,infer} to librustc_infer.
Camille GILLOT
-658
/
+0
2020-01-09
{rustc::util -> rustc_data_structures}::captures
Mazdak Farrokhzad
-1
/
+1
2020-01-01
Rename `syntax_pos` to `rustc_span` in source code
Vadim Petrochenkov
-1
/
+1
2019-12-22
Format the world
Mark Rousskov
-98
/
+59
2019-11-12
Create intermediate enum ty::ConstKind.
Camille GILLOT
-2
/
+1
2019-10-21
Rename `ConstValue::Infer(InferConst::Canonical(..))` to `ConstValue::Bound(..)`
varkor
-5
/
+2
2019-09-29
remove indexed_vec re-export from rustc_data_structures
csmoe
-2
/
+2
2019-09-26
Rename `subst::Kind` to `subst::GenericArg`
varkor
-20
/
+23
2019-09-25
Rename `sty` to `kind`
varkor
-1
/
+1
2019-07-02
rename to "member constraints"
Niko Matsakis
-5
/
+5
2019-07-02
propagate the pick-constraints through queries
Niko Matsakis
-5
/
+9
2019-07-02
pass a `&mut QueryRegionConstraints` not just outlives constraints
Niko Matsakis
-4
/
+6
2019-07-02
introduce `QueryRegionConstraints` struct
Niko Matsakis
-8
/
+6
2019-07-02
introduce `QueryRegionConstraints` struct (no-op)
Niko Matsakis
-6
/
+8
2019-07-02
rename `QueryRegionConstraint` to `QueryOutlivesConstraint`
Niko Matsakis
-13
/
+13
2019-07-02
rename from "in constraint" to "pick constraint"
Niko Matsakis
-2
/
+2
2019-07-02
introduce an "in" constraint instead of error
Niko Matsakis
-0
/
+4
2019-06-14
Remove unnecessary lift calls
John Kåre Alsaker
-8
/
+8
2019-06-14
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-3
/
+2
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-16
/
+16
2019-06-12
rustc: replace `TyCtxt<'tcx, 'gcx, 'tcx>` with `TyCtxt<'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-1
/
+1
2019-06-12
rustc: replace `TyCtxt<'a, 'gcx, 'tcx>` with `TyCtxt<'tcx, 'gcx, 'tcx>`.
Eduard-Mihai Burtescu
-2
/
+2
2019-05-06
Resolve a couple of `unimplemented!()`s
varkor
-4
/
+6
2019-05-01
Fix rebase from LazyConst removal
varkor
-2
/
+2
2019-05-01
Handle generic consts in relate and infer
varkor
-3
/
+13
2019-04-25
Update trait queries
John Kåre Alsaker
-2
/
+4
2019-03-05
Stub methods in infer
varkor
-0
/
+15
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-05
move librustc to 2018
Mark Mansi
-12
/
+12
2018-12-27
Use `TraitEngine` in `enter_canonical_trait_query`
scalexm
-7
/
+11
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-19
Auto merge of #54252 - arielb1:deref-query, r=nikomatsakis
bors
-0
/
+25
2018-12-15
address review comments
Ariel Ben-Yehuda
-3
/
+1
2018-12-15
implement "isolated" autoderef using the Canonical mechanism
Ariel Ben-Yehuda
-0
/
+27
2018-12-12
infer: remove Box from a returned Iterator
ljedrz
-26
/
+25
2018-11-26
rustc-guide has moved
Mark Mansi
-2
/
+2
2018-11-24
Move `BoundTy` debruijn index to the `TyKind` enum variant
scalexm
-4
/
+4
2018-11-13
fix various typos in doc comments
Andy Russell
-1
/
+1
2018-11-03
Substitute binders directly
scalexm
-12
/
+13
2018-11-03
Rename `as_bound_var` to `assert_bound_var`
scalexm
-1
/
+1
2018-11-03
Remove `ReCanonical` in favor of `ReLateBound`
scalexm
-20
/
+28
2018-11-03
Adjust bound tys indices in canonicalization
scalexm
-0
/
+1
2018-11-03
Rename `BoundTyIndex` to `BoundVar`
scalexm
-7
/
+7
2018-11-03
Move `BoundTy` to `ty::TyKind`
scalexm
-1
/
+1
2018-10-27
extend query response to potentially contain fresh universes
Niko Matsakis
-3
/
+29
2018-10-20
Rename InferTy::CanonicalTy to BoundTy and add DebruijnIndex to variant type
Fabian Drinck
-2
/
+2
2018-10-20
Rename CanonicalVar to BoundTyIndex
Fabian Drinck
-7
/
+7
2018-10-19
remove outdated assertion
Niko Matsakis
-8
/
+1
2018-10-15
hide `SmallCanonicalVarValues` in `OriginalQueryValues` struct
Niko Matsakis
-18
/
+28
2018-10-15
rename `QueryResult` to `QueryResponse`
Niko Matsakis
-0
/
+603