]> git.lizzy.rs Git - rust.git/history - docs
Don't download abi-cafe and simple-raytracer in ./y.rs prepare
[rust.git] / docs /
2022-12-21 borsAuto merge of #105613 - Nilstrieb:rename-assert_uninit_...
2022-12-14 bjorn3Merge commit '2bb3996244cf1b89878da9e39841e9f6bf061602...
2022-12-13 bjorn3Sync from rust ed620cf9690fdafed65845bf35c455db992fbba1
2022-12-11 bjorn3Sync from rust b3ddfeb5a88352aa6d157f722976937da7b97307
2022-12-04 bjorn3Sync from rust fd02567705326884ddb94535d2ab230a9595dc2a
2022-11-29 bjorn3Merge pull request #1300 from bjorn3/rename_build_to_dist
2022-11-28 bjorn3Rename the build/ directory to dist/
2022-05-15 bjorn3Merge commit '63734fcdd718cca089f84c42f3a42c0096cfd431...
2022-05-15 bjorn3Sync from rust e1ec3260d79497080ca86540562d410ba67d2a95
2022-04-30 bjorn3Merge pull request #1225 from bjorn3/build_system_rework
2022-04-29 bjorn3Use -Zcodegen-backend instead of a rustc replacement...
2022-01-03 Matthias KrügerRollup merge of #90102 - nbdd0121:box3, r=jonas-schievink
2021-12-30 bjorn3Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e...
2021-12-30 bjorn3Rename cargo executable to cargo-clif
2021-09-26 borsAuto merge of #89092 - bjorn3:sync_cg_clif-2021-09...
2021-09-19 bjorn3Merge commit '61667dedf55e3e5aa584f7ae2bd0471336b92ce9...
2021-09-19 bjorn3Sync from rust 7a3d1a5f3dfeaf5177885fedd7db8ecc70670dc1
2021-09-12 bjorn3Sync from rust c7dbe7a830100c70d59994fd940bf75bb6e39b39
2021-09-07 bjorn3Sync from rust 73641cd23ba470c6b4dcd72b8d5f62d27c735254
2021-09-01 bjorn3Sync from rust 3ed6c1d23fd40f4367259a531465e809eb00ec27
2021-08-25 bjorn3Sync from rust 9863bf51a52b8e61bcad312f81b5193d53099f9f
2021-08-20 bjorn3Sync from rust 9ccf661694423895b02e513c69e6ad263b2f3d8e
2021-08-09 bjorn3Add warning to the jit mode section of the usage docs
2021-08-06 bjorn3Merge commit '05677b6bd6c938ed760835d9b1f6514992654ae3...
2021-08-05 bjorn3Sync from rust 2ddb65c32253872c0e7a02e43ec520877900370e
2021-07-19 bjorn3Sync from rust 8df945c4717ffaf923b57bf30c473df6fc98bc85
2021-07-17 bjorn3Merge pull request #1187 from bjorn3/feature_gating
2021-07-17 bjorn3Put all cg_clif specific options behind -Zunstable...
2021-07-07 bjorn3Merge commit '3a31c6d8272c14388a34622193baf553636fe470...
2021-07-06 bjorn3Sync from rust b09dad3eddfc46c55e45f6c1a00bab09401684b4
2021-06-29 bjorn3Sync from rust e98897e5dc9898707bf4331c43b2e76ab7e282fe
2021-06-25 bjorn3Merge pull request #1166 from eggyal/lazy-jit-multithreaded
2021-06-20 bjorn3Merge pull request #1180 from bjorn3/rust_build_system
2021-06-20 bjorn3Rewrite cargo.sh in rust
2021-06-19 bjorn3Rewrite prepare.sh in rust
2021-06-17 Alan EgertonRemove lack of mulithreading support from usage.md
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-04-30 Erin PowerSync rustc_codegen_cranelift 'ddd4ce25535cf71203ba37008...
2021-04-21 bjorn3Sync from rust 6df26f897cffb2d86880544bb451c6b5f8509b2d
2021-04-14 bjorn3Sync from rust b203b0d240b67916cfa77f640aedaf1c87d50f6d
2021-04-07 bjorn3Centralize all configuration into config.rs
2021-03-29 bjorn3Merge commit '0969bc6dde001e01e7e1f58c8ccd7750f8a49ae1...
2021-03-26 bjorn3Sync from rust 4137088d9da94f693b287f35e2b17782c0b1a283
2021-03-17 bjorn3Sync from rust 04ae50179a802d1d18bb780baa85f55864f56616
2021-03-09 bjorn3Sync from rust 4b9f5cc4c10a161047475cb9bbe02c4fda57fb07
2021-03-06 bjorn3More doc fixes
2021-03-06 bjorn3Move the more advanced ways to use cg_clif to usage.md
2021-03-06 bjorn3Make it possible to enable the verifier in release...
2020-11-03 bjorn3Merge commit '03f01bbe901d60b71cf2c5ec766aef5e532ab79d...
2020-10-31 bjorn3Implement -Zfunction-sections
2020-09-29 bjorn3Merge pull request #1089 from bjorn3/custom_driver
2020-09-29 bjorn3Replace CG_CLIF_JIT with --jit
2020-09-23 bjorn3Improve readme
2020-04-25 bjorn3Merge pull request #978 from bjorn3/simple_debuginfo_fo...
2020-04-24 bjorn3Fix function arguments for gdb
2020-04-21 bjorn3Merge pull request #972 from l4l/debug-file-hash
2020-04-18 bjorn3Add some documentation about the debuginfo support...