This website requires JavaScript.
Explore
Help
Sign in
user0
/
rust
Watch
1
Star
0
Fork
You've already forked rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
29932db09b
rust
/
library
/
core
History
Download ZIP
Download TAR.GZ
woppopo
29932db09b
const_deallocate
: Don't deallocate memory allocated in an another const. Does nothing at runtime.
...
`const_allocate`: Returns a null pointer at runtime.
2022-01-26 13:06:09 +09:00
..
benches
Auto merge of
#88788
- falk-hueffner:speedup-int-log10-branchless, r=joshtriplett
2021-10-12 03:18:54 +00:00
primitive_docs
Add primitive documentation to libcore
2021-09-12 02:23:08 +00:00
src
const_deallocate
: Don't deallocate memory allocated in an another const. Does nothing at runtime.
2022-01-26 13:06:09 +09:00
tests
const_deallocate
: Don't deallocate memory allocated in an another const. Does nothing at runtime.
2022-01-26 13:06:09 +09:00
Cargo.toml
Switch all libraries to the 2021 edition
2021-12-23 19:03:47 +08:00