Lines Matching refs:project

3 All notable changes to this project will be documented in this file.
5 This project adheres to [Semantic Versioning](https://semver.org).
15 - [Add `project_replace`.](https://github.com/taiki-e/pin-project-lite/pull/43)
19 …unknown_clippy_lints` lint in generated code.](https://github.com/taiki-e/pin-project-lite/pull/47)
23 …ippy::ref_option_ref` lint in generated code.](https://github.com/taiki-e/pin-project-lite/pull/45)
31 - [`pin_project!` macro now supports enums.](https://github.com/taiki-e/pin-project-lite/pull/28)
40 #[project = EnumProj]
48 match self.project() {
58 - [Support naming the projection types.](https://github.com/taiki-e/pin-project-lite/pull/28)
67 #[project = StructProj]
75 let StructProj { field } = x.project();
88 … be added to rustc in the future. See [taiki-e/pin-project#272](https://github.com/taiki-e/pin-pro…
92 - [Fix trailing comma support in generics.](https://github.com/taiki-e/pin-project-lite/pull/32)
96 …ated code with `forbid(future_incompatible)`.](https://github.com/taiki-e/pin-project-lite/pull/30)
103 - [Support `?Sized` bounds in where clauses.](https://github.com/taiki-e/pin-project-lite/pull/22)
105 …or when an associated type is used in fields.](https://github.com/taiki-e/pin-project-lite/pull/20)
113 - [Support lifetime bounds in where clauses.](https://github.com/taiki-e/pin-project-lite/pull/18)
119 - [Support overwriting the name of `core` crate.](https://github.com/taiki-e/pin-project-lite/pull/…
123 - [Support ?Sized bounds in generic parameters.](https://github.com/taiki-e/pin-project-lite/pull/9)
127 - [Support lifetime bounds in generic parameters.](https://github.com/taiki-e/pin-project-lite/pull…
131 - [Support recognizing default generic parameters.](https://github.com/taiki-e/pin-project-lite/pul…
135 …ion type/method is based on the original type.](https://github.com/taiki-e/pin-project-lite/pull/5)
141 [Unreleased]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.4...HEAD
142 [0.2.4]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.3...v0.2.4
143 [0.2.3]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.2...v0.2.3
144 [0.2.2]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.1...v0.2.2
145 [0.2.1]: https://github.com/taiki-e/pin-project-lite/compare/v0.2.0...v0.2.1
146 [0.2.0]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.11...v0.2.0
147 [0.1.11]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.10...v0.1.11
148 [0.1.10]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.9...v0.1.10
149 [0.1.9]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.8...v0.1.9
150 [0.1.8]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.7...v0.1.8
151 [0.1.7]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.6...v0.1.7
152 [0.1.6]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.5...v0.1.6
153 [0.1.5]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.4...v0.1.5
154 [0.1.4]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.3...v0.1.4
155 [0.1.3]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.2...v0.1.3
156 [0.1.2]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.1...v0.1.2
157 [0.1.1]: https://github.com/taiki-e/pin-project-lite/compare/v0.1.0...v0.1.1
158 [0.1.0]: https://github.com/taiki-e/pin-project-lite/releases/tag/v0.1.0