Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Update Query methods documentation #5742

Closed
wants to merge 27 commits into from
Closed
Changes from 25 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
1f81535
Squash and rebase
Nilirad Jun 16, 2022
a04c319
State that query creation has a time-constant cost
Nilirad Jun 20, 2022
e403f9e
Table vs sparse set query iteratino performance
Nilirad Jun 20, 2022
b0304e4
Reference `Query` from `WorldQuery`
Nilirad Jun 20, 2022
7be57c9
Remove `WorldQuery` repetition in second paragraph
Nilirad Jun 20, 2022
8195f83
Add note about `for_each` vs `iter` performance
Nilirad Jun 21, 2022
c7b2343
Remove implementation detail from performance section
Nilirad Jul 1, 2022
2a37c0e
Reword `for_each` performance
Nilirad Jul 1, 2022
91c0b9d
Remove `for_each` performance remarks from method descriptions
Nilirad Jul 1, 2022
8ffe098
Add cross-links between `iter` and `for_each` methods
Nilirad Jul 1, 2022
9166cd1
Apply @james7132 suggestion on `for_each` performance
Nilirad Jul 2, 2022
ea313b8
Break doc comments at clause or sentence boundaries
Nilirad Jul 2, 2022
bbf8a1e
Split long line
Nilirad Jul 31, 2022
890624c
Migrate `many_for_each_mut` → `iter_many_mut`
Nilirad Jul 31, 2022
68df415
Fix `iter_many_mut` description
Nilirad Jul 31, 2022
4aa7e20
Update `to_readonly` description
Nilirad Jul 31, 2022
d5372e9
Ref-style link revision
Nilirad Jul 31, 2022
74cf66c
Move `WorldQuery safety section up
Nilirad Jul 31, 2022
01ff486
Apply suggestions from code review
Nilirad Aug 4, 2022
fa78f7c
Apply diff-based suggestions
Nilirad Aug 8, 2022
1ad2328
Remove duplicated and outdated “Safety” section
Nilirad Aug 8, 2022
6a9c560
Add link to `State` associated type
Nilirad Aug 8, 2022
684dff6
Make clippy happy
Nilirad Aug 8, 2022
d18ea9b
Checkout other files from `main`
Nilirad Aug 19, 2022
f7f663d
Remove Query struct docs
Nilirad Aug 19, 2022
cb6b3a1
All or nothing :)
Nilirad Aug 27, 2022
206abd4
Emphasize negation word
Nilirad Aug 27, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading