Skip to content

Commit 2cf683e

Browse files
authored
Merge branch 'master' into inform_type_annotations
2 parents 0be2dc8 + b85bd51 commit 2cf683e

File tree

94 files changed

+1976
-1403
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

94 files changed

+1976
-1403
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ matrix:
5656
NO_LLVM_ASSERTIONS=1
5757
NO_DEBUG_ASSERTIONS=1
5858
os: osx
59-
osx_image: xcode8.3
59+
osx_image: xcode9.2
6060
if: branch = auto
6161
6262
- env: >
@@ -70,7 +70,7 @@ matrix:
7070
NO_LLVM_ASSERTIONS=1
7171
NO_DEBUG_ASSERTIONS=1
7272
os: osx
73-
osx_image: xcode8.3
73+
osx_image: xcode9.2
7474
if: branch = auto
7575
7676
# OSX builders producing releases. These do not run the full test suite and

RELEASES.md

+2
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ Compatibility Notes
7878
- [`column!()` macro is one-based instead of zero-based][46977]
7979
- [`fmt::Arguments` can no longer be shared across threads][45198]
8080
- [Access to `#[repr(packed)]` struct fields is now unsafe][44884]
81+
- [Cargo sets a different working directory for the compiler][cargo/4788]
8182

8283
[44884]: https://github.com/rust-lang/rust/pull/44884
8384
[45198]: https://github.com/rust-lang/rust/pull/45198
@@ -106,6 +107,7 @@ Compatibility Notes
106107
[47080]: https://github.com/rust-lang/rust/pull/47080
107108
[47084]: https://github.com/rust-lang/rust/pull/47084
108109
[cargo/4743]: https://github.com/rust-lang/cargo/pull/4743
110+
[cargo/4788]: https://github.com/rust-lang/cargo/pull/4788
109111
[cargo/4817]: https://github.com/rust-lang/cargo/pull/4817
110112
[`RefCell::replace`]: https://doc.rust-lang.org/std/cell/struct.RefCell.html#method.replace
111113
[`RefCell::swap`]: https://doc.rust-lang.org/std/cell/struct.RefCell.html#method.swap

src/Cargo.lock

+37-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)