rust/mk
Erick Tryzelaar e1dcbefe52 remove serialize::ebml, add librbml
Our implementation of ebml has diverged from the standard in order
to better serve the needs of the compiler, so it doesn't make much
sense to call what we have ebml anyore. Furthermore, our implementation
is pretty crufty, and should eventually be rewritten into a format
that better suits the needs of the compiler. This patch factors out
serialize::ebml into librbml, otherwise known as the Really Bad
Markup Language. This is a stopgap library that shouldn't be used
by end users, and will eventually be replaced by something better.

[breaking-change]
2014-07-31 07:30:49 -07:00
..
clean.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
crates.mk remove serialize::ebml, add librbml 2014-07-31 07:30:49 -07:00
ctags.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
dist.mk mk: Have the various flavors of 'dist' install all targets by default 2014-07-23 12:04:29 -07:00
docs.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
grammar.mk mk: Print grammar info message like others 2014-07-25 14:32:34 -07:00
host.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
install.mk auto merge of #15922 : poiru/rust/remove-whitespace-mk-backslash, r=brson 2014-07-24 13:51:17 +00:00
llvm.mk Move llvm bindings to their own crate 2014-07-14 12:27:07 -07:00
main.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
perf.mk support for GNU configure syntax 2013-10-29 16:22:08 -07:00
platform.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
prepare.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
reconfig.mk mk: Move most of Makefile.in to .mk files 2014-02-14 17:45:54 -08:00
rt.mk mk: Remove extra whitespace before line continuation backslashes 2014-07-23 08:41:55 -07:00
rustllvm.mk Remove VPATH usage in Makefiles 2014-02-02 10:59:14 -08:00
snap.mk mk: Remove extra whitespace before line continuation backslashes 2014-07-23 08:41:55 -07:00
stage0.mk mk: Remove extra whitespace before line continuation backslashes 2014-07-23 08:41:55 -07:00
target.mk mk: Add space before line continuation backslash 2014-07-23 08:44:11 -07:00
tests.mk mk: Remove check-syntax target 2014-07-25 14:28:55 -07:00
util.mk mk: Address review feedback 2014-02-14 19:17:50 -08:00