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
/
example
/
mini_core.rs
Age
Commit message (
Expand
)
Author
Lines
2019-08-19
Fix cross crate static duplicate codegen
bjorn3
-0
/
+2
2019-08-18
Don't run a alignment assertion on macOS
bjorn3
-0
/
+4
2019-08-12
Implement float -> small int cast
bjorn3
-0
/
+18
2019-08-12
Fix some warnings
bjorn3
-0
/
+1
2019-08-10
[WIP] Implement dylib loading for the JIT
bjorn3
-7
/
+0
2019-08-01
Correctly align all allocs
bjorn3
-0
/
+15
2019-07-28
Rustup to rustc 1.38.0-nightly (c798dffac 2019-07-27)
bjorn3
-1
/
+16
2019-07-26
Remove unnecessary changes
bjorn3
-8
/
+0
2019-07-26
Remove some unnecessary changes
bjorn3
-1
/
+0
2019-07-26
Implement 128bit checked add and sub
bjorn3
-27
/
+0
2019-07-26
Fix some more stuff
bjorn3
-0
/
+28
2019-07-26
[WIP] Basic i128 support
bjorn3
-0
/
+8
2019-07-26
Implement checked binops
bjorn3
-0
/
+48
2019-07-07
Rustup to rustc 1.38.0-nightly (dfd52ba6a 2019-07-06)
bjorn3
-2
/
+6
2019-06-23
Implement bswap intrinsic
bjorn3
-0
/
+11
2019-04-10
Fix and optimize init intrinsic
bjorn3
-0
/
+1
2019-03-03
Rename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbi...
bjorn3
-0
/
+25
2019-03-01
Rustup to rustc 1.34.0-nightly (350674b71 2019-02-28)
bjorn3
-1
/
+9
2019-02-23
Update cranelift and add a test for bitreverse
bjorn3
-0
/
+1
2019-02-18
Pass command-line arguments to JITed function
bjorn3
-0
/
+17
2019-02-12
*const char -> *const i8
bjorn3
-1
/
+1
2019-02-11
Implement variadic function calling
bjorn3
-0
/
+1
2019-02-08
Implement drop for trait objects
bjorn3
-0
/
+13
2019-01-26
Use mini_core::panic with jit
bjorn3
-0
/
+3
2019-01-26
Print a message when panicking from mini_core
bjorn3
-0
/
+1
2019-01-26
Use malloc in mini_core::allocate
bjorn3
-4
/
+52
2018-12-29
Fix unsize coercions and the size_of_val and min_align_of_val intrinsics for ...
bjorn3
-0
/
+1
2018-12-24
Rustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)
bjorn3
-0
/
+7
2018-11-17
Remove a workaround for icmp.i8/i16 not having an encoding
bjorn3
-2
/
+2
2018-11-04
Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)
bjorn3
-0
/
+12
2018-09-25
Use cranelift_frontend::Switch for switchInt
bjorn3
-0
/
+15
2018-09-22
Rename examples directory to example to prevent rls trying to compile its con...
bjorn3
-0
/
+269