| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2020-10-27 | Auto merge of #78227 - SergioBenitez:test-stdout-threading, r=m-ou-se | bors | -0/+5 | |
| Capture output from threads spawned in tests This is revival of #75172. Original text: > Fixes #42474. > > r? `@​dtolnay` since you expressed interest in this, but feel free to redirect if you aren't the right person anymore. --- Closes #75172. | ||||
| 2020-10-26 | Add support for using cg_clif to bootstrap rustc | bjorn3 | -7/+128 | |
| 2020-10-22 | Capture output from threads spawned in tests | Tyler Mandry | -0/+5 | |
| Fixes #42474. | ||||
| 2020-10-08 | Remove not needed lambda. | Kazantcev Andrey | -1/+1 | |
| 2020-09-27 | Add option to pass a custom codegen backend from a driver | bjorn3 | -1/+9 | |
| 2020-09-17 | PR feedback | khyperia | -3/+3 | |
| 2020-09-17 | Let backends define custom targets | khyperia | -6/+9 | |
| Add a target_override hook that takes priority over builtin targets. | ||||
| 2020-09-10 | Attach tokens to `ast::Stmt` | Aaron Hill | -0/+2 | |
| 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 | Attach `TokenStream` to `ast::Block` | Aaron Hill | -0/+1 | |
| A `Block` does not have outer attributes, so we only capture tokens when parsing a `macro_rules!` matcher | ||||
| 2020-09-01 | interface: use `OnceCell` from standard library | marmeladema | -2/+2 | |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+770 | |
