index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
redox
Age
Commit message (
Expand
)
Author
Lines
2017-06-21
Better Debug for Args and ArgsOs
Stepan Koltsov
-0
/
+6
2017-06-20
Add `Read::initializer`.
Steven Fackler
-24
/
+0
2017-06-20
Redox: Use create() instead of open() when setting env variable
Ian Douglas Scott
-1
/
+1
2017-06-15
Avoid allocations in Debug for os_str
Stepan Koltsov
-7
/
+20
2017-06-06
Add conversions from File and Child* handles to Stdio
Josh Stone
-0
/
+12
2017-06-02
Switch to repr(C) for syscall structs
Jeremy Soller
-3
/
+3
2017-05-21
Implement requires_synchronized_create() for Redox
Ian Douglas Scott
-0
/
+5
2017-05-20
migrate everything to using mem::needs_drop
Alexis Beingessner
-3
/
+4
2017-04-16
Fix stdio descriptors in exec by removing cloexec if present. Use dup2 instea...
Jeremy Soller
-9
/
+18
2017-03-17
Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik
Corey Farwell
-4
/
+4
2017-03-15
Auto merge of #40009 - clarcharr:box_to_buf, r=alexcrichton
bors
-0
/
+6
2017-03-12
Update usages of 'OSX' (and other old names) to 'macOS'.
Corey Farwell
-4
/
+4
2017-03-10
Add From<Box<..>> implementations.
Clar Charr
-0
/
+6
2017-03-10
OsString::shrink_to_fit.
Clar Charr
-0
/
+5
2017-02-27
Auto merge of #38165 - Yamakaky:better-backtrace, r=petrochenkov
bors
-3
/
+8
2017-02-25
Rollup merge of #39961 - redox-os:redox, r=alexcrichton
Eduard-Mihai Burtescu
-1
/
+13
2017-02-15
Improve backtrace formating while panicking.
Yamakaky
-3
/
+8
2017-02-14
Conversions between CStr/OsStr/Path and boxes.
Clar Charr
-0
/
+16
2017-02-08
Fix compilation on Redox
Jeremy Soller
-1
/
+13
2017-02-06
make Child::try_wait return io::Result<Option<ExitStatus>>
Jack O'Connor
-4
/
+4
2017-01-30
Add dev and ino to MetadataExt
Jeremy Soller
-0
/
+10
2017-01-25
Rollup merge of #39212 - redox-os:master, r=brson
Guillaume Gomez
-1
/
+8
2017-01-22
libstd: replace all `try!` with `?` in documentation examples
Utkarsh Kukreti
-5
/
+5
2017-01-20
Use libc errno
Jeremy Soller
-1
/
+8
2017-01-13
Add try_wait to Redox process
Jeremy Soller
-0
/
+14
2016-12-30
Add socket timeout and ttl support
Jeremy Soller
-26
/
+128
2016-12-27
Fix arguments on Redox
Jeremy Soller
-9
/
+5
2016-12-23
Cloexec when creating directories
Jeremy Soller
-1
/
+1
2016-12-23
Add Debug to OpenOptions and DirBuilder
Jeremy Soller
-1
/
+2
2016-12-23
Auto merge of #38401 - redox-os:redox_cross, r=brson
bors
-22
/
+1317
2016-12-22
Remove start functions, use newlib instead of openlibm + ralloc
Jeremy Soller
-131
/
+0
2016-12-21
Add RawFd traits for net
Jeremy Soller
-15
/
+64
2016-12-20
Fix tidy
Jeremy Soller
-3
/
+6
2016-12-20
Fix building without backtrace
Jeremy Soller
-0
/
+1
2016-12-20
Readd statvfs
Jeremy Soller
-0
/
+26
2016-12-20
Move rt into sys::rt, fix tidy
Jeremy Soller
-334
/
+137
2016-12-20
Add arm syscalls
Jeremy Soller
-2
/
+78
2016-12-16
Address fallout
Aaron Turon
-1
/
+1
2016-12-15
Add start functions, switch allocation crate to ralloc
Jeremy Soller
-3
/
+78
2016-12-15
WIP: Cross-compilation for Redox target
Jeremy Soller
-7
/
+1400
2016-12-12
Fix tidy checks
Jeremy Soller
-1
/
+2
2016-12-12
Fix accidental removal of import
Jeremy Soller
-0
/
+1
2016-12-12
Rollback prefix
Jeremy Soller
-3
/
+3
2016-11-30
Cleanup env
Jeremy Soller
-4
/
+5
2016-11-28
Commit to fix make tidy
Jeremy Soller
-42
/
+155
2016-11-28
Remove file path from std::fs::File
Jeremy Soller
-4
/
+2
2016-11-28
Move stdout/err flush into sys
Jeremy Soller
-1
/
+1
2016-11-28
Switch to using Prefix::Verbatim
Jeremy Soller
-1
/
+1
2016-11-28
Switch to using syscall crate directly - without import
Jeremy Soller
-188
/
+171
2016-11-25
Fix canonicalize
Jeremy Soller
-3
/
+2
[prev]
[next]