| Age | Commit message (Collapse) | Author | Lines |
|
This commit removes all jemalloc related submodules, configuration, etc,
from the bootstrap, from the standard library, and from the compiler.
This will be followed up with a change to use jemalloc specifically as
part of rustc on blessed platforms.
|
|
We don't want these symbols exported from the standard library, this is
just an internal implementation detail of the standard library
currently.
Closes #34984
|
|
This hides symbols from various unstable and implementation-detail
crates of the standard library. Although typically transitive exported
`pub extern` functions are exported from cdylibs, these crates aren't
necessary as they're all implementation details.
Closes #34493
|