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
/
compiler
/
rustc_traits
/
src
/
implied_outlives_bounds.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-23
Rename AliasEq -> AliasRelate
Michael Goulet
-2
/
+2
2023-02-22
Remove type-traversal trait aliases
Alan Egerton
-1
/
+1
2023-02-17
Add `Clause::ConstArgHasType` variant
Boxy
-0
/
+3
2023-02-10
add `AliasEq` to `PredicateKind`
Boxy
-1
/
+3
2023-02-09
Update implied_outlives_bounds to properly register implied bounds behind nor...
Jack Huey
-36
/
+49
2023-02-09
Cleanup free_region_relations a bit
Jack Huey
-0
/
+1
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-4
/
+3
2023-01-19
even more unify Projection/Opaque in outlives code
Ali MJ Al-Nasrawy
-4
/
+2
2023-01-13
Unify Opaque/Projection handling in region outlives code
Michael Goulet
-3
/
+2
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-8
/
+9
2022-11-23
Pass ObligationCtxt from enter_canonical_trait_query and use ObligationCtxt API
Santiago Pastorino
-16
/
+13
2022-11-21
Add an always-ambiguous predicate to make sure that we don't accidentlally al...
Oli Scherer
-0
/
+1
2022-10-27
(almost) Always use ObligationCtxt when dealing with canonical queries
Michael Goulet
-2
/
+2
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-1
/
+1
2022-10-04
It's not about types or consts, but the lack of regions
Oli Scherer
-1
/
+1
2022-09-25
Auto merge of #95474 - oli-obk:tait_ub, r=jackh726
bors
-0
/
+3
2022-09-21
Neither require nor imply lifetime bounds on opaque type for well formedness
Oli Scherer
-0
/
+3
2022-09-19
improve infer var handling for implied bounds
lcnr
-33
/
+36
2022-07-26
Use TraitEngine in more places that don't specifically need FulfillmentCtxt::...
Michael Goulet
-3
/
+2
2022-07-20
Remove unused StableMap and StableSet types from rustc_data_structures
Michael Woerister
-1
/
+1
2022-07-06
Update TypeVisitor paths
Alan Egerton
-1
/
+1
2022-06-28
Make empty bounds lower to WellFormed and make WellFormed coinductive
Jack Huey
-3
/
+8
2022-05-20
Remove `crate` visibility usage in compiler
Jacob Pratt
-1
/
+1
2022-02-11
Revert "Auto merge of #92007 - oli-obk:lazy_tait2, r=nikomatsakis"
Oli Scherer
-1
/
+0
2022-02-02
Lazily resolve type-alias-impl-trait defining uses
Oli Scherer
-0
/
+1
2021-12-30
Removed `in_band_lifetimes` from `rustc_traits`
Anuvrat
-1
/
+1
2021-11-08
Make select_* methods return Vec for TraitEngine
Deadbeef
-3
/
+3
2021-10-15
Move some outlives bounds things from rustc_trait_selection to rustc_typeck
jackh726
-1
/
+1
2021-10-15
Move push_outlives_components to rustc_infer
jackh726
-2
/
+2
2021-08-19
introduce a Coerce predicate
Niko Matsakis
-0
/
+1
2021-01-16
Review changes
Jack Huey
-12
/
+12
2021-01-16
Use no_bound_vars
Jack Huey
-6
/
+4
2021-01-16
Cleanup
Jack Huey
-1
/
+1
2021-01-16
Remove PredicateKind
Jack Huey
-1
/
+1
2021-01-16
Intermediate formatting and such
Jack Huey
-8
/
+6
2021-01-16
Remove PredicateKind::Atom
Jack Huey
-2
/
+6
2020-11-16
compiler: fold by value
Bastian Kauschke
-1
/
+1
2020-10-30
Fix some more clippy warnings
Joshua Nelson
-1
/
+1
2020-10-06
Fix bugs in evaluating WellFormed predicates
Matthew Jasper
-2
/
+2
2020-09-09
Remove def_id field from ParamEnv
Bram van den Heuvel
-1
/
+2
2020-08-30
mv compiler to compiler/
mark
-0
/
+166