<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc_jemalloc, branch 1.22.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.22.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.22.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-09-28T14:45:50+00:00</updated>
<entry>
<title>Update to the `cc` crate</title>
<updated>2017-09-28T14:45:50+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2017-09-23T04:34:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7694ca419b3ade48e22982b69dec90eb45d8da73'/>
<id>urn:sha1:7694ca419b3ade48e22982b69dec90eb45d8da73</id>
<content type='text'>
This is the name the `gcc` crate has moved to
</content>
</entry>
<entry>
<title>Add a file to trivially disable tool building or testing</title>
<updated>2017-09-17T19:41:45+00:00</updated>
<author>
<name>Oliver Schneider</name>
<email>git-spam-no-reply9815368754983@oli-obk.de</email>
</author>
<published>2017-08-30T16:59:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=ab018c76e14b87f3c9e0b7384cc9b02d94779cd5'/>
<id>urn:sha1:ab018c76e14b87f3c9e0b7384cc9b02d94779cd5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Autodetect the type of allocator crate used</title>
<updated>2017-09-10T17:59:42+00:00</updated>
<author>
<name>Michal 'vorner' Vaner</name>
<email>vorner@vorner.cz</email>
</author>
<published>2017-09-10T17:59:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=94297c67465c3bd124063de717f7574491f5cc7d'/>
<id>urn:sha1:94297c67465c3bd124063de717f7574491f5cc7d</id>
<content type='text'>
Annotate the allocator crates (allocator_system, allocator_jemalloc) by
the type of allocator they are. If one is requested as an exe allocator,
detect its type by the flags.

This has the effect that using this (de jure wrong) configuration in the
target spec works instead of producing a really unhelpful and arcane
linker error:

"exe-allocation-crate": "alloc_system"

Fixes #43524.
</content>
</entry>
<entry>
<title>update gcc crate</title>
<updated>2017-09-02T19:51:18+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2017-09-02T08:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=12d84cc0096c60573b8c0d7f14da8fa904e326b6'/>
<id>urn:sha1:12d84cc0096c60573b8c0d7f14da8fa904e326b6</id>
<content type='text'>
Use gcc::Build rather than deprecated gcc::Config.
Fixes #43973
</content>
</entry>
<entry>
<title>Auto merge of #43648 - RalfJung:jemalloc-debug, r=alexcrichton</title>
<updated>2017-08-29T17:32:13+00:00</updated>
<author>
<name>bors</name>
<email>bors@rust-lang.org</email>
</author>
<published>2017-08-29T17:32:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=630e02f25be1e65b316857c5bd8022da0b96db40'/>
<id>urn:sha1:630e02f25be1e65b316857c5bd8022da0b96db40</id>
<content type='text'>
Fix alloc_jemalloc debug feature

At least, I think that's how it should be.  'debug' is how the feature is called in liballoc_jemalloc/Cargo.toml and libstd/Cargo.toml. I verified this by making the build script panic rather than adding `--enable-debug`, and without this PR, the panic does not occur even when I set `debug-jemalloc = true` in config.toml. With the PR, the panic occurs as expected.

However, I actually have no idea what I am doing here.
</content>
</entry>
<entry>
<title>give up on trying to fix the assertion failure</title>
<updated>2017-08-29T14:10:13+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2017-08-29T14:09:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=16fc74c6a2da63264a8477c84e34291bab10dd29'/>
<id>urn:sha1:16fc74c6a2da63264a8477c84e34291bab10dd29</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix alloc_jemalloc debug feature</title>
<updated>2017-08-29T14:10:13+00:00</updated>
<author>
<name>Ralf Jung</name>
<email>post@ralfj.de</email>
</author>
<published>2017-08-04T06:39:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7d9e26f78805c7363744e439d5734d6f4a3e033e'/>
<id>urn:sha1:7d9e26f78805c7363744e439d5734d6f4a3e033e</id>
<content type='text'>
At least, I think that's how it should be.  'debug' is how the feature is called in Cargo.toml.
</content>
</entry>
<entry>
<title>Whitelist for dummy_jemalloc</title>
<updated>2017-08-27T10:02:24+00:00</updated>
<author>
<name>Tatsuyuki Ishi</name>
<email>ishitatsuyuki@gmail.com</email>
</author>
<published>2017-08-24T00:27:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2140a1e5c695bb651ad5fc5c1395689c12d642e3'/>
<id>urn:sha1:2140a1e5c695bb651ad5fc5c1395689c12d642e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>*: remove crate_{name,type} attributes</title>
<updated>2017-08-25T20:18:21+00:00</updated>
<author>
<name>Tamir Duberstein</name>
<email>tamird@gmail.com</email>
</author>
<published>2017-08-19T23:54:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1'/>
<id>urn:sha1:b3f50caee0e2f2f4d44e1c83bf73a112c2a398b1</id>
<content type='text'>
Fixes #41701.
</content>
</entry>
<entry>
<title>Update jemalloc to 4.5.0</title>
<updated>2017-08-16T20:06:05+00:00</updated>
<author>
<name>arthurprs</name>
<email>arthurprs@gmail.com</email>
</author>
<published>2017-08-16T20:05:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=519cf15ea6bcc72bc574f34f69690e16b2e548bb'/>
<id>urn:sha1:519cf15ea6bcc72bc574f34f69690e16b2e548bb</id>
<content type='text'>
</content>
</entry>
</feed>
