Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rollup of 34 pull requests #39632

Closed
wants to merge 106 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
106 commits
Select commit Hold shift + click to select a range
108293d
Added Default impl to PathBuf
Jan 1, 2017
87dcbca
add From<[u8; n]> impls for IpAddr
seanmonstar Jan 28, 2017
1747ce2
Add support for test suites emulated in QEMU
alexcrichton Jan 28, 2017
6d9f359
Add i686-unknown-netbsdelf target
jakllsch Jan 23, 2017
cd603e4
add From<(I, u16)> for SocketAddr where I: Into<IpAddr>
seanmonstar Jan 28, 2017
897029d
Update grammar struct field init shorthand
Jan 16, 2017
3388855
Add explain struct field init shorthand
Jan 16, 2017
a7b65f1
Add doc field init shorthand
Jan 16, 2017
c4cd4e1
Wrap 80 columns
phungleson Feb 2, 2017
5c9fdd1
doc comment rewording
king6cong Feb 3, 2017
4ddb56b
Simplify wording & fix test src/doc
phungleson Feb 3, 2017
e866d07
lint/ctypes: Don't warn on non-unsized structs with PhantomData.
emilio Feb 2, 2017
f98f6c7
Pass -fPIC to native compiles on 32-bit
alexcrichton Feb 4, 2017
8579218
Improve error message for uninferrable types #38812
cengiz-io Jan 24, 2017
89ae2ca
Remove extra newlines from expectation files
cengiz-io Jan 24, 2017
7aff6ad
Remove extra note and revert name in message
cengiz-io Jan 25, 2017
3fa28cb
Add a new ui test and update existing ones
cengiz-io Feb 2, 2017
c68e963
Add Rvalue::Discriminant to retrieve discriminant
nagisa Jan 30, 2017
caf9f95
If is now always a SwitchInt in MIR
nagisa Jan 31, 2017
6849985
Move type of discriminant to AdtDef
nagisa Feb 1, 2017
a8075a4
AdtDef now contains discr_ty same as layouted
nagisa Feb 1, 2017
1355a57
SwitchInt over Switch
nagisa Feb 2, 2017
94e587e
Only SwitchInt over integers, not all consts
nagisa Feb 2, 2017
3393584
Fix build on further stages
nagisa Feb 2, 2017
76bc6c3
Reimplement simplify_cfg for SwitchInt
nagisa Feb 2, 2017
cd41479
Fix the IntTypeExt::to_ty() lifetime bounds
nagisa Feb 2, 2017
ff167a6
Fix SwitchInt building in ElaborateDrops pass
nagisa Feb 2, 2017
4e7770e
Prefer switching on false for boolean switches
nagisa Feb 2, 2017
d3f704a
Fix codegen test
nagisa Feb 2, 2017
5e465d5
Inspect now does not force on-stack Lvalue
nagisa Feb 2, 2017
1fee722
Revert use of layout code in typeck::collect
nagisa Feb 3, 2017
832d7e0
Add TerminatorKind::if_ convenience constructor
nagisa Feb 3, 2017
4e29e81
Fix build
nagisa Feb 3, 2017
cdd4aad
Fix tests
nagisa Feb 3, 2017
1e8c855
Rebase fixups
nagisa Feb 4, 2017
1246779
Inline open_drop_for_variant & clean matches::test
nagisa Feb 4, 2017
380ba6d
go back to use //
king6cong Feb 6, 2017
7c8c45e
Extract collections benchmarks to libcollections/benches
phungleson Feb 6, 2017
b975786
regr test
nikomatsakis Feb 6, 2017
78f542b
Rename i686-unknown-netbsdelf target to i686-unknown-netbsd
jakllsch Feb 6, 2017
fa0a728
back: Limit the number of LLVM worker threads.
michaelwoerister Feb 6, 2017
4f5fc4e
fix case where some edges can't be recreated by expanding the graph
nikomatsakis Feb 6, 2017
9ab8090
Delete the `mk` folder
alexcrichton Jan 23, 2017
9b0e6af
Delete swaths of the configure script
alexcrichton Jan 23, 2017
ce4abc3
Delete Travis/AppVeyor makefile builders
alexcrichton Jan 23, 2017
77c3bfa
std: Remove cfg(cargobuild) annotations
alexcrichton Jan 23, 2017
ffd3070
Clean our src/etc of old files
alexcrichton Jan 23, 2017
9ad13c8
rustbuild: Fix a few locations with makefiles gone
alexcrichton Jan 27, 2017
c8e0d04
compiletest: Add caching of test results
alexcrichton Feb 1, 2017
7c2752a
rustbuild: support setting verbosity in config.toml
Keruspe Feb 6, 2017
1ee88e5
A few documentation improvements for `syntax::print::pp`
bjorn3 Feb 5, 2017
4268872
rustbuild: add verbose to config.toml.example
Keruspe Feb 6, 2017
acd84c2
Re-write the doc index page
steveklabnik Feb 6, 2017
b0803d4
Display correct filename with --test option
GuillaumeGomez Feb 6, 2017
19bbd85
Fix branch name Cargo's downloaded from
alexcrichton Feb 5, 2017
bf126d2
Fix a manifest-generation bug on beta
alexcrichton Feb 6, 2017
d92abb3
Add more test for rustdoc --test
GuillaumeGomez Feb 6, 2017
235741f
liblibc: Update to include aarch64-unknown-freebsd support
dumbbell Feb 6, 2017
550373b
Direct conversions between slices and boxes.
clarfonthey Feb 1, 2017
ddb0a78
Unignore u128 test for stage 0,1
est31 Feb 7, 2017
df73bc9
Fix ICE when accessing mutably an immutable enum
estebank Feb 6, 2017
2a345bb
make Child::try_wait return io::Result<Option<ExitStatus>>
oconnor663 Feb 3, 2017
b74e668
Change deprecation warning to indicate custom derive support was remo…
JordiPolo Feb 4, 2017
2ba0b65
Improve fmt float
phungleson Feb 7, 2017
e5396e0
Choose different name for metadata obj-file to avoid clashes with use…
michaelwoerister Feb 7, 2017
ffea076
add missing comma
gheoan Feb 7, 2017
78dd2ec
review nits
steveklabnik Feb 7, 2017
87b8c9e
Add Emscripten-specific linker
RReverser Feb 3, 2017
d037808
Add missing urls for current_dir
GuillaumeGomez Feb 7, 2017
37887fc
rustbuild: Clean build/dist on `make clean`
alexcrichton Feb 7, 2017
7916e00
Bump stable release date
brson Feb 7, 2017
620074d
reference: clarify #[cfg] section
durka Jan 28, 2017
cc452f6
Rollup merge of #38764 - Aaronepower:master, r=aturon
frewsxcv Feb 8, 2017
f144122
Rollup merge of #39361 - cengizIO:master, r=arielb1
frewsxcv Feb 8, 2017
3769fc8
Rollup merge of #39372 - seanmonstar:more-addr-froms, r=alexcrichton
frewsxcv Feb 8, 2017
73bb2d1
Rollup merge of #39374 - durka:patch-34, r=steveklabnik
frewsxcv Feb 8, 2017
a6d3620
Rollup merge of #39400 - alexcrichton:arm-cross-test, r=brson
frewsxcv Feb 8, 2017
12a21c5
Rollup merge of #39426 - jakllsch:netbsd-c, r=alexcrichton
frewsxcv Feb 8, 2017
caf3bc5
Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson
frewsxcv Feb 8, 2017
916e368
Rollup merge of #39438 - clarcharr:box_from, r=alexcrichton
frewsxcv Feb 8, 2017
e49ec1c
Rollup merge of #39456 - nagisa:mir-switchint-everywhere, r=nikomatsakis
frewsxcv Feb 8, 2017
071f6de
Rollup merge of #39459 - phungleson:fix-short-hand-struct-doc, r=stev…
frewsxcv Feb 8, 2017
67e8473
Rollup merge of #39462 - emilio:improper-ctypes, r=nikomatsakis
frewsxcv Feb 8, 2017
493917e
Rollup merge of #39482 - king6cong:master, r=frewsxcv
frewsxcv Feb 8, 2017
48c220b
Rollup merge of #39490 - RReverser:em-linker, r=alexcrichton
frewsxcv Feb 8, 2017
8a2f328
Rollup merge of #39512 - oconnor663:try_wait, r=alexcrichton
frewsxcv Feb 8, 2017
6cd834a
Rollup merge of #39523 - alexcrichton:fpic, r=aturon
frewsxcv Feb 8, 2017
94e6011
Rollup merge of #39545 - JordiPolo:fix/1_15_released, r=jseyfried
frewsxcv Feb 8, 2017
4215d3e
Rollup merge of #39557 - bjorn3:pp-docs, r=jseyfried
frewsxcv Feb 8, 2017
8098c98
Rollup merge of #39561 - phungleson:libcollectionsbench, r=alexcrichton
frewsxcv Feb 8, 2017
3189ee3
Rollup merge of #39582 - nikomatsakis:incr-comp-issue-39569, r=michae…
frewsxcv Feb 8, 2017
17679c7
Rollup merge of #39583 - michaelwoerister:limit-llvm-threads, r=nikom…
frewsxcv Feb 8, 2017
cff9175
Rollup merge of #39587 - Keruspe:master, r=alexcrichton
frewsxcv Feb 8, 2017
8997a51
Rollup merge of #39593 - steveklabnik:bookshelf-landing-page, r=frewsxcv
frewsxcv Feb 8, 2017
472494a
Rollup merge of #39597 - GuillaumeGomez:correct_rustdoc_test_file, r=…
frewsxcv Feb 8, 2017
0dd60ae
Rollup merge of #39598 - alexcrichton:cargo-branch, r=brson
frewsxcv Feb 8, 2017
5e08fa7
Rollup merge of #39599 - alexcrichton:cargo-tarball-name, r=brson
frewsxcv Feb 8, 2017
4d2aa65
Rollup merge of #39601 - dumbbell:update-liblibc-to-include-aarch64-u…
frewsxcv Feb 8, 2017
650b88d
Rollup merge of #39602 - estebank:fix-39544, r=eddyb
frewsxcv Feb 8, 2017
ba808c3
Rollup merge of #39604 - est31:i128_tests, r=alexcrichton
frewsxcv Feb 8, 2017
530aee8
Rollup merge of #39615 - phungleson:corefloat, r=alexcrichton
frewsxcv Feb 8, 2017
9a9fe17
Rollup merge of #39619 - michaelwoerister:rename-crate-metadata, r=al…
frewsxcv Feb 8, 2017
f6480ff
Rollup merge of #39620 - Gheoan:patch-1, r=steveklabnik
frewsxcv Feb 8, 2017
8499f52
Rollup merge of #39621 - GuillaumeGomez:current_dir_docs, r=steveklabnik
frewsxcv Feb 8, 2017
51b436b
Rollup merge of #39622 - alexcrichton:clean-dist, r=brson
frewsxcv Feb 8, 2017
48cab72
Rollup merge of #39624 - brson:relnotes-master, r=alexcrichton
frewsxcv Feb 8, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ matrix:
include:
# Linux builders, all docker images
- env: IMAGE=android DEPLOY=1
- env: IMAGE=armhf-gnu
- env: IMAGE=cross DEPLOY=1
- env: IMAGE=linux-tested-targets DEPLOY=1
- env: IMAGE=dist-arm-linux DEPLOY=1
Expand All @@ -32,7 +33,6 @@ matrix:
- env: IMAGE=x86_64-gnu-aux
- env: IMAGE=x86_64-gnu-debug
- env: IMAGE=x86_64-gnu-nopt
- env: IMAGE=x86_64-gnu-make
- env: IMAGE=x86_64-gnu-llvm-3.7 ALLOW_PR=1 RUST_BACKTRACE=1
- env: IMAGE=x86_64-gnu-distcheck
- env: IMAGE=x86_64-gnu-incremental
Expand All @@ -56,13 +56,6 @@ matrix:
os: osx
osx_image: xcode8.2
install: *osx_install_sccache
- env: >
RUST_CHECK_TARGET=check
RUST_CONFIGURE_ARGS=--build=x86_64-apple-darwin --disable-rustbuild
SRC=.
os: osx
osx_image: xcode8.2
install: *osx_install_sccache
- env: >
RUST_CHECK_TARGET=dist
RUST_CONFIGURE_ARGS="--target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-extended"
Expand Down
5 changes: 0 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ system internals, try asking in [`#rust-internals`][pound-rust-internals].

[bootstrap]: https://github.com/rust-lang/rust/tree/master/src/bootstrap/

> **Note**: the build system was recently rewritten from a jungle of makefiles
> to the current incarnation you'll see in `src/bootstrap`. If you experience
> bugs you can temporarily revert back to the makefiles with
> `--disable-rustbuild` passed to `./configure`.

### Configuration

Before you can start building the compiler you need to configure the build for
Expand Down
297 changes: 0 additions & 297 deletions Makefile.in

This file was deleted.

2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Version 1.15.1 (2017-02-07)
Version 1.15.1 (2017-02-08)
===========================

* [Fix IntoIter::as_mut_slice's signature][39466]
Expand Down
12 changes: 0 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ environment:
SCRIPT: python x.py test --host i686-pc-windows-msvc --target i686-pc-windows-msvc && python x.py dist
DEPLOY: 1

# MSVC makefiles
- MSYS_BITS: 64
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-msvc --disable-rustbuild
RUST_CHECK_TARGET: check

# MSVC cargotest
- MSYS_BITS: 64
NO_VENDOR: 1
Expand Down Expand Up @@ -58,13 +53,6 @@ environment:
MINGW_DIR: mingw32
DEPLOY: 1

- MSYS_BITS: 32
RUST_CONFIGURE_ARGS: --build=i686-pc-windows-gnu --disable-rustbuild
RUST_CHECK_TARGET: check
MINGW_URL: https://s3.amazonaws.com/rust-lang-ci
MINGW_ARCHIVE: i686-4.9.2-release-win32-dwarf-rt_v4-rev4.7z
MINGW_DIR: mingw32

- MSYS_BITS: 64
SCRIPT: python x.py test && python x.py dist
RUST_CONFIGURE_ARGS: --build=x86_64-pc-windows-gnu --enable-extended
Expand Down
Loading