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
/
library
/
compiler-builtins
Age
Commit message (
Expand
)
Author
Lines
2017-09-16
Auto merge of #194 - mattico:i386, r=alexcrichton
bors
-50
/
+124
2017-09-15
Don't compile probestack functions during testing
Matt Ickstadt
-16
/
+16
2017-09-15
Implement x86 chkstk in "rust"
Matt Ickstadt
-40
/
+114
2017-09-15
Update MinGW download location
Alex Crichton
-2
/
+2
2017-09-14
Auto merge of #192 - est31:master, r=alexcrichton
bors
-346
/
+391
2017-09-14
Remove duplication by adding a macro
est31
-63
/
+26
2017-09-14
Convert add! to a function
est31
-158
/
+160
2017-09-14
Convert int_to_float! to a function
est31
-67
/
+101
2017-09-14
Convert float_to_int! into a function
est31
-62
/
+88
2017-09-14
Auto merge of #189 - tamird:update-comment-rustbuild, r=alexcrichton
bors
-4
/
+8
2017-09-14
Don't use the Wrapping wrapper in float addition
est31
-54
/
+52
2017-09-14
Don't use a macro for pow calculation
est31
-9
/
+13
2017-09-14
Extend the Float trait by some constants and supertraits
est31
-1
/
+18
2017-09-14
Use the newly added ONE constant in float addition
est31
-2
/
+3
2017-09-13
Introduce a float_impl! macro to avoid duplication
est31
-67
/
+39
2017-09-13
Refactor float builtins to use associated consts
est31
-80
/
+56
2017-09-13
Refactor int builtins to use associated consts
est31
-66
/
+52
2017-09-12
Update rustbuild commentary
Tamir Duberstein
-4
/
+8
2017-09-10
Remove unused rustbuild feature
Tamir Duberstein
-1
/
+0
2017-09-07
Update the gcc crate to 0.3.53 and disable compilation warnings
est31
-2
/
+4
2017-08-21
Fix README relative link.
Geoff Yoerger
-1
/
+1
2017-07-22
Avoid memcpy references in unoptimized code
Tim Neumann
-4
/
+15
2017-07-12
Don't include custom chkstk on MSVC
Oliver Middleton
-3
/
+3
2017-07-07
Don't mangle probes all the time
Alex Crichton
-15
/
+26
2017-07-07
Tweak definition of probestack functions
Alex Crichton
-21
/
+25
2017-07-06
Add `__rust_probestack` intrinsic
Alex Crichton
-0
/
+114
2017-07-03
Fix unused imports on iOS
Alex Crichton
-6
/
+8
2017-07-03
Fix a typo in the build script
Alex Crichton
-1
/
+1
2017-07-03
Compile ffsdi2 with `rustbuild` feature
Alex Crichton
-1
/
+13
2017-07-03
Use the Rust implementation of udivsi3 on ARM
Alex Crichton
-8
/
+13
2017-07-01
Merge pull request #172 from alexcrichton/update-compielr-rt
Alex Crichton
-0
/
+0
2017-07-01
Update compiler-rt submodule
Alex Crichton
-0
/
+0
2017-06-30
no aeabi_mem* symbols on iOS, weak symbols on thumb, normal symbols elsewhere
Jorge Aparicio
-13
/
+25
2017-06-29
optimize 32-bit aligned mem{cpy,clr,set} intrinsics for ARM
Jorge Aparicio
-30
/
+463
2017-06-27
enable tests now that #150 has been fixed
Jorge Aparicio
-12
/
+0
2017-06-25
Enable the `intrinsics` program on thumb
Alex Crichton
-14
/
+14
2017-06-24
Address review comments
Alex Crichton
-6
/
+2
2017-06-24
Don't test mangled names on thumb
Alex Crichton
-30
/
+27
2017-06-24
Enable 128-bit integer tests on Windows
Alex Crichton
-10
/
+5
2017-06-24
Don't check for references to panics with debug assertions
Alex Crichton
-1
/
+3
2017-06-24
Don't build gcc_personality_v0
Alex Crichton
-4
/
+0
2017-06-24
Don't generate unmangled aeabi with gen-tests
Alex Crichton
-0
/
+4
2017-06-24
Don't try to work with `cargo test`
Alex Crichton
-6
/
+5
2017-06-24
Add a FIXME for Windows
Alex Crichton
-2
/
+10
2017-06-24
Tweak testing and such:
Alex Crichton
-14
/
+42
2017-06-23
Fix appveyor PATH
Alex Crichton
-0
/
+1
2017-06-23
Try to fix run.sh on AppVeyor
Alex Crichton
-18
/
+22
2017-06-23
Remove usage of unwrap_or_else
Alex Crichton
-25
/
+28
2017-06-23
Use the same CI script on AppVeyor
Alex Crichton
-14
/
+6
2017-06-23
Don't derive Debug for Sign
Alex Crichton
-1
/
+1
[prev]
[next]