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
2020-11-03
Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d' into update_cg_clif-2...
bjorn3
-0
/
+10
2020-09-14
Use don't unroll loop in Rvalue::Repeat
bjorn3
-0
/
+19
2020-07-09
Implement global_asm! using an external assembler
bjorn3
-0
/
+4
2020-07-02
Rustup to rustc 1.46.0-nightly (f781babf8 2020-07-01)
bjorn3
-1
/
+1
2020-06-27
Rustup to rustc 1.46.0-nightly (7750c3d46 2020-06-26)
bjorn3
-0
/
+1
2020-06-16
Make mini_core_hello_world work on Windows once TLS is supported
bjorn3
-3
/
+4
2020-06-04
Rustup to rustc 1.45.0-nightly (56daaf669 2020-06-03)
bjorn3
-1
/
+1
2020-04-30
Rustup to rustc 1.45.0-nightly (fa51f810e 2020-04-29)
bjorn3
-0
/
+6
2020-04-25
Call panic lang item on failed TerminatorKind::Assert
bjorn3
-3
/
+13
2020-04-17
Use the correct return type for puts
bjorn3
-1
/
+1
2020-03-24
Rustup to rustc 1.44.0-nightly (1edd389cc 2020-03-23)
bjorn3
-2
/
+2
2020-03-18
Fix it
bjorn3
-0
/
+1
2020-03-18
Rustup to rustc 1.44.0-nightly (7ceebd98c 2020-03-17)
bjorn3
-1
/
+0
2020-02-26
Tls support
bjorn3
-1
/
+10
2019-12-05
Rustup to rustc 1.41.0-nightly (6d77e45f0 2019-12-04)
bjorn3
-2
/
+15
2019-10-25
Rustup to rustc 1.40.0-nightly (10a52c25c 2019-10-24)
bjorn3
-3
/
+10
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