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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
cloudabi
Age
Commit message (
Expand
)
Author
Lines
2018-08-31
Make `Condvar::new` and `RWLock::new` min const fn for cloudabi
Oliver Schneider
-6
/
+10
2018-08-18
Auto merge of #53436 - cuviper:trace_fn-stop, r=alexcrichton
bors
-8
/
+10
2018-08-16
std: stop backtracing when the frames are full
Josh Stone
-8
/
+10
2018-08-15
Make cloudapi enums #[non_exhaustive]
varkor
-9
/
+9
2018-07-10
Add missing `dyn` for cloudabi, redox, unix and wasm
ljedrz
-1
/
+1
2018-04-13
std: Minimize size of panicking on wasm
Alex Crichton
-0
/
+4
2018-04-12
Import the `alloc` crate as `alloc_crate` in std
Simon Sapin
-1
/
+1
2018-03-24
Fix build on non-Unix platforms
Tatsuyuki Ishi
-0
/
+1
2018-03-03
Move process::ExitCode internals to sys
Scott McMurray
-0
/
+12
2018-01-31
Use a range to identify SIGSEGV in stack guards
Josh Stone
-2
/
+3
2018-01-26
Print inlined functions on Windows
John Kåre Alsaker
-0
/
+1
2018-01-11
Add shims for modules that we can't implement on CloudABI.
Ed Schouten
-0
/
+979
2018-01-11
Implement libstd for CloudABI.
Ed Schouten
-0
/
+1154
2018-01-11
Import the CloudABI system call bindings into the libstd tree.
Ed Schouten
-0
/
+2898