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_lint
/
src
/
opaque_hidden_inferred_bound.rs
Age
Commit message (
Expand
)
Author
Lines
2024-10-04
rm `ItemKind::OpaqueTy`
Noah Lev
-3
/
+3
2024-10-02
Move in_trait into OpaqueTyOrigin
Michael Goulet
-3
/
+5
2024-10-02
Use named fields for OpaqueTyOrigin
Michael Goulet
-3
/
+3
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-1
/
+1
2024-09-16
Don't ICE in opaque_hidden_inferred_bound lint for RPITIT in trait with no de...
Michael Goulet
-0
/
+12
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-2
/
+4
2024-07-11
Remove fully_normalize
Michael Goulet
-13
/
+14
2024-07-07
iter_identity is a better name
Michael Goulet
-3
/
+1
2024-06-24
Split out IntoIterator and non-Iterator constructors for AliasTy/AliasTerm/Tr...
Michael Goulet
-1
/
+1
2024-06-12
Add a `fn main() {}` to a doctest to prevent the test from being wrapped in a...
Oli Scherer
-0
/
+2
2024-06-03
Align Term methods with GenericArg methods
Michael Goulet
-1
/
+1
2024-05-13
split out AliasTy -> AliasTerm
Michael Goulet
-4
/
+7
2024-05-11
Uplift `TraitPredicate`
Michael Goulet
-3
/
+2
2024-04-29
Remove `extern crate rustc_session` from `rustc_lint`.
Nicholas Nethercote
-0
/
+1
2024-04-03
update messages
Dan
-1
/
+1
2024-02-08
introduce `enter_forall`
Boxy
-89
/
+92
2024-01-25
Don't fire OPAQUE_HIDDEN_INFERRED_BOUND on sized return of AFIT
Michael Goulet
-1
/
+12
2024-01-23
Rename `LintContext::emit_spanned_lint` as `LintContext::emit_span_lint`.
Nicholas Nethercote
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-10-03
non_lifetime_binders: fix ICE in lint opaque-hidden-inferred-bound
León Orell Valerian Liehr
-7
/
+3
2023-07-17
Rename arg_iter to iter_instantiated
Michael Goulet
-1
/
+1
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-4
/
+6
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-2
/
+9
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-2
/
+3
2023-06-22
Migrate item_bounds to ty::Clause
Michael Goulet
-2
/
+2
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-2
/
+2
2023-04-20
add subst_identity_iter and subst_identity_iter_copied methods on EarlyBinder...
Kyle Matsuda
-3
/
+1
2023-04-20
add EarlyBinder to output of explicit_item_bounds; replace bound_explicit_ite...
Kyle Matsuda
-2
/
+2
2023-04-20
change usages of explicit_item_bounds to bound_explicit_item_bounds
Kyle Matsuda
-1
/
+3
2023-03-23
Nested impl traits trigger opaque_hidden_inferred_bound too much
Michael Goulet
-3
/
+18
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-1
/
+1
2022-12-14
Ensure no one constructs `AliasTy`s themselves
Oli Scherer
-1
/
+1
2022-12-13
Combine projection and opaque into alias
Michael Goulet
-1
/
+1
2022-12-13
squash OpaqueTy and ProjectionTy into AliasTy
Michael Goulet
-1
/
+1
2022-12-13
ProjectionTy.item_def_id -> ProjectionTy.def_id
Michael Goulet
-2
/
+2
2022-12-13
Use ty::OpaqueTy everywhere
Michael Goulet
-1
/
+1
2022-11-25
Introduce PredicateKind::Clause
Santiago Pastorino
-7
/
+8
2022-11-17
Rollup merge of #104483 - oli-obk:santa-clauses-make-goals, r=compiler-errors
Matthias Krüger
-0
/
+1
2022-11-16
Convert predicates into Predicate in the Obligation constructor
Oli Scherer
-0
/
+1
2022-11-15
Merge branch 'master' into patch-2
Kagami Sascha Rosylight
-2
/
+3
2022-11-01
Rollup merge of #103575 - Xiretza:suggestions-style-attr, r=davidtwco
Manish Goregaokar
-1
/
+2
2022-10-29
Rename some `OwnerId` fields.
Nicholas Nethercote
-1
/
+1
2022-10-26
Convert all #[suggestion_*] attributes to #[suggestion(style = "...")]
Xiretza
-1
/
+2
2022-10-25
Fix failing examples
Kagami Sascha Rosylight
-5
/
+9
2022-10-23
Auto merge of #103345 - Nilstrieb:diag-flat, r=compiler-errors
bors
-3
/
+3
2022-10-23
Migrate all diagnostics
Nilstrieb
-3
/
+3
2022-10-22
Introduce subst_iter and subst_iter_copied on EarlyBinder
Michael Goulet
-7
/
+5
2022-10-07
Change InferCtxtBuilder from enter to build
Cameron Steffen
-74
/
+70
2022-10-05
Use proper subdiagnostic
Michael Goulet
-15
/
+9
2022-10-05
Fix opaque_hidden_inferred_bound lint ICE
Michael Goulet
-18
/
+37
[next]