Files
rust/src/libsyntax
bors 4dc2d745b9 Auto merge of #51704 - kennytm:rollup, r=kennytm
Rollup of 6 pull requests

Successful merges:

 - #51158 (Mention spec and indented blocks in doctest docs)
 - #51629 (Do not consume semicolon twice while parsing local statement)
 - #51637 (Update zx_cprng_draw_new on Fuchsia)
 - #51664 (make more libsyntax methods public)
 - #51666 (Disable probestack when GCOV profiling is being used)
 - #51703 (Recognize the extra "LLVM tools versions" argument to build-manifest.)

Failed merges:

r? @ghost
2018-06-22 15:26:52 +00:00
..
2018-05-26 15:20:23 +03:00
2018-06-20 12:23:46 +01:00
2018-06-20 12:23:46 +01:00
2018-06-20 12:23:23 +01:00
2018-05-21 18:43:11 +02:00
2018-06-19 17:33:14 -07:00
2016-11-21 09:00:56 +00:00
2018-05-17 23:13:08 +03:00
2018-05-13 17:16:02 +10:00
2018-05-18 22:20:33 +10:00
2018-06-20 12:23:46 +01:00

The syntax crate contains those things concerned purely with syntax that is, the AST ("abstract syntax tree"), parser, pretty-printer, lexer, macro expander, and utilities for traversing ASTs.

For more information about how these things work in rustc, see the rustc guide: