Skip to content

Commit

Permalink
Move large chunks of miri from rustc::mir::interpret to rustc_mir::in…
Browse files Browse the repository at this point in the history
…terpret
  • Loading branch information
oli-obk committed Dec 12, 2017
1 parent 8c2ec68 commit acac585
Show file tree
Hide file tree
Showing 26 changed files with 1,103 additions and 1,053 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ before_deploy:
cp -r obj/build/dist/* deploy/$TRAVIS_COMMIT;
fi
- travis_retry gem update --system
- ls -la deploy/$TRAVIS_COMMIT

deploy:
- provider: s3
Expand Down
13 changes: 11 additions & 2 deletions src/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/librustc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ rustc_errors = { path = "../librustc_errors" }
serialize = { path = "../libserialize" }
syntax = { path = "../libsyntax" }
syntax_pos = { path = "../libsyntax_pos" }
log_settings = "0.1.1"
lazy_static = "0.2.8"
regex = "0.2.2"
backtrace = "0.3.3"
byteorder = { version = "1.1", features = ["i128"]}
Expand Down
3 changes: 0 additions & 3 deletions src/librustc/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,7 @@ extern crate jobserver;
extern crate serialize as rustc_serialize; // used by deriving

extern crate rustc_apfloat;
extern crate log_settings;
extern crate byteorder;
#[macro_use]
extern crate lazy_static;
extern crate regex;
extern crate backtrace;

Expand Down
288 changes: 0 additions & 288 deletions src/librustc/mir/interpret/const_eval.rs

This file was deleted.

Loading

0 comments on commit acac585

Please sign in to comment.