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
Age
Commit message (
Expand
)
Author
Lines
2019-07-26
[WIP] Basic i128 support
bjorn3
-135
/
+9
2019-07-26
Implement checked binops
bjorn3
-0
/
+65
2019-07-07
Rustup to rustc 1.38.0-nightly (dfd52ba6a 2019-07-06)
bjorn3
-8
/
+8
2019-06-26
Implement some float intrinsics
bjorn3
-0
/
+9
2019-06-23
Implement bswap intrinsic
bjorn3
-0
/
+16
2019-06-23
Fix load and store for ByValPair values with differently sized components
bjorn3
-0
/
+15
2019-04-27
Preserve the order files are added to archives
bjorn3
-1
/
+1
2019-04-10
Fix and optimize init intrinsic
bjorn3
-0
/
+24
2019-03-26
Skip ZST arguments
bjorn3
-0
/
+2
2019-03-21
Rustup to rustc 1.35.0-nightly (82e2f3ec2 2019-03-20)
bjorn3
-2
/
+2
2019-03-11
Implement weak linkage for statics
bjorn3
-1
/
+15
2019-03-03
Rename load_value_pair to load_scalar_pair and fix dynamic dispatch with arbi...
bjorn3
-0
/
+108
2019-03-02
Implement CastKind::ClosureFnPointer
bjorn3
-0
/
+2
2019-03-02
Implement ProjectionElem::Subslice
bjorn3
-1
/
+7
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
/
+3
2019-02-18
Pass command-line arguments to JITed function
bjorn3
-2
/
+25
2019-02-16
Fix discriminant_value intrinsic
bjorn3
-0
/
+8
2019-02-16
Fix atomic_xchg* intrinsics
bjorn3
-0
/
+3
2019-02-16
Fix cttz{,_nonzero} intrinsics
bjorn3
-1
/
+5
2019-02-16
Fix BinOp::Offset
bjorn3
-0
/
+2
2019-02-12
*const char -> *const i8
bjorn3
-2
/
+2
2019-02-11
Fix and enable libstd building
bjorn3
-0
/
+9
2019-02-11
Implement variadic function calling
bjorn3
-0
/
+3
2019-02-11
Cleanup config.sh
bjorn3
-1
/
+2
2019-02-08
Implement drop for trait objects
bjorn3
-3
/
+20
2019-02-06
Fix some warnings
bjorn3
-6
/
+6
2019-01-26
Use mini_core::panic with jit
bjorn3
-8
/
+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
-16
/
+56
2019-01-26
Implement line debuginfo
bjorn3
-0
/
+11
2018-12-29
Fix unsize coercions and the size_of_val and min_align_of_val intrinsics for ...
bjorn3
-0
/
+5
2018-12-24
Rustup to rustc 1.33.0-nightly (ddab10a69 2018-12-23)
bjorn3
-0
/
+7
2018-12-22
Add pretty param and local info comments to clif
bjorn3
-22
/
+22
2018-11-17
Remove a workaround for icmp.i8/i16 not having an encoding
bjorn3
-2
/
+2
2018-11-05
Add some benchmarks
bjorn3
-0
/
+78
2018-11-04
Rustup to rustc 1.32.0-nightly (04fdb44f5 2018-11-03)
bjorn3
-0
/
+12
2018-10-06
Implement Rvalue::Len for arrays
bjorn3
-0
/
+2
2018-10-06
Fix projection of sized field in unsized type
bjorn3
-0
/
+10
2018-09-30
Workaround some missing encodings in cranelift
bjorn3
-0
/
+4
2018-09-25
Use cranelift_frontend::Switch for switchInt
bjorn3
-0
/
+26
2018-09-22
Rename examples directory to example to prevent rls trying to compile its con...
bjorn3
-0
/
+623