]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Implement weak linkage for statics
[rust.git] / src / lib.rs
2019-03-11 bjorn3Implement weak linkage for statics
2019-03-11 bjorn3Remove "Saved incremental data" warning
2019-03-11 bjorn3Rustup to rustc 1.35.0-nightly (9d71ec135 2019-03-10)
2019-02-28 bjorn3Rustup to rustc 1.34.0-nightly (7e001e5c6 2019-02-27)
2019-02-21 bjorn3Rustfmt
2019-02-18 bjorn3Pass command-line arguments to JITed function
2019-02-18 bjorn3Merge pull request #332 from bjorn3/dependabot/cargo...
2019-02-11 bjorn3Disable macOS debuginfo and on all platforms optimizations
2019-02-11 bjorn3Fix alloc_example
2019-01-26 bjorn3Merge pull request #291 from bjorn3/debuginfo_line
2019-01-26 bjorn3Implement line debuginfo
2019-01-06 bjorn3Rustup to rustc 1.33.0-nightly (68fe5182c 2019-01-05)
2018-12-29 bjorn3Fix unsize coercions and the size_of_val and min_align_...
2018-12-29 bjorn3Setup env_logger
2018-12-23 bjorn3Use the linkage and visibility produced by tcx.collect_...
2018-12-18 bjorn3Introduce CodegenCx
2018-12-15 bjorn3Disable probestack
2018-12-13 bjorn3Put allocator shim in a different object file
2018-12-13 bjorn3Move emit_module a bit up
2018-12-13 bjorn3Convenience functions for creating and emitting faerie...
2018-12-13 bjorn3Prepare for emitting separate object files for each...
2018-12-12 bjorn3Some refactorings for codegen_mono_items
2018-12-12 bjorn3Extract TargetIsa building to a separate function
2018-12-10 bjorn3Support dylibs
2018-12-03 bjorn3Restructure scripts and add flamegraph generator
2018-11-30 bjorn3Rustup to rustc 1.32.0-nightly (3e90a12a8 2018-11-29)
2018-11-24 bjorn3Rustfmt
2018-11-24 bjorn3Implement BackendTypes for FunctionCx
2018-11-24 bjorn3Use rustc_codegen_ssa::CodegenResults
2018-11-24 bjorn3Better use of CodegenResults::modules
2018-11-24 bjorn3Rustup to rustc 1.32.0-nightly (1f57e4841 2018-11-23)
2018-11-17 bjorn3Fix some 2018 edition idioms
2018-11-16 bjorn3Move unimpl! macro to unimpl.rs
2018-11-16 bjorn3Set cranelift opt_level based on -Copt-level
2018-11-16 bjorn3Move trapping to trap_code.rs
2018-11-14 bjorn3Rustup to rustc 1.32.0-nightly (9fefb6766 2018-11-13)
2018-11-11 bjorn3Merge pull request #144 from bjorn3/wip_linker
2018-11-11 bjorn3Remove commented out code
2018-11-11 bjorn3Move all functions in link.rs copied from cg_llvm to...
2018-11-11 bjorn3Call linker from cg_clif
2018-11-10 bjorn3Rustfmt
2018-11-10 bjorn3Warn and error about some things and make METADATA_FILE...
2018-11-10 bjorn3Misc renames and changes
2018-11-09 bjorn3Rustup to rustc 1.32.0-nightly (653da4fd0 2018-11-08)
2018-11-07 bjorn3Introduce link module
2018-11-07 bjorn3Remove should_codegen
2018-11-07 bjorn3Rustfmt
2018-11-07 bjorn3Fix warnings
2018-11-07 bjorn3Enable feature gate extern_crate_item_prelude
2018-11-05 bjorn3Allocator shim
2018-11-05 bjorn3Use tcx.collect_and_partition_mono_items
2018-11-05 bjorn3Use cg_utils::symbol_export::provide{,_extern}
2018-11-03 bjorn3Misc changes
2018-11-03 bjorn3Update Cargo.lock
2018-10-25 bjorn3Change name of metadata file to rust.metadata.bin to...
2018-10-23 bjorn3Enable codegen by default
2018-10-22 bjorn3Rustup to rustc 1.31.0-nightly (424a749a0 2018-10-21)
2018-10-21 bjorn3Rustup to rustc 1.31.0-nightly (155510e37 2018-10-20...
2018-10-20 bjorn3Move maybe_create_entry_wrapper to main_shim.rs
2018-10-20 bjorn3Use `ranlib` instead of `ar x`
2018-10-16 bjorn3Rustup to rustc 1.31.0-nightly (46880f41b 2018-10-15)
2018-10-10 bjorn3Rustfmt
2018-10-10 bjorn3Some more changes
2018-10-06 bjorn3Use absolute compile time paths for some log files
2018-10-03 bjorn3Move intrinsics codegen to intrinsics.rs
2018-09-26 bjorn3Use FunctionBuilder::call_mem{cpy,move}
2018-09-22 bjorn3Update Cargo.lock
2018-09-17 bjorn3Rustup to rustc 1.30.0-nightly (cb6d2dfa8 2018-09-16)
2018-09-16 bjorn3Remove some code
2018-09-09 bjorn3Fix jit
2018-09-08 bjorn3Implement trait objects (cc #14)
2018-09-08 bjorn3Rustfmt
2018-09-05 bjorn3Update Cargo.lock
2018-09-02 bjorn3Perform some optimizations
2018-08-30 bjorn3Merge branch 'wip_unsized_types'
2018-08-30 bjorn3Support unsized types
2018-08-26 bjorn3Remove CodegenCx
2018-08-26 bjorn3Remove stabilized feature gate
2018-08-24 bjorn3Rustup to rustc 1.30.0-nightly (63d66494a 2018-08-23)
2018-08-22 bjorn3Rustfmt
2018-08-22 bjorn3Don't hardcode usize being 64 bit (fixes #8)
2018-08-18 bjorn3Support cross-compiling (untested)
2018-08-17 bjorn3Codegen entry wrapper (fixes #13)
2018-08-17 bjorn3Rustfmt
2018-08-17 bjorn3Make CodegenCx generic over Backend
2018-08-15 bjorn3Change build.sh
2018-08-15 bjorn3Disable some example which don't compile yet
2018-08-15 bjorn3Use either SimpleJIT or faerie, but not both
2018-08-15 bjorn3Craneliftup
2018-08-15 bjorn3Put metadata loader in its own file
2018-08-15 bjorn3Rustup to rustc 1.30.0-nightly (67390c0c3 2018-08-14)
2018-08-14 bjorn3Support emitting object files (fixes #5)
2018-08-14 bjorn3Support simplejit and faerie at the same time
2018-08-14 bjorn3Refactoring
2018-08-14 bjorn3Codegen minicore
2018-08-13 bjorn3Change build.sh a bit
2018-08-13 bjorn3Rustfmt
2018-08-13 bjorn3Define data for all allocs during finalization
2018-08-13 bjorn3Refactoring of constant.rs in preparation for static...
2018-08-12 bjorn3Implement basic incremental compilation
next