bjorn3
cf798c1ec6
Add support for using cg_clif to bootstrap rustc
2020-10-26 09:52:59 +01:00
Tyler Mandry
d0d0e78208
Capture output from threads spawned in tests
...
Fixes #42474 .
2020-10-22 18:15:44 -07:00
Kazantcev Andrey
3450cf61e0
Remove not needed lambda.
2020-10-08 16:22:31 +03:00
bjorn3
71bc62b9f6
Add option to pass a custom codegen backend from a driver
2020-09-27 14:16:42 +02:00
khyperia
48655c2d2c
PR feedback
2020-09-17 12:18:09 +02:00
khyperia
c946c40d9d
Let backends define custom targets
...
Add a target_override hook that takes priority over builtin targets.
2020-09-17 12:01:12 +02:00
Aaron Hill
156ef2bee8
Attach tokens to ast::Stmt
...
We currently only attach tokens when parsing a `:stmt` matcher for a
`macro_rules!` macro. Proc-macro attributes on statements are still
unstable, and need additional work.
2020-09-10 17:33:06 -04:00
Aaron Hill
de4bd9f0f8
Attach TokenStream
to ast::Block
...
A `Block` does not have outer attributes, so we only capture tokens when
parsing a `macro_rules!` matcher
2020-09-10 17:33:05 -04:00
marmeladema
bd49eec3d7
interface: use OnceCell
from standard library
2020-09-01 22:06:39 +01:00
mark
9e5f7d5631
mv compiler to compiler/
2020-08-30 18:45:07 +03:00