rust/src/rt
bors d11399039c Auto merge of #25632 - alexcrichton:dt-dir, r=brson
This "fast path" in `DirEntry::file_type` on Unix wasn't turning out to be so
much of a fast path as the `DT_DIR` case wasn't handled, so directories fell
back to using `lstat` instead. This commit adds the missing case to return
quickly if a path is a directory and `DirEntry::file_type` is used.
2015-05-23 12:47:16 +00:00
..
arch bitrig integration 2015-02-11 14:49:06 -08:00
hoedown@238c4d57cc
msvc Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
valgrind fix typos caught by codespell 2015-05-06 03:00:13 +02:00
miniz.c
rust_android_dummy.c
rust_android_dummy.h
rust_builtin.c Auto merge of #25632 - alexcrichton:dt-dir, r=brson 2015-05-23 12:47:16 +00:00
rust_test_helpers.c rt: Clean up to build with cl.exe 2015-05-19 10:35:58 -07:00
rust_try.ll Avoid .take().unwrap() with FnOnce closures 2014-12-18 23:31:52 -08:00