summary refs log tree commit diff
path: root/src/doc/unstable-book
AgeCommit message (Expand)AuthorLines
2024-03-16Auto merge of #121926 - tgross35:f16-f128-step3-feature-gate, r=compiler-erro...bors-0/+18
2024-03-14Add feature gates for `f16` and `f128`Trevor Gross-0/+18
2024-03-14coverage: `-Zcoverage-options=branch` is no longer a placeholderZalathar-1/+1
2024-03-13coverage: Add `-Zcoverage-options` for fine control of coverageZalathar-0/+8
2024-03-08Rollup merge of #119365 - nbdd0121:asm-goto, r=AmanieuMatthias Krüger-0/+30
2024-03-07Rollup merge of #119888 - weiznich:stablize_diagnostic_namespace, r=compiler-...Guillaume Gomez-84/+0
2024-03-04Add a scheme for moving away from `extern "rust-intrinsic"` entirelyOli Scherer-1/+12
2024-03-01Add initial support for DataFlowSanitizerRamon de C Valle-4/+30
2024-02-27Stabilize the `#[diagnostic]` namespace and `#[diagnostic::on_unimplemented]`...Georg Semmler-84/+0
2024-02-24Add assertions and clarify asm-goto with noreturnGary Guo-1/+7
2024-02-24Add asm-goto to unstable bookGary Guo-0/+24
2024-02-22Auto merge of #121309 - Nilstrieb:inline-all-the-fallbacks, r=oli-obkbors-0/+2
2024-02-19Separate testing and production sanitizersOli Iliffe-15/+29
2024-02-19Make intrinsic fallback bodies cross-crate inlineableNilstrieb-0/+2
2024-02-16Rollup merge of #121137 - GuillaumeGomez:add-clippy-cfg, r=Urgau,NilstriebGuillaume Gomez-1/+2
2024-02-16Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkinbors-2/+50
2024-02-15Update rust book cfg chapterGuillaume Gomez-1/+2
2024-02-13Rollup merge of #114877 - tshepang:patch-1, r=Dylan-DPCMatthias Krüger-0/+1
2024-02-12Implement intrinsics with fallback bodiesOli Scherer-2/+50
2024-02-11Rollup merge of #120307 - djc:duration-constructors, r=Mark-SimulacrumMatthias Krüger-0/+9
2024-02-07Rollup merge of #119162 - heiher:direct-access-external-data, r=petrochenkovGuillaume Boisseau-0/+16
2024-02-06Document `async_fn_traits`Oli Scherer-0/+13
2024-01-24core: add Duration constructorsDirkjan Ochtman-0/+9
2024-01-22Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnrMatthias Krüger-0/+27
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-0/+27
2024-01-22Fix -Zremap-path-scope typomicolous-1/+1
2024-01-16Add unstable `-Z direct-access-external-data` cmdline flag for `rustc`WANG Rui-0/+16
2024-01-13Add way to express no-values with check-cfgUrgau-12/+13
2024-01-13Auto merge of #119473 - Urgau:check-cfg-explicit-none, r=petrochenkovbors-1/+5
2024-01-12Rename `--env` option flag to `--env-set`Guillaume Gomez-7/+7
2024-01-09Add explicit none() value variant in check-cfgUrgau-1/+5
2024-01-09Rollup merge of #118680 - djkoloski:shell_argfiles, r=compiler-errorsGuillaume Gomez-0/+11
2024-01-09Rollup merge of #119282 - Urgau:check-cfg-rework-unstable-doc, r=JohnTitorGuillaume Gomez-101/+123
2024-01-09Rework and improve unstable documentation of check-cfgUrgau-101/+123
2024-01-08Add support for shell argfilesDavid Koloski-0/+11
2024-01-06Rollup merge of #118781 - RalfJung:core-panic-feature, r=the8472Matthias Krüger-5/+0
2024-01-03Support reg_addr register class in s390x inline assemblyTaiki Endo-2/+3
2023-12-22fix some typos found scrolling through the docsTakashi Idobe-1/+1
2023-12-20Add link to explanations about dep-info filesGuillaume Gomez-1/+2
2023-12-19Update documentation for `--env` compilation flagGuillaume Gomez-1/+19
2023-12-18describe unstable self-contained linking components in the unstable bookRémy Rakic-0/+24
2023-12-16describe unstable linker flavors in the unstable bookRémy Rakic-0/+32
2023-12-13Add unstable `-Zdefault-hidden-visibility` cmdline flag for `rustc`.Lukasz Anforowicz-0/+12
2023-12-10Auto merge of #118368 - GuillaumeGomez:env-flag, r=Nilstriebbors-0/+26
2023-12-10Add (unstable) documentation for `--env` command line optionGuillaume Gomez-0/+26
2023-12-09merge core_panic feature into panic_internalsRalf Jung-5/+0
2023-12-09Auto merge of #117873 - quininer:android-emutls, r=Amanieubors-0/+2
2023-12-07Add emulated TLS supportquininer-0/+2
2023-12-05Remove deprecated --check-cfg names() and values() syntaxUrgau-67/+0
2023-11-30Auto merge of #116892 - ojeda:rethunk, r=wesleywiserbors-0/+25