9ed84e474bUpdate spec to bootstrap only for releases less than TW or Leap 42.2. These releases as yet have no successful builds for which to build n+1 versions.
Luke Jones
2017-02-14 02:26:36 +0000
9fd22ec1b4Accepting request 456939 from devel:languages:rust
Dominique Leuenberger
2017-02-13 21:26:31 +0000
f9b6a7ce5bSet conditional builds up correctly.
Luke Jones
2017-02-13 20:36:59 +0000
5c434839a1Clean up previous modifications.
Luke Jones
2017-02-13 04:23:24 +0000
d95e60eefaFix incorrect conditional tag
Luke Jones
2017-02-13 04:13:22 +0000
a0dd104efaAdd conditional for building for Leap 42.2 with bootstrap.
Luke Jones
2017-02-13 04:09:18 +0000
3e55321f25Add conditionals for ARM, aarch64, ppc64, ppc64le to build using bootstrap until n+1 version is released upstream.
Luke Jones
2017-02-13 04:04:45 +0000
bbd20fa1a8Restrict build to to use rustc n-1 version.
Luke Jones
2017-02-13 03:45:30 +0000
f189933e4d- Update to 1.15.0 - Language updates * Basic procedural macros allowing custom #[derive], aka "macros 1.1", are stable. This allows popular code-generating crates like Serde and Diesel to work ergonomically. [RFC 1681]. * [Tuple structs may be empty. Unary and empty tuple structs may be instantiated with curly braces][36868]. Part of [RFC 1506]. * [A number of minor changes to name resolution have been activated][37127]. They add up to more consistent semantics, allowing for future evolution of Rust macros. Specified in [RFC 1560], see its section on ["changes"] for details of what is different. The breaking changes here have been transitioned through the [legacy_imports] lint since 1.14, with no known regressions. * [In macro_rules, path fragments can now be parsed as type parameter bounds][38279] * [?Sized can be used in where clauses][37791] * [There is now a limit on the size of monomorphized types and it can be modified with the #![type_size_limit] crate attribute, similarly to the #![recursion_limit] attribute][37789] - Compiler changes * [On Windows, the compiler will apply dllimport attributes when linking to extern functions][37973]. Additional attributes and flags can control which library kind is linked and its name. [RFC 1717]. * [Rust-ABI symbols are no longer exported from cdylibs][38117] * [The --test flag works with procedural macro crates][38107] * [Fix extern "aapcs" fn ABI][37814] * [The -C no-stack-check flag is deprecated][37636]. It does nothing. * [The format! expander recognizes incorrect printf and shell-style formatting directives and suggests the correct format][37613]. * [Only report one error for all unused imports in an import list][37456] - Compiler performance
Luke Jones
2017-02-06 08:25:50 +0000