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 14 pull requests #39551

Closed
wants to merge 47 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
02ae1e1
Support unprivileged symlink creation in Windows
chris-morgan Jan 8, 2017
9903975
Add 128-bit atomics
Amanieu Jan 10, 2017
6c94089
branchless .filter(_).count()
llogiq Jan 16, 2017
27f7615
fix style nits
llogiq Jan 17, 2017
b40432c
add test case for filter+count
llogiq Jan 18, 2017
c2eab73
Expand documentation of process::exit and exec
nagisa Dec 21, 2016
bfabe81
add explanation, fix test
llogiq Jan 24, 2017
395f23c
save-analysis: be more paranoid about generated paths
nrc Feb 2, 2017
89f9767
Change tracking issue for `proc_macro` feature to #38356
abonander Feb 2, 2017
823e185
Suggest only if resolution was previously resolved
phungleson Feb 2, 2017
a0efdf3
Don't check for sudo environment if vendored sources are already conf…
djc Feb 2, 2017
8e793eb
Guard against USER not existing in the environment
djc Feb 2, 2017
51e5cb5
Fix typo in bootstrap.py info message
djc Feb 2, 2017
2add6ac
Add a name for the parameter to `TryFrom::try_from`.
jimmycuadra Feb 3, 2017
681bc5c
rustbuild: Add x.py to source tarballs
alexcrichton Feb 3, 2017
2cc84df
Add warning for () to ! switch
canndrew Jan 11, 2017
c570cd6
Fix make tidy
canndrew Jan 12, 2017
5dbaefb
Hash TyTuple's defaulted flag
canndrew Jan 12, 2017
085f046
Add is_defaulted_unit helper method
canndrew Jan 21, 2017
5c90dd7
Use a proper future-compatibility lint
canndrew Jan 21, 2017
6a99573
Fix test
canndrew Jan 21, 2017
40c9538
Fix test
canndrew Jan 29, 2017
7444d07
Fix test
canndrew Feb 4, 2017
42f3ac5
Expand defaulted unit test
canndrew Feb 4, 2017
b4ef361
README path correction
king6cong Feb 4, 2017
26f7b4a
Delete the `mk` folder
alexcrichton Jan 23, 2017
b166208
Delete swaths of the configure script
alexcrichton Jan 23, 2017
efb1307
Delete Travis/AppVeyor makefile builders
alexcrichton Jan 23, 2017
f3b6669
std: Remove cfg(cargobuild) annotations
alexcrichton Jan 23, 2017
59e0312
Clean our src/etc of old files
alexcrichton Jan 23, 2017
80b43c0
rustbuild: Add version info to channel.rs
alexcrichton Jan 27, 2017
e80b17b
compiletest: Add caching of test results
alexcrichton Feb 1, 2017
a40be08
libstd/net: Add `peek` APIs to UdpSocket and TcpStream
Jan 11, 2017
9874fff
Rollup merge of #38518 - nagisa:exec-doc, r=alexcrichton
frewsxcv Feb 5, 2017
d497f32
Rollup merge of #38921 - chris-morgan:windows-unprivileged-symlink-cr…
frewsxcv Feb 5, 2017
868525b
Rollup merge of #38959 - Amanieu:atomic128, r=alexcrichton
frewsxcv Feb 5, 2017
060e9e2
Rollup merge of #38983 - APTy:udp-peek, r=aturon
frewsxcv Feb 5, 2017
79027e9
Rollup merge of #39009 - canndrew:default-unit-warnings, r=nikomatsakis
frewsxcv Feb 5, 2017
eb92641
Rollup merge of #39107 - llogiq:branchless_filter_count, r=alexcrichton
frewsxcv Feb 5, 2017
0631f0a
Rollup merge of #39431 - alexcrichton:no-more-makefiles, r=brson
frewsxcv Feb 5, 2017
4db7510
Rollup merge of #39443 - phungleson:remove-unresolved-things, r=nikom…
frewsxcv Feb 5, 2017
93abc8d
Rollup merge of #39453 - nrc:save-path, r=nikomatsakis
frewsxcv Feb 5, 2017
d7fbefe
Rollup merge of #39454 - abonander:proc_macro_tracking_issue, r=jseyf…
frewsxcv Feb 5, 2017
aff743e
Rollup merge of #39471 - djc:bootstrap-user, r=alexcrichton
frewsxcv Feb 5, 2017
d250226
Rollup merge of #39477 - jimmycuadra:try-from-parameter-name, r=alexc…
frewsxcv Feb 5, 2017
4b49f42
Rollup merge of #39478 - alexcrichton:add-xpy, r=japaric
frewsxcv Feb 5, 2017
4107a84
Rollup merge of #39527 - king6cong:bootstrap-doc, r=alexcrichton
frewsxcv Feb 5, 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
8 changes: 0 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 +55,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.

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