]> git.proxmox.com Git - rustc.git/log
rustc.git
4 years agoadd B-D on wasi-libc for wasm32-wasi target
Ximin Luo [Tue, 7 Jan 2020 02:50:36 +0000 (02:50 +0000)]
add B-D on wasi-libc for wasm32-wasi target

4 years agoadd wasm32 libc patch
Ximin Luo [Tue, 7 Jan 2020 01:40:46 +0000 (01:40 +0000)]
add wasm32 libc patch

4 years agoadd wasi-root
Ximin Luo [Tue, 7 Jan 2020 01:26:22 +0000 (01:26 +0000)]
add wasi-root

4 years agoadd more wasm32 docs
Ximin Luo [Tue, 7 Jan 2020 00:09:12 +0000 (00:09 +0000)]
add more wasm32 docs

4 years agoUpdate README.Debian including explaining the two wasm targets.
Ximin Luo [Mon, 6 Jan 2020 23:47:52 +0000 (23:47 +0000)]
Update README.Debian including explaining the two wasm targets.

4 years agoEnable the wasm32-wasi target for code that needs a "real" libstd
Ximin Luo [Mon, 6 Jan 2020 23:32:48 +0000 (23:32 +0000)]
Enable the wasm32-wasi target for code that needs a "real" libstd

4 years agomore progress towards wasm32 libstd tests, they still don't work though
Ximin Luo [Sun, 5 Jan 2020 17:03:14 +0000 (17:03 +0000)]
more progress towards wasm32 libstd tests, they still don't work though

4 years agomake more tests work on riscv64
Ximin Luo [Sun, 5 Jan 2020 16:56:38 +0000 (16:56 +0000)]
make more tests work on riscv64

4 years agomore 2to3 fixes
Ximin Luo [Sun, 5 Jan 2020 16:54:13 +0000 (16:54 +0000)]
more 2to3 fixes

4 years agoupdate changelog for backport
Fabian Grünbichler [Tue, 7 Jan 2020 08:23:29 +0000 (09:23 +0100)]
update changelog for backport

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
4 years agoMerge tag 'debian/1.40.0+dfsg1-5' into proxmox-backport
Fabian Grünbichler [Tue, 7 Jan 2020 08:22:41 +0000 (09:22 +0100)]
Merge tag 'debian/1.40.0+dfsg1-5' into proxmox-backport

rustc Debian release 1.40.0+dfsg1-5

4 years agoRelease 1.40.0+dfsg1-5 to Debian unstable.
Ximin Luo [Sun, 5 Jan 2020 13:35:52 +0000 (13:35 +0000)]
Release 1.40.0+dfsg1-5 to Debian unstable.

4 years agoUpdate changelog
Ximin Luo [Sun, 5 Jan 2020 13:35:35 +0000 (13:35 +0000)]
Update changelog

4 years agoriscv64 does not have too many failing tests
Ximin Luo [Sun, 5 Jan 2020 13:21:54 +0000 (13:21 +0000)]
riscv64 does not have too many failing tests

4 years agorefactor some testing rules
Ximin Luo [Sun, 5 Jan 2020 04:15:15 +0000 (04:15 +0000)]
refactor some testing rules

4 years agofinally fix tidy test
Ximin Luo [Sun, 5 Jan 2020 03:34:32 +0000 (03:34 +0000)]
finally fix tidy test

4 years agoMore python 2 -> 3 fixes
Ximin Luo [Sat, 4 Jan 2020 23:04:02 +0000 (23:04 +0000)]
More python 2 -> 3 fixes

4 years agoRelease 1.40.0+dfsg1-4 to Debian unstable.
Ximin Luo [Sat, 4 Jan 2020 05:40:16 +0000 (05:40 +0000)]
Release 1.40.0+dfsg1-4 to Debian unstable.

4 years agoAdd final patch for riscv64 support, for cross-compiling
Ximin Luo [Sat, 4 Jan 2020 05:24:08 +0000 (05:24 +0000)]
Add final patch for riscv64 support, for cross-compiling

4 years agoupdate architecture.mk for riscv64 / riscv64gc-unknown-linux-gnu
Ximin Luo [Sat, 4 Jan 2020 02:38:58 +0000 (02:38 +0000)]
update architecture.mk for riscv64 / riscv64gc-unknown-linux-gnu

4 years agoAdd cc crate patches for riscv64
Ximin Luo [Sat, 4 Jan 2020 04:12:32 +0000 (04:12 +0000)]
Add cc crate patches for riscv64

4 years agoExperimental riscv64 support
Ximin Luo [Fri, 3 Jan 2020 23:28:06 +0000 (23:28 +0000)]
Experimental riscv64 support

4 years agoRelease 1.40.0+dfsg1-3 to Debian unstable.
Ximin Luo [Fri, 3 Jan 2020 22:05:22 +0000 (22:05 +0000)]
Release 1.40.0+dfsg1-3 to Debian unstable.

4 years agoWork around upstream #59264 again. :/
Ximin Luo [Fri, 3 Jan 2020 22:02:09 +0000 (22:02 +0000)]
Work around upstream #59264 again. :/

4 years agoRelease 1.40.0+dfsg1-2 to Debian unstable.
Ximin Luo [Fri, 3 Jan 2020 20:18:51 +0000 (20:18 +0000)]
Release 1.40.0+dfsg1-2 to Debian unstable.

4 years agoRevert incorrect use of find +
Ximin Luo [Fri, 3 Jan 2020 20:11:40 +0000 (20:11 +0000)]
Revert incorrect use of find +

4 years agoDon't add -L/usr/lib/llvm when cross-compiling
Ximin Luo [Fri, 3 Jan 2020 15:54:12 +0000 (15:54 +0000)]
Don't add -L/usr/lib/llvm when cross-compiling

4 years agoFix more internal build scripts so they use python3
Ximin Luo [Fri, 3 Jan 2020 15:31:12 +0000 (15:31 +0000)]
Fix more internal build scripts so they use python3

4 years agoRelease 1.40.0+dfsg1-1 to Debian unstable.
Ximin Luo [Sun, 29 Dec 2019 22:17:09 +0000 (22:17 +0000)]
Release 1.40.0+dfsg1-1 to Debian unstable.

4 years agoIgnore failing arm test
Ximin Luo [Sun, 29 Dec 2019 22:15:43 +0000 (22:15 +0000)]
Ignore failing arm test

4 years agooverride new lintian tag that is similar to old one
Ximin Luo [Thu, 26 Dec 2019 15:57:06 +0000 (15:57 +0000)]
override new lintian tag that is similar to old one

4 years agoRelease 1.40.0+dfsg1-1~exp1 to Debian experimental.
Ximin Luo [Wed, 25 Dec 2019 00:09:35 +0000 (00:09 +0000)]
Release 1.40.0+dfsg1-1~exp1 to Debian experimental.

4 years agoUpdate d-ignore-error-detail-diff.patch
Ximin Luo [Wed, 25 Dec 2019 00:08:44 +0000 (00:08 +0000)]
Update d-ignore-error-detail-diff.patch

4 years agoUpdate d/copyright
Ximin Luo [Tue, 24 Dec 2019 22:26:49 +0000 (22:26 +0000)]
Update d/copyright

4 years agoUpdate patches with fuzz
Ximin Luo [Tue, 24 Dec 2019 22:13:16 +0000 (22:13 +0000)]
Update patches with fuzz

4 years agoUpdate control and patches for 1.40.0
Ximin Luo [Tue, 24 Dec 2019 22:10:47 +0000 (22:10 +0000)]
Update control and patches for 1.40.0

4 years agoUpdate upstream source from tag 'upstream/1.40.0+dfsg1'
Ximin Luo [Tue, 24 Dec 2019 22:09:08 +0000 (22:09 +0000)]
Update upstream source from tag 'upstream/1.40.0+dfsg1'

Update to upstream version '1.40.0+dfsg1'
with Debian dir c0918632972cf35c9422a8e0967c4cdb6bdb3e84

4 years agoNew upstream version 1.40.0+dfsg1
Ximin Luo [Tue, 24 Dec 2019 22:08:06 +0000 (22:08 +0000)]
New upstream version 1.40.0+dfsg1

4 years agoUpdate unsuspicious whitelist for 1.40.0
Ximin Luo [Tue, 24 Dec 2019 22:06:59 +0000 (22:06 +0000)]
Update unsuspicious whitelist for 1.40.0

4 years agoUpdate Files-Excluded for new upstream version
Ximin Luo [Tue, 24 Dec 2019 21:57:46 +0000 (21:57 +0000)]
Update Files-Excluded for new upstream version

4 years agoUpdate tarball patches for 1.40.0
Ximin Luo [Tue, 24 Dec 2019 21:57:25 +0000 (21:57 +0000)]
Update tarball patches for 1.40.0

4 years agoRelease 1.39.0+dfsg1-4 to Debian unstable.
Ximin Luo [Mon, 23 Dec 2019 03:21:08 +0000 (03:21 +0000)]
Release 1.39.0+dfsg1-4 to Debian unstable.

4 years agobump min version of LLVM for mips fix
Ximin Luo [Mon, 23 Dec 2019 03:16:54 +0000 (03:16 +0000)]
bump min version of LLVM for mips fix

4 years agoClose mips bug with LLVM update
Ximin Luo [Mon, 23 Dec 2019 03:11:23 +0000 (03:11 +0000)]
Close mips bug with LLVM update

4 years agoUpdate to LLVM 9
Ximin Luo [Mon, 16 Dec 2019 22:38:28 +0000 (22:38 +0000)]
Update to LLVM 9

4 years agorebuild without pkg.rustc.dlstage0
Fabian Grünbichler [Wed, 11 Dec 2019 10:58:34 +0000 (11:58 +0100)]
rebuild without pkg.rustc.dlstage0

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
4 years agobackport to Debian Buster
Fabian Grünbichler [Wed, 11 Dec 2019 09:26:34 +0000 (10:26 +0100)]
backport to Debian Buster

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
4 years agoRelease 1.39.0+dfsg1-3 to Debian unstable.
Ximin Luo [Fri, 6 Dec 2019 22:18:58 +0000 (22:18 +0000)]
Release 1.39.0+dfsg1-3 to Debian unstable.

4 years agoFix mips patch involving mxgot for new RUSTFLAGS behaviour
Ximin Luo [Fri, 6 Dec 2019 22:15:20 +0000 (22:15 +0000)]
Fix mips patch involving mxgot for new RUSTFLAGS behaviour

4 years agoUpdate d-host-duplicates.patch
Ximin Luo [Fri, 6 Dec 2019 02:11:42 +0000 (02:11 +0000)]
Update d-host-duplicates.patch

4 years agoRelease 1.39.0+dfsg1-2 to Debian unstable.
Ximin Luo [Thu, 5 Dec 2019 22:51:49 +0000 (22:51 +0000)]
Release 1.39.0+dfsg1-2 to Debian unstable.

4 years agoExpand d-ignore-error-detail-diff.patch for unfixed upstream #53081
Ximin Luo [Thu, 5 Dec 2019 22:49:44 +0000 (22:49 +0000)]
Expand d-ignore-error-detail-diff.patch for unfixed upstream #53081

4 years agoUse python3 instead of python to run rustbuild
Ximin Luo [Mon, 2 Dec 2019 00:53:53 +0000 (00:53 +0000)]
Use python3 instead of python to run rustbuild

4 years agoInclude reproducibility patch for compiler-builtins
Ximin Luo [Mon, 2 Dec 2019 00:52:19 +0000 (00:52 +0000)]
Include reproducibility patch for compiler-builtins

4 years agoRelease 1.39.0+dfsg1-1 to Debian unstable.
Ximin Luo [Sat, 30 Nov 2019 22:20:49 +0000 (22:20 +0000)]
Release 1.39.0+dfsg1-1 to Debian unstable.

4 years agoPort upstream fix to fix build
Ximin Luo [Sat, 30 Nov 2019 22:20:40 +0000 (22:20 +0000)]
Port upstream fix to fix build

4 years agoUpdate patch to fix failing dist_only_cross_host
Ximin Luo [Sat, 30 Nov 2019 22:16:14 +0000 (22:16 +0000)]
Update patch to fix failing dist_only_cross_host

4 years agoUpdate d/copyright
Ximin Luo [Fri, 29 Nov 2019 00:51:41 +0000 (00:51 +0000)]
Update d/copyright

4 years agotry cross-compile install fix in the way suggested by upstream
Ximin Luo [Fri, 29 Nov 2019 00:37:00 +0000 (00:37 +0000)]
try cross-compile install fix in the way suggested by upstream

4 years agoUpdate patches
Ximin Luo [Fri, 29 Nov 2019 00:22:58 +0000 (00:22 +0000)]
Update patches

4 years agoMerge branch 'debian/sid' into debian/experimental
Ximin Luo [Fri, 29 Nov 2019 00:10:59 +0000 (00:10 +0000)]
Merge branch 'debian/sid' into debian/experimental

4 years agoRelease 1.38.0+dfsg1-2 to Debian unstable.
Ximin Luo [Fri, 29 Nov 2019 00:05:35 +0000 (00:05 +0000)]
Release 1.38.0+dfsg1-2 to Debian unstable.

4 years agoUpdate d/changelog
Ximin Luo [Thu, 28 Nov 2019 23:56:21 +0000 (23:56 +0000)]
Update d/changelog

4 years agoFix building with cargo 0.40.0
Ximin Luo [Thu, 28 Nov 2019 23:54:31 +0000 (23:54 +0000)]
Fix building with cargo 0.40.0

4 years agoFix building with same version 1.38.0
Ximin Luo [Thu, 28 Nov 2019 23:54:01 +0000 (23:54 +0000)]
Fix building with same version 1.38.0

4 years agoBump cargo version depndency
Ximin Luo [Wed, 27 Nov 2019 12:33:36 +0000 (12:33 +0000)]
Bump cargo version depndency

4 years agoUpdate control and patches for 1.39.0
Ximin Luo [Wed, 27 Nov 2019 12:19:31 +0000 (12:19 +0000)]
Update control and patches for 1.39.0

4 years agoUpdate upstream source from tag 'upstream/1.39.0+dfsg1'
Ximin Luo [Wed, 27 Nov 2019 12:14:33 +0000 (12:14 +0000)]
Update upstream source from tag 'upstream/1.39.0+dfsg1'

Update to upstream version '1.39.0+dfsg1'
with Debian dir efb3bc9bd00db0089873900a04fcd16e1fea7b63

4 years agoNew upstream version 1.39.0+dfsg1
Ximin Luo [Wed, 27 Nov 2019 12:13:46 +0000 (12:13 +0000)]
New upstream version 1.39.0+dfsg1

4 years agoUpdate unsuspicious whitelist for 1.39.0
Ximin Luo [Wed, 27 Nov 2019 03:00:52 +0000 (03:00 +0000)]
Update unsuspicious whitelist for 1.39.0

4 years agoUpdate Files-Excluded for new upstream version 1.39.0
Ximin Luo [Wed, 27 Nov 2019 00:55:39 +0000 (00:55 +0000)]
Update Files-Excluded for new upstream version 1.39.0

4 years agoUpdate patches and prune script for 1.39.0
Ximin Luo [Wed, 27 Nov 2019 00:55:03 +0000 (00:55 +0000)]
Update patches and prune script for 1.39.0

4 years agoUpdate watch file
Ximin Luo [Tue, 26 Nov 2019 22:54:53 +0000 (22:54 +0000)]
Update watch file

4 years agoRelease 1.38.0+dfsg1-1 to Debian unstable.
Ximin Luo [Tue, 26 Nov 2019 14:41:55 +0000 (14:41 +0000)]
Release 1.38.0+dfsg1-1 to Debian unstable.

4 years agoTry to do cross-compiling properly
Ximin Luo [Tue, 26 Nov 2019 13:58:44 +0000 (13:58 +0000)]
Try to do cross-compiling properly

4 years agoRemove cross-compile patch, it doesn't work :(
Ximin Luo [Tue, 26 Nov 2019 01:30:35 +0000 (01:30 +0000)]
Remove cross-compile patch, it doesn't work :(

4 years agoDon't try to run mdbook-linkchecker since we disable it
Ximin Luo [Tue, 26 Nov 2019 00:15:06 +0000 (00:15 +0000)]
Don't try to run mdbook-linkchecker since we disable it

4 years agoFix cross-compiling by building only with the "build" architecture
Ximin Luo [Mon, 25 Nov 2019 21:59:11 +0000 (21:59 +0000)]
Fix cross-compiling by building only with the "build" architecture

4 years agoUpdate copyright and lintian overrides
Ximin Luo [Mon, 25 Nov 2019 21:53:10 +0000 (21:53 +0000)]
Update copyright and lintian overrides

4 years agoUpdate control files for 1.38.0
Ximin Luo [Mon, 25 Nov 2019 21:39:19 +0000 (21:39 +0000)]
Update control files for 1.38.0

4 years agoUpdate upstream source from tag 'upstream/1.38.0+dfsg1'
Ximin Luo [Mon, 25 Nov 2019 21:39:11 +0000 (21:39 +0000)]
Update upstream source from tag 'upstream/1.38.0+dfsg1'

Update to upstream version '1.38.0+dfsg1'
with Debian dir 9ab571bb9c9e30803f6e01122c4883999125282f

4 years agoNew upstream version 1.38.0+dfsg1
Ximin Luo [Mon, 25 Nov 2019 21:38:20 +0000 (21:38 +0000)]
New upstream version 1.38.0+dfsg1

4 years agoUpdate unsuspicious whitelist for 1.38.0
Ximin Luo [Mon, 25 Nov 2019 21:36:08 +0000 (21:36 +0000)]
Update unsuspicious whitelist for 1.38.0

4 years agoMore instructions on upgrading
Ximin Luo [Mon, 25 Nov 2019 21:34:21 +0000 (21:34 +0000)]
More instructions on upgrading

4 years agoUpdate Files-Excluded for new upstream version 1.38.0
Ximin Luo [Mon, 25 Nov 2019 21:24:13 +0000 (21:24 +0000)]
Update Files-Excluded for new upstream version 1.38.0

4 years agoUpdate patches and ignored submodules for 1.38
Ximin Luo [Mon, 25 Nov 2019 21:20:01 +0000 (21:20 +0000)]
Update patches and ignored submodules for 1.38

5 years agoRelease 1.37.0+dfsg1-1 to Debian unstable.
Ximin Luo [Thu, 5 Sep 2019 07:06:28 +0000 (00:06 -0700)]
Release 1.37.0+dfsg1-1 to Debian unstable.

5 years agoFix typo
Ximin Luo [Thu, 5 Sep 2019 07:06:07 +0000 (00:06 -0700)]
Fix typo

5 years agoRelease 1.37.0+dfsg1-1~exp2 to Debian experimental.
Ximin Luo [Thu, 29 Aug 2019 16:00:10 +0000 (09:00 -0700)]
Release 1.37.0+dfsg1-1~exp2 to Debian experimental.

5 years agoDon't run wasm32 tests, many of them fail
Ximin Luo [Thu, 29 Aug 2019 15:59:28 +0000 (08:59 -0700)]
Don't run wasm32 tests, many of them fail

5 years agoActually compiler-rt is not even used in these new rustc versions
Ximin Luo [Thu, 29 Aug 2019 07:26:30 +0000 (00:26 -0700)]
Actually compiler-rt is not even used in these new rustc versions

5 years agoSupport cross-compiling to wasm32
Ximin Luo [Thu, 29 Aug 2019 07:14:45 +0000 (00:14 -0700)]
Support cross-compiling to wasm32

5 years agoSplit system compiler-rt patch
Ximin Luo [Wed, 28 Aug 2019 15:02:47 +0000 (08:02 -0700)]
Split system compiler-rt patch

5 years agoRelease 1.37.0+dfsg1-1~exp1 to Debian experimental.
Ximin Luo [Sun, 25 Aug 2019 10:06:43 +0000 (03:06 -0700)]
Release 1.37.0+dfsg1-1~exp1 to Debian experimental.

5 years agoTry to work around #933045
Ximin Luo [Sat, 24 Aug 2019 19:38:52 +0000 (12:38 -0700)]
Try to work around #933045

5 years agoFix mdbook patch to not generate broken links
Ximin Luo [Sat, 24 Aug 2019 19:28:46 +0000 (12:28 -0700)]
Fix mdbook patch to not generate broken links

5 years agoUpdate compiler-rt patch for all arches
Ximin Luo [Sat, 24 Aug 2019 17:20:39 +0000 (10:20 -0700)]
Update compiler-rt patch for all arches

5 years agoUse system compiler-rt
Ximin Luo [Sat, 24 Aug 2019 16:39:34 +0000 (09:39 -0700)]
Use system compiler-rt

5 years agoUpdate d/copyright
Ximin Luo [Fri, 23 Aug 2019 11:17:00 +0000 (04:17 -0700)]
Update d/copyright

5 years agoUpdate debian control files and patches
Ximin Luo [Fri, 23 Aug 2019 11:04:34 +0000 (04:04 -0700)]
Update debian control files and patches