-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Add an Entry
api to EntityWorldMut
.
#10650
Add an Entry
api to EntityWorldMut
.
#10650
Commits on Nov 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7dc910a - Browse repository at this point
Copy the full SHA 7dc910aView commit details -
Added Entry.add_modify which uses OccupiedEntry.get_mut, which does l…
…ifetime transmutation with questionable safety, question for the future
Configuration menu - View commit details
-
Copy full SHA for d5c0e23 - Browse repository at this point
Copy the full SHA d5c0e23View commit details -
Added Entry.or_default, using OccupiedEntry.into_mut and VacantEntry.…
…insert (more questionable transmutation)
Configuration menu - View commit details
-
Copy full SHA for 17b924e - Browse repository at this point
Copy the full SHA 17b924eView commit details
Commits on Nov 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 808e2b1 - Browse repository at this point
Copy the full SHA 808e2b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35804b0 - Browse repository at this point
Copy the full SHA 35804b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 568cfca - Browse repository at this point
Copy the full SHA 568cfcaView commit details -
Fixed
Entry.insert_entry
so that it will change the value if Occupi……ed (otherwise we should be using `or_insert`)
Configuration menu - View commit details
-
Copy full SHA for a68f114 - Browse repository at this point
Copy the full SHA a68f114View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5ed2b - Browse repository at this point
Copy the full SHA fa5ed2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 215ab4c - Browse repository at this point
Copy the full SHA 215ab4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e27ce2 - Browse repository at this point
Copy the full SHA 1e27ce2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d936215 - Browse repository at this point
Copy the full SHA d936215View commit details -
Fixed some doc-links and made these types public so they show up in t…
…he documentation
Configuration menu - View commit details
-
Copy full SHA for 6636a52 - Browse repository at this point
Copy the full SHA 6636a52View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ce81c2 - Browse repository at this point
Copy the full SHA 1ce81c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7ebc40 - Browse repository at this point
Copy the full SHA b7ebc40View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2190952 - Browse repository at this point
Copy the full SHA 2190952View commit details -
Configuration menu - View commit details
-
Copy full SHA for 71e0e81 - Browse repository at this point
Copy the full SHA 71e0e81View commit details -
Co-authored-by: Pascal Hertleif <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d69e4fa - Browse repository at this point
Copy the full SHA d69e4faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c989d8 - Browse repository at this point
Copy the full SHA 0c989d8View commit details -
Adjusted doc comment and added an extra comment to
OccupiedEntry
ex……plaining how it must be occupied before being created (it has private fields so this shouldn't be a problem for user code).
Configuration menu - View commit details
-
Copy full SHA for 55c688b - Browse repository at this point
Copy the full SHA 55c688bView commit details -
Replaced unwrap_unchecked with unwrap and changed safety comments to …
…comments explaining why it should never panic.
Configuration menu - View commit details
-
Copy full SHA for 0ec411c - Browse repository at this point
Copy the full SHA 0ec411cView commit details