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_trait_selection
/
src
/
traits
/
outlives_bounds.rs
Age
Commit message (
Expand
)
Author
Lines
2024-01-17
Add -Zno-implied-bounds-compat option and use it
Jack Huey
-2
/
+16
2024-01-17
Correctly handle normalization in implied bounds
Ali MJ Al-Nasrawy
-90
/
+106
2024-01-09
Auto merge of #118968 - aliemjay:canon-static, r=lcnr
bors
-2
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-1
/
+1
2023-12-15
unify query canonicalization mode
Ali MJ Al-Nasrawy
-2
/
+1
2023-12-02
Rename `HandlerInner::delay_span_bug` as `HandlerInner::span_delayed_bug`.
Nicholas Nethercote
-1
/
+1
2023-11-16
ignore implied bounds with placeholders
Ali MJ Al-Nasrawy
-2
/
+6
2023-09-05
unconstrained region vars: do not ICE ICE baby
lcnr
-9
/
+5
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+2
2023-06-16
Add `AliasKind::Weak` for type aliases.
Oli Scherer
-1
/
+1
2023-05-27
Don't use outlives type op outside of MIR typeck
Michael Goulet
-14
/
+23
2023-05-25
Use ErrorGuaranteed more in MIR type ops
Michael Goulet
-8
/
+4
2023-04-27
rename `needs_infer` to `has_infer`
Boxy
-1
/
+1
2023-04-15
Update compiler/rustc_trait_selection/src/traits/outlives_bounds.rs
Ali MJ Al-Nasrawy
-2
/
+3
2023-04-14
implement review suggestions
Ezra Shaw
-2
/
+3
2023-04-13
fix: skip implied bounds if unconstrained lifetime exists
Ezra Shaw
-1
/
+10
2023-04-01
use and_then/flat_map for map().flatten()
Matthias Krüger
-3
/
+1
2023-03-26
resolve regions before implied bounds
Ali MJ Al-Nasrawy
-5
/
+7
2023-03-21
remove some trait solver helpers
lcnr
-13
/
+14
2023-03-15
Revert "Auto merge of #107376 - aliemjay:remove-givens, r=lcnr"
Rémy Rakic
-7
/
+5
2023-03-09
resolve regions before implied bounds
Ali MJ Al-Nasrawy
-5
/
+7
2023-01-23
fix: use LocalDefId instead of HirId in trait res
Vincenzo Palazzo
-7
/
+6
2022-12-20
rustc: Remove needless lifetimes
Jeremy Stucki
-1
/
+1
2022-11-08
Reduce the scope of allow(rustc::potential_query_instability) in rustc_trait_...
CastilloDel
-3
/
+3
2022-11-02
Use TraitEngine less
Michael Goulet
-11
/
+11
2022-10-07
Remove TypeckResults from InferCtxt
Cameron Steffen
-1
/
+1
2022-09-19
improve infer var handling for implied bounds
lcnr
-1
/
+2
2022-08-23
Move InferCtxtExt to rustc_trait_selection
Santiago Pastorino
-0
/
+114