about summary refs log tree commit diff
path: root/src/lib/linux_os.rs
AgeCommit message (Expand)AuthorLines
2011-08-27Convert std::os to istrs. Issue #855Brian Anderson-4/+6
2011-08-12Remove all usages of std::vec::vbufBrian Anderson-12/+4
2011-07-27Reformat for new syntaxMarijn Haverbeke-33/+33
2011-07-26Remove all uses of tuples from the compiler and stdlibMarijn Haverbeke-4/+4
2011-07-12stdlib: Fix vector index in linux_os::waitpid. Put out burning tinderbox.Patrick Walton-1/+1
2011-07-12stdlib: Make pipe and waitpid use interior vectorsPatrick Walton-7/+7
2011-07-10stdlib: Implement an interior-vector version of the io modulePatrick Walton-0/+7
2011-06-28Use "" in the native_name as an indication that no extra options have toRafael Ávila de Espíndola-1/+1
2011-06-27Record and link with used native libraries.Rafael Ávila de Espíndola-1/+1
2011-06-17stdlib: added getcwd and a convenience function to make relative paths absolu...Eric Holk-0/+8
2011-06-15Fix a bunch of compile-command lines to use RBUILDGraydon Hoare-1/+1
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-32/+24
2011-05-17Finally rename std::_xxx to std::xxxMarijn Haverbeke-5/+5
2011-05-16Rewrite everything to use [] instead of vec() in value position.Graydon Hoare-2/+2
2011-05-13Fix naming of libc that was mangled by recent module changesBrian Anderson-1/+1
2011-05-12Downcase std modules again, move to :: for module dereferencingMarijn Haverbeke-0/+90
2011-05-06Rename std modules to be camelcasedMarijn Haverbeke-90/+0
2011-05-05Remove 'deprecated mutable...' from our codeMarijn Haverbeke-2/+2
2011-05-02Un-revert "Use different syntax for checks that matter to typestate", fixing ...Patrick Walton-2/+2
2011-05-02Revert "Use different syntax for checks that matter to typestate"Graydon Hoare-2/+2
2011-05-02Use different syntax for checks that matter to typestateTim Chevalier-2/+2
2011-03-25stdlib: Separate basic I/O reading functionality into a separate buf_reader o...Patrick Walton-0/+1
2011-03-22stdlib: Make writers seekable; switch file writers to the C FILE interface to...Patrick Walton-0/+1
2011-03-21Add a binding to ftell()Patrick Walton-0/+1
2011-03-15Typo: FIXE -> FIXMEPatrick Walton-1/+1
2011-03-15Add an OS-specific dylib_filename() function to the standard libraryPatrick Walton-0/+4
2011-03-14Add functionality for running external programs to the std libMarijn Haverbeke-0/+23
2011-03-14Extend stream functionalityMarijn Haverbeke-0/+2
2011-03-14Add basic file-system functionalityMarijn Haverbeke-5/+2
2010-10-22rustc: Add an "_" prefix to assembler-generated symbols on MacPatrick Walton-0/+3
2010-10-22Add some filename helpers to os.Graydon Hoare-0/+8
2010-09-22Reformat standard library; no code changes.Graydon Hoare-31/+41
2010-08-20Add ungetc and re-indent _io.rs.Graydon Hoare-0/+1
2010-08-18Add stdio_reader to io, just use FILE* values for now. We have things to do.Graydon Hoare-0/+5
2010-08-04Add per-platform file-open flags to std.os. Open buffers as desired in std._io.Roy Frostig-1/+16
2010-06-23Populate tree.Graydon Hoare-0/+19