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 24 pull requests #40427

Closed
wants to merge 58 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
58 commits
Select commit Hold shift + click to select a range
8a64cf7
Fix suggestion span error with a line containing non-ASCIIs
sinkuu Feb 25, 2017
53d3c89
Dont bug! on user error
bjorn3 Feb 28, 2017
54a1c8b
Fix indentation in region infer docs
bjorn3 Feb 28, 2017
2a40918
Syntax highlighting in region infer docs
bjorn3 Feb 28, 2017
be49671
Improve a bit more
bjorn3 Feb 28, 2017
90e94d9
Syntax highlight and note about current rust in infer docs
bjorn3 Feb 28, 2017
234753a
Fix missing backtick typo
Nashenas88 Mar 8, 2017
3198904
Disallow subtyping between T and U in T: Unsize<U>.
eddyb Mar 7, 2017
79a7ee8
fix UB in repr(packed) tests
TimNN Mar 8, 2017
74bc7fd
Overhaul coercion to use the lazy InferOk obligations passing.
eddyb Mar 8, 2017
4eeede3
fix emscripten test detection
TimNN Mar 4, 2017
da6e7c8
Distinguish the ways `CStr::from_bytes_with_nul` can fail
tbu- Mar 9, 2017
57c989c
Fix botched member variable rename
shepmaster Mar 4, 2017
3e2390f
Restore creating the channel-rust-$channel-date.txt files
shepmaster Mar 3, 2017
8062cfb
Implement placement-in protocol for and `VecDeque`
Mar 9, 2017
84d1f6a
Do not bother creating StorageLive for TyNever
nagisa Mar 8, 2017
4078b25
Clean up rustdoc css
GuillaumeGomez Mar 9, 2017
cfb41ae
Use subtyping on the target of unsizing coercions.
eddyb Mar 9, 2017
b95b5db
update gdbr tests
TimNN Mar 9, 2017
7f19f1f
fix #40294 obligation cause.body_id is not always a NodeExpr
Mar 9, 2017
889337d
move related tests to type-check ui test directory
Mar 10, 2017
a8cacd3
travis: Attempt to debug sccache failures
alexcrichton Mar 7, 2017
7688222
Don't put Cargo into the rustc workspace
alexcrichton Mar 6, 2017
ac2bc7c
Point to enclosing block/fn on nested unsafe
estebank Jan 20, 2017
a07c9a2
Export attributes in save-analysis data
jonasbb Feb 14, 2017
203d227
Store attributes as strings
jonasbb Feb 23, 2017
db35604
Move remove_docs_from_attrs into lowering step
jonasbb Mar 2, 2017
2b5f1b2
rustbuild: Build documentation for `proc_macro`
alexcrichton Mar 1, 2017
4ca9c97
Remove ability for plugins to register a MIR pass
nagisa Mar 3, 2017
7b0dd7b
Fix incorrect span label formatting
estebank Mar 6, 2017
993eae1
rustc: Support auto-retry linking on a segfault
alexcrichton Mar 10, 2017
83814fd
OsString::shrink_to_fit.
clarfonthey Mar 10, 2017
384ee48
Clarify docs in `VecDeque::resize`
DirkyJerky Mar 10, 2017
038ec50
emit !align attributes on stores of operand pairs
arielb1 Mar 9, 2017
d722bc8
Rollup merge of #39202 - estebank:nested-unsafe, r=jonathandturner
Mar 10, 2017
70bb61b
Rollup merge of #39820 - jonasbb:export-attributes, r=nrc
Mar 10, 2017
2866703
Rollup merge of #40092 - sinkuu:fix_suggestion_index, r=pnkfelix
Mar 10, 2017
fed96da
Rollup merge of #40146 - bjorn3:few-infer-changes, r=pnkfelix
Mar 10, 2017
a6b900d
Rollup merge of #40199 - alexcrichton:doc-proc-macro, r=brson
Mar 10, 2017
00f2281
Rollup merge of #40225 - shepmaster:restore-build-date-file, r=alexcr…
Mar 10, 2017
8a59355
Rollup merge of #40239 - nagisa:death-to-plugins, r=nikomatsakis
Mar 10, 2017
8f3c1d2
Rollup merge of #40259 - TimNN:fix-emscripten-tests, r=alexcrichton
Mar 10, 2017
57c5b54
Rollup merge of #40278 - GuillaumeGomez:css-cleanup, r=frewsxcv
Mar 10, 2017
57a9863
Rollup merge of #40287 - estebank:label-overlap, r=nrc
Mar 10, 2017
699ec59
Rollup merge of #40297 - alexcrichton:fix-submodules, r=brson
Mar 10, 2017
34261e2
Rollup merge of #40319 - eddyb:it's-"unsize"-not-"unsound", r=nikomat…
Mar 10, 2017
17f06df
Rollup merge of #40324 - alexcrichton:sccache-errors, r=aturon
Mar 10, 2017
bdbb229
Rollup merge of #40345 - Nashenas88:patch-1, r=estebank
Mar 10, 2017
bb8c054
Rollup merge of #40372 - nagisa:never-drop, r=eddyb
Mar 10, 2017
f9ed95a
Rollup merge of #40373 - TimNN:test-ub-packed, r=arielb1
Mar 10, 2017
41bd4ad
Rollup merge of #40385 - arielb1:packed-again, r=eddyb
Mar 10, 2017
f1cd2f2
Rollup merge of #40386 - tbu-:pr_display_frombyteswithnulerror, r=ale…
Mar 10, 2017
1b81660
Rollup merge of #40389 - F001:placementVecDeque, r=nagisa
Mar 10, 2017
af60d7c
Rollup merge of #40400 - TimNN:gdbr-updates, r=alexcrichton
Mar 10, 2017
7983978
Rollup merge of #40404 - cengizIO:master, r=nikomatsakis
Mar 10, 2017
1ba54a7
Rollup merge of #40410 - clarcharr:os_string_shrink_to_fit, r=alexcri…
Mar 10, 2017
4e60835
Rollup merge of #40422 - alexcrichton:retry-linker-segfault, r=arielb1
Mar 10, 2017
10e12ea
Rollup merge of #40423 - DirkyJerky:patch-2, r=BurntSushi
Mar 10, 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
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
path = src/doc/nomicon
url = https://github.com/rust-lang-nursery/nomicon
[submodule "src/tools/cargo"]
path = src/tools/cargo
path = cargo
url = https://github.com/rust-lang/cargo
[submodule "reference"]
path = src/doc/reference
Expand Down
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ matrix:
RUST_CHECK_TARGET=check
RUST_CONFIGURE_ARGS=--build=x86_64-apple-darwin
SRC=.
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
os: osx
osx_image: xcode8.2
install: &osx_install_sccache >
Expand All @@ -53,6 +54,7 @@ matrix:
RUST_CHECK_TARGET=check
RUST_CONFIGURE_ARGS=--build=i686-apple-darwin
SRC=.
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
os: osx
osx_image: xcode8.2
install: *osx_install_sccache
Expand All @@ -62,6 +64,7 @@ matrix:
RUST_CONFIGURE_ARGS="--build=i686-apple-darwin --enable-extended"
SRC=.
DEPLOY=1
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
os: osx
osx_image: xcode8.2
install: >
Expand All @@ -74,6 +77,7 @@ matrix:
RUST_CONFIGURE_ARGS="--target=aarch64-apple-ios,armv7-apple-ios,armv7s-apple-ios,i386-apple-ios,x86_64-apple-ios --enable-extended"
SRC=.
DEPLOY=1
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
os: osx
osx_image: xcode8.2
install: *osx_install_sccache
Expand All @@ -88,6 +92,7 @@ matrix:
RUST_CONFIGURE_ARGS="--enable-extended"
SRC=.
DEPLOY_ALT=1
RUSTC_RETRY_LINKER_ON_SEGFAULT=1
os: osx
osx_image: xcode8.2
install: *osx_install_sccache
Expand Down Expand Up @@ -128,6 +133,7 @@ after_failure:
echo "#### Build failed; Disk usage after running script:";
df -h;
du . | sort -nr | head -n100
- cat obj/tmp/sccache.log

# Save tagged docker images we created and load them if they're available
before_cache:
Expand Down
1 change: 1 addition & 0 deletions cargo
Submodule cargo added at 5f3b9c
Loading