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
/
libcompiler_builtins
Age
Commit message (
Expand
)
Author
Lines
2017-01-13
Rollup merge of #38877 - jdub:patch-1, r=sanxiyn
Guillaume Gomez
-4
/
+0
2017-01-10
Rollup merge of #38623 - alexcrichton:less-osx-warnings, r=aturon
Seo Sanghyeon
-6
/
+0
2017-01-08
libcompiler_builtins: Don't build emutls.c
Jeff Waugh
-4
/
+0
2016-12-31
Auto merge of #38482 - est31:i128, r=eddyb
bors
-1
/
+784
2016-12-31
Fix iabs and add some more tests
est31
-4
/
+13
2016-12-30
std: Don't build docs for misc facade crates
Alex Crichton
-0
/
+1
2016-12-30
Fix warning when compiling on 64 bit Linux
est31
-7
/
+3
2016-12-30
Further and hopefully final Windows fixes
Simonas Kazlauskas
-177
/
+148
2016-12-30
More windows fixes
est31
-7
/
+15
2016-12-30
Fix build
est31
-7
/
+9
2016-12-30
The windows special-cases only apply to x64
Simonas Kazlauskas
-31
/
+39
2016-12-30
Fix a return type
Simonas Kazlauskas
-1
/
+1
2016-12-30
Tidy
est31
-1
/
+2
2016-12-30
Fix another windows ABI mistake
est31
-4
/
+30
2016-12-30
intrinsics: try to return everything via {u,i}128ret to match LLVM
est31
-38
/
+99
2016-12-30
Tidy
est31
-4
/
+8
2016-12-30
Port to wrapping_* and unchecked_* operations
est31
-78
/
+118
2016-12-30
Remove unimplemented() function
est31
-8
/
+2
2016-12-30
libcompiler_builtins: don't codegen dead code call to eh_personality
est31
-24
/
+31
2016-12-30
Try to fix some things
est31
-2
/
+2
2016-12-30
Always use Rust based intrinsics on Windows
est31
-2
/
+4
2016-12-30
Fix warning on 64 bit
est31
-2
/
+2
2016-12-30
intrinsics : uabs and iabs
est31
-13
/
+26
2016-12-30
Fix intrinsics and expand tests
est31
-54
/
+68
2016-12-30
Fix rebase fallout
est31
-1
/
+5
2016-12-30
WIP intrinsics
Simonas Kazlauskas
-0
/
+623
2016-12-26
std: Remove unused objects from compiler-builtins
Alex Crichton
-6
/
+0
2016-12-22
Do not build emutls on Redox
Jeremy Soller
-1
/
+1
2016-11-28
Auto merge of #38046 - rkruppe:fix-32bit-rustbuild, r=alexcrichton
bors
-0
/
+1
2016-11-28
Define VISIBILITY_HIDDEN when compiling compiler-rt
Robin Kruppe
-0
/
+1
2016-11-26
rustbuild: Add bench = false to std shim crates
Ulrik Sverdrup
-0
/
+1
2016-11-12
rustc: Flag all builtins functions as hidden
Alex Crichton
-0
/
+1
2016-09-30
Don't build any native compiler-builtin components for emscripten
Brian Anderson
-0
/
+6
2016-09-28
Remove stage0 hacks
Brian Anderson
-2
/
+2
2016-09-25
Report which required build-time environment variable is not set
Jake Goulding
-1
/
+1
2016-09-13
Link test to compiler builtins and make unstable
Alex Crichton
-1
/
+4
2016-09-13
rustc: Don't pass --whole-archive for compiler-builtins
Alex Crichton
-4
/
+6
2016-09-12
crate-ify compiler-rt into compiler-builtins
Jorge Aparicio
-0
/
+433
[prev]