Skip to content

Commit

Permalink
Auto merge of #36695 - arielb1:literal-match, r=eddyb
Browse files Browse the repository at this point in the history
Refactor match checking to use HAIR

Refactor match checking to use HAIR instead of HIR, fixing quite a few bugs in the process.

r? @eddyb
  • Loading branch information
bors authored Oct 27, 2016
2 parents c59cb71 + 3f9ebb4 commit 4a58463
Show file tree
Hide file tree
Showing 24 changed files with 1,904 additions and 1,331 deletions.
2 changes: 2 additions & 0 deletions src/Cargo.lock

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

2 changes: 2 additions & 0 deletions src/librustc_const_eval/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ path = "lib.rs"
crate-type = ["dylib"]

[dependencies]
arena = { path = "../libarena" }
log = { path = "../liblog" }
serialize = { path = "../libserialize" }
rustc = { path = "../librustc" }
rustc_back = { path = "../librustc_back" }
rustc_const_math = { path = "../librustc_const_math" }
rustc_data_structures = { path = "../librustc_data_structures" }
rustc_errors = { path = "../librustc_errors" }
syntax = { path = "../libsyntax" }
graphviz = { path = "../libgraphviz" }
Expand Down
Loading

0 comments on commit 4a58463

Please sign in to comment.