/netbsd-src/external/bsd/file/dist/magic/magdir/ |
H A D | rust | 4 # Magic for Rust and related languages programs 7 # Rust compiler metadata 11 >12 string \014rustc\x20 Rust compiler metadata 15 # Rust incremental compilation metadata 19 >4 uleshort =0 Rust incremental compilation metadata
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | EHPersonalities.cpp | 40 .Case("rust_eh_personality", EHPersonality::Rust) in classifyEHPersonality() 59 case EHPersonality::Rust: return "rust_eh_personality"; in getEHPersonalityName()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
H A D | EHPersonalities.h | 34 Rust, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/Proposals/ |
H A D | VariableNames.rst | 49 Many other coding guidelines [LLDB]_ [Google]_ [WebKit]_ [Qt]_ [Rust]_ [Swift]_ 77 ``lower_case`` is consistent with [LLDB]_, [Google]_, [Rust]_ and [Python]_. 356 .. [Rust] Rust naming conventions https://doc.rust-lang.org/1.0.0/style/style/naming/README.html citation in References
|
/netbsd-src/external/gpl3/gdb/dist/libiberty/testsuite/ |
H A D | rust-demangle-expected | 1 # This file holds test cases for the Rust demangler. 21 # Also demangles as c++ gnu v3 mangled symbol. But with extra Rust hash.
|
/netbsd-src/external/mit/libcbor/dist/doc/source/ |
H A D | internal.rst | 13 … during compilation (originated in the `Rust <http://www.rust-lang.org/>`_ community)
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
H A D | Security.rst | 48 * Pietro Albini (individual; Rust) 51 * Steve Klabnik (Oxide Computer Company; Rust) 219 …e can cause undesirable behavior. For example, a maliciously-crafter C or Rust source file can cau…
|
/netbsd-src/external/bsd/libfido2/dist/ |
H A D | README.adoc | 37 * Rust: https://github.com/PvdBerg1998/libfido2[libfido2]
|
/netbsd-src/external/apache2/argon2/dist/phc-winner-argon2/ |
H A D | README.md | 264 * [Rust](https://github.com/quininer/argon2-rs) by [@quininer](https://github.com/quininer) 265 * [Rust](https://docs.rs/argonautica/) by [@bcmyers](https://github.com/bcmyers/)
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | README.txt | 22 Rust provides WebAssembly support integrated into Cargo. There are two
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/ |
H A D | llvm_debuginfo.ml | 44 | Rust Constructor
|
H A D | llvm_debuginfo.mli | 44 | Rust Constructor
|
/netbsd-src/external/gpl3/binutils.old/dist/ld/scripttempl/ |
H A D | pep.sc | 500 /* For Go and Rust. */
|
H A D | pe.sc | 495 /* For Go and Rust. */
|
/netbsd-src/external/gpl3/binutils/dist/ld/scripttempl/ |
H A D | pe.sc | 495 /* For Go and Rust. */
|
H A D | pep.sc | 501 /* For Go and Rust. */
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/fast_float/ |
H A D | README.md | 115 - [There is a Rust port of the fast_float library](https://github.com/aldanor/fast-float-rust/) cal…
|
/netbsd-src/games/hack/ |
H A D | rumors | 333 Rust monsters love water. There are potions they hate, however.
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.def | 897 HANDLE_DW_LANG(0x001c, Rust, 0, 5, DWARF)
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2016 | 5328 * MAINTAINERS (Core): Add self as Rust maintainer. 5528 Call scan_partial_symbols for children when reading a Rust CU. 5532 read_func_scope for Rust. 7250 * NEWS: Add Rust item. 7255 * symtab.c (symbol_find_demangled_name): Handle Rust. 7256 * symfile.c (init_filename_language_table): Treat ".rs" as Rust. 7262 * dwarf2read.c (read_file_scope): Add Rust producer sniffing. 7265 (new_symbol_full, determine_prefix): Handle Rust.
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2016 | 5328 * MAINTAINERS (Core): Add self as Rust maintainer. 5528 Call scan_partial_symbols for children when reading a Rust CU. 5532 read_func_scope for Rust. 7250 * NEWS: Add Rust item. 7255 * symtab.c (symbol_find_demangled_name): Handle Rust. 7256 * symfile.c (init_filename_language_table): Treat ".rs" as Rust. 7262 * dwarf2read.c (read_file_scope): Add Rust producer sniffing. 7265 (new_symbol_full, determine_prefix): Handle Rust.
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3120 case EHPersonality::Rust: in isCatchAll()
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 26928 are added, one for Ada and one for Rust. 26934 example, the Rust code understands that &str is a string-like type, or 26976 Rust compilers do this. 26995 the DWARF reader to set this on Rust types. This will be used as a 27003 Refactor Rust code for slice-to-array operation 32262 * Makefile.def: Add Rust language. 33513 Rust, etc"). 33518 - for Rust, the correct function was found, but attributed the wrong name 48991 Special case "&str" in Rust parser 48992 "&str" is an important type in Rust -- it's the type of string [all …]
|
/netbsd-src/external/gpl3/gdb/dist/gdb/doc/ |
H A D | ChangeLog-1991-2021 | 1646 * gdb.texinfo (Rust): Update trait object status 2174 * gdb.texinfo (Supported Languages): Mention Rust. Update menu. 2175 (Rust): New node.
|
/netbsd-src/external/mit/libuv/dist/ |
H A D | ChangeLog | 3962 * readme: remove Rust from users (Elijah Andrews)
|