]> git.proxmox.com Git - rustc.git/blame - debian/changelog
temporarily skip git(-cli) tests
[rustc.git] / debian / changelog
CommitLineData
f442a59c
FG
1rustc (1.70.0+dfsg1-8.1) unstable; urgency=medium
2
3 * Non-maintainer upload
4 * Binary upload to rebootstrap on armel
5
6 -- Emanuele Rocca <ema@debian.org> Thu, 21 Mar 2024 10:52:23 +0000
7
2de4f394
FG
8rustc (1.70.0+dfsg1-8) unstable; urgency=medium
9
10 * d/control: switch to libllvm16t64
11 * d/control: switch to pkgconf
12 * d/rules: fix make warning in filter invocation
13
14 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 15 Mar 2024 17:18:37 +0100
15
3d2771f3
FG
16rustc (1.70.0+dfsg1-7) unstable; urgency=medium
17
18 * profiler: disable on mips64el for now, it's buggy
19
20 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Thu, 15 Feb 2024 06:52:19 +0100
21
2a320fed
FG
22rustc (1.70.0+dfsg1-6) unstable; urgency=medium
23
24 [ Fabian Grünbichler ]
25 * fix bootstrap helpers (Closes: #1060808)
26 * rustix: patch both versions to fix racy build
39ef841c
AS
27
28 [ Andres Salomon ]
29 * Fix source_orig-stage0 bootstrapping process to actually include all
30 architectures (closes: #1021711).
c9e6dc3f
AS
31 * Run 'd/rules clean' after running make_orig-stage0_tarball.sh so that the
32 suggestion to rebuild the .dsc actually works.
364f8515 33 * Don't allow upstream's bootstrap.py to delete .cargo/ directory.
39ef841c 34
2a320fed
FG
35 [ Fabian Grünbichler ]
36 * stage0: use current release architectures as default
37 * disable LLVM profiler support on sparc64 (Closes: #1061125)
38
39 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 11 Feb 2024 20:59:19 +0100
39ef841c 40
9c81dbe5
FG
41rustc (1.70.0+dfsg1-5) unstable; urgency=medium
42
43 * adapt LLVM_PROFILER_RT_LIB path
44
45 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 15 Jan 2024 08:16:35 +0100
46
ec982be5
FG
47rustc (1.70.0+dfsg1-4) unstable; urgency=medium
48
49 * fix libclang-rt-16-dev Build-dep
50
51 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 15 Jan 2024 07:00:08 +0100
52
cdd1f2e1 53rustc (1.70.0+dfsg1-3) unstable; urgency=medium
6a1b7eba
AS
54
55 [ Andres Salomon ]
56 * Enable profiler builtin and backport u-profiler.patch (closes: #1043311).
57 * Build-dep on libclang-rt-16-dev.
58
cdd1f2e1 59 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 14 Jan 2024 20:06:29 +0100
6a1b7eba 60
4a54b58c
FG
61rustc (1.70.0+dfsg1-2) unstable; urgency=medium
62
63 * Upload to unstable
64
65 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sat, 30 Dec 2023 14:52:00 +0100
66
1414cd1a
FG
67rustc (1.70.0+dfsg1-2~exp1) experimental; urgency=medium
68
69 * riscv: disable split debuginfo support
70
71 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sat, 02 Dec 2023 11:19:31 +0100
72
cbbe5d4f
FG
73rustc (1.70.0+dfsg1-1) unstable; urgency=medium
74
75 * Upload to unstable
76
77 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 20 Sep 2023 20:18:40 +0200
78
d6a238ed
FG
79rustc (1.70.0+dfsg1-1~exp3) experimental; urgency=medium
80
81 * more test fixes
82
83 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 15 Sep 2023 15:07:01 +0200
84
ab25e6f0
FG
85rustc (1.70.0+dfsg1-1~exp2) experimental; urgency=medium
86
87 * don't remove replace-version-placeholder from workspace
88 * disable download tests
89 * fix x86 tests checking for SSE2
90
91 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Fri, 15 Sep 2023 10:10:52 +0200
92
aa130af4 93rustc (1.70.0+dfsg1-1~exp1) experimental; urgency=medium
d6901121
FG
94
95 * New upstream release
aa130af4
FG
96 * switch to LLVM 16
97 * properly drop more components
98 * rust-src: fix path of installed example config
99 * fix lintian overrides
100 * update d/copyright
d6901121 101
aa130af4 102 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Thu, 14 Sep 2023 09:07:26 +0200
d6901121 103
8308bbdd
FG
104rustc (1.69.0+dfsg1-1) unstable; urgency=medium
105
106 * Upload to unstable
107
108 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 13 Sep 2023 13:57:58 +0200
109
f3a0a4f7
FG
110rustc (1.69.0+dfsg1-1~exp2) experimental; urgency=medium
111
112 * config: also enable rustdoc explicitly
113 * bump wasi-libc to revert stack protection (Closes: #1051815)
114
115 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 13 Sep 2023 08:02:53 +0200
116
fbc5d75e 117rustc (1.69.0+dfsg1-1~exp1) experimental; urgency=medium
58fa2157 118
fbc5d75e 119 [ Eric Long ]
58fa2157 120 * New upstream release
fbc5d75e 121 * Manually include `rust-analyzer-proc-macro-srv` (again)
58fa2157 122
fbc5d75e
FG
123 [ Fabian Grünbichler ]
124 * add libc with "extra_traits" to feature sync patch
125 * update d/copyright
126 * update lintian overrides
127
128 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Tue, 12 Sep 2023 10:17:15 +0200
58fa2157 129
ddce6dd8
FG
130rustc (1.68.2+dfsg1-1) unstable; urgency=medium
131
132 * Upload to unstable
133
134 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 10 Sep 2023 19:22:53 +0200
135
d84f3598 136rustc (1.68.2+dfsg1-1~exp1) experimental; urgency=medium
57bb5b0b 137
d84f3598
FG
138 [ Eric Long ]
139 * New upstream version 1.68.2+dfsg1
57bb5b0b
EL
140 * Update patches to adapt to upstream test path change
141
d84f3598
FG
142 [ Fabian Grünbichler ]
143 * Update wasi-libc to 4362b18
144 * Update doc path to fix linkcheck
145 * Update d/copyright
146 * Update lintian overrides
147 * Update privacy breach removal (github badge)
148 * Bump Standards-Version to 4.6.2
149
150 [Helmut Grohne]
151 * Fix FTCBFS: Do not pass host CFLAGS to the build compiler
152 (Closes: #1050975)
153
154 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Wed, 02 Aug 2023 13:17:47 +0200
57bb5b0b 155
75db0449
FG
156rustc (1.67.1+dfsg1-1) unstable; urgency=medium
157
158 * Upload to unstable
159
160 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 03 Sep 2023 19:58:53 +0200
161
b24c4414 162rustc (1.67.1+dfsg1-1~exp1) experimental; urgency=medium
1961bfbf 163
b24c4414
FG
164 [ Fabian Grünbichler ]
165 * update/rebase/drop patches (based on work by Blair Noctis)
166 * d/copyright: add missing statements
167 * add missing lintian overrides for test cases
168
169 [ Blair Noctis ]
1961bfbf 170 * New upstream release
b24c4414
FG
171 * Cherry-pick sysroot detection fix
172 * Update d/copyright for some vendored
1961bfbf 173
b24c4414 174 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Fri, 07 Jul 2023 10:01:33 +0200
1961bfbf 175
d30c8553
FG
176rustc (1.66.0+dfsg1-1) unstable; urgency=medium
177
178 * Upload to unstable
179
180 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Tue, 27 Jun 2023 17:12:20 +0200
181
a9e37d20 182rustc (1.66.0+dfsg1-1~exp1) experimental; urgency=medium
f45b2e0c 183
a9e37d20 184 [ Blair Noctis ]
880b6c8a 185 * New upstream version 1.66.0+dfsg1
63951bd6 186 * Drop outdated patches
a9e37d20
FG
187 * Work around incorrect config handling (picking up initial rustc) when
188 running tests
f45b2e0c 189
a9e37d20 190 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 23 Apr 2023 20:45:41 +0200
f45b2e0c 191
aab37a17
JB
192rustc (1.65.0+dfsg1-2) unstable; urgency=medium
193
194 * Team upload
195 * Source-only upload
196
197 -- Jeremy Bícha <jbicha@ubuntu.com> Mon, 26 Jun 2023 17:16:27 -0400
198
82bc43c9
FG
199rustc (1.65.0+dfsg1-1) unstable; urgency=medium
200
201 * Upload to unstable
202
203 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Tue, 20 Jun 2023 20:16:50 +0200
204
618fa206
FG
205rustc (1.65.0+dfsg1-1~exp3) experimental; urgency=medium
206
207 * d/rules: fix typo in mipsel workaround
208
209 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sun, 12 Mar 2023 08:54:15 +0100
210
319f48b9
FG
211rustc (1.65.0+dfsg1-1~exp2) experimental; urgency=medium
212
213 [ Fabian Grünbichler ]
214 * d/control: add myself to Uploaders
215 * cherry-pick fix for failing backtrace test
216 * bump mipsel test failure allowance to work around broken gdb 13.1
217 * drop duplicate lintian override
218
219 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Sat, 11 Mar 2023 18:50:19 +0100
220
ec2afc42
FG
221rustc (1.65.0+dfsg1-1~exp1) experimental; urgency=medium
222
223 [ Fabian Grünbichler ]
224 * New upstream version 1.65.0+dfsg1
225 * switch to LLVM-15
226 * cherry-pick fix for compiletest with rpath=false
227 * add overrides for rust-analyzer test data
228
229 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Wed, 15 Feb 2023 20:12:05 +0100
230
0210aa59
FG
231rustc (1.64.0+dfsg1-1) unstable; urgency=medium
232
233 * Upload to unstable
234 * Add myself to Uploaders
235
236 -- Fabian Grünbichler <debian@fabian.gruenbichler.email> Mon, 12 Jun 2023 18:36:56 +0200
237
02396161
FG
238rustc (1.64.0+dfsg1-1~exp4) experimental; urgency=medium
239
240 [ John Paul Adrian Glaubitz ]
241 * fix sparc64 rustix build (Closes: #1030053)
242
243 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Tue, 31 Jan 2023 19:55:48 +0100
244
12922124
FG
245rustc (1.64.0+dfsg1-1~exp3) experimental; urgency=medium
246
247 [ Simon Chopin ]
248 * cherry-pick riscv64 fix from ubuntu
249
250 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Fri, 20 Jan 2023 20:48:11 +0100
251
957a3b10
FG
252rustc (1.64.0+dfsg1-1~exp2) experimental; urgency=medium
253
254 [ Fabian Grünbichler ]
255 * d/prune-unused-deps: unify cargo update calls
256 * fix rustix on arches requiring outline building
257 * fix libstd-rust-dev-windows lintian override
258 * fix compiler_builtins linkage on arm(el)
259 * add compiler_builtins sync fallbacks for arm(el)
260 * fix panicking lldb check on armel
261
262 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Wed, 11 Jan 2023 17:22:16 +0100
263
305d9af9 264rustc (1.64.0+dfsg1-1~exp1) experimental; urgency=medium
212fd0f1
FG
265
266 * New upstream release
305d9af9
FG
267 * d/rules: auto_clean: preserve .cargo/config.toml
268 * d/rules: also clear bootstrap/rust-analyzer Cargo.lock
269 * d/rules: extend privacy-breach removal
270 * ship rust-analyzer-proc-macro-srv binary
212fd0f1 271
305d9af9 272 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Thu, 08 Dec 2022 09:17:59 +0100
212fd0f1 273
f4bc5844
FG
274rustc (1.63.0+dfsg1-1) unstable; urgency=medium
275
276 * Upload to unstable (Closes: #1018859)
277
278 [ Pietro Albini ]
279 * clarify the licensing of the mpsc implementation
280
281 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Wed, 07 Dec 2022 17:29:00 +0100
282
cc68f230 283rustc (1.63.0+dfsg1-1~exp1) experimental; urgency=medium
d82f82c5
FG
284
285 * New upstream release
286
cc68f230 287 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Tue, 15 Nov 2022 19:47:53 +0100
d82f82c5 288
e107a0db
FG
289rustc (1.62.1+dfsg1-1) unstable; urgency=medium
290
291 * Upload to unstable
292 * Fix armhf build
293
294 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Mon, 31 Oct 2022 14:19:34 +0100
295
e26e36aa
FG
296rustc (1.62.1+dfsg1-1~exp1) experimental; urgency=medium
297
298 * New upstream release
299
300 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Fri, 28 Oct 2022 11:35:48 +0200
301
49c0cac5 302rustc (1.61.0+dfsg1-2) unstable; urgency=medium
1039a5d9
FG
303
304 [ Ximin Luo]
305 * Improve cross-building documentation
306
307 [ Adrian Bunk ]
308 * Disable kernel_user_helpers on armel (duplicate symbols)
309 * Increase allowed failures on armel/mips64el/ppc64 (Closes: #1020860)
310
311 [ Fabian Grünbichler ]
312 * cherry-pick patches from Ubuntu
313 * fix rebuild of 1.61 with 1.61
314
315 -- Fabian Gruenbichler <debian@fabian.gruenbichler.email> Mon, 10 Oct 2022 20:19:05 +0200
316
b541b195
SL
317rustc (1.61.0+dfsg1-1) unstable; urgency=medium
318
319 * Upload to unstable (Closes: #1020394)
320
321 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 22 Sep 2022 09:00:21 +0200
322
1c6be3d6 323rustc (1.61.0+dfsg1-1~exp1) experimental; urgency=medium
c1f5f9cd
FG
324
325 * New upstream release
326
1c6be3d6
FG
327 * Switch to LLVM-14 (Closes: #1017656)
328
329 -- Fabian Gruenbichler <f.gruenbichler@proxmox.com> Wed, 07 Sep 2022 17:33:04 +0200
c1f5f9cd 330
125f4496
FG
331rustc (1.60.0+dfsg1-1) unstable; urgency=medium
332
333 * Ignore more test failures on mips64el for lack of inline assembly support.
334
335 * Add i386 and x32 to list of "low-memory" architectures requiring build
336 workarounds.
337
338 -- Fabian Gruenbichler <f.gruenbichler@proxmox.com> Mon, 5 Sep 2022 10:03:18 +0200
339
670ee25d 340rustc (1.60.0+dfsg1-1~exp1) experimental; urgency=medium
e978993d
FG
341
342 * New upstream release.
343
344 -- Fabian Gruenbichler <f.gruenbichler@proxmox.com> Thu, 14 Jul 2022 13:08:16 +0200
345
ebb6effe 346rustc (1.59.0+dfsg1-2) unstable; urgency=medium
7fc9ea60
XL
347
348 * Backport a patch for riscv64.
beb2e50b 349 * Ignore some test failures on armhf due to regression in GDB 11.2.
7fc9ea60 350
ebb6effe 351 -- Ximin Luo <infinity0@debian.org> Tue, 21 Jun 2022 11:06:16 +0100
7fc9ea60 352
8dacab61
XL
353rustc (1.59.0+dfsg1-1) unstable; urgency=medium
354
355 * Upload to unstable.
356
357 -- Ximin Luo <infinity0@debian.org> Wed, 11 May 2022 14:11:46 +0100
358
8e0b1cb4 359rustc (1.59.0+dfsg1-1~exp1) experimental; urgency=medium
d3045609 360
d3045609
FG
361 [ Fabian Grünbichler ]
362 * New upstream release
363
8e0b1cb4 364 -- Ximin Luo <infinity0@debian.org> Tue, 29 Mar 2022 14:32:01 +0100
d3045609 365
cdab1feb 366rustc (1.58.1+dfsg1-1) unstable; urgency=medium
80e34419
XL
367
368 * Upload to unstable.
369
cdab1feb 370 -- Ximin Luo <infinity0@debian.org> Tue, 29 Mar 2022 12:23:46 +0100
80e34419 371
ff1e5e66 372rustc (1.58.1+dfsg1-1~exp1) experimental; urgency=medium
44c4039b 373
ff1e5e66 374 [ Fabian Gruenbichler ]
44c4039b
FG
375 * New upstream release.
376
ff1e5e66 377 -- Ximin Luo <infinity0@debian.org> Tue, 08 Mar 2022 11:32:29 +0000
44c4039b 378
12262057
XL
379rustc (1.57.0+dfsg1-1) unstable; urgency=medium
380
381 * Upload to unstable. (Closes: #1005203)
382
383 -- Ximin Luo <infinity0@debian.org> Tue, 08 Mar 2022 10:51:18 +0000
384
c50bc7e9 385rustc (1.57.0+dfsg1-1~exp1) experimental; urgency=medium
3a080dc1 386
c50bc7e9 387 [ Simon Chopin ]
3a080dc1
SC
388 * d/p/d-bootstrap-rustflags.patch: remove the warnings bit, use the option
389 "deny-warnings = false" in d/config.toml.in instead
390
c50bc7e9
FG
391 [ Fabian Grünbichler ]
392 * Fix CVE-2022-21658 - std::fs::remove_dir_all TOCTOU symlink issue
12262057 393 * New upstream release. (Closes: #1005203)
c50bc7e9
FG
394
395 -- Fabian Grünbichler <f.gruenbichler@proxmox.com> Thu, 03 Feb 2022 19:14:04 +0100
3a080dc1 396
cac75497 397rustc (1.56.0+dfsg1-2) unstable; urgency=medium
eede8545
XL
398
399 * Update to debhelper 13.
400
cac75497 401 -- Ximin Luo <infinity0@debian.org> Fri, 22 Oct 2021 23:29:14 +0100
eede8545 402
209a1354 403rustc (1.56.0+dfsg1-1) unstable; urgency=medium
2f6e6584 404
b7dcc729 405 * New upstream release.
2f6e6584 406 * Support terse and verbose DEB_BUILD_OPTIONS.
aa091380
XL
407 * Support -Z gcc-ld=lld via symlinks.
408 * Fix RUSTC_SYSROOT in rust-gdb and rust-lldb, thanks James McCoy.
2f6e6584 409
209a1354 410 -- Ximin Luo <infinity0@debian.org> Fri, 22 Oct 2021 18:54:49 +0100
2f6e6584 411
70959afe 412rustc (1.56.0~beta.4+dfsg1-1~exp2) experimental; urgency=medium
61fad94a
XL
413
414 * Include upstream patch for x32 support. (Closes: #993855)
415 * Update to LLVM 13.
416
70959afe 417 -- Ximin Luo <infinity0@debian.org> Fri, 15 Oct 2021 10:44:35 +0100
61fad94a 418
91b2f3c5 419rustc (1.56.0~beta.4+dfsg1-1~exp1) experimental; urgency=medium
8c09a9b2
XL
420
421 * New upstream release.
422
91b2f3c5 423 -- Ximin Luo <infinity0@debian.org> Thu, 14 Oct 2021 22:50:58 +0100
8c09a9b2 424
6db05ba5 425rustc (1.55.0+dfsg1-2) unstable; urgency=medium
19b13fcc
XL
426
427 * Actually work around segfault on ppc64el.
428 * Fix FTBFS on armhf caused by GCC 11 changes.
429
6db05ba5 430 -- Ximin Luo <infinity0@debian.org> Thu, 14 Oct 2021 00:36:15 +0100
19b13fcc 431
e8e70aa2 432rustc (1.55.0+dfsg1-1) unstable; urgency=medium
fdd627af
XL
433
434 * Upload to unstable.
435 * Bump test failures-allowed on s390x to 40.
831ac0bf 436 * Work around a segfault on ppc64el
fdd627af 437
e8e70aa2 438 -- Ximin Luo <infinity0@debian.org> Wed, 13 Oct 2021 22:06:15 +0100
fdd627af 439
924070ee 440rustc (1.55.0+dfsg1-1~exp1) experimental; urgency=medium
7222033c
XL
441
442 * New upstream release.
443
924070ee 444 -- Ximin Luo <infinity0@debian.org> Sat, 09 Oct 2021 03:22:08 +0100
7222033c 445
a8c9f7c3 446rustc (1.54.0+dfsg1-3) unstable; urgency=medium
0d1dcd4c
XL
447
448 * Fix links to cargo-doc.
449
a8c9f7c3 450 -- Ximin Luo <infinity0@debian.org> Sat, 09 Oct 2021 11:46:08 +0100
0d1dcd4c 451
e52e0efd 452rustc (1.54.0+dfsg1-2) unstable; urgency=medium
8efd103a 453
e6922843 454 * Fix some more build & test failures.
8efd103a 455
e52e0efd 456 -- Ximin Luo <infinity0@debian.org> Sat, 09 Oct 2021 03:12:35 +0100
8efd103a 457
6f423e6e 458rustc (1.54.0+dfsg1-1) unstable; urgency=medium
4e6f27ec 459
896bec0e 460 * Upload to unstable.
4e6f27ec 461 * Re-enable backported patch for armhf & reset its allowed-failures.
439125a9 462 * Add compatibility patch for cargo 0.47.
f9fab79c 463 * Ignore more spurious test failures, and filed upstream.
6f423e6e 464 * Bump powerpc allowed-failures to 180 at the request of ports maintainers.
4e6f27ec 465
ff36aaec 466 -- Ximin Luo <infinity0@debian.org> Sat, 09 Oct 2021 00:24:37 +0100
4e6f27ec 467
6713f58a 468rustc (1.54.0+dfsg1-1~exp1) experimental; urgency=medium
6737c4ba
XL
469
470 * New upstream release.
471
6713f58a 472 -- Ximin Luo <infinity0@debian.org> Wed, 06 Oct 2021 10:37:55 +0100
6737c4ba 473
09d36b1e 474rustc (1.53.0+dfsg1-4) unstable; urgency=medium
82075d5e
XL
475
476 * Ignore some hanging test regressions on non-release arches powerpc, ppc64.
477
09d36b1e 478 -- Ximin Luo <infinity0@debian.org> Wed, 06 Oct 2021 19:24:11 +0100
82075d5e 479
b5fcdce1 480rustc (1.53.0+dfsg1-3) unstable; urgency=medium
7c612466
XL
481
482 * Disable patch that was backported incorrectly.
483 * Temporarily increase armhf allowed-failures to 12.
484
b5fcdce1 485 -- Ximin Luo <infinity0@debian.org> Wed, 06 Oct 2021 19:01:54 +0100
7c612466 486
f3bfdc85 487rustc (1.53.0+dfsg1-2) unstable; urgency=medium
b43dc936
XL
488
489 * Fix some test failures.
490
f3bfdc85 491 -- Ximin Luo <infinity0@debian.org> Wed, 06 Oct 2021 10:29:03 +0100
b43dc936 492
2f2d37c8 493rustc (1.53.0+dfsg1-1) unstable; urgency=medium
874fad0d
XL
494
495 * Upload to unstable.
496 * Update mips patches, disable a test as our workaround makes it invalid.
6e36a3e2 497 * Temporarily ignore some tests that fail on big-endian.
874fad0d 498
2f2d37c8 499 -- Ximin Luo <infinity0@debian.org> Tue, 05 Oct 2021 23:19:31 +0100
874fad0d 500
d2cc3e0b 501rustc (1.53.0+dfsg1-1~exp1) experimental; urgency=medium
a7a98824 502
74c0c4c2 503 * New upstream release. (Closes: #986803)
84acf1d1 504 * Honour parallel option in DEB_BUILD_OPTIONS. (Closes: #993871)
a7a98824 505
d2cc3e0b 506 -- Ximin Luo <infinity0@debian.org> Sat, 02 Oct 2021 12:46:49 +0100
a7a98824 507
63236391 508rustc (1.52.1+dfsg1-1) unstable; urgency=medium
6401bdc2 509
c989aec5 510 * Upload to unstable.
6401bdc2
XL
511 * Reorganise dependencies, move optional rustc deps to rust-all.
512
63236391 513 -- Ximin Luo <infinity0@debian.org> Wed, 29 Sep 2021 20:05:55 +0100
6401bdc2 514
7c2b1888 515rustc (1.52.1+dfsg1-1~exp3) experimental; urgency=medium
07aed347
XL
516
517 * Update to LLVM 12.
518
7c2b1888 519 -- Ximin Luo <infinity0@debian.org> Wed, 19 May 2021 17:52:44 +0100
07aed347 520
7716a4c1 521rustc (1.52.1+dfsg1-1~exp2) experimental; urgency=medium
0f197d8f
XL
522
523 * Fix rust-clippy dependency on libstd-rust-*
524
7716a4c1 525 -- Ximin Luo <infinity0@debian.org> Sat, 15 May 2021 22:42:38 +0100
0f197d8f 526
e87cd7be 527rustc (1.52.1+dfsg1-1~exp1) experimental; urgency=medium
42a067e1
XL
528
529 * New upstream release.
530
e87cd7be 531 -- Ximin Luo <infinity0@debian.org> Sat, 15 May 2021 15:21:27 +0100
42a067e1 532
5410f270 533rustc (1.52.0+dfsg1-1~exp1) experimental; urgency=medium
321f3750
XL
534
535 * New upstream release.
536
5410f270 537 -- Ximin Luo <infinity0@debian.org> Fri, 07 May 2021 20:38:38 +0100
321f3750 538
b3f249e6 539rustc (1.52.0~beta.3+dfsg1-1~exp4) experimental; urgency=medium
854a17c4
XL
540
541 * Fix issue with dh_missing --fail-missing
542
b3f249e6 543 -- Ximin Luo <infinity0@debian.org> Thu, 06 May 2021 01:52:30 +0100
854a17c4 544
a2035016 545rustc (1.52.0~beta.3+dfsg1-1~exp3) experimental; urgency=medium
ac78d03b
XL
546
547 * Fix Makefile addition syntax.
548
a2035016 549 -- Ximin Luo <infinity0@debian.org> Wed, 05 May 2021 22:24:22 +0100
ac78d03b 550
6d02c57d 551rustc (1.52.0~beta.3+dfsg1-1~exp2) experimental; urgency=medium
e45516ba
XL
552
553 * Install the rust-llvm-dwp symlink.
554
6d02c57d 555 -- Ximin Luo <infinity0@debian.org> Wed, 05 May 2021 22:20:13 +0100
e45516ba 556
aeb0a7f0 557rustc (1.52.0~beta.3+dfsg1-1~exp1) experimental; urgency=medium
90d2b715 558
d1e19d18 559 * New upstream release.
90d2b715 560
aeb0a7f0 561 -- Ximin Luo <infinity0@debian.org> Mon, 26 Apr 2021 12:31:27 +0100
90d2b715 562
a539d3b9 563rustc (1.51.0+dfsg1-1) unstable; urgency=medium
9b10a36a 564
4acb4126 565 * Upload to unstable.
9b10a36a 566 * Install the rust-llvm-dwp symlink.
4acb4126 567 * Bump ppc64 allowed-failures to 24.
9b10a36a 568
a539d3b9 569 -- Ximin Luo <infinity0@debian.org> Sun, 19 Sep 2021 19:48:33 +0100
9b10a36a 570
283fa33f 571rustc (1.51.0+dfsg1-1~exp3) experimental; urgency=medium
de9c9b47
XL
572
573 * Restore patch, not actually fixed upstream.
574
283fa33f 575 -- Ximin Luo <infinity0@debian.org> Mon, 26 Apr 2021 16:17:12 +0100
de9c9b47 576
0e544949 577rustc (1.51.0+dfsg1-1~exp2) experimental; urgency=medium
90d2b715
XL
578
579 * Drop patch fixed upstream.
bcab7969 580 * Fix bootstrap with self version.
90d2b715 581
0e544949 582 -- Ximin Luo <infinity0@debian.org> Mon, 26 Apr 2021 12:26:43 +0100
90d2b715 583
96804525 584rustc (1.51.0+dfsg1-1~exp1) experimental; urgency=medium
9c48b6de
XL
585
586 * New upstream release.
511691db 587 * Enable 32-bit windows support.
9c48b6de 588
96804525 589 -- Ximin Luo <infinity0@debian.org> Mon, 12 Apr 2021 11:04:36 +0100
9c48b6de 590
39eea4c0 591rustc (1.50.0+dfsg1-1) unstable; urgency=medium
ef85a204
XL
592
593 * Upload to unstable.
594
39eea4c0 595 -- Ximin Luo <infinity0@debian.org> Sat, 18 Sep 2021 11:45:21 +0100
ef85a204 596
21598d5c 597rustc (1.50.0+dfsg1-1~exp4) experimental; urgency=medium
2a1338f7
XL
598
599 * Fix more tests with a backported upstream PR.
600
21598d5c 601 -- Ximin Luo <infinity0@debian.org> Mon, 12 Apr 2021 01:51:22 +0100
2a1338f7 602
f1844603 603rustc (1.50.0+dfsg1-1~exp3) experimental; urgency=medium
2a300fcf
XL
604
605 * Fix cross-compile to windows using same-version stage0.
606
f1844603 607 -- Ximin Luo <infinity0@debian.org> Sun, 11 Apr 2021 13:52:41 +0100
2a300fcf 608
78185ab9 609rustc (1.50.0+dfsg1-1~exp2) experimental; urgency=medium
ca32d9a7
XL
610
611 * Fix tests, fix s390x breakage.
612
78185ab9 613 -- Ximin Luo <infinity0@debian.org> Fri, 09 Apr 2021 16:54:20 +0100
ca32d9a7 614
66d473b4 615rustc (1.50.0+dfsg1-1~exp1) experimental; urgency=medium
496305e3
XL
616
617 * New upstream release.
618
66d473b4 619 -- Ximin Luo <infinity0@debian.org> Mon, 05 Apr 2021 21:30:18 +0100
496305e3 620
fda6c70f 621rustc (1.49.0+dfsg1-2) unstable; urgency=medium
eec6d918
XL
622
623 * Backport upstream PR 85807 to fix powerpc test issues.
624
fda6c70f 625 -- Ximin Luo <infinity0@debian.org> Sat, 18 Sep 2021 11:33:09 +0100
eec6d918 626
c75068be 627rustc (1.49.0+dfsg1-1) unstable; urgency=medium
3b3a7bb2
XL
628
629 * Upload to unstable.
630
c75068be 631 -- Ximin Luo <infinity0@debian.org> Sat, 28 Aug 2021 10:48:11 +0100
3b3a7bb2 632
3af20cee 633rustc (1.49.0+dfsg1-1~exp1) experimental; urgency=medium
c2aa66ea
XL
634
635 * New upstream release.
636
3af20cee 637 -- Ximin Luo <infinity0@debian.org> Mon, 05 Apr 2021 14:59:34 +0100
c2aa66ea 638
eccab245 639rustc (1.49.0~beta.4+dfsg1-1~exp1) experimental; urgency=medium
5efaec2f
XL
640
641 * New upstream release.
642
eccab245 643 -- Ximin Luo <infinity0@debian.org> Sun, 20 Dec 2020 23:26:55 +0000
5efaec2f 644
869cb77a 645rustc (1.48.0+dfsg1-2) unstable; urgency=medium
5ba899dd
XL
646
647 * Enable +xgot on mips64*, see upstream #52108 for details.
648
869cb77a 649 -- Ximin Luo <infinity0@debian.org> Sun, 20 Dec 2020 18:52:10 +0000
5ba899dd 650
1206bf89 651rustc (1.48.0+dfsg1-1) unstable; urgency=medium
9199cfe9
XL
652
653 * New upstream release.
654
9ad3eda1 655 -- Ximin Luo <infinity0@debian.org> Tue, 01 Dec 2020 19:57:48 +0000
9199cfe9 656
9ac9d2bc 657rustc (1.48.0~beta.8+dfsg1-1~exp3) experimental; urgency=medium
7bcbab8c
XL
658
659 * Update u-update-version-check.patch
660
9ac9d2bc 661 -- Ximin Luo <infinity0@debian.org> Fri, 13 Nov 2020 01:36:31 +0000
7bcbab8c 662
f4dc61ed 663rustc (1.48.0~beta.8+dfsg1-1~exp2) experimental; urgency=medium
6caf4432
XL
664
665 * Disable copy_file_range optimisation for now, see upstream #78979.
b955fab0 666 * Ignore some other minor tests, bugs have been filed upstream.
6caf4432 667
f4dc61ed 668 -- Ximin Luo <infinity0@debian.org> Thu, 12 Nov 2020 23:51:53 +0000
6caf4432 669
c5a8b533 670rustc (1.48.0~beta.8+dfsg1-1~exp1) experimental; urgency=medium
9b4d7cdb
XL
671
672 * New upstream release.
673
c5a8b533 674 -- Ximin Luo <infinity0@debian.org> Wed, 11 Nov 2020 12:31:18 +0000
9b4d7cdb 675
19d448c4 676rustc (1.47.0+dfsg1-1) unstable; urgency=medium
94eec4ae 677
1c914c15 678 * New upstream release.
94eec4ae 679 * Update to LLVM 11.
18178d87 680 * Ignore more tests on big-endian.
94eec4ae 681
19d448c4 682 -- Ximin Luo <infinity0@debian.org> Sat, 07 Nov 2020 21:21:03 +0000
94eec4ae 683
c55c075a 684rustc (1.47.0~beta.2+dfsg1-1~exp1) experimental; urgency=medium
6301fb50
XL
685
686 * New upstream release.
687
c55c075a 688 -- Ximin Luo <infinity0@debian.org> Sat, 05 Sep 2020 16:11:16 +0100
6301fb50 689
7be29980 690rustc (1.46.0+dfsg1-1) unstable; urgency=medium
749782c3
XL
691
692 * New upstream release.
693
7be29980 694 -- Ximin Luo <infinity0@debian.org> Sat, 29 Aug 2020 16:54:36 +0100
749782c3 695
6356eeb2 696rustc (1.46.0~beta.2+dfsg1-1~exp5) experimental; urgency=medium
5500db47
XL
697
698 * Fix rust-gdb install path. (Closes: #968279)
699 * Drop powerpc allowed-failures to 12. (Closes: #955774)
700 * Update d-fix-mips64el-bootstrap.patch for newer LLVM.
701
6356eeb2 702 -- Ximin Luo <infinity0@debian.org> Fri, 14 Aug 2020 23:45:25 +0100
5500db47 703
8e9275e4 704rustc (1.46.0~beta.2+dfsg1-1~exp4) experimental; urgency=medium
57b218bc
XL
705
706 * Move cross-linker Depends to Recommends - for cross-compiling support
707 libraries should never hard-depend on toolchains. This also allows us to
708 add the usual M-A annotations for libraries.
709
8e9275e4 710 -- Ximin Luo <infinity0@debian.org> Sun, 09 Aug 2020 18:16:16 +0100
57b218bc 711
d198c453 712rustc (1.46.0~beta.2+dfsg1-1~exp3) experimental; urgency=medium
3e159f94
XL
713
714 * Drop "-cross" suffix from libstd naming, after discussion with Helmut
715 Grohne. Since libstd-rust-dev-wasm-cross is not yet in stable and only
716 has 4 installed users, we do not retain a migration package.
717
d198c453 718 -- Ximin Luo <infinity0@debian.org> Sun, 09 Aug 2020 14:27:54 +0100
3e159f94 719
df70c0bb 720rustc (1.46.0~beta.2+dfsg1-1~exp2) experimental; urgency=medium
27da05fd
XL
721
722 * Add support for cross-compiling to windows. See README.Debian for details.
247218ad 723 Currently only 64-bit works, we are waiting on #540782 for 32-bit.
27da05fd 724
df70c0bb 725 -- Ximin Luo <infinity0@debian.org> Sun, 09 Aug 2020 03:52:34 +0100
27da05fd 726
3dd48955 727rustc (1.46.0~beta.2+dfsg1-1~exp1) experimental; urgency=medium
a93d58bc
XL
728
729 * New upstream release.
730
3dd48955 731 -- Ximin Luo <infinity0@debian.org> Fri, 07 Aug 2020 00:15:46 +0100
a93d58bc 732
52abcce9 733rustc (1.45.0+dfsg1-2) unstable; urgency=medium
ac5bcd9b
XL
734
735 * Add some more big-endian test patches.
ccbe7b62 736 * Backport some patches to fix some testsuite ICEs.
ac5bcd9b 737
52abcce9 738 -- Ximin Luo <infinity0@debian.org> Thu, 06 Aug 2020 21:11:39 +0100
ac5bcd9b 739
8d75401f 740rustc (1.45.0+dfsg1-1) unstable; urgency=medium
f2d744c8
XL
741
742 * Upload to unstable.
743
8d75401f 744 -- Ximin Luo <infinity0@debian.org> Wed, 05 Aug 2020 21:41:39 +0100
f2d744c8 745
60467a2c 746rustc (1.45.0+dfsg1-1~exp1) experimental; urgency=medium
4e57616b
XL
747
748 * New upstream release.
749
60467a2c 750 -- Ximin Luo <infinity0@debian.org> Mon, 27 Jul 2020 17:45:24 +0100
4e57616b 751
4354a3c1 752rustc (1.44.1+dfsg1-3) unstable; urgency=medium
063ee895
XL
753
754 * Fix patch for line numbers on little-endian arches.
755
4354a3c1 756 -- Ximin Luo <infinity0@debian.org> Tue, 28 Jul 2020 21:51:36 +0100
063ee895 757
6c8dae4b 758rustc (1.44.1+dfsg1-2) unstable; urgency=medium
a0b6f187
XL
759
760 * Ignore tests that assume little-endian on big-endian arches.
761 See upstream #74829 for details.
762
6c8dae4b 763 -- Ximin Luo <infinity0@debian.org> Tue, 28 Jul 2020 21:20:24 +0100
a0b6f187 764
937557d1 765rustc (1.44.1+dfsg1-1) unstable; urgency=medium
4b0a16b7
XL
766
767 * Upload to unstable.
768 * Backport a typenum fix for i386.
6d9b8aba 769 * Work around upstream #74786 involving debuginfo maps.
4b0a16b7 770
937557d1 771 -- Ximin Luo <infinity0@debian.org> Mon, 27 Jul 2020 13:15:20 +0100
4b0a16b7 772
e79b9d19 773rustc (1.44.1+dfsg1-1~exp1) experimental; urgency=medium
50bd2472
XL
774
775 * New upstream release.
776
e79b9d19 777 -- Ximin Luo <infinity0@debian.org> Sat, 04 Jul 2020 18:04:42 +0100
50bd2472 778
061bc9cf 779rustc (1.43.0+dfsg1-1) unstable; urgency=medium
5e5d464d
XL
780
781 * Upload to unstable.
782 * Bump LLVM B-D version for some backported fixes affecting rustc.
783
061bc9cf 784 -- Ximin Luo <infinity0@debian.org> Sun, 05 Jul 2020 15:06:52 +0100
5e5d464d 785
7be259c7 786rustc (1.43.0+dfsg1-1~exp1) experimental; urgency=medium
d9b94bc3
XL
787
788 * Drop sparc64 workaround. (Closes: #956413)
789 * Drop stack-gap workaround for old kernels and rust versions.
1aa55d57 790 * New upstream release.
d9b94bc3 791
7be259c7 792 -- Ximin Luo <infinity0@debian.org> Mon, 27 Apr 2020 13:09:20 +0100
d9b94bc3 793
e7717d19 794rustc (1.42.0+dfsg1-1) unstable; urgency=medium
6828e271
XL
795
796 * Upload to unstable.
797
e7717d19 798 -- Ximin Luo <infinity0@debian.org> Fri, 10 Apr 2020 11:33:25 +0100
6828e271 799
a8617012 800rustc (1.42.0+dfsg1-1~exp1) experimental; urgency=medium
a9b4d528 801
a9b4d528 802 [ Fabian Grünbichler ]
f3362cbf 803 * Team upload.
a9b4d528
FG
804 * New upstream release.
805
a8617012 806 -- Ximin Luo <infinity0@debian.org> Sat, 04 Apr 2020 16:06:03 +0100
a9b4d528 807
9b1158cf 808rustc (1.41.1+dfsg1-1) unstable; urgency=medium
34e3c184
XL
809
810 * Upload to unstable.
811
9b1158cf 812 -- Ximin Luo <infinity0@debian.org> Fri, 03 Apr 2020 23:41:11 +0100
34e3c184 813
b9071bd1 814rustc (1.41.1+dfsg1-1~exp1) experimental; urgency=medium
7a2e650f 815
d7648334 816 [ Ximin Luo ]
7a2e650f 817 * More python 2 -> 3 fixes.
453f6ddc 818 * Enable the wasm32-wasi target for code that needs a "real" libstd.
b676ddf6
XL
819 * Don't strip static rlibs. This sometimes breaks wasm, and more generally
820 the stripped debuginfo is actually totally lost rather than being moved
821 into the -dbgsym packages. Shared libraries are unaffected and work.
bed23ba6 822 * Allow 180 failing tests on riscv64, none were actually run last time.
7a2e650f 823
d7648334
FG
824 [ Fabian Grünbichler ]
825 * New upstream release.
826
b9071bd1 827 -- Ximin Luo <infinity0@debian.org> Mon, 09 Mar 2020 00:31:34 +0000
7a2e650f 828
2ae0f54d 829rustc (1.40.0+dfsg1-5) unstable; urgency=medium
e16d4608
XL
830
831 * More python 2 -> 3 fixes.
49657d97
XL
832 * Allow 24 failing tests on riscv64.
833 * Reenable debuginfo for rustc, not just libstd.
834 * Reenable backtraces during tests.
e16d4608 835
2ae0f54d 836 -- Ximin Luo <infinity0@debian.org> Sun, 05 Jan 2020 13:35:46 +0000
e16d4608 837
d5f9284d 838rustc (1.40.0+dfsg1-4) unstable; urgency=medium
bf19bdc7
XL
839
840 * Experimental riscv64 support.
841
d5f9284d 842 -- Ximin Luo <infinity0@debian.org> Sat, 04 Jan 2020 05:40:11 +0000
bf19bdc7 843
cbd76331 844rustc (1.40.0+dfsg1-3) unstable; urgency=medium
c9527bb9
XL
845
846 * Work around upstream #59264 again. :/
847
cbd76331 848 -- Ximin Luo <infinity0@debian.org> Fri, 03 Jan 2020 22:05:16 +0000
c9527bb9 849
4c727dc4 850rustc (1.40.0+dfsg1-2) unstable; urgency=medium
94bd9ad3
XL
851
852 * Fix more internal build scripts so they use python3.
f2b87e95 853 * Don't add -L/usr/lib/llvm when cross-compiling. (Closes: #941783)
94bd9ad3 854
4c727dc4 855 -- Ximin Luo <infinity0@debian.org> Fri, 03 Jan 2020 20:18:46 +0000
94bd9ad3 856
e3b2df5a 857rustc (1.40.0+dfsg1-1) unstable; urgency=medium
9566454d
XL
858
859 * Upload to unstable.
860 * Ignore new test failing on arm that also fails in previous versions.
861
e3b2df5a 862 -- Ximin Luo <infinity0@debian.org> Sun, 29 Dec 2019 22:17:04 +0000
9566454d 863
a55b183e 864rustc (1.40.0+dfsg1-1~exp1) experimental; urgency=medium
87c5eea3
XL
865
866 * New upstream release.
867
a55b183e 868 -- Ximin Luo <infinity0@debian.org> Wed, 25 Dec 2019 00:09:24 +0000
87c5eea3 869
211bb88f 870rustc (1.39.0+dfsg1-4) unstable; urgency=medium
e7dbf345 871
7b00322b 872 * Update to LLVM 9. (Closes: #946886)
e7dbf345 873
211bb88f 874 -- Ximin Luo <infinity0@debian.org> Mon, 23 Dec 2019 03:21:02 +0000
e7dbf345 875
f8779a31 876rustc (1.39.0+dfsg1-3) unstable; urgency=medium
914defe7
XL
877
878 * Fix mips patch involving mxgot for new RUSTFLAGS behaviour.
879
f8779a31 880 -- Ximin Luo <infinity0@debian.org> Fri, 06 Dec 2019 22:18:53 +0000
914defe7 881
5de66a87 882rustc (1.39.0+dfsg1-2) unstable; urgency=medium
400ee444
XL
883
884 * Include reproducibility patch for compiler-builtins.
5fe59560 885 * Use python3 instead of python to run rustbuild. (Closes: #938422)
189d24b7 886 * Expand d-ignore-error-detail-diff.patch for unfixed upstream #53081.
400ee444 887
5de66a87 888 -- Ximin Luo <infinity0@debian.org> Thu, 05 Dec 2019 22:51:41 +0000
400ee444 889
9b72d7cd 890rustc (1.39.0+dfsg1-1) unstable; urgency=medium
61189655
XL
891
892 * New upstream release.
893
9b72d7cd 894 -- Ximin Luo <infinity0@debian.org> Sat, 30 Nov 2019 22:20:48 +0000
61189655 895
78816d1f 896rustc (1.38.0+dfsg1-2) unstable; urgency=medium
7f6a3c3a
XL
897
898 * Fix building with rustc 1.38.0
899 * Fix building with cargo 0.40.0
900
78816d1f 901 -- Ximin Luo <infinity0@debian.org> Fri, 29 Nov 2019 00:05:16 +0000
7f6a3c3a 902
99e562ce 903rustc (1.38.0+dfsg1-1) unstable; urgency=medium
09de43ff
XL
904
905 * New upstream release.
906
99e562ce 907 -- Ximin Luo <infinity0@debian.org> Tue, 26 Nov 2019 14:41:46 +0000
09de43ff 908
140272ae 909rustc (1.37.0+dfsg1-1) unstable; urgency=medium
bae0839e
XL
910
911 * Upload to unstable.
912 * Fix a typo in debian/rules regex causing FTBFS on some arches.
913
140272ae 914 -- Ximin Luo <infinity0@debian.org> Thu, 05 Sep 2019 00:06:23 -0700
bae0839e 915
94450539 916rustc (1.37.0+dfsg1-1~exp2) experimental; urgency=medium
809d6012
XL
917
918 * Support cross-compiling to wasm32. (Closes: #903110)
919 To do that, install the libstd-rust-dev-wasm32-cross package and give
920 --target wasm32-unknown-unknown.
20e7deef
XL
921 * Drop dependency on system compiler-rt, these new versions of rustc
922 actually don't need it at all.
809d6012 923
94450539 924 -- Ximin Luo <infinity0@debian.org> Thu, 29 Aug 2019 09:00:03 -0700
809d6012 925
24a3339a 926rustc (1.37.0+dfsg1-1~exp1) experimental; urgency=medium
33d5e645
XL
927
928 * New upstream release.
9cd07821 929 * Use system compiler-rt.
33d5e645 930
24a3339a 931 -- Ximin Luo <infinity0@debian.org> Sun, 25 Aug 2019 03:06:33 -0700
33d5e645 932
e03c0e86 933rustc (1.36.0+dfsg1-2) unstable; urgency=medium
ca38e697
XL
934
935 * Set CARGO_HOME to debian/cargo_home (instead of $HOME/.cargo) as newer
936 versions of cargo must take a file lock that has to exist.
937
e03c0e86 938 -- Ximin Luo <infinity0@debian.org> Wed, 17 Jul 2019 18:25:06 -0700
ca38e697 939
7a2c8477
XL
940rustc (1.36.0+dfsg1-1) unstable; urgency=medium
941
942 * Upload to unstable.
943
944 -- Ximin Luo <infinity0@debian.org> Tue, 16 Jul 2019 20:27:55 -0700
945
ed00911a 946rustc (1.36.0+dfsg1-1~exp1) experimental; urgency=medium
cc2c9000
XL
947
948 * New upstream release.
949
ed00911a 950 -- Ximin Luo <infinity0@debian.org> Sat, 13 Jul 2019 12:42:05 -0700
cc2c9000 951
9eda1759 952rustc (1.35.0+dfsg1-1) unstable; urgency=medium
a27c02a8 953
e1eb931d
XL
954 * Add entry in 1.34.2+dfsg1-1 to note that it uses LLVM 7.
955 * Add entry in 1.35.0+dfsg1-1~exp2 to note that it uses LLVM 8.
a27c02a8
XL
956 * Fix ICE on sparc64 by including upstream PR #61881.
957
9eda1759 958 -- Ximin Luo <infinity0@debian.org> Sat, 13 Jul 2019 10:30:35 -0700
a27c02a8 959
7e6ced4d 960rustc (1.35.0+dfsg1-1~exp1) experimental; urgency=medium
46eb009d
XL
961
962 * Don't use system compiler-rt, it's not ready yet.
e1eb931d 963 * Update to LLVM 8.
619e18e2 964 * New upstream release.
46eb009d 965
7e6ced4d 966 -- Ximin Luo <infinity0@debian.org> Sun, 09 Jun 2019 23:20:52 -0700
46eb009d 967
22a6bc98 968rustc (1.34.2+dfsg1-1) unstable; urgency=medium
abde4e9d
XL
969
970 * Don't use system compiler-rt, there are issues with that for now.
e1eb931d 971 * Use LLVM 7 for the Debian buster release.
abde4e9d 972
22a6bc98 973 -- Ximin Luo <infinity0@debian.org> Wed, 29 May 2019 21:52:37 -0700
abde4e9d 974
0b6d825c 975rustc (1.34.2+dfsg1-1~exp2) experimental; urgency=medium
9720ecda
XL
976
977 * Fix doc build, add version 1 compat mode hack for mdBook 2.
cc46dafa 978 * Use system compiler-rt from libclang-common-*-dev.
9720ecda 979
0b6d825c 980 -- Ximin Luo <infinity0@debian.org> Fri, 24 May 2019 00:39:59 -0700
9720ecda 981
3a42c35f 982rustc (1.34.2+dfsg1-1~exp1) experimental; urgency=medium
d78053c3
XL
983
984 * Ensure Cargo.toml is in rust-src.
f6b101df 985 * New upstream release.
3c5f0b93 986 * Update to LLVM 8.
d78053c3 987
3a42c35f 988 -- Ximin Luo <infinity0@debian.org> Sun, 19 May 2019 02:40:02 -0700
d78053c3 989
f0d49015 990rustc (1.33.0+dfsg1-2) unstable; urgency=medium
3b7e53cc
XL
991
992 * Add Fedora patches.
be0ee34e 993 * Bump i386 allowed test failures to 12.
3b7e53cc 994
f0d49015 995 -- Ximin Luo <infinity0@debian.org> Sat, 18 May 2019 12:18:25 -0700
3b7e53cc 996
2c777bdf 997rustc (1.33.0+dfsg1-1) unstable; urgency=medium
4630fd0d 998
2c777bdf 999 * Upload to unstable.
4630fd0d 1000 * Fix build on mips, flags needed whitespace massaging.
2c777bdf 1001 * Drop obsolete patches.
4630fd0d 1002
688dc3b8 1003 -- Ximin Luo <infinity0@debian.org> Fri, 17 May 2019 21:04:20 -0700
4630fd0d 1004
f59e6235 1005rustc (1.33.0+dfsg1-1~exp1) experimental; urgency=medium
faded93c
XL
1006
1007 * New upstream release.
1008
1009 [ Hiroaki Nakamura ]
1010 * Delete obsolete patch.
1011
1012 [ Sylvestre Ledru ]
1013 * Update compiler-rt patch.
1014 * Improve build-related docs a bit.
1015
f59e6235 1016 -- Ximin Luo <infinity0@debian.org> Mon, 29 Apr 2019 19:50:48 -0700
faded93c 1017
6c5a46a7 1018rustc (1.32.0+dfsg1-3) unstable; urgency=medium
ec365981
XL
1019
1020 * Conditionally-apply u-compiletest.patch based on stage0 compiler.
bbceb41b 1021 * Fix syntax error in d/rules compiletest check.
ec365981 1022
6c5a46a7 1023 -- Ximin Luo <infinity0@debian.org> Sun, 17 Mar 2019 16:40:05 -0700
ec365981 1024
929f537e 1025rustc (1.32.0+dfsg1-2) unstable; urgency=medium
33416cd4
XL
1026
1027 * More verbose logging during builds.
91d3be64 1028 * Fix compiletest compile error, and check log has at least 1 pass.
33416cd4 1029
929f537e 1030 -- Ximin Luo <infinity0@debian.org> Sun, 17 Mar 2019 12:52:57 -0700
33416cd4 1031
822ce0d0 1032rustc (1.32.0+dfsg1-1) unstable; urgency=medium
194bc315
XL
1033
1034 * New upstream release.
1035
822ce0d0 1036 -- Ximin Luo <infinity0@debian.org> Sun, 27 Jan 2019 22:02:48 -0800
194bc315 1037
2f1fd01f 1038rustc (1.32.0~beta.2+dfsg1-1~exp2) experimental; urgency=medium
48e04e69
XL
1039
1040 * Note that this upstream version already Closes: #917191.
1041 * Backport other upstream fixes. (Closes: #916818, #917000, #917192).
1042
2f1fd01f 1043 -- Ximin Luo <infinity0@debian.org> Tue, 01 Jan 2019 15:26:57 -0800
48e04e69 1044
8c73470e 1045rustc (1.32.0~beta.2+dfsg1-1~exp1) experimental; urgency=medium
74001e95
XL
1046
1047 * New upstream release.
f497fa43 1048 * Drop obsolete d-sparc64-dont-pack-spans.patch
74001e95 1049
8c73470e 1050 -- Ximin Luo <infinity0@debian.org> Sun, 16 Dec 2018 13:48:25 -0800
74001e95 1051
e2c7f11a 1052rustc (1.31.0+dfsg1-2) unstable; urgency=medium
15f51d41
XL
1053
1054 * Bump mips mipsel s390x allowed-failures to 24.
1055
e2c7f11a 1056 -- Ximin Luo <infinity0@debian.org> Sun, 16 Dec 2018 14:34:44 -0800
15f51d41 1057
4988c190 1058rustc (1.31.0+dfsg1-1) unstable; urgency=medium
69cb1dbc
XL
1059
1060 * Revert debuginfo patches, they're not ready yet.
1061
4988c190 1062 -- Ximin Luo <infinity0@debian.org> Sun, 16 Dec 2018 09:58:06 -0800
69cb1dbc 1063
6f119a43 1064rustc (1.31.0+dfsg1-1~exp2) experimental; urgency=medium
2dc25308
XL
1065
1066 * Drop redundant patches.
1067 * Fix line numbers in some test-case patches.
1068 * Backport an updated patch for gdb 8.2.
1069
6f119a43 1070 -- Ximin Luo <infinity0@debian.org> Sat, 15 Dec 2018 13:52:26 -0800
2dc25308 1071
870e19eb 1072rustc (1.31.0+dfsg1-1~exp1) experimental; urgency=medium
720cbe64
XL
1073
1074 * New upstream release.
1075
870e19eb 1076 -- Ximin Luo <infinity0@debian.org> Fri, 14 Dec 2018 21:30:56 -0800
720cbe64 1077
2e8af001 1078rustc (1.31.0~beta.19+dfsg1-1~exp2) experimental; urgency=medium
00b1b9fd
XL
1079
1080 * Filter LLVM build flags to not be stupid.
1081
2e8af001 1082 -- Ximin Luo <infinity0@debian.org> Sat, 01 Dec 2018 12:17:52 -0800
00b1b9fd 1083
c5f8836a 1084rustc (1.31.0~beta.19+dfsg1-1~exp1) experimental; urgency=medium
604d3c85
XL
1085
1086 * New upstream release.
1087
c5f8836a 1088 -- Ximin Luo <infinity0@debian.org> Thu, 29 Nov 2018 22:29:16 -0800
604d3c85 1089
069dcc6d
XL
1090rustc (1.31.0~beta.4+dfsg1-1~exp2) experimental; urgency=medium
1091
1092 * Merge changes from Debian unstable.
1093
1094 -- Ximin Luo <infinity0@debian.org> Tue, 06 Nov 2018 19:45:26 -0800
1095
2beefcb3 1096rustc (1.31.0~beta.4+dfsg1-1~exp1) experimental; urgency=medium
9f955824
XL
1097
1098 * New upstream release.
c6cc9989 1099 * Drop old maintainers from Uploaders.
9f955824 1100
2beefcb3 1101 -- Ximin Luo <infinity0@debian.org> Sun, 04 Nov 2018 19:00:16 -0800
9f955824 1102
0d287f0e 1103rustc (1.30.0+dfsg1-2) unstable; urgency=medium
e8cad677
XL
1104
1105 * Increase FAILURES_ALLOWED for mips mipsel to 20.
1106 * Set debuginfo-only-std = false for 32-bit powerpc architectures.
1107
0d287f0e 1108 -- Ximin Luo <infinity0@debian.org> Fri, 02 Nov 2018 01:42:36 -0700
e8cad677 1109
58ecb196 1110rustc (1.30.0+dfsg1-1) unstable; urgency=medium
508ebb42 1111
58ecb196 1112 * Upload to unstable. (Closes: #881845)
508ebb42 1113 * Increase FAILURES_ALLOWED for mips architectures.
2e2d9bd1 1114 * Set debuginfo-only-std = false for mips architectures.
508ebb42 1115
58ecb196 1116 -- Ximin Luo <infinity0@debian.org> Thu, 01 Nov 2018 10:05:52 -0700
508ebb42 1117
0959f7a8 1118rustc (1.30.0+dfsg1-1~exp2) experimental; urgency=medium
4807e449
XL
1119
1120 * Disable debuginfo-gdb tests relating to enums. These will be fixed in an
1121 upcoming version, see upstream #54614 for details.
1122
0959f7a8 1123 -- Ximin Luo <infinity0@debian.org> Wed, 31 Oct 2018 00:02:25 -0700
4807e449 1124
878943b0 1125rustc (1.30.0+dfsg1-1~exp1) experimental; urgency=medium
3bdf427a
XL
1126
1127 * Actually don't build docs in an arch-only build.
c28950cb 1128 * Add mips patch, hopefully closes #881845 but let's see.
82665bc4 1129 * New upstream release.
3bdf427a 1130
878943b0 1131 -- Ximin Luo <infinity0@debian.org> Tue, 30 Oct 2018 22:05:59 -0700
3bdf427a 1132
73942dcc 1133rustc (1.30.0~beta.7+dfsg1-1~exp3) experimental; urgency=medium
5cb19022
XL
1134
1135 * Do the necessary bookkeeping for the LLVM update.
1136
73942dcc 1137 -- Ximin Luo <infinity0@debian.org> Wed, 26 Sep 2018 23:29:18 -0700
5cb19022 1138
eb8340d1 1139rustc (1.30.0~beta.7+dfsg1-1~exp2) experimental; urgency=medium
6404b712
XL
1140
1141 * Tweak test failure rules: armel <= 8, ppc64 <= 12.
194a2720 1142 * Update to LLVM 7.
6404b712 1143
eb8340d1 1144 -- Ximin Luo <infinity0@debian.org> Wed, 26 Sep 2018 21:43:30 -0700
6404b712 1145
2a49a14a 1146rustc (1.30.0~beta.7+dfsg1-1~exp1) experimental; urgency=medium
d925017b
XL
1147
1148 * New upstream release.
1149
2a49a14a 1150 -- Ximin Luo <infinity0@debian.org> Sun, 23 Sep 2018 10:40:30 -0700
d925017b 1151
400a2803 1152rustc (1.29.0+dfsg1-1) unstable; urgency=medium
3adf8905
XL
1153
1154 * Upload to unstable.
1155 * Drop d-armel-disable-kernel-helpers.patch as a necessary part of the
1156 fix to #906520, so it is actually fixed.
1157 * Backport a patch to fix the rand crate on powerpc. (Closes: #909400)
1158 * Lower the s390x allowed failures back to 25.
1159
400a2803 1160 -- Ximin Luo <infinity0@debian.org> Sun, 23 Sep 2018 10:16:53 -0700
3adf8905 1161
437a23d2 1162rustc (1.29.0+dfsg1-1~exp1) experimental; urgency=medium
5c02168d
XL
1163
1164 * New upstream release.
1165 * Include patch for armel atomics. (Closes: #906520)
56445feb 1166 * Update to latest Standards-Version; no changes required.
5c02168d 1167
437a23d2 1168 -- Ximin Luo <infinity0@debian.org> Thu, 20 Sep 2018 22:33:20 -0700
5c02168d 1169
2c859ae9
JC
1170rustc (1.28.0+dfsg1-3) unstable; urgency=medium
1171
1172 * Team upload.
617a87c6 1173
a2f13a02 1174 [ Ximin Luo ]
617a87c6
XL
1175 * More sparc64 fixes, and increase allowed-test-failures there to 180.
1176
a2f13a02
JC
1177 [ Julien Cristau ]
1178 * Don't use pentium4 as i686 baseline (closes: #908561)
1179
2c859ae9 1180 -- Julien Cristau <jcristau@debian.org> Tue, 11 Sep 2018 15:54:27 +0200
617a87c6 1181
b65cd570 1182rustc (1.28.0+dfsg1-2) unstable; urgency=medium
873d1fa5
XL
1183
1184 * Switch on verbose-tests to restore the old pre-1.28 behaviour, and restore
1185 old failure-counting logic.
3a73ad5e
XL
1186 * Allow 50 test failures on s390x, restored failure-counting logic avoids
1187 more double-counts.
873d1fa5 1188
b65cd570 1189 -- Ximin Luo <infinity0@debian.org> Sun, 05 Aug 2018 02:18:10 -0700
873d1fa5 1190
7f003f19 1191rustc (1.28.0+dfsg1-1) unstable; urgency=medium
f06cedf1
XL
1192
1193 * New upstream release.
d79ce711
XL
1194 * Add patches from Fedora to fix some test failures.
1195 * Ignore a failure testing specific error output, under investigation.
dcd18e8d 1196 * Allow 100 test failures on s390x, should be reducible later with LLVM 7.
9488899e 1197 * Temporary fix for mips64el bootstrap.
378cdb53
XL
1198 * Be even more verbose during the build.
1199 * Update to latest Standards-Version.
f06cedf1 1200
7f003f19 1201 -- Ximin Luo <infinity0@debian.org> Sat, 04 Aug 2018 23:04:41 -0700
f06cedf1 1202
8511ab89 1203rustc (1.28.0~beta.14+dfsg1-1~exp2) experimental; urgency=medium
71a978ab
XL
1204
1205 * Update test-failure counting logic.
1206 * Fix version constraints for Recommends: cargo.
2160ef26 1207 * Add patch to fix sparc64 CABI.
71a978ab 1208
8511ab89 1209 -- Ximin Luo <infinity0@debian.org> Fri, 27 Jul 2018 04:26:52 -0700
71a978ab 1210
1e043037 1211rustc (1.28.0~beta.14+dfsg1-1~exp1) experimental; urgency=medium
b49766ad
XL
1212
1213 * New upstream release.
d20b6943 1214 * Update to latest Standards-Version; no changes required.
b49766ad 1215
1e043037 1216 -- Ximin Luo <infinity0@debian.org> Wed, 25 Jul 2018 03:11:11 -0700
b49766ad 1217
6d75c0f2 1218rustc (1.27.2+dfsg1-1) unstable; urgency=medium
fd9cbce1 1219
e133b084 1220 [ Sylvestre Ledru ]
fd9cbce1
SL
1221 * Update of the alioth ML address.
1222
e133b084
XL
1223 [ Ximin Luo ]
1224 * Fail the build if our version contains ~exp and we are not releasing to
1225 experimental, this has happened by accident a few times already.
356c70ca 1226 * Allow 36 and 44 test failures on armel and s390x respectively.
0bf22a45 1227 * New upstream release.
e133b084 1228
6d75c0f2 1229 -- Ximin Luo <infinity0@debian.org> Tue, 24 Jul 2018 21:35:56 -0700
fd9cbce1 1230
131daaa8 1231rustc (1.27.1+dfsg1-1~exp4) experimental; urgency=medium
98955da7
XL
1232
1233 * Unconditonally prune crate checksums to avoid having to manually prune them
1234 whenever we patch the vendored crates.
1235
131daaa8 1236 -- Ximin Luo <infinity0@debian.org> Thu, 19 Jul 2018 14:49:18 -0700
98955da7 1237
a62b6dd2 1238rustc (1.27.1+dfsg1-1~exp3) experimental; urgency=medium
3add846c
XL
1239
1240 * Add patch from Fedora to fix rebuild against same version.
1241
a62b6dd2 1242 -- Ximin Luo <infinity0@debian.org> Thu, 19 Jul 2018 08:52:03 -0700
3add846c 1243
6d6323b6 1244rustc (1.27.1+dfsg1-1~exp2) experimental; urgency=medium
39b43581
XL
1245
1246 * Fix some failing tests.
1247
6d6323b6 1248 -- Ximin Luo <infinity0@debian.org> Wed, 18 Jul 2018 09:06:44 -0700
39b43581 1249
cc09b3a2 1250rustc (1.27.1+dfsg1-1~exp1) unstable; urgency=medium
08170615
XL
1251
1252 * New upstream release.
1253
cc09b3a2 1254 -- Ximin Luo <infinity0@debian.org> Fri, 13 Jul 2018 22:58:02 -0700
08170615 1255
a9abb202 1256rustc (1.26.2+dfsg1-1) unstable; urgency=medium
fa6232de 1257
b6dd51e9 1258 * New upstream release.
fa6232de
XL
1259 * Stop ignoring tests that now pass.
1260 * Don't ignore tests that still fail, instead raise FAILURES_ALLOWED.
1261 This allows us to see the test failures in the build logs, rather than
1262 hiding them.
1263
a9abb202 1264 -- Ximin Luo <infinity0@debian.org> Sat, 16 Jun 2018 12:39:59 -0700
fa6232de 1265
c091317d 1266rustc (1.26.1+dfsg1-3) unstable; urgency=medium
f2ee4084
XL
1267
1268 * Fix build-dep version range to build against myself.
1269
c091317d 1270 -- Ximin Luo <infinity0@debian.org> Thu, 31 May 2018 09:25:17 -0700
f2ee4084 1271
de26ef4d 1272rustc (1.26.1+dfsg1-2) unstable; urgency=medium
3f118371
XL
1273
1274 * Also ignore test_loading_cosine on ppc64el.
1275
de26ef4d 1276 -- Ximin Luo <infinity0@debian.org> Wed, 30 May 2018 20:58:46 -0700
3f118371 1277
39b971b1 1278rustc (1.26.1+dfsg1-1) unstable; urgency=medium
a925ea10
XL
1279
1280 * New upstream release.
1281
39b971b1 1282 -- Ximin Luo <infinity0@debian.org> Wed, 30 May 2018 08:18:04 -0700
a925ea10 1283
3b72d12e 1284rustc (1.26.0+dfsg1-1~exp4) experimental; urgency=medium
ceac151a
XL
1285
1286 * Try alternative patch to ignore x86 stdsimd tests suggested by upstream.
0b9f599a
XL
1287 * Bump up allowed-test-failures to 8 to account for the fact that we're now
1288 double-counting some failures.
ceac151a 1289
3b72d12e 1290 -- Ximin Luo <infinity0@debian.org> Tue, 29 May 2018 20:36:56 -0700
ceac151a 1291
19f7f8e5 1292rustc (1.26.0+dfsg1-1~exp3) experimental; urgency=medium
6fd06b4e
XL
1293
1294 * Ignore some irrelevant tests on ppc64 and non-x86 platforms.
1295
19f7f8e5 1296 -- Ximin Luo <infinity0@debian.org> Tue, 29 May 2018 09:32:38 -0700
6fd06b4e 1297
06f2dd61 1298rustc (1.26.0+dfsg1-1~exp2) experimental; urgency=medium
2c22371f
XL
1299
1300 * Add Breaks+Replaces for older libstd-rust-dev with codegen-backends.
1301 (Closes: #899180)
1302 * Backport some test and packaging fixes from Ubuntu.
1303
06f2dd61 1304 -- Ximin Luo <infinity0@debian.org> Tue, 22 May 2018 22:00:53 -0700
2c22371f 1305
893e14af 1306rustc (1.26.0+dfsg1-1~exp1) experimental; urgency=medium
f77bcf34
XL
1307
1308 * New upstream release.
25e20e67 1309 * Update to latest Standards-Version; no changes required.
6f4c2026 1310 * Update doc-base files. (Closes: #876831)
f77bcf34 1311
893e14af 1312 -- Ximin Luo <infinity0@debian.org> Sun, 20 May 2018 03:11:45 -0700
f77bcf34 1313
4dddf1e8 1314rustc (1.25.0+dfsg1-2) unstable; urgency=medium
62bf4d37 1315
b44d6a74 1316 * Add patches for LLVM's compiler-rt to fix bugs on sparc64 and mips64.
429ec50e 1317 (Closes: #898982)
b4ca3996
XL
1318 * Install codegen-backends into rustc rather than libstd-rust-dev.
1319 (Closes: #899087)
62bf4d37 1320
4dddf1e8 1321 -- Ximin Luo <infinity0@debian.org> Sat, 19 May 2018 13:10:33 -0700
62bf4d37 1322
5c991392 1323rustc (1.25.0+dfsg1-1) unstable; urgency=medium
ab330327
XL
1324
1325 * Upload to unstable.
1326 * Allow up to 15 test failures on s390x.
1327 * Set CARGO_INCREMENTAL=0 on sparc64.
1328
5c991392 1329 -- Ximin Luo <infinity0@debian.org> Fri, 18 May 2018 01:11:15 -0700
ab330327 1330
d10d3972 1331rustc (1.25.0+dfsg1-1~exp2) experimental; urgency=medium
5c515547
XL
1332
1333 * Install missing codegen-backends.
1334
d10d3972 1335 -- Ximin Luo <infinity0@debian.org> Fri, 06 Apr 2018 14:05:36 -0700
5c515547 1336
1c4273ec 1337rustc (1.25.0+dfsg1-1~exp1) experimental; urgency=medium
9903f2da
XL
1338
1339 * New upstream release.
1340 * Update to LLVM 6.0.
1341
1c4273ec 1342 -- Ximin Luo <infinity0@debian.org> Sun, 01 Apr 2018 15:59:47 +0200
9903f2da 1343
3983b4a5 1344rustc (1.24.1+dfsg1-1) unstable; urgency=medium
734d072d
XL
1345
1346 * Upload to unstable.
1347 * Raise allowed-test-failures to 160 on some non-release arches: powerpc,
1348 powerpcspe, sparc64, x32.
1349
3983b4a5 1350 -- Ximin Luo <infinity0@debian.org> Wed, 07 Mar 2018 20:07:27 +0100
734d072d 1351
13ff748c 1352rustc (1.24.1+dfsg1-1~exp2) experimental; urgency=medium
964ec9c6
XL
1353
1354 * Steal some patches from Fedora to fix some test failures.
1355 * Update debian/patches/u-make-tests-work-without-rpath.patch to try to fix
1356 some more test failures.
1357
13ff748c 1358 -- Ximin Luo <infinity0@debian.org> Mon, 05 Mar 2018 16:25:26 +0100
964ec9c6 1359
9f951428 1360rustc (1.24.1+dfsg1-1~exp1) experimental; urgency=medium
5a7940b7
XL
1361
1362 * More sparc64 CABI fixes. (Closes: #888757)
b681ab30 1363 * New upstream release.
7cecb8e1 1364 * Note that s390x baseline was updated in the meantime. (Closes: #851150)
f25948bb
XL
1365 * Include Debian-specific patch to disable kernel helpers on armel.
1366 (Closes: #891902)
1367 * Include missing build-dependencies for pkg.rustc.dlstage0 build profile.
1368 (Closes: #891022)
1369 * Add architecture.mk mapping for armel => armv5te-unknown-linux-gnueabi.
1370 (Closes: #891913)
1371 * Enable debuginfo-only-std on armel as well. (Closes: #891961)
1372 * Backport upstream patch to support powerpcspe. (Closes: #891542)
86a68f1a 1373 * Disable full-bootstrap again to work around upstream #48319.
5a7940b7 1374
9f951428 1375 -- Ximin Luo <infinity0@debian.org> Sat, 03 Mar 2018 14:23:29 +0100
5a7940b7 1376
336f317f
XL
1377rustc (1.23.0+dfsg1-1) unstable; urgency=medium
1378
1379 * Upload to unstable.
1380
1381 -- Ximin Luo <infinity0@debian.org> Fri, 19 Jan 2018 11:49:31 +0100
1382
a75f3f1a 1383rustc (1.23.0+dfsg1-1~exp1) experimental; urgency=medium
6305ccad
XL
1384
1385 * New upstream release.
9edc048c 1386 * Update to latest Standards-Version; no changes required.
6305ccad 1387
a75f3f1a 1388 -- Ximin Luo <infinity0@debian.org> Sun, 14 Jan 2018 00:08:17 +0100
6305ccad 1389
5280f4d0 1390rustc (1.22.1+dfsg1-2) unstable; urgency=medium
668590e4
XL
1391
1392 * Fix B-D rustc version so this package can be built using itself.
1393
5280f4d0 1394 -- Ximin Luo <infinity0@debian.org> Mon, 01 Jan 2018 14:27:19 +0100
668590e4 1395
d63c3f7a 1396rustc (1.22.1+dfsg1-1) unstable; urgency=medium
8d3e3cd2 1397
3c9be071 1398 [ Ximin Luo ]
8d3e3cd2 1399 * Remove unimportant files that autoload remote resources from rust-src.
45d026fb 1400 * Fix more symlinks in rust-doc.
aae6ad1d
XL
1401 * On armhf, only generate debuginfo for libstd and not the compiler itself.
1402 This works around buildds running out of memory, see upstream #45854.
b6b696f5 1403 * Update to latest Standards-Version; no changes required.
8d3e3cd2 1404
3c9be071
XL
1405 [ Chris Coulson ]
1406 * Fix some test failures that occur because we build rust without an rpath.
1407
d63c3f7a 1408 -- Ximin Luo <infinity0@debian.org> Mon, 18 Dec 2017 19:46:25 +0100
8d3e3cd2 1409
8c07786b 1410rustc (1.22.1+dfsg1-1~exp1) experimental; urgency=medium
10871602 1411
c2940474 1412 * New upstream release.
d5fa6b7e 1413 * Fix symlink target. (Closes: #877276)
10871602 1414
8c07786b 1415 -- Ximin Luo <infinity0@debian.org> Sat, 25 Nov 2017 22:29:12 +0100
10871602 1416
37557777 1417rustc (1.21.0+dfsg1-3) unstable; urgency=medium
4c9c2ccc
XL
1418
1419 * Add/fix detection for sparc64, thanks to John Paul Adrian Glaubitz.
075d4fff 1420 * Workaround FTBFS when building docs. (Closes: #880262)
4c9c2ccc 1421
37557777 1422 -- Ximin Luo <infinity0@debian.org> Mon, 06 Nov 2017 10:03:32 +0100
4c9c2ccc 1423
221bd955 1424rustc (1.21.0+dfsg1-2) unstable; urgency=medium
1a4925ac
XL
1425
1426 * Upload to unstable.
1427 * Fix bootstrapping using 1.21.0, which is more strict about redundant &mut
1428 previously used in u-output-failed-commands.patch.
747a4713 1429 * Only allow up to 5 test failures.
1a4925ac 1430
221bd955 1431 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 20:27:30 +0200
1a4925ac 1432
c7a762c9 1433rustc (1.21.0+dfsg1-1) experimental; urgency=medium
875b4240
XL
1434
1435 * New upstream release.
6c5c66c7
XL
1436 * Fix the "install" target for cross-compilations; cross-compiling with
1437 sbuild --host=$foreign-arch should work again.
29fbeefd
XL
1438 * Update to latest Standards-Version; changes:
1439 - Priority changed to optional from extra.
875b4240 1440
c7a762c9 1441 -- Ximin Luo <infinity0@debian.org> Tue, 17 Oct 2017 00:42:54 +0200
875b4240 1442
5d7cfd33 1443rustc (1.20.0+dfsg1-3) unstable; urgency=medium
8d2f297e
XL
1444
1445 * Disable jemalloc to fix FTBFS with 1.21 on armhf.
1446
5d7cfd33 1447 -- Ximin Luo <infinity0@debian.org> Wed, 25 Oct 2017 12:01:19 +0200
8d2f297e 1448
f9049e2f 1449rustc (1.20.0+dfsg1-2) unstable; urgency=medium
c8b52c5b
XL
1450
1451 * Update changelog entry for 1.20.0+dfsg1-1 to reflect that it was actually
1452 and accidentally uploaded to unstable. No harm, no foul.
62dea5a4
XL
1453 * We are no longer failing the build when tests fail, see NEWS or
1454 README.Debian for details.
6cffdb22 1455 * Bump LLVM requirement to fix some failing tests.
c8b52c5b 1456
f9049e2f 1457 -- Ximin Luo <infinity0@debian.org> Sat, 21 Oct 2017 14:20:17 +0200
c8b52c5b 1458
875b4240 1459rustc (1.20.0+dfsg1-1) unstable; urgency=medium
4f5a1d84
XL
1460
1461 * New upstream release.
1462
5002e608 1463 -- Ximin Luo <infinity0@debian.org> Sun, 15 Oct 2017 23:30:35 +0200
4f5a1d84 1464
2f6f9517 1465rustc (1.19.0+dfsg3-4) unstable; urgency=medium
4321d641
XL
1466
1467 * Bump LLVM requirement to pull in a fix for a FTBFS on ppc64el.
1468
2f6f9517 1469 -- Ximin Luo <infinity0@debian.org> Sun, 15 Oct 2017 21:31:03 +0200
4321d641 1470
0dece65b 1471rustc (1.19.0+dfsg3-3) unstable; urgency=medium
e2b1de4e
XL
1472
1473 * Fix a trailing whitespace for tidy.
1474
0dece65b 1475 -- Ximin Luo <infinity0@debian.org> Tue, 19 Sep 2017 16:09:41 +0200
e2b1de4e 1476
6185c016
XL
1477rustc (1.19.0+dfsg3-2) unstable; urgency=medium
1478
1479 * Upload to unstable.
1480 * Add a patch to print extra information when tests fail.
1481
6c0cf665 1482 -- Ximin Luo <infinity0@debian.org> Tue, 19 Sep 2017 12:32:03 +0200
6185c016 1483
558b2466 1484rustc (1.19.0+dfsg3-1) experimental; urgency=medium
9e5dfae0 1485
2243380e
XL
1486 * New upstream release.
1487 * Upgrade to LLVM 4.0. (Closes: #873421)
1488 * rust-src: install Debian patches as well
9e5dfae0 1489
558b2466 1490 -- Ximin Luo <infinity0@debian.org> Fri, 15 Sep 2017 04:02:09 +0200
9e5dfae0 1491
16d94f03 1492rustc (1.18.0+dfsg1-4) unstable; urgency=medium
c5db2f19
XL
1493
1494 * Support gperf 3.1. (Closes: #869610)
1495
16d94f03 1496 -- Ximin Luo <infinity0@debian.org> Tue, 25 Jul 2017 23:19:47 +0200
c5db2f19 1497
1fbd4427 1498rustc (1.18.0+dfsg1-3) unstable; urgency=medium
3a79b306
XL
1499
1500 * Upload to unstable.
1501 * Disable failing run-make test on armhf.
1502
1fbd4427 1503 -- Ximin Luo <infinity0@debian.org> Sat, 22 Jul 2017 20:30:25 +0200
3a79b306 1504
f189b0c5 1505rustc (1.18.0+dfsg1-2) experimental; urgency=medium
3f7bc662
XL
1506
1507 * Update to latest Standards-Version; no changes required.
47eb05de
XL
1508 * Change rustc to Multi-Arch: allowed and update Build-Depends with :native
1509 annotations. Multi-Arch: foreign is typically for arch-indep packages that
1510 might need to satisfy dependency chains of different architectures. Also
1511 update instructions on cross-compiling to match this newer situation.
6deb54e0 1512 * Build debugging symbols for non-libstd parts of rustc.
3f7bc662 1513
f189b0c5 1514 -- Ximin Luo <infinity0@debian.org> Mon, 17 Jul 2017 23:04:03 +0200
3f7bc662 1515
a51cd2fb 1516rustc (1.18.0+dfsg1-1) experimental; urgency=medium
5fab9f78
XL
1517
1518 * New upstream release.
1519
a51cd2fb 1520 -- Ximin Luo <infinity0@debian.org> Tue, 27 Jun 2017 12:51:22 +0200
5fab9f78 1521
95eec000 1522rustc (1.17.0+dfsg2-8) unstable; urgency=medium
170f9149
XL
1523
1524 * Workaround for linux #865549, fix FTBFS on ppc64el.
1525
95eec000 1526 -- Ximin Luo <infinity0@debian.org> Mon, 17 Jul 2017 13:41:59 +0200
170f9149 1527
8efa441f 1528rustc (1.17.0+dfsg2-7) unstable; urgency=medium
0114d8d1
XL
1529
1530 * Show exception traceback in bootstrap.py to examine ppc64el build failure.
1531
8efa441f 1532 -- Ximin Luo <infinity0@debian.org> Wed, 21 Jun 2017 10:46:27 +0200
0114d8d1 1533
d2313933
XL
1534rustc (1.17.0+dfsg2-6) unstable; urgency=medium
1535
1536 * Upload to unstable.
1537
1538 -- Ximin Luo <infinity0@debian.org> Wed, 21 Jun 2017 00:24:22 +0200
1539
5002451f 1540rustc (1.17.0+dfsg2-5) experimental; urgency=medium
769eb54f 1541
4e05a94e 1542 * More work-arounds for armhf test failures.
769eb54f 1543
5002451f 1544 -- Ximin Luo <infinity0@debian.org> Fri, 16 Jun 2017 13:27:45 +0200
769eb54f 1545
b856e168 1546rustc (1.17.0+dfsg2-4) experimental; urgency=medium
7958f3db
XL
1547
1548 * Fix arch-indep and arch-dep tests.
78b89ba0 1549 * Bump the LLVM requirement to fix FTBFS on armhf.
7958f3db 1550
b856e168 1551 -- Ximin Luo <infinity0@debian.org> Wed, 14 Jun 2017 21:37:16 +0200
7958f3db 1552
26923695 1553rustc (1.17.0+dfsg2-3) experimental; urgency=medium
c9ab1c1c
XL
1554
1555 * Try to force the real gdb package. Some resolvers like aspcud will select
1556 gdb-minimal under some circumstances, but this causes the debuginfo-gdb
1557 tests to break.
1558
26923695 1559 -- Ximin Luo <infinity0@debian.org> Wed, 14 Jun 2017 00:48:37 +0200
c9ab1c1c 1560
d868ed3e 1561rustc (1.17.0+dfsg2-2) experimental; urgency=medium
631e3fdd
XL
1562
1563 * Support and document cross-compiling of rustc itself.
1564 * Document cross-compiling other rust packages such as cargo.
fe8144b3
XL
1565 * Work around upstream #39015 by disabling those tests rather than by
1566 disabling optimisation, which causes FTBFS on 1.17.0 ppc64el. See
1567 upstream #42476 and #42532 for details.
631e3fdd 1568
d868ed3e 1569 -- Ximin Luo <infinity0@debian.org> Tue, 13 Jun 2017 21:13:31 +0200
631e3fdd 1570
fc000344 1571rustc (1.17.0+dfsg2-1) experimental; urgency=medium
0bccb006 1572
200f8e6e 1573 [ Sylvestre Ledru ]
0bccb006 1574 * New upstream release
0bccb006 1575
200f8e6e
XL
1576 [ Ximin Luo ]
1577 * Adapt packaging for rustbuild, the new upstream cargo-based build system.
1578
1579 [ Matthijs van Otterdijk ]
b84baf93 1580 * Add a binary package, rust-src. (Closes: #846177)
200f8e6e
XL
1581 * Link to local Debian web resources in the docs, instead of remote ones.
1582
fc000344 1583 -- Ximin Luo <infinity0@debian.org> Tue, 16 May 2017 18:00:53 +0200
0bccb006 1584
83bfd4ca 1585rustc (1.16.0+dfsg1-1) unstable; urgency=medium
de9ee5dd
XL
1586
1587 * Upload to unstable so we have something to build 1.17 with.
1588 * Update u-ignoretest-powerpc.patch for 1.16.
1589
83bfd4ca 1590 -- Ximin Luo <infinity0@debian.org> Wed, 19 Apr 2017 22:47:18 +0200
de9ee5dd 1591
2197a3b6 1592rustc (1.16.0+dfsg1-1~exp2) experimental; urgency=medium
0df609ad
XL
1593
1594 * Don't ignore test failures on Debian unstable.
1595 * Re-fix ignoring armhf test, accidentally reverted in previous version.
1596 * Try to fix buildd failure by swapping B-D alternatives.
1597
2197a3b6 1598 -- Ximin Luo <infinity0@debian.org> Sun, 16 Apr 2017 15:05:47 +0200
0df609ad 1599
2bd7188b
SL
1600rustc (1.16.0+dfsg1-1~exp1) experimental; urgency=medium
1601
f220f03b
SL
1602 * New upstream release
1603 * u-ignoretest-jemalloc.patch removed (applied upstream)
2bd7188b 1604
e0e251ab
SL
1605 [ Matthias Klose ]
1606 * Bootstrap using the rustc version in the archive, on all architectures.
1607 * Work around a GCC 4.8 ICE on AArch64.
1608 * Use alternative build dependencies on cmake3 and binutils-2.26 for
1609 builds on 14.04 LTS (trusty).
1610 * debian/make_orig*dl_tarball.sh: Include all Ubuntu architectures.
1611 * debian/rules: Ignore test results for now.
1612
1613 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 13 Apr 2017 15:24:03 +0200
2bd7188b 1614
47a5c99d 1615rustc (1.15.1+dfsg1-1) unstable; urgency=medium
a32a31ae
XL
1616
1617 * Upload to unstable so we have something to build 1.16 with.
1618 * Try to fix ignoring atomic-lock-free tests on armhf.
1619
47a5c99d 1620 -- Ximin Luo <infinity0@debian.org> Wed, 22 Mar 2017 00:13:27 +0100
a32a31ae 1621
e3190085 1622rustc (1.15.1+dfsg1-1~exp3) experimental; urgency=medium
df3c45fa 1623
d2bf4fa1 1624 * Ignore atomic-lock-free tests on armhf.
df3c45fa 1625 * Update ignoretest-armhf_03.patch for newer 1.15.1 behaviour.
ef7272eb 1626 * Tidy up some other patches to do with ignoring tests.
df3c45fa 1627
e3190085 1628 -- Ximin Luo <infinity0@debian.org> Sun, 12 Mar 2017 04:15:33 +0100
df3c45fa 1629
adde2996 1630rustc (1.15.1+dfsg1-1~exp2) experimental; urgency=medium
563f7062
XL
1631
1632 * Update armhf ignoretest patch.
abd6345a
XL
1633 * Bootstrap armhf. (Closes: #809316, #834003)
1634 * Bootstrap ppc4el. (Closes: #839643)
1b42b986 1635 * Fix rust-lldb symlink. (Closes: #850639)
563f7062 1636
adde2996 1637 -- Ximin Luo <infinity0@debian.org> Thu, 02 Mar 2017 23:01:26 +0100
563f7062 1638
89bd9a0b 1639rustc (1.15.1+dfsg1-1~exp1) experimental; urgency=medium
bc50ea0f
SL
1640
1641 * New upstream release (won't probably be in stretch).
7324fc15 1642 see the 1.4 git branch for the follow up for stable
91b49110 1643 * Call to the test renamed from check-notidy => check
4bdce6c1 1644 * d/p/u-destdir-support.diff: Apply upstream patch to support
add58cb7 1645 destdir in the make install (for rustbuild, in later versions)
32bec241
SL
1646 * Overrides the 'binary-or-shlib-defines-rpath' lintian warnings.
1647 We need them for now
f3f050d1 1648 * Refresh of the patches
bc50ea0f 1649
ebce1096
XL
1650 [ Sven Joachim ]
1651 * Drop Pre-Depends on multiarch-support. (Closes: #856109)
1652
1653 [ Erwan Prioul ]
1654 * Fix test and build failures for ppc64el. (Closes: #839643)
1655
add58cb7
XL
1656 [ Ximin Luo ]
1657 * Disable rustbuild for the time being (as it was in 1.14) and instead
1658 bootstrap two new arches, armhf and ppc64el.
75de1645
XL
1659 * Switch back to debhelper 9 to make backporting easier.
1660 * Switch Build-Depends on binutils-multiarch back to binutils, the former is
1661 no longer needed by the upstream tests.
add58cb7 1662
b0379852
XL
1663 [ Matthias Klose ]
1664 * Compatibility fixes and improvements to help work better on Ubuntu.
1665
7324fc15 1666 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 26 Feb 2017 21:12:27 +0100
bc50ea0f 1667
12cf07de 1668rustc (1.14.0+dfsg1-3) unstable; urgency=medium
2ae1870c
XL
1669
1670 * Fix mips64 Makefile patches.
bfea8d0e 1671 * Don't run arch-dep tests in a arch-indep build.
2ae1870c 1672
12cf07de 1673 -- Ximin Luo <infinity0@debian.org> Wed, 04 Jan 2017 21:34:56 +0100
2ae1870c 1674
38b66c3c 1675rustc (1.14.0+dfsg1-2) unstable; urgency=medium
40bf7657
XL
1676
1677 * Update README.Debian, the old one was way out of date.
d20c2479
XL
1678 * Detect mips CPUs in ./configure and fill in mips Makefile rules.
1679 * Work around jemalloc-related problems in the upstream bootstrapping
1680 binaries for arm64, ppc64el, s390x.
1681 * Disable jemalloc on s390x - upstream already disable it for some other
1682 arches.
1683 * Disable jemalloc tests for arches where jemalloc is disabled.
1684 * We still expect the following failures:
1685 * arm64 should be fixed (i.e. no failures) compared to the previous upload.
1686 * armhf will FTBFS due to 'Illegal instruction' and this can only be fixed
1687 with the next stable rustc release.
1688 * mips mipsel mips64el ppc64 ppc64el s390x will FTBFS due to yet other
1689 test failures beyond the ones I fixed above; this upload is only to save
1690 me manual work in producing nice reports that exhibit these failures.
40bf7657 1691
38b66c3c 1692 -- Ximin Luo <infinity0@debian.org> Thu, 29 Dec 2016 23:00:47 +0100
40bf7657 1693
ade7c066 1694rustc (1.14.0+dfsg1-1) unstable; urgency=medium
4e32eedd 1695
4aaa3973 1696 [ Sylvestre Ledru ]
ade7c066 1697 * New upstream release
4e32eedd
SL
1698 * Update debian/watch
1699
beb758dc
XL
1700 [ Ximin Luo ]
1701 * Try to bootstrap armhf ppc64 ppc64el s390x mips mipsel mips64el.
65b5d333 1702 (Closes: #809316, #834003, #839643)
beb758dc
XL
1703 * Make rust-gdb and rust-lldb arch:all packages.
1704 * Switch to debhelper 10.
1705
3f7e8ad6 1706 -- Ximin Luo <infinity0@debian.org> Sat, 24 Dec 2016 18:03:03 +0100
4e32eedd 1707
07d1f7e4 1708rustc (1.13.0+dfsg1-2) unstable; urgency=high
7a1680ef
LB
1709
1710 * Skip macro-stepping test on arm64, until
1711 https://github.com/rust-lang/rust/issues/37225 is resolved.
1712
1713 -- Luca Bruno <lucab@debian.org> Sat, 26 Nov 2016 23:40:14 +0000
1714
39adb0b5 1715rustc (1.13.0+dfsg1-1) unstable; urgency=medium
5e851056 1716
ddde8374
XL
1717 [ Sylvestre Ledru ]
1718 * New upstream release.
39adb0b5
SL
1719
1720 [ Ximin Luo ]
5e851056
XL
1721 * Use Debian system jquery instead of upstream's embedded copy.
1722
39adb0b5 1723 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 11 Nov 2016 13:35:23 +0100
5e851056 1724
5183fac9 1725rustc (1.12.1+dfsg1-1) unstable; urgency=medium
7d965ae5 1726
cb44a039 1727 [ Sylvestre Ledru ]
48c7771d 1728 * New (minor) upstream release
7d965ae5 1729 * Missing dependency from rust-lldb to python-lldb-3.8 (Closes: #841833)
cb44a039 1730 * Switch to llvm 3.9. (Closes: #841834)
7d965ae5 1731
cb44a039
XL
1732 [ Ximin Luo ]
1733 * Dynamically apply rust-boot-1.12.1-from-1.12.0.diff.
1734 This allows us to bootstrap from either 1.11.0 or 1.12.0.
1735 * Bump LLVM Build-Depends version to get the backported patches for LLVM
1736 #30402 and #29163.
5cf6f0d4
XL
1737 * Install debugger_pretty_printers_common to rust-gdb and rust-lldb.
1738 (Closes: #841835)
cb44a039 1739
5183fac9 1740 -- Ximin Luo <infinity0@debian.org> Mon, 07 Nov 2016 14:15:14 +0100
7d965ae5 1741
0e3e0b3d
SL
1742rustc (1.12.0+dfsg1-2) unstable; urgency=medium
1743
d6db26c1
SL
1744 * Ignore test run-make/no-duplicate-libs. Fails on i386
1745 * Ignore test run-pass-valgrind/down-with-thread-dtors.rs . Fails on arm64
1746 * I am not switching to llvm 3.9 now because a test freezes. The plan is
1747 to silent the warning breaking the build and upload 1.12.1 after
0e3e0b3d
SL
1748
1749 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 05 Oct 2016 10:48:01 +0200
1750
5caf96bc
SL
1751rustc (1.12.0+dfsg1-1) unstable; urgency=medium
1752
1753 * new upstream release
14322816 1754 - Rebase of the patches and removal of deprecated patches
5caf96bc
SL
1755
1756 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 29 Sep 2016 20:45:04 +0200
1757
4b770a13 1758rustc (1.11.0+dfsg1-3) unstable; urgency=medium
ea192313
XL
1759
1760 * Fix separate build-arch and build-indep builds.
1761
4b770a13 1762 -- Ximin Luo <infinity0@debian.org> Tue, 13 Sep 2016 12:30:41 +0200
ea192313 1763
92270c97 1764rustc (1.11.0+dfsg1-2) unstable; urgency=medium
b020bb38
XL
1765
1766 * Fix rebuilding against the current version, by backporting a patch I wrote
1767 that was already applied upstream. Should fix the FTBFS that was observed
1768 by tests.reproducible-builds.org.
18736b61 1769 * Ignore a failing stdcall test on arm64; should fix the FTBFS there.
390d920c 1770 * Backport a doctest fix I wrote, already applied upstream.
b020bb38 1771
92270c97 1772 -- Ximin Luo <infinity0@debian.org> Mon, 12 Sep 2016 17:40:12 +0200
b020bb38 1773
b7e6a0df 1774rustc (1.11.0+dfsg1-1) unstable; urgency=medium
8ef6aa17
XL
1775
1776 * New upstream release
9735f8cf 1777 * Add versioned binutils dependency. (Closes: #819475, #823540)
8ef6aa17 1778
b7e6a0df 1779 -- Ximin Luo <infinity0@debian.org> Wed, 07 Sep 2016 10:31:57 +0200
8ef6aa17 1780
b0a1a0b1 1781rustc (1.10.0+dfsg1-3) unstable; urgency=medium
3641207a
XL
1782
1783 * Rebuild with LLVM 3.8, same as what upstream are using
1784 * Dynamically link against LLVM. (Closes: #832565)
1785
b0a1a0b1 1786 -- Ximin Luo <infinity0@debian.org> Sat, 30 Jul 2016 22:36:41 +0200
3641207a 1787
2542b741 1788rustc (1.10.0+dfsg1-2) unstable; urgency=medium
16dfb283
XL
1789
1790 * Tentatively support ARM architectures
1791 * Include upstream arm64,armel,armhf stage0 compilers (i.e. 1.9.0 stable)
1792 in a orig-dl tarball, like how we previously did for amd64,i386.
1793
2542b741 1794 -- Ximin Luo <infinity0@debian.org> Fri, 22 Jul 2016 15:54:51 +0200
16dfb283 1795
30168e14 1796rustc (1.10.0+dfsg1-1) unstable; urgency=medium
ec2b8474
XL
1797
1798 * New upstream release
1799 * Add myself to uploaders
427dce5b
XL
1800 * Update our build process to bootstrap from the previous Debian rustc stable
1801 version by default. See README.Debian for other options.
4b15ddbb 1802 * Update to latest Standards-Version; no changes required.
ec2b8474 1803
30168e14 1804 -- Ximin Luo <infinity0@debian.org> Sun, 17 Jul 2016 03:40:49 +0200
ec2b8474 1805
3a455c95
SL
1806rustc (1.9.0+dfsg1-1) unstable; urgency=medium
1807
1808 * New upstream release (Closes: #825752)
1809
1810 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 29 May 2016 17:57:38 +0200
1811
c905f5fe 1812rustc (1.8.0+dfsg1-1) unstable; urgency=medium
4f08cd8c 1813
c905f5fe
SL
1814 * New upstream release
1815
1816 [ Ximin Luo ]
4f08cd8c 1817 * Fix using XZ for the orig tarball: needs explicit --repack in debian/watch
6455638b 1818 * Drop wno-error patch; applied upstream.
4f08cd8c 1819
c905f5fe 1820 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 15 Apr 2016 12:01:45 +0200
4f08cd8c 1821
c4513ea7
SL
1822rustc (1.7.0+dfsg1-1) unstable; urgency=medium
1823
1824 * New upstream release
1825
1826 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 03 Mar 2016 22:41:24 +0100
1827
e839ff2d 1828rustc (1.6.0+dfsg1-3) unstable; urgency=medium
4921cc2c 1829
e839ff2d
SL
1830 * Apply upstream fix to silent a valgrind issue in the test suite
1831 (Closes: ##812825)
4921cc2c
SL
1832 * Add gcc & libc-dev as dependency of rustc to make sure it works
1833 out of the box
1834
e839ff2d
SL
1835 [ Ximin Luo ]
1836 * Work around rust bug https://github.com/rust-lang/rust/issues/31529
1837 * Enable optional tests, and add verbosity/backtraces to tests
1838 * Use XZ instead of GZ compression (will apply to the next new upload)
1839
4921cc2c
SL
1840 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 02 Feb 2016 15:08:11 +0100
1841
a35c16e2 1842rustc (1.6.0+dfsg1-2) unstable; urgency=medium
da2292c0 1843
da2292c0
AL
1844 * mk/rt.mk: Modify upstream code to append -Wno-error rather than trying
1845 to remove the string "-Werror". (Closes: #812448)
c2a1d9e3
AL
1846 * Disable new gcc-6 "-Wmisleading-indentation" warning, which triggers
1847 (incorrectly) on src/rt/miniz.c. (Closes: #811573)
cf9ecdde
AL
1848 * Guard arch-dependent dh_install commands appropriately, fixing
1849 arch-indep-only builds. (Closes: #809124)
da2292c0 1850
cf9ecdde 1851 -- Angus Lees <gus@debian.org> Tue, 26 Jan 2016 05:40:14 +1100
da2292c0 1852
b00fa677 1853rustc (1.6.0+dfsg1-1) unstable; urgency=medium
6df127b7 1854
b00fa677
SL
1855 * new upstream release
1856
1857 [ Ximin Luo ]
6df127b7
XL
1858 * Use secure links for Vcs-* fields.
1859
b00fa677 1860 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 22 Jan 2016 10:56:08 +0100
6df127b7 1861
82d3be1b 1862rustc (1.5.0+dfsg1-1) unstable; urgency=medium
888747f5 1863
47636f13
SL
1864 * New upstream release
1865 - We believe that we should let rust transit to testing
1866 (Closes: #786836)
888747f5
SL
1867 * Move away from hash to the same rust naming schema
1868
1869 -- Sylvestre Ledru <sylvestre@debian.org> Thu, 10 Dec 2015 17:23:32 +0100
1870
4fc82e3b 1871rustc (1.4.0+dfsg1-1) unstable; urgency=medium
90b93ca3
SL
1872
1873 * New upstream release
1874 198068b3 => 1bf6e69c
1875 * Update the download url in debian/watch
1876
1877 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 30 Oct 2015 09:36:02 +0100
1878
2ba0f5b9 1879rustc (1.3.0+dfsg1-1) unstable; urgency=medium
2cb66a3f 1880
31f7f721 1881 * New upstream release
1c32e1cd 1882 62abc69f => 198068b3
a83f8579 1883 * jquery updated from 2.1.0 to 2.1.4
31f7f721
SL
1884
1885 [ Ximin Luo ]
27a791fd 1886 * Use LLVM 3.7 as upstream does, now that it's released. (Closes: #797626)
2cb66a3f
XL
1887 * Fix debian/copyright syntax mistakes.
1888 * Don't Replace/Break previous versions of libstd-rust-*
1889 * Check that the libstd-rust-* name in d/control matches upstream.
1890 * Several other minor build tweaks.
1891
31f7f721 1892 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 19 Sep 2015 14:39:35 +0200
2cb66a3f 1893
a2df95d4 1894rustc (1.2.0+dfsg1-1) unstable; urgency=medium
896c5cc4 1895
4bda0637 1896 * New upstream release
c5ecc362 1897 libstd-rust-7d23ff90 => libstd-rust-62abc69f
35a39697
SL
1898 * Add llvm-3.6-tools to the build dep as it is
1899 now needed for tests
896c5cc4
SL
1900 * Fix the Vcs-Browser value
1901
4bda0637 1902 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 08 Aug 2015 23:13:44 +0200
896c5cc4 1903
e02a3fe2
AL
1904rustc (1.1.0+dfsg1-3) unstable; urgency=medium
1905
1906 * rust-{gdb,lldb} now Replaces pre-split rustc package.
1907 Closes: #793433.
1908 * Several minor lintian cleanups.
1909
1910 -- Angus Lees <gus@debian.org> Fri, 24 Jul 2015 17:47:48 +1000
1911
b8da800b 1912rustc (1.1.0+dfsg1-2) unstable; urgency=medium
1add0b94
AL
1913
1914 [ Angus Lees ]
1915 * Replace remote Rust logo with local file in HTML docs.
6a91b06a
AL
1916 * Symlink rust-{gdb,lldb}.1 to {gdb,lldb}.1 manpages.
1917 Note that gdb.1 requires the gdb-doc package, and that lldb.1 doesn't
b8da800b
AL
1918 exist yet (see #792908).
1919 * Restore "Architecture: amd64 i386" filter, mistakenly removed in
1920 previous version. Unfortunately the toolchain bootstrap isn't ready
1921 to support all Debian archs yet. Closes: #793147.
1add0b94 1922
b8da800b 1923 -- Angus Lees <gus@debian.org> Wed, 22 Jul 2015 09:51:08 +1000
1add0b94 1924
49f209c4 1925rustc (1.1.0+dfsg1-1) unstable; urgency=low
d26e875a 1926
df43df3e 1927 [ Angus Lees ]
485151a8 1928 * Set SONAME when building dylibs
525ff0f9
AL
1929 * Split out libstd-rust, libstd-rust-dev, rust-gdb, rust-lldb from rustc
1930 - libs are now installed into multiarch-friendly locations
1931 - rpath is no longer required to use dylibs (but talk to Debian Rust
1932 maintainers before building a package that depends on the dylibs)
f56dabc7
AL
1933 * Install /usr/share/rustc/architecture.mk, which declares Rust arch
1934 triples for Debian archs and is intended to help future Rust packaging
1935 efforts. Warning: it may not be complete/accurate yet.
f20ed4ac 1936 * New upstream release (1.1)
d26e875a 1937
49f209c4 1938 -- Angus Lees <gus@debian.org> Thu, 16 Jul 2015 14:23:47 +1000
094d8733
AL
1939
1940rustc (1.0.0+dfsg1-1) unstable; urgency=medium
1941
1942 [ Angus Lees ]
1943 * New upstream release (1.0!)
1944
df43df3e
SL
1945 [ Sylvestre Ledru ]
1946 * Fix the watch file
1947 * Update of the repack to remove llvm sources
1948
1949 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 16 May 2015 08:24:32 +1000
d26e875a 1950
6a0c4e61 1951rustc (1.0.0~beta.4-1~exp1) experimental; urgency=low
bf79a23f
AL
1952
1953 [ Angus Lees ]
6a0c4e61 1954 * New upstream release (beta 3)
bf79a23f 1955 - Drop manpage patch - now included upstream
1261b4b3
AL
1956 * Replace duplicated compile-time dylibs with symlinks to run-time libs
1957 (reduces installed size by ~68MB)
bf79a23f 1958
9d090105 1959 [ Sylvestre Ledru ]
6a0c4e61 1960 * New upstream release (beta 4)
9d090105 1961 * Replace two more occurrences of jquery by the package
85473448 1962 * Repack upstream to remove an LLVM file with a non-DFSG license
9d090105
SL
1963
1964 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 06 May 2015 11:14:30 +0200
bf79a23f 1965
cea9f174 1966rustc (1.0.0~alpha.2-1~exp1) experimental; urgency=low
6d2cb948 1967
d677860b 1968 [ Angus Lees ]
6d2cb948
AL
1969 * Patch upstream manpages to address minor troff issues
1970 * Make 'debian/rules clean' also clean LLVM source
1971 * Rename primary 'rust' binary package to 'rustc'
1972 * Fix potential FTBFS: rust-doc requires texlive-fonts-recommended (for
1973 pzdr.tfm)
0577fc84 1974 * Build against system LLVM
6d2cb948 1975
d677860b 1976 [ Sylvestre Ledru ]
3d092e50 1977 * New testing release
30d94541 1978 * Renaming of the source package
94d3a1fa 1979 * Set a minimal version for dpkg-dev and debhelper (for profiles)
cea9f174 1980 * For now, disable build profiles as they are not supported in Debian
1c8ac2b0
SL
1981 * Introduce some changes by Angus Lees
1982 - Introduction of build stages
1983 - Disable the parallel execution of tests
1984 - Improving of the parallel syntax
1985 - Use override_dh_auto_build-arch
1986 - Use override_dh_auto_build-indep
1c8ac2b0
SL
1987 - Better declarations of the doc
1988 - Update of the description
1989 - Watch file updated (with key check)
1990
d677860b
LB
1991 [ Luca Bruno ]
1992 * rules: respect 'nocheck' DEB_BUILD_OPTIONS
1993
6c4d5240 1994 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 07 Mar 2015 09:25:47 +0100
1c8ac2b0 1995
1d86d79e 1996rust (1.0.0~alpha-0~exp1) experimental; urgency=low
9c865efd 1997
bcc26d9a
SL
1998 * Initial package (Closes: #689207)
1999 Work done by Luca Bruno, Jordan Justen and Sylvestre Ledru
6dbd4ee0 2000
a46ae6a6 2001 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 23 Jan 2015 15:47:37 +0100