Jakob Stoklund Olesen
897c363714
Update docopt dependency to 0.8.0.
...
This breaks our depending on two different versions of the regex
library.
This updated docopt uses serde instead of rustc_serialize.
2017-06-14 10:38:06 -07:00
Jakob Stoklund Olesen
ee5f035e31
Upgrade to Rust 1.17.
...
- Remove some uses of 'static in const and static globals that are no
longer needed.
- Use the new struct initialization shorthand.
2017-04-27 12:46:44 -07:00
Jakob Stoklund Olesen
1984c96f7c
rustfmt 0.8.1
2017-04-05 09:00:11 -07:00
Jakob Stoklund Olesen
9549cf603c
Add a primitive debug tracing facility.
...
When the CRETONNE_DBG environment variable is set, send debug messages
to a file named cretonne.dbg.*.
The trace facility is only enabled when debug assertions are on.
2017-03-15 11:32:01 -07:00
Jakob Stoklund Olesen
010861d58e
Upgrade to rustfmt 0.8.0.
...
Lots of changes this time.
Worked around what looks like a rustfmt bug in parse_inst_operands where
a large match was nested inside Ok().
2017-03-14 10:48:05 -07:00
Jakob Stoklund Olesen
f9734458f8
Promote the src/tools crate to the top-level workspace.
...
The 'src' and 'tests' top-level directories now contain tools sources
and integration tests for any of the library crates.
2016-10-17 15:04:29 -07:00