-
Notifications
You must be signed in to change notification settings - Fork 392
Rustup #368
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
Rustup #368
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
2671cf3
Update to some cleanups in rustc
oli-obk a23e587
stop using Instance::def_ty
arielb1 5147655
Merge branch 'master' into def_ty
oli-obk 30496f5
update compiletest dependency
dwrensha 03aa876
pass typecheck
dwrensha cabdc55
update log deps
dwrensha 33af320
update for rust/47205
dwrensha d289c0f
partially deal with rust/46479
dwrensha 753da67
Rustup
bjorn3 a3a01ba
Add stack guard shim
bjorn3 cd89e56
Get the tests one step further
oli-obk 6a85104
Use elem align as src align in copy intrinsic
bjorn3 680bcf8
Hack: copy init_static from rustc CompileTimeEvaluator to try to fix …
bjorn3 878d666
Maybe prevent marking statics as immutable
bjorn3 f55d077
Fix init_static
bjorn3 ac42af3
travis: cache build dir
bjorn3 a6cdd8a
Fix it
bjorn3 e09a996
Fix some more tests with some unsafe code
bjorn3 73658c4
Remove unsafe code
bjorn3 7bd20f1
Some cleanups
bjorn3 9d186d9
Update Cargo.lock and some improvements
bjorn3 95a8771
Fixup various things needed to get miri working on rustc
oli-obk d4f30aa
Fix alignment issue
bjorn3 4ecbcc5
Dont claim to have marked static initialized
bjorn3 3f1b2bd
Mirror function rename in rustc
oli-obk f48fed7
Rustup
oli-obk ba1c88a
Rustup to rustc 1.27.0-nightly (79252ff4e 2018-04-29)
bjorn3 ee2a3a1
Merge pull request #367 from bjorn3/rustup2
oli-obk 3dba298
Fixed build for latest nightly
alexreg 76573ba
Merge pull request #370 from alexreg/nightly-fix
oli-obk 9156953
Minor fix to get build working
alexreg 3d8c7a8
Fixed build for latest nightly
alexreg b0d3dae
Rustup
oli-obk 6bc35f7
Fix allocator api and temporarily disable validation_op
bjorn3 42ab135
Merge branch 'rustup' into alloc_fix
oli-obk 860e2b8
Dedup tag reading
oli-obk 0eb3c18
Use a deterministic method for executing the start lang item
oli-obk 7c45bfc
Merge branch 'rustup' into nightly-fix
oli-obk 696dda8
Merge pull request #372 from alexreg/nightly-fix
oli-obk 3ffc237
Merge pull request #373 from bjorn3/alloc_fix
oli-obk 0a88698
Hide some warnings/Fix build
oli-obk 6653bb3
Implement missing intrinsic
oli-obk e0e1bd7
Pointers must be valid, even pointers to zsts
oli-obk ce7605c
Fix some bad conversions on 32 bit emulation
oli-obk a4fdcd2
Disable cargo miri test for now
oli-obk c05d570
Update the rustc_tests crate
oli-obk File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This shouldn't be duplicated, just write
tag: ref discr
like theNicheFilling
case does withniche
.