<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc_jemalloc, branch 1.19.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.19.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.19.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-06-22T21:27:43+00:00</updated>
<entry>
<title>Revert "Update jemalloc to 4.5.0"</title>
<updated>2017-06-22T21:27:43+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=fc875777a793d54fb0045c3b171f588eedd03e98'/>
<id>urn:sha1:fc875777a793d54fb0045c3b171f588eedd03e98</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>
<entry>
<title>Build compiler-rt and sanitizers only once</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-02T23:15:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=aeadc81ddcf25df677f75d781aa2ec9d732bb6f4'/>
<id>urn:sha1:aeadc81ddcf25df677f75d781aa2ec9d732bb6f4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add/remove `rerun-if-changed` when necessary</title>
<updated>2017-03-04T18:38:26+00:00</updated>
<author>
<name>Vadim Petrochenkov</name>
<email>vadim.petrochenkov@gmail.com</email>
</author>
<published>2017-02-23T15:49:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=f2187093f8d19c39071502c9e95bacabd5febd88'/>
<id>urn:sha1:f2187093f8d19c39071502c9e95bacabd5febd88</id>
<content type='text'>
</content>
</entry>
<entry>
<title>test: Verify all sysroot crates are unstable</title>
<updated>2017-02-21T19:38:17+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-02-15T16:53:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=40aaa65734d72b7aabda3cd0925b0119fb6d5a0a'/>
<id>urn:sha1:40aaa65734d72b7aabda3cd0925b0119fb6d5a0a</id>
<content type='text'>
As we continue to add more crates to the compiler and use them to implement
various features we want to be sure we're not accidentally expanding the API
surface area of the compiler! To that end this commit adds a new `run-make` test
which will attempt to `extern crate foo` all crates in the sysroot, verifying
that they're all unstable.

This commit discovered that the `std_shim` and `test_shim` crates were
accidentally stable and fixes the situation by deleting those shims. The shims
are no longer necessary due to changes in Cargo that have happened since they
were originally incepted.
</content>
</entry>
</feed>
