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
/
rt
Age
Commit message (
Expand
)
Author
Lines
2016-01-19
[MIR] Implement extern call support
Simonas Kazlauskas
-0
/
+16
2015-12-22
std: Remove old android header file
Alex Crichton
-37
/
+0
2015-12-21
std: Remove rust_builtin C support library
Alex Crichton
-582
/
+0
2015-12-17
Make runtime function return size_t
Michael McConville
-1
/
+1
2015-10-14
Add test case for #28676.
Peter Marheine
-0
/
+4
2015-09-21
Upgrade hoedown to 3.0.5.
Eljay
-0
/
+0
2015-09-14
Remove a needless memset(). It's okay that we don't append NUL because len is...
Michael McConville
-1
/
+0
2015-09-05
get_num_cpus function should be static
Stepan Koltsov
-2
/
+2
2015-08-28
Reduce the reliance on `PATH_MAX`
Barosl Lee
-1
/
+5
2015-08-25
Auto merge of #27957 - overminder:aug23-i686-android, r=alexcrichton
bors
-0
/
+7
2015-08-24
Update hoedown to latest version (3.0.4).
Eljay
-0
/
+0
2015-08-23
New cross target: i686-linux-android
Tim JIANG
-0
/
+7
2015-08-11
Register new snapshots
Alex Crichton
-9
/
+0
2015-08-10
Remove morestack support
Alex Crichton
-842
/
+9
2015-07-27
std: Remove msvc/valgrind headers
Alex Crichton
-6356
/
+0
2015-07-21
trans: Move rust_try into the compiler
Alex Crichton
-176
/
+0
2015-07-17
Auto merge of #27076 - alexcrichton:update-llvm, r=brson
bors
-10
/
+15
2015-07-16
rt: Move personality to functions from their landing pads
Richo Healey
-10
/
+15
2015-07-13
Fix section of __morestack for aarch64-unknown-linux-gnu
Akos Kiss
-1
/
+5
2015-07-02
rustc_trans: Disable landing pads on 32-bit MSVC
Alex Crichton
-0
/
+42
2015-07-02
windows: Don't link rust_builtin
Alex Crichton
-31
/
+5
2015-06-27
rt: Update comment for new location of unwind
Richo Healey
-1
/
+1
2015-06-25
msvc: Implement runtime support for unwinding
Alex Crichton
-0
/
+78
2015-06-15
src/rt/arch/i386/morestack.S: call rust_stack_exhausted via plt
Steven Walter
-3
/
+2
2015-05-23
Auto merge of #25632 - alexcrichton:dt-dir, r=brson
bors
-1
/
+2
2015-05-19
std: Handle DT_DIR file types in `dirent` pointers
Alex Crichton
-1
/
+2
2015-05-19
std: Mark rust_get_num_cpus as dllexport
Alex Crichton
-0
/
+7
2015-05-19
rt: Clean up to build with cl.exe
Alex Crichton
-15
/
+15
2015-05-12
Very hacky MSVC hacks.
Ricky Taylor
-3
/
+1
2015-05-06
fix typos caught by codespell
Tshepang Lekhonkhobe
-1
/
+1
2015-04-27
std: Expand the area of std::fs
Alex Crichton
-70
/
+23
2015-03-15
Strip all leading/trailing newlines
Tamir Duberstein
-3
/
+0
2015-02-11
renaming rust_load_self to rust_current_exe
Dave Huseby
-1
/
+1
2015-02-11
bitrig integration
Dave Huseby
-5
/
+281
2015-02-06
Rollup merge of #21964 - semarie:openbsd-env, r=alexcrichton
Manish Goregaokar
-1
/
+1
2015-02-05
Tidy fixes
Brian Anderson
-2
/
+3
2015-02-05
unbreak tree for openbsd after #21787
Sébastien Marie
-1
/
+1
2015-02-01
openbsd: incoporate remarks
Sébastien Marie
-1
/
+1
2015-02-01
openbsd support
Sébastien Marie
-2
/
+52
2015-01-19
rt: Remove libtime wrappers
klutzy
-138
/
+0
2015-01-15
auto merge of #20980 : richo/rust/final-power, r=alexcrichton
bors
-0
/
+22
2015-01-11
powerpc: Fix extraneous include in rt support
Richo Healey
-2
/
+0
2015-01-11
powerpc: rough platform support
Richo Healey
-0
/
+24
2015-01-11
Fix: GNU AArch64 assembler does not like @plt symbol suffix
Akos Kiss
-2
/
+2
2015-01-09
iOS: preliminary 64-bit archs support
Valerii Hiora
-5
/
+21
2015-01-09
iOS: makefiles and runtime for new archs
Valerii Hiora
-0
/
+252
2015-01-03
Initial version of AArch64 support.
Akos Kiss
-0
/
+36
2014-12-22
Removed unused context-switching assembly code.
Maya Nitu
-567
/
+0
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-4
/
+4
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-1
/
+1
[next]