Dan Gohman
f4dbd38a4c
Rename Cretonne to Cranelift!
2018-07-13 09:15:16 -07:00
Dan Gohman
683880bd02
Avoid uninteresting renaming of imports.
2018-06-12 05:02:25 -07:00
Dan Gohman
4e64fc11c9
Rename subtest's Result to SubtestResult.
...
This avoids naming confusion with the standard `Result`, which is
included in the prelude.
2018-06-05 09:21:23 -07:00
Dan Gohman
ae8fc69406
Use &'static str rather than Cow<str> for pass names.
2018-06-05 09:20:59 -07:00
Dan Gohman
24fa169e1f
Rename the 'cretonne' crate to 'cretonne-codegen'.
...
This fixes the next part of #287 .
2018-04-17 09:46:56 -07:00
Dan Gohman
7767186dd0
Rename 'cton_*' library names to match the 'cretonne_*' crate names.
...
This renames `cton_frontend` to `cretonne_frontend` and so on.
This fixes the first part of #287 .
2018-04-17 07:55:59 -07:00
Dan Gohman
c50675deb8
Format with nightly rustfmt-preview, then with rustfmt-0.9 again.
2018-03-30 13:23:47 -07:00
Dan Gohman
8d5fecd324
Format with stable rustfmt-preview, then with rustfmt-0.9 again.
2018-03-30 13:17:15 -07:00
Dan Gohman
965b93bd2a
Move the filetest harness into its own crate.
...
This allows us to run the tests via a library call rather than just
as a command execution. And, it's a step toward a broader goal, which
is to keep the code in the top-level src directory minimal, with
important functionality exposed as crates.
2018-03-15 15:35:48 -07:00