<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc_jemalloc, branch 1.20.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.20.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.20.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-07-05T21:37:01+00:00</updated>
<entry>
<title>rustc: Implement the #[global_allocator] attribute</title>
<updated>2017-07-05T21:37:01+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-06-03T21:54:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=695dee063bcd40f154bb27b7beafcb3d4dd775ac'/>
<id>urn:sha1:695dee063bcd40f154bb27b7beafcb3d4dd775ac</id>
<content type='text'>
This PR is an implementation of [RFC 1974] which specifies a new method of
defining a global allocator for a program. This obsoletes the old
`#![allocator]` attribute and also removes support for it.

[RFC 1974]: https://github.com/rust-lang/rfcs/pull/197

The new `#[global_allocator]` attribute solves many issues encountered with the
`#![allocator]` attribute such as composition and restrictions on the crate
graph itself. The compiler now has much more control over the ABI of the
allocator and how it's implemented, allowing much more freedom in terms of how
this feature is implemented.

cc #27389
</content>
</entry>
<entry>
<title>Stop disabling fill in jemalloc</title>
<updated>2017-06-25T17:58:12+00:00</updated>
<author>
<name>Steven Fackler</name>
<email>sfackler@gmail.com</email>
</author>
<published>2017-06-25T17:58:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=8aa39ad3d8a104b4676186df959cc4b248495381'/>
<id>urn:sha1:8aa39ad3d8a104b4676186df959cc4b248495381</id>
<content type='text'>
The underlying bug has been fixed for over 2 years!
</content>
</entry>
<entry>
<title>Bump version and stage0 compiler</title>
<updated>2017-06-20T05:25:05+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-06-07T02:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=be7ebdd512e8b4de29c0e0cf5aabf486e988867b'/>
<id>urn:sha1:be7ebdd512e8b4de29c0e0cf5aabf486e988867b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Update jemalloc to 4.5.0"</title>
<updated>2017-06-09T18:23:38+00:00</updated>
<author>
<name>arthurprs</name>
<email>arthurprs@gmail.com</email>
</author>
<published>2017-06-09T18:23:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1cd077dd40e5bed789f803733db999015b66eda1'/>
<id>urn:sha1:1cd077dd40e5bed789f803733db999015b66eda1</id>
<content type='text'>
This reverts commit 65d0be3b7b540145c22409b1a79f7d263422e19b.
</content>
</entry>
<entry>
<title>Support VS 2017</title>
<updated>2017-06-01T20:41:38+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2017-05-24T02:02:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=da100fe0bb7ba77dbcc346018068dbfdba053f6b'/>
<id>urn:sha1:da100fe0bb7ba77dbcc346018068dbfdba053f6b</id>
<content type='text'>
Fixes #38584
</content>
</entry>
<entry>
<title>Update jemalloc to 4.5.0</title>
<updated>2017-05-10T16:36:24+00:00</updated>
<author>
<name>arthurprs</name>
<email>arthurprs@gmail.com</email>
</author>
<published>2017-05-09T18:14:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=65d0be3b7b540145c22409b1a79f7d263422e19b'/>
<id>urn:sha1:65d0be3b7b540145c22409b1a79f7d263422e19b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Specialize Vec::from_elem&lt;u8&gt; to use calloc or memset</title>
<updated>2017-04-15T16:01:56+00:00</updated>
<author>
<name>Matt Brubeck</name>
<email>mbrubeck@limpet.net</email>
</author>
<published>2017-03-10T01:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=675475c4d3e3b1ebff5b761570f4a3f9a0ca23df'/>
<id>urn:sha1:675475c4d3e3b1ebff5b761570f4a3f9a0ca23df</id>
<content type='text'>
Fixes #38723.
</content>
</entry>
<entry>
<title>Fix jemalloc support for musl</title>
<updated>2017-04-08T20:28:32+00:00</updated>
<author>
<name>Shiz</name>
<email>hi@shiz.me</email>
</author>
<published>2017-04-08T18:36:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=536011d929ecbd1170baf34e09580e567c971f95'/>
<id>urn:sha1:536011d929ecbd1170baf34e09580e567c971f95</id>
<content type='text'>
Just like DragonFlyBSD, using the same symbols as the system allocator will
result in a segmentation fault at runtime due to allocator mismatches.
As such, prefix the jemalloc symbols instead.
</content>
</entry>
<entry>
<title>Update usages of 'OSX' (and other old names) to 'macOS'.</title>
<updated>2017-03-12T18:59:04+00:00</updated>
<author>
<name>Corey Farwell</name>
<email>coreyf@rwell.org</email>
</author>
<published>2017-03-12T18:13:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=97a1b6a055d69cf21faa9773133725bdfddc5196'/>
<id>urn:sha1:97a1b6a055d69cf21faa9773133725bdfddc5196</id>
<content type='text'>
As of last year with version 'Sierra', the Mac operating system is now
called 'macOS'.
</content>
</entry>
<entry>
<title>Automate timestamp creation and build skipping for native libraries</title>
<updated>2017-03-04T18:38:26+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2017-03-03T17:11:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=428f063fcdc35e048ff79d059a8963334ba2281c'/>
<id>urn:sha1:428f063fcdc35e048ff79d059a8963334ba2281c</id>
<content type='text'>
Add comments
</content>
</entry>
</feed>
