<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/liballoc_jemalloc, branch 1.15.0</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=1.15.0</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=1.15.0'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2017-01-19T19:09:11+00:00</updated>
<entry>
<title>let BSD to use gmake for GNU-make</title>
<updated>2017-01-19T19:09:11+00:00</updated>
<author>
<name>Sébastien Marie</name>
<email>semarie@users.noreply.github.com</email>
</author>
<published>2016-12-17T19:09:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=1dfb78f1195d13ec0bf2f977ae7048472f3da642'/>
<id>urn:sha1:1dfb78f1195d13ec0bf2f977ae7048472f3da642</id>
<content type='text'>
the diff extends build_helper to provide an function to return the
expected name of GNU-make on the host: "make" or "gmake".

Fixes #38429
</content>
</entry>
<entry>
<title>std: Don't build docs for misc facade crates</title>
<updated>2016-12-30T21:26:58+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2016-12-28T18:53:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=17f7f0515fc31dc54cb18d67029ed71340112c6e'/>
<id>urn:sha1:17f7f0515fc31dc54cb18d67029ed71340112c6e</id>
<content type='text'>
Retain the same behavior as stable.

Closes #38319
</content>
</entry>
<entry>
<title>mk: Switch rustbuild to the default build system</title>
<updated>2016-12-07T08:30:23+00:00</updated>
<author>
<name>Alex Crichton</name>
<email>alex@alexcrichton.com</email>
</author>
<published>2016-11-16T20:31:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0e272de69f4a9c889e5f1a024a88b3e1f60cb6c5'/>
<id>urn:sha1:0e272de69f4a9c889e5f1a024a88b3e1f60cb6c5</id>
<content type='text'>
This commit switches the default build system for Rust from the makefiles to
rustbuild. The rustbuild build system has been in development for almost a year
now and has become quite mature over time. This commit is an implementation of
the proposal on [internals] which slates deletion of the makefiles on
2016-01-02.

[internals]: https://internals.rust-lang.org/t/proposal-for-promoting-rustbuild-to-official-status/4368

This commit also updates various documentation in `README.md`,
`CONTRIBUTING.md`, `src/bootstrap/README.md`, and throughout the source code of
rustbuild itself.

Closes #37858
</content>
</entry>
<entry>
<title>don't rebuild alloc_jemalloc if jemalloc's .git directory has changed</title>
<updated>2016-12-01T18:17:01+00:00</updated>
<author>
<name>Jorge Aparicio</name>
<email>japaricious@gmail.com</email>
</author>
<published>2016-12-01T18:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=acad8cceb7a60833a54650ff84300a21af754434'/>
<id>urn:sha1:acad8cceb7a60833a54650ff84300a21af754434</id>
<content type='text'>
the .git directory is modified by `bootstrap` when it updates this git
submodule; this triggered rebuilds every time `bootstrap` was called.

likely fixes #38094
</content>
</entry>
<entry>
<title>Add Fuchsia support</title>
<updated>2016-10-22T14:08:06+00:00</updated>
<author>
<name>Raph Levien</name>
<email>raph@google.com</email>
</author>
<published>2016-10-18T20:43:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=76bac5d33e09e8ae1b243c045584646431147cce'/>
<id>urn:sha1:76bac5d33e09e8ae1b243c045584646431147cce</id>
<content type='text'>
Adds support for the x86_64-unknown-fuchsia target, which covers the
Fuchsia operating system.
</content>
</entry>
<entry>
<title>run rustfmt on various folders</title>
<updated>2016-10-16T10:11:01+00:00</updated>
<author>
<name>Srinivas Reddy Thatiparthy</name>
<email>thatiparthysreenivas@gmail.com</email>
</author>
<published>2016-10-16T10:11:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=54e320d4bce4a397d165739fda8329a0567b35c4'/>
<id>urn:sha1:54e320d4bce4a397d165739fda8329a0567b35c4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Build a dummy alloc_jemalloc crate on platforms that don't support it</title>
<updated>2016-09-30T21:03:00+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2016-09-27T21:27:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4f5e73be1bf439a9881600ad4cdfd5865391eaef'/>
<id>urn:sha1:4f5e73be1bf439a9881600ad4cdfd5865391eaef</id>
<content type='text'>
This is a hack to support building targets that don't support jemalloc
alongside hosts that do. The jemalloc build is controlled by a feature
of the std crate, and if that feature changes between targets, it
invalidates the fingerprint of std's build script (this is a cargo
bug); so we must ensure that the feature set used by std is the same
across all targets, which means we have to build the alloc_jemalloc
crate for targets like emscripten, even if we don't use it.
</content>
</entry>
<entry>
<title>Report which required build-time environment variable is not set</title>
<updated>2016-09-25T16:18:09+00:00</updated>
<author>
<name>Jake Goulding</name>
<email>jake.goulding@gmail.com</email>
</author>
<published>2016-09-25T15:59:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=cc8727e67518e98a8ce3068d8dfc732a18f6b382'/>
<id>urn:sha1:cc8727e67518e98a8ce3068d8dfc732a18f6b382</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add s390x support</title>
<updated>2016-09-09T21:28:19+00:00</updated>
<author>
<name>Ulrich Weigand</name>
<email>ulrich.weigand@de.ibm.com</email>
</author>
<published>2016-09-09T21:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=19b84088d76b8ded63cbaf12991213f4f437e689'/>
<id>urn:sha1:19b84088d76b8ded63cbaf12991213f4f437e689</id>
<content type='text'>
This adds support for building the Rust compiler and standard
library for s390x-linux, allowing a full cross-bootstrap sequence
to complete.  This includes:

- Makefile/configure changes to allow native s390x builds
- Full Rust compiler support for the s390x C ABI
  (only the non-vector ABI is supported at this point)
- Port of the standard library to s390x
- Update the liblibc submodule to a version including s390x support
- Testsuite fixes to allow clean "make check" on s390x

Caveats:

- Resets base cpu to "z10" to bring support in sync with the default
  behaviour of other compilers on the platforms.  (Usually, upstream
  supports all older processors; a distribution build may then chose
  to require a more recent base version.)  (Also, using zEC12 causes
  failures in the valgrind tests since valgrind doesn't fully support
  this CPU yet.)

- z13 vector ABI is not yet supported.  To ensure compatible code
  generation, the -vector feature is passed to LLVM.  Note that this
  means that even when compiling for z13, no vector instructions
  will be used.  In the future, support for the vector ABI should be
  added (this will require common code support for different ABIs
  that need different data_layout strings on the same platform).

- Two test cases are (temporarily) ignored on s390x to allow passing
  the test suite.  The underlying issues still need to be fixed:
  * debuginfo/simd.rs fails because of incorrect debug information.
    This seems to be a LLVM bug (also seen with C code).
  * run-pass/union/union-basic.rs simply seems to be incorrect for
    all big-endian platforms.

Signed-off-by: Ulrich Weigand &lt;ulrich.weigand@de.ibm.com&gt;
</content>
</entry>
<entry>
<title>fix cross compilation of std</title>
<updated>2016-08-27T06:40:29+00:00</updated>
<author>
<name>Jorge Aparicio</name>
<email>japaricious@gmail.com</email>
</author>
<published>2016-08-27T06:39:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=43615a03f31d3c60c4af13a1fe17bd4cf3edad06'/>
<id>urn:sha1:43615a03f31d3c60c4af13a1fe17bd4cf3edad06</id>
<content type='text'>
</content>
</entry>
</feed>
