rust/src/test
Benjamin Herr 4051bd900a libglob: allow "." and ".." to be matched
... also don't read the whole directory if the glob for that path
component doesn't contain any metacharacters.

Patterns like `../*.jpg` will work now, and `.*` will match both `.` and
`..` to be consistent with shell expansion.

As before: Just `*` still won't match `.` and `..`, while it will still
match dotfiles like `.git` by default.
2014-04-08 01:21:28 +02:00
..
auxiliary auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me 2014-04-06 02:56:39 -07:00
bench syntax: Tweak parsing lifetime bounds on closures 2014-04-06 00:08:21 -07:00
codegen Add pub to all the codegen tests 2013-10-10 06:00:51 -07:00
compile-fail auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me 2014-04-06 02:56:39 -07:00
debug-info Fix inner attribute syntax from #[foo]; to #![foo] 2014-04-04 13:22:57 -07:00
pretty Test fixes from rollup 2014-04-04 15:57:45 -07:00
run-fail auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me 2014-04-06 02:56:39 -07:00
run-make auto merge of #13315 : alexcrichton/rust/libc, r=alexcrichton,me 2014-04-06 02:56:39 -07:00
run-pass libglob: allow "." and ".." to be matched 2014-04-08 01:21:28 +02:00
run-pass-fulldeps Fix inner attribute syntax from #[foo]; to #![foo] 2014-04-04 13:22:57 -07:00