]> git.lizzy.rs Git - rust.git/history - src/archive.rs
Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
[rust.git] / src / archive.rs
2020-10-16 bjorn3Rustup to rustc 1.49.0-nightly (dd7fc54eb 2020-10-15)
2020-09-23 bjorn3Document almost all modules
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-08 bjorn3Remove ArchiveConfig
2020-08-08 bjorn3Don't panic on io errors
2020-07-15 bjorn3Use builtin ranlib instead of running external ranlib
2020-07-09 bjorn3Merge pull request #1062 from bjorn3/global_asm
2020-07-09 bjorn3Infer the path of toolchain binaries from the linker...
2020-06-20 bjorn3Prelude cleanup
2020-06-16 bjorn3Only run ranlib when necessary
2020-05-25 bjorn3Rustup to rustc 1.45.0-nightly (46e85b432 2020-05-24)
2020-05-01 bjorn3Rustup to rustc 1.45.0-nightly (7ced01a73 2020-04-30)
2020-04-14 bjorn3Merge pull request #966 from aj-jaswanth/fix/958
2020-04-14 Venkata Jaswanth UFixes #958: Use session.fatal() instead of assert!
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-21 bjorn3Fix some FIXME's and add some new FIXME's
2020-03-04 bjorn3Rustup to rustc 1.43.0-nightly (4ad624882 2020-03-03)
2020-02-14 bjorn3Use archive_format for determining if gnu style archive...
2019-09-13 bjorn3Merge pull request #709 from bjorn3/updates
2019-09-13 bjorn3Rustup to rustc 1.39.0-nightly (eb48d6bde 2019-09-12)
2019-09-01 bjorn3Update ar
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-08-18 bjorn3Use native `ar` to create archive files
2019-04-27 bjorn3Merge pull request #495 from bjorn3/use_cg_clif_link
2019-04-27 bjorn3Preserve the order files are added to archives
2019-04-24 bjorn3Update comment
2019-04-24 bjorn3Remove some debug println's
2019-04-24 bjorn3Fix gnu archives
2019-04-24 bjorn3Fix filename length for ar files
2019-04-24 bjorn3[WIP] Try using GnuBuilder
2019-04-21 bjorn3Refactor archive.rs for future usage of ar::GnuBuilder
2019-04-21 bjorn3Let the ArArchiveBuilder implement cg_ssa::back::archiv...
2018-12-28 bjorn3Fix release mode
2018-11-11 bjorn3Merge pull request #144 from bjorn3/wip_linker
2018-11-11 bjorn3Call linker from cg_clif