]> git.lizzy.rs Git - rust.git/history - src/lib.rs
Use anonymous lifetimes where possible
[rust.git] / src / lib.rs
2019-08-18 bjorn3Use anonymous lifetimes where possible
2019-08-14 bjorn3Move discriminant get and set to discriminant.rs
2019-08-14 bjorn3Move trans_*_binop to num.rs
2019-08-13 bjorn3Fix some rustc tests
2019-08-13 bjorn3Print error for #[rustc_def_path] like expected
2019-08-11 bjorn3Merge pull request #662 from bjorn3/jit_dylib
2019-08-11 bjorn3Fix it
2019-08-04 bjorn3Call assert_module_sources
2019-07-31 bjorn3Fix simd_cast
2019-07-30 bjorn3Merge pull request #650 from bjorn3/simd_emulation
2019-07-29 bjorn3Replace llvm intrinsics with runtime trap
2019-07-27 bjorn3Don't set opt_level to best
2019-07-27 bjorn3Rustup to rustc 1.38.0-nightly (c43753f91 2019-07-26)
2019-07-26 bjorn3Merge pull request #627 from bjorn3/wip_i128
2019-07-26 bjorn3[WIP]
2019-07-26 bjorn3Fix 128bit CValue::const_val
2019-07-26 bjorn3Implement most 128bit binops
2019-07-20 bjorn3Don't disable stdsimd anymore
2019-07-08 bjorn3Merge pull request #630 from bjorn3/dependabot/cargo...
2019-07-08 bjorn3Rustup
2019-07-03 bjorn3Rustup to rustc 1.37.0-nightly (0beb2ba16 2019-07-02)
2019-06-16 bjorn3Rustup to rustc 1.37.0-nightly (0dc9e9c10 2019-06-15)
2019-06-13 bjorn3Rustup to rustc 1.37.0-nightly (2887008e0 2019-06-12)
2019-06-11 bjorn3Merge pull request #435 from bjorn3/write_dylib_metadata
2019-06-11 bjorn3Read and write dylib metadata
2019-06-11 bjorn3Move CValue and CPlace to separate file and remove...
2019-06-06 bjorn3Rustup to rustc 1.37.0-nightly (7cdaffd79 2019-06-05)
2019-05-31 bjorn3Rustup to rustc 1.37.0-nightly (3ade426ed 2019-05-30)
2019-05-25 bjorn3Rustup to rustc 1.36.0-nightly (dec4c5201 2019-05-24)
2019-05-11 bjorn3Partial support for wasm32-unknown-wasi as host triple
2019-05-04 bjorn3Extract driver.rs
2019-05-04 bjorn3Update cranelift
2019-05-04 bjorn3Rustup to rustc 1.36.0-nightly (a3404557c 2019-05-03)
2019-04-27 bjorn3Merge pull request #495 from bjorn3/use_cg_clif_link
2019-04-27 bjorn3Rustup to rustc 1.36.0-nightly (597f43248 2019-04-26)
2019-04-24 bjorn3Change module names back
2019-04-24 bjorn3Fix filename length for ar files
2019-04-24 bjorn3Use rustc_codegen_ssa::back::link instead of copy paste...
2019-04-15 bjorn3Rustup to rustc 1.35.0-nightly (aa99abeb2 2019-04-14)
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)
next