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
Age
Commit message (
Expand
)
Author
Lines
2015-10-28
Port the standard crates to PNaCl/NaCl.
Richard Diamond
-59
/
+175
2015-10-26
std: Slightly more robust env var handling
Alex Crichton
-46
/
+52
2015-10-25
Auto merge of #29254 - alexcrichton:stabilize-1.5, r=brson
bors
-8
/
+15
2015-10-25
std: Stabilize library APIs for 1.5
Alex Crichton
-8
/
+15
2015-10-24
Remove bare semicolons
Florian Hahn
-2
/
+2
2015-10-23
Drop `advapi32` and `shell32` from late_link_args.
Vadim Chugunov
-0
/
+1
2015-10-21
Moar comments.
Vadim Chugunov
-17
/
+29
2015-10-19
Use `cfg_attr` for switching `link` attrs in libunwind.
Vadim Chugunov
-33
/
+17
2015-10-19
Add error kind handling for ERROR_PATH_NOT_FOUND
Peter Atashian
-0
/
+3
2015-10-18
Create entry points for unwind frame registry in libstd.
Vadim Chugunov
-0
/
+25
2015-10-18
Implement `eh_unwind_resume` in libstd.
Vadim Chugunov
-9
/
+12
2015-10-15
Auto merge of #29021 - ogham:master, r=alexcrichton
bors
-0
/
+3
2015-10-14
Remove unnecessary parentheses around range expressions
Andrew Paseltiner
-1
/
+1
2015-10-13
Make the Metadata struct Clone
Ben S
-0
/
+3
2015-10-12
Don't use a Vec in os::current_exe on FreeBSD.
Peter Marheine
-4
/
+4
2015-10-08
typos: fix a grabbag of typos all over the place
Cristi Cobzarenco
-7
/
+7
2015-10-05
Auto merge of #28717 - nagisa:optional-no-landing-pads, r=alexcrichton
bors
-1
/
+11
2015-10-05
Fix MSVC stage0 with landing pads enabled
Simonas Kazlauskas
-1
/
+11
2015-09-30
Auto merge of #28729 - retep998:canonical-dir, r=alexcrichton
bors
-0
/
+2
2015-09-29
Tweak Travis to use GCE
Alex Crichton
-11
/
+22
2015-09-29
Make fs::canonicalize work on directories on Windows
Peter Atashian
-0
/
+2
2015-09-26
Add support for the rumprun unikernel
Sebastian Wicki
-5
/
+13
2015-09-24
Explicitly count the number of panics
Andrea Canciani
-18
/
+4
2015-09-23
Auto merge of #28585 - ranma42:simpler-panic, r=alexcrichton
bors
-83
/
+5
2015-09-22
Auto merge of #28543 - gandro:netbsd, r=alexcrichton
bors
-12
/
+107
2015-09-22
Remove unwind::register
Andrea Canciani
-69
/
+2
2015-09-22
Fix alignment of pthread types on NetBSD
Sebastian Wicki
-11
/
+19
2015-09-22
Simplify inner_try in std::rt::unwind::try
Andrea Canciani
-9
/
+11
2015-09-22
Simplify on_panic callback handling
Andrea Canciani
-16
/
+5
2015-09-21
Various fixes for NetBSD/amd64
Sebastian Wicki
-12
/
+99
2015-09-20
Miscellaneous cleanup for old issues.
Lee Jeffery
-31
/
+1
2015-09-14
Auto merge of #28358 - dotdash:nounwind, r=alexcrichton
bors
-0
/
+6
2015-09-14
Mark all extern functions as nounwind
Björn Steinbrink
-0
/
+6
2015-09-13
Auto merge of #28339 - alexcrichton:stabilize-1.4, r=aturon
bors
-6
/
+14
2015-09-11
std: Internalize almost all of `std::rt`
Alex Crichton
-12
/
+1694
2015-09-11
std: Stabilize/deprecate features for 1.4
Alex Crichton
-6
/
+14
2015-09-08
Let's see if lifetime elision works in this case
llogiq
-1
/
+1
2015-09-08
Fixed required type coercion
llogiq
-1
/
+2
2015-09-08
fixes/improvements thanks to @Manishearth
Andre Bogus
-2
/
+1
2015-09-08
some more clippy-based improvements
Andre Bogus
-26
/
+20
2015-09-05
Add line numbers to MSVC backtrace
Diggory Blake
-4
/
+31
2015-09-04
Add line numbers to windows-gnu backtraces
Diggory Blake
-77
/
+155
2015-09-04
Add ptr import (fixup #28187)
Manish Goregaokar
-1
/
+1
2015-09-03
Use `null()`/`null_mut()` instead of `0 as *const T`/`0 as *mut T`
Vadim Petrochenkov
-31
/
+37
2015-09-01
Auto merge of #28130 - alexcrichton:fix-msvc-static-tls-dtor, r=brson
bors
-9
/
+29
2015-09-01
std: Run TLS destructors in a statically linked binary
Alex Crichton
-9
/
+29
2015-08-30
Atomically set CLOEXEC on duplicated sockets
Tobias Bucher
-5
/
+25
2015-08-27
std: Fix backtrace imports for ios targets
Michael Macias
-4
/
+1
2015-08-28
Use a different buffer doubling logic for `std::sys::os::getcwd`
Barosl Lee
-5
/
+7
2015-08-28
Reduce the reliance on `PATH_MAX`
Barosl Lee
-15
/
+30
[prev]
[next]