]> git.lizzy.rs Git - rust.git/history - src/linkage.rs
Fix bootstrap test script
[rust.git] / src / linkage.rs
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-28 bjorn3Fix many clippy warnings
2020-08-28 bjorn3Merge pull request #1079 from CohenArthur/fmt-master
2020-08-28 CohenArthurfmt: Run cargo fmt since it is available
2020-08-22 bjorn3Merge pull request #1077 from CohenArthur/fix-linkage...
2020-08-22 CohenArthurlinkage: Change linkage to hidden on non-exported symbols
2020-08-20 bjorn3Merge pull request #1074 from bjorn3/fix_weak_linkage
2020-08-20 bjorn3Fix weak linkage
2020-04-09 bjorn3Enable the rust_2018_idioms and unused_lifetimes lints...
2020-03-31 bjorn3Rustup to rustc 1.44.0-nightly (211365947 2020-03-30)
2020-03-27 bjorn3Limit publicness to crate where possible and remove...
2020-03-19 bjorn3Update Cranelift
2019-08-31 bjorn3Merge pull request #694 from Atul9/cargo-fmt
2019-08-31 Atul BhosaleFormat code using 'cargo fmt'
2019-03-11 bjorn3Implement weak linkage for statics