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
/
fulfill.rs
Age
Commit message (
Expand
)
Author
Lines
2020-02-16
Move librustc/{traits,infer} to librustc_infer.
Camille GILLOT
-577
/
+0
2020-01-22
Use a `ParamEnvAnd<Predicate>` for caching in `ObligationForest`
Aaron Hill
-3
/
+6
2020-01-21
Rollup merge of #68140 - ecstatic-morse:const-trait-bound-opt-out, r=oli-obk
Mazdak Farrokhzad
-1
/
+1
2020-01-20
Add `constness` field to `ty::Predicate::Trait`
Dylan MacKenzie
-1
/
+1
2020-01-16
Revert previous attempt at detecting unsatisfiable predicates
Aaron Hill
-22
/
+2
2020-01-13
Use TraitQueryMode::Canonical when testing predicates in const prop
Aaron Hill
-2
/
+22
2020-01-10
Promote `Ref`s to constants instead of static
Santiago Pastorino
-0
/
+1
2020-01-07
Move ty::wf to traits.
Camille GILLOT
-1
/
+2
2019-12-22
Format the world
Mark Rousskov
-105
/
+123
2019-12-22
Add simpler entry points to const eval for common usages.
Ben Lewis
-22
/
+7
2019-12-11
Change `PendingPredicateObligation::stalled_on`'s type.
Nicholas Nethercote
-11
/
+19
2019-09-27
Remove global_tcx from TyCtxt
Mark Rousskov
-1
/
+1
2019-09-25
Rename `sty` to `kind`
varkor
-1
/
+1
2019-09-20
Specialize the `stalled_on` handling in `process_obligation()`.
Nicholas Nethercote
-19
/
+36
2019-09-19
Add a specialized version of `shallow_resolve()`.
Nicholas Nethercote
-3
/
+1
2019-09-19
Use explicit iteration instead of `all()` in `process_obligation()`.
Nicholas Nethercote
-4
/
+11
2019-09-09
Shrink `ObligationCauseCode` by boxing `IfExpression`.
Nicholas Nethercote
-1
/
+1
2019-09-09
Shrink `ObligationCauseCode` by boxing `MatchExpressionArm`.
Nicholas Nethercote
-1
/
+1
2019-09-09
Add some assertions on obligation type sizes.
Nicholas Nethercote
-0
/
+4
2019-08-19
review comments
Esteban Küber
-2
/
+2
2019-08-19
Use constraint span when lowering associated types
Esteban Küber
-7
/
+10
2019-06-26
Don't use lift to detect local types
John Kåre Alsaker
-32
/
+26
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-14
Run `rustfmt --file-lines ...` for changes from previous commits.
Eduard-Mihai Burtescu
-24
/
+27
2019-06-14
Unify all uses of 'gcx and 'tcx.
Eduard-Mihai Burtescu
-14
/
+14
2019-05-28
Rename `OpportunisticTypeResolver` to `OpportunisticVarResolver`
varkor
-5
/
+5
2019-05-01
Create ShallowResolver
varkor
-4
/
+4
2019-05-01
Rename *shallow_resolve to *shallow_resolve_type
varkor
-2
/
+2
2019-04-25
Update existing usages
varkor
-1
/
+1
2019-03-12
add a useful debug printout
Niko Matsakis
-0
/
+2
2019-02-21
introduce a dummy leak check and invoke it in all the right places
Niko Matsakis
-2
/
+4
2019-02-10
rustc: doc comments
Alexander Regueiro
-3
/
+3
2019-02-05
move librustc to 2018
Mark Mansi
-4
/
+4
2019-01-02
universe transition
Niko Matsakis
-4
/
+2
2019-01-02
make evaluation track whether outlives relationships mattered
Niko Matsakis
-1
/
+1
2018-12-27
Integrate chalk engine
scalexm
-28
/
+6
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-14
process nested obligations in autoderef
Ariel Ben-Yehuda
-3
/
+23
2018-11-07
Rollup merge of #55501 - nnethercote:DoCompleted, r=pnkfelix
kennytm
-3
/
+4
2018-11-03
Rename `Binder::no_late_bound_regions` to `Binder::no_bound_vars`
scalexm
-4
/
+4
2018-11-03
Shift both late bound regions and bound types
scalexm
-1
/
+1
2018-10-30
Make `process_obligations`' computation of `completed` optional.
Nicholas Nethercote
-3
/
+4
2018-10-25
preserve const eval error information through trait error system
Ralf Jung
-4
/
+6
2018-10-25
Report const eval error inside the query
Oliver Schneider
-11
/
+3
2018-10-01
enable using the evaluation cache on predicates with LBRs
Ariel Ben-Yehuda
-1
/
+1
2018-10-01
handle outlives predicates in trait evaluation
Ariel Ben-Yehuda
-0
/
+1
2018-09-30
Typos and style fixes.
Diogo Sousa
-2
/
+1
2018-09-26
change `RegionObligation` to store a `SubregionOrigin`
Niko Matsakis
-15
/
+11
2018-09-18
A few cleanups and minor improvements to rustc/traits
ljedrz
-1
/
+1
2018-08-30
Rollup merge of #53513 - nnethercote:inline-shallow_resolve, r=varkor
Pietro Albini
-1
/
+2
[next]