8000 Rollup of 17 pull requests by kennytm · Pull Request #52352 · rust-lang/rust · GitHub
[go: up one dir, main page]

Skip to content

Rollup of 17 pull requests #52352

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

Merged
merged 36 commits into from
Jul 13, 2018
Merged
Changes from 2 commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
de2ecea
Provide llvm-strip in llvm-tools component
crlf0710 Jul 1, 2018
6035534
Implement `Option::replace` in the core library
Kerollmops Jul 4, 2018
2c2add6
Update std::ascii::ASCIIExt deprecation notes
zajlerke Jul 8, 2018
af87a35
Add a basic test to `Option::replace`
Jul 9, 2018
c8f0e6f
Fix the documentation of `Option::replace`
Jul 9, 2018
f45d5eb
llvm-tools-preview: fix build-manifest
japaric Jul 12, 2018
0d7b2e6
Deny bare trait objects in src/librustc_save_analysis
ljedrz Jul 12, 2018
f29ac5a
Deny bare trait objects in librustc_typeck
ljedrz Jul 12, 2018
0878453
Deny bare trait objects in src/libserialize
ljedrz Jul 12, 2018
21d9ac1
Deny bare trait objects in librustc_target and libtest
ljedrz Jul 12, 2018
5058af7
Deny bare trait objects in the rest of rust
ljedrz Jul 12, 2018
4c340a2
Backport 1.27.1 release notes to master
Mark-Simulacrum Jul 12, 2018
72f096b
Resolve FIXME(#27942)
ljedrz Jul 12, 2018
9ead0d8
Update llvm-rebuild-trigger in light of LLVM 7 upgrade
varkor Jul 12, 2018
4f4e91a
task: remove wrong comments about non-existent LocalWake trait
seanmonstar Jul 12, 2018
1e1b800
Enabled core dump on Linux, and print stack trace on failure.
kennytm Jul 12, 2018
e20f1d1
Fix typo in improper_ctypes suggestion
Jul 13, 2018
488472d
Don't silently ignore invalid data in target spec
Jul 13, 2018
04d31df
Bump bootstrap compiler to 1.28.0-beta.10
pietroalbini Jul 13, 2018
8000
d8b8402
Rollup merge of #51962 - crlf0710:patch-2, r=alexcrichton
kennytm Jul 13, 2018
a2c3713
Rollup merge of #52003 - Kerollmops:option-replace, r=Kimundi
kennytm Jul 13, 2018
dad4efb
Rollup merge of #52156 - zajlerke:update-deprecation-notice, r=Kimundi
kennytm Jul 13, 2018
9f79e91
Rollup merge of #52280 - japaric:llvm-tools-preview, r=kennytm
kennytm Jul 13, 2018
e1452fa
Rollup merge of #52290 - ljedrz:dyn_librustc_save_analysis, r=cramertj
kennytm Jul 13, 2018
d711c5c
Rollup merge of #52293 - ljedrz:dyn_librustc_typeck, r=estebank
kennytm Jul 13, 2018
a6dc16e
Rollup merge of #52299 - ljedrz:dyn_libserialize, r=cramertj
kennytm Jul 13, 2018
700f19a
Rollup merge of #52300 - ljedrz:dyn_target_test, r=Mark-Simulacrum
kennytm Jul 13, 2018
1d035f7
Rollup merge of #52302 - ljedrz:dyn_futureproofing, r=cramertj
kennytm Jul 13, 2018
443150f
Rollup merge of #52310 - Mark-Simulacrum:release-notes-backport-from-…
kennytm Jul 13, 2018
2fa00da
Rollup merge of #52315 - ljedrz:FIXME_#27942, r=petrochenkov
kennytm Jul 13, 2018
591accf
Rollup merge of #52316 - seanmonstar:waker-unsafety, r=cramertj
kennytm Jul 13, 2018
383d50f
Rollup merge of #52322 - varkor:llvm-7-rebuild-trigger, r=alexcrichton
kennytm Jul 13, 2018
fe64419
Rollup merge of #52330 - jethrogb:jb/target-link-args, r=varkor
kennytm Jul 13, 2018
3d68402
Rollup merge of #52333 - kennytm:linux-core-dump, r=alexcrichton
kennytm Jul 13, 2018
fe1b410
Rollup merge of #52346 - rkruppe:patch-1, r=cramertj
kennytm Jul 13, 2018
ea9b8dd
Rollup merge of #52350 - pietroalbini:bump-bootstrap, r=Mark-Simulacrum
kennytm Jul 13, 2018
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 src/rustllvm/llvm-rebuild-trigger
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# If this file is modified, then llvm will be (optionally) cleaned and then rebuilt.
# The actual contents of this file do not matter, but to trigger a change on the
# build bots then the contents should be changed so git updates the mtime.
2018-05-18
2018-07-12
0