Vladimír Čunát
716aac2519
Merge branch 'staging' into closure-size
2016-01-19 09:55:31 +01:00
Nikolay Amiantov
cdb5f269e2
rustcMaster: 2015-12-09 -> 2016-01-10
2016-01-13 13:48:24 +03:00
Vladimír Čunát
f9f6f41bff
Merge branch 'master' into closure-size
...
TODO: there was more significant refactoring of qtbase and plasma 5.5
on master, and I'm deferring pointing to correct outputs to later.
2015-12-31 09:53:02 +01:00
Moritz Ulrich
c11f6c9dc7
rustc-1.5.0: Don't force bundled LLVM
2015-12-24 21:14:06 +01:00
Robin Gloster
b26aa99d9d
rustc: 1.4.0 -> 1.5.0
2015-12-24 21:14:06 +01:00
Luca Bruno
5b0352a6a4
Merge branch 'master' into closure-size
2015-12-11 18:31:00 +01:00
Ricardo M. Correia
6baa633064
rustcMaster: 2015-11-01 -> 2015-12-09
2015-12-09 20:15:59 +01:00
Jude Taylor
c20b6846f2
rustc: build on darwin
2015-11-30 12:54:04 -08:00
Vladimír Čunát
333d69a5f0
Merge staging into closure-size
...
The most complex problems were from dealing with switches reverted in
the meantime (gcc5, gmp6, ncurses6).
It's likely that darwin is (still) broken nontrivially.
2015-11-20 14:32:58 +01:00
Ricardo M. Correia
3ea8b08004
rustcMaster: 2015-10-27 -> 2015-11-01
2015-11-04 05:06:35 +01:00
William A. Kennington III
aed092339d
rustcMaster: 2015-10-17 -> 2015-10-27
2015-10-30 19:40:52 -07:00
William A. Kennington III
3406cdd0ce
rustc: 1.3.0 -> 1.4.0
2015-10-30 19:40:35 -07:00
Ricardo M. Correia
3d5ba0d5d6
rustcMaster: 2015-09-23 -> 2015-10-17
...
The build was changed to compile with the bundled LLVM because compiling
against the system's LLVM now fails with compilation errors.
2015-10-18 04:12:11 +02:00
Vladimír Čunát
cf7163f6f4
rustc: re-add missing file from staging
...
I'm not sure why it has disappeared.
Also try to fixup with multiple-output changes.
2015-10-03 16:27:04 +02:00
Vladimír Čunát
5227fb1dd5
Merge commit staging+systemd into closure-size
...
Many non-conflict problems weren't (fully) resolved in this commit yet.
2015-10-03 13:33:37 +02:00
William A. Kennington III
d5395b0506
Merge pull request #10024 from mayflower/update-rust
...
Update rust and dependants
2015-09-23 22:43:25 -07:00
William A. Kennington III
4856efb704
rustc: Disable system jemalloc until we can make it compatible
2015-09-23 22:31:28 -07:00
William A. Kennington III
5856e44258
jemalloc: Fix jemalloc prefix for applications which expect ^malloc
2015-09-23 20:48:14 -07:00
Robin Gloster
1aff911601
rustUnstable: 2015-09-05 -> 2015-09-23
2015-09-23 21:16:16 +00:00
William A. Kennington III
de2906e670
rustc: Update both versions of the compiler
...
rustc: 1.2.0 -> 1.3.0
rustcMaster: 2015-09-05 -> 2015-09-21
This also removes the llvm bundling which reduced immediate the closure size
by ~50MB. It also tries to reduce some of the superfluous dependencies
to help reduce the number of potential rebuilds (namely removing git).
2015-09-23 12:30:00 -07:00
Robin Gloster
7a90c8daa8
rustfmt: init at git-2015-09-05
2015-09-07 12:07:00 +00:00
Robin Gloster
b8c480f7c7
rustUnstable: update to 2015-09-05
...
Updated rustc and rustRegistry
2015-09-06 11:17:17 +00:00
Ricardo M. Correia
4af085c4d2
rustcMaster: 2015-07-28 -> 2015-08-09
2015-08-10 16:54:47 +02:00
Ricardo M. Correia
f49da34d82
rustc: 1.1.0 -> 1.2.0
2015-08-08 01:12:46 +02:00
Ricardo M. Correia
ad4adbdcb2
rustc: rename beta.patch to stable.patch
2015-08-08 01:12:46 +02:00
Ricardo M. Correia
21579ef5d0
rustcMaster: 2015-07-01 -> 2015-07-28
2015-07-29 15:51:29 +02:00
William A. Kennington III
333f145d76
Merge branch 'master.upstream' into staging.upstream
2015-07-13 15:11:31 -07:00
Ricardo M. Correia
bb182c7944
rustcMaster: 2015-05-13 -> 2015-07-01
2015-07-12 17:33:05 +02:00
Robert Irelan
bf492548a2
rustc: 1.0.0 -> 1.1.0
2015-07-09 21:14:55 -07:00
Jude Taylor
942cde614b
darwin purity: rustc
2015-06-25 16:36:06 -07:00
Eelco Dolstra
8def3d69c7
rustc: Install docs in a separator output
...
This reduces rustc's size from 359 MiB to 186 MiB.
Maybe we should disable doc generation altogether, since it's very
slow and people who need docs will JFGI anyway. But for now I've left
it.
2015-06-19 18:01:43 +02:00
Eelco Dolstra
ffb70f9c51
Don't use camelCase in file names
2015-06-19 14:29:09 +02:00
Eelco Dolstra
d8c9fa5043
Remove meta.license hack
2015-06-19 14:14:52 +02:00
Ricardo M. Correia
4e4d01af81
rustc: Use fetchzip in src attr instead of fetchurl
...
Otherwise, `RUST_SRC_PATH` in `racerRust` will point to an invalid path
(such as `/nix/store/xxx-rustc-1.0.0.tar.gz/src`, where
`rustc-1.0.0.tar.gz` is a real tarball file).
2015-05-27 04:23:43 +02:00
Ricardo M. Correia
01d4651a01
rustc: Fix snapshot info
...
It was wrong and it was causing a build failure.
2015-05-19 01:38:16 +02:00
Georges Dubus
af0002d884
rustc: build the stable channel
2015-05-16 00:54:20 +02:00
Georges Dubus
91ba92096c
rustc: update to 1.0.0
2015-05-15 19:17:25 +02:00
Ricardo M. Correia
3df7a9866d
rustcMaster: 2015-05-09 -> 2015-05-13
2015-05-13 17:23:18 +02:00
Ricardo M. Correia
755df64ee3
Merge pull request #7501 from wizeman/u/upd-rust
...
Add support for Rust / Cargo packaging
2015-05-12 17:30:11 +02:00
Ricardo M. Correia
4c77830a93
rustcMaster: Update from 2015-04-15 -> 2015-05-09
2015-05-12 17:28:48 +02:00
Vladimír Čunát
3b9ef2c71b
fix "libc}/lib" and similar references
...
Done mostly without any verification.
I didn't bother with libc}/include, as the path is still correct.
2015-05-05 11:52:08 +02:00
Ryan Scheel (Havvy)
d29ef454f0
makeRustcDerivation: Add configurationFlags, rustcBeta: Add beta configuration flag
2015-04-21 20:52:19 +00:00
Ryan Scheel (Havvy)
d3db093560
rustcBeta: Update to 1.0.0beta.2
2015-04-21 20:47:24 +00:00
Ricardo M. Correia
b1b4092ad5
rustcMaster: Update from 2015-04-13 -> 2015-04-15
2015-04-21 19:46:28 +02:00
Dmitry Belyaev
2a10294b74
Update rustcMaster
2015-04-13 15:55:39 +10:00
Dmitry Belyaev
7a51920367
Provide rustc-1.0.0-beta as the default for rustc
...
The patch injects full paths to utilities rather then expects to find then in the environment.
Also remove alphas.
2015-04-13 15:50:24 +10:00
Ricardo M. Correia
01d1ec25f7
rustc: Fix test failure due to hardcoded path to /home
2015-03-16 21:02:35 +01:00
Ricardo M. Correia
5f3a2cb0d1
rustc: Re-enable parallel building
2015-03-16 21:02:35 +01:00
Robin Gloster
282530454a
add myself as php and rustc maintainer
2015-03-11 11:24:55 +01:00
Robin Gloster
3a32dae799
update rust to new nightly (2015-03-09)
2015-03-09 18:37:30 +01:00