Commit Graph

5 Commits

Author SHA1 Message Date
David Tolnay
2218cd20d8
Remove unneeded clone.sh line from gitignore
This was moved out of tests/rust in ed8716e3d0.
2019-10-08 13:35:48 -07:00
David Tolnay
11e6da97ac
Script to clone the rust-lang/rust repo 2017-11-19 12:19:51 -08:00
Alex Crichton
8637477c03 Remove rust as a submodule
This removes the `tests/rust` submodule and instead moves to lazily cloning it
during tests. This helps work around the fact that git dependencies on `syn`
will pull in all submodules, and rust takes forever to clone. In short, the
intention here is to make git dependencies on `syn` bearable to avoid Cargo
auto-cloning submodules.
2017-07-07 20:42:15 -07:00
David Tolnay
5fe14fc3b7
Touch up the exposed parsers 2017-01-27 16:29:25 -08:00
David Tolnay
35161fff39
item::parse 2016-09-03 11:33:15 -07:00