language
stringlengths
0
24
filename
stringlengths
9
214
code
stringlengths
99
9.93M
Rust
hhvm/hphp/hack/src/oxidized/gen/validation_err.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<6d78fc7af173c27b4cd4828dceee756a>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized/gen/xhp_attribute.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<45ff6a9e54c4b8cfe74bfbccd0f4b2eb>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized/impl_gen/aast_defs_impl_gen.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<882cd6bc03356d847900c351f3bfe650>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen...
Rust
hhvm/hphp/hack/src/oxidized/impl_gen/ast_defs_impl_gen.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<55a487601dee782c6c59f502f9a6b6e9>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen...
Rust
hhvm/hphp/hack/src/oxidized/impl_gen/mod.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<83c2b8796c29266af09243ccce223f95>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen...
Rust
hhvm/hphp/hack/src/oxidized/manual/aast_defs_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use crate::aast_defs::*; use crate::ast_defs::*; use crate::pos::Pos; impl Lid { pub fn new(p: Pos, s: String) -> Self { Se...
Rust
hhvm/hphp/hack/src/oxidized/manual/aast_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use std::borrow::Cow; use crate::aast::*; use crate::ast_defs; use crate::pos::Pos; macro_rules! vec_wrapper { (<$($tparam:ident),...
Rust
hhvm/hphp/hack/src/oxidized/manual/ast_defs_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use bstr::BStr; use crate::ast_defs::*; use crate::naming_error; use crate::pos::Pos; impl ShapeFieldName { pub fn get_name(&self)...
Rust
hhvm/hphp/hack/src/oxidized/manual/blame_set.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use std::cmp::Ordering; use no_pos_hash::NoPosHash; use ocamlrep::FromOcamlRepIn; use ocamlrep::ToOcamlRep; use serde::Deserialize; use...
Rust
hhvm/hphp/hack/src/oxidized/manual/custom_error_config_impl.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use std::fs::File; use std::io::BufReader; use std::path::Path; use std::str::FromStr; use anyhow::Context; use anyhow::Result; use ha...
Rust
hhvm/hphp/hack/src/oxidized/manual/decl_counters.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type TracingInfo = ();
Rust
hhvm/hphp/hack/src/oxidized/manual/decl_env.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type Env = ();
Rust
hhvm/hphp/hack/src/oxidized/manual/decl_parser_options_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use parser_core_types::parser_env::ParserEnv; use crate::decl_parser_options::DeclParserOptions; use crate::parser_options::ParserOptio...
Rust
hhvm/hphp/hack/src/oxidized/manual/direct_decl_parser.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use no_pos_hash::NoPosHash; use ocamlrep::FromOcamlRep; use ocamlrep::ToOcamlRep; use serde::Deserialize; use serde::Serialize; pub use ...
Rust
hhvm/hphp/hack/src/oxidized/manual/errors_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use std::cmp::Ordering; use crate::errors::*; use crate::message::Message; use crate::pos::Pos; use crate::quickfix::Edit; use crate::q...
Rust
hhvm/hphp/hack/src/oxidized/manual/full_fidelity_parser_env_impl.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use parser_core_types::parser_env::ParserEnv; use crate::full_fidelity_parser_env::FullFidelityParserEnv; impl From<FullFidelityPars...
Rust
hhvm/hphp/hack/src/oxidized/manual/global_options_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use crate::custom_error_config::CustomErrorConfig; use crate::gen::global_options::GlobalOptions; use crate::gen::global_options::SavedS...
Rust
hhvm/hphp/hack/src/oxidized/manual/ident.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type Ident = isize;
Rust
hhvm/hphp/hack/src/oxidized/manual/internal_type_set.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use crate::typing_defs::InternalType; pub type ITySet = std::collections::BTreeSet<InternalType>;
Rust
hhvm/hphp/hack/src/oxidized/manual/i_map.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type IMap<T> = std::collections::BTreeMap<isize, T>;
Rust
hhvm/hphp/hack/src/oxidized/manual/i_set.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type ISet = std::collections::BTreeSet<isize>;
Rust
hhvm/hphp/hack/src/oxidized/manual/lazy.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use eq_modulo_pos::EqModuloPos; use no_pos_hash::NoPosHash; use ocamlrep::FromOcamlRep; use ocamlrep::ToOcamlRep; use serde::Deserialize...
Rust
hhvm/hphp/hack/src/oxidized/manual/local_id.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type LocalId = (isize, String); pub fn make_unscoped(name: impl Into<String>) -> LocalId { (0, name.into()) } pub mod map { ...
Rust
hhvm/hphp/hack/src/oxidized/manual/local_id_map.rs
// Copyright (c) 2019, Facebook, Inc. // All rights reserved. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use no_pos_hash::NoPosHash; use ocamlrep::FromOcamlRep; use ocamlrep::ToOcamlRep; use serde::Deserialize; use serde::Serialize...
Rust
hhvm/hphp/hack/src/oxidized/manual/method_flags.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use bitflags::bitflags; use eq_modulo_pos::EqModuloPos; // NB: Keep the values of these flags in sync with shallow_decl_defs.ml. bitfl...
Rust
hhvm/hphp/hack/src/oxidized/manual/mod.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub use crate::gen::aast_defs as aast; pub mod aast_defs_impl; pub mod aast_impl; pub mod ast_defs_impl; pub mod custom_error_config_imp...
Rust
hhvm/hphp/hack/src/oxidized/manual/namespace_env_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use hh_autoimport_rust as hh_autoimport; use crate::gen::namespace_env::Env; impl Env { pub fn empty( auto_ns_map: Vec<(St...
Rust
hhvm/hphp/hack/src/oxidized/manual/naming_phase_error_impl.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use crate::naming_error::NamingError; use crate::naming_phase_error::ExperimentalFeature; use crate::naming_phase_error::NamingPhaseEr...
Rust
hhvm/hphp/hack/src/oxidized/manual/package_info_impl.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use crate::gen::package_info::PackageInfo; use crate::manual::s_map::SMap; impl Default for PackageInfo { fn default() -> Self { ...
Rust
hhvm/hphp/hack/src/oxidized/manual/prop_flags.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use bitflags::bitflags; use eq_modulo_pos::EqModuloPos; // NB: Keep the values of these flags in sync with shallow_decl_defs.ml. bitfl...
Rust
hhvm/hphp/hack/src/oxidized/manual/saved_state_rollouts_impl.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use std::fmt::Debug; use crate::gen::saved_state_rollouts::Flag; use crate::gen::saved_state_rollouts::FlagName; use crate::gen::save...
Rust
hhvm/hphp/hack/src/oxidized/manual/scoured_comments_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use crate::errors::ErrorCode; use crate::i_map::IMap; use crate::pos::Pos; use crate::scoured_comments::Fixmes; use crate::scoured_comme...
Rust
hhvm/hphp/hack/src/oxidized/manual/shallow_decl_defs_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use crate::file_info::NameType; use crate::shallow_decl_defs::Decl; impl Decl { pub fn kind(&self) -> NameType { match self ...
Rust
hhvm/hphp/hack/src/oxidized/manual/shape_map.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use std::cmp::Ordering; use ocamlrep::FromOcamlRep; use ocamlrep::ToOcamlRep; use serde::Deserialize; use serde::Serialize; use crate:...
Rust
hhvm/hphp/hack/src/oxidized/manual/symbol_name.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub mod fun_set { pub type FunSet = std::collections::BTreeSet<String>; } pub mod type_set { pub type TypeSet = std::collection...
Rust
hhvm/hphp/hack/src/oxidized/manual/s_map.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type SMap<T> = std::collections::BTreeMap<String, T>;
Rust
hhvm/hphp/hack/src/oxidized/manual/s_set.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type SSet = std::collections::BTreeSet<String>;
Rust
hhvm/hphp/hack/src/oxidized/manual/tany_sentinel.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use eq_modulo_pos::EqModuloPos; use no_pos_hash::NoPosHash; use ocamlrep::FromOcamlRep; use ocamlrep::FromOcamlRepIn; use ocamlrep::ToOc...
Rust
hhvm/hphp/hack/src/oxidized/manual/typing_defs_core_impl.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use crate::ast_defs::Id; use crate::pos::Pos; use crate::typing_defs_core::ConsistentKind; use crate::typing_defs_core::PosId; use cra...
Rust
hhvm/hphp/hack/src/oxidized/manual/typing_defs_flags.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use bitflags::bitflags; use eq_modulo_pos::EqModuloPos; use crate::xhp_attribute; use crate::xhp_attribute::XhpAttribute; // NB: Keep ...
Rust
hhvm/hphp/hack/src/oxidized/manual/typing_env.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree.
Rust
hhvm/hphp/hack/src/oxidized/manual/typing_logic.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use no_pos_hash::NoPosHash; use ocamlrep::FromOcamlRep; use ocamlrep::ToOcamlRep; use serde::Deserialize; use serde::Serialize; use cra...
Rust
hhvm/hphp/hack/src/oxidized/manual/typing_reason_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use crate::pos::Pos; use crate::typing_reason::*; impl Reason { pub fn pos(&self) -> Option<&Pos> { use T_::*; matc...
Rust
hhvm/hphp/hack/src/oxidized/manual/typing_set.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use crate::typing_defs::Ty; pub type TySet = std::collections::BTreeSet<Ty>;
Rust
hhvm/hphp/hack/src/oxidized/manual/t_shape_map.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use std::cmp::Ordering; use std::hash::Hash; use std::hash::Hasher; use eq_modulo_pos::EqModuloPos; use no_pos_hash::NoPosHash; use oca...
Rust
hhvm/hphp/hack/src/oxidized/stubs/mod.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub mod opaque_digest;
Rust
hhvm/hphp/hack/src/oxidized/stubs/opaque_digest.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use no_pos_hash::NoPosHash; use ocamlrep::FromOcamlRep; use ocamlrep::FromOcamlRepIn; use ocamlrep::ToOcamlRep; use serde::Deserialize; ...
Rust
hhvm/hphp/hack/src/oxidized/stubs/stats_container.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use ocamlrep::OcamlRep; #[derive(Clone, Debug, OcamlRep)] pub struct StatsContainer(());
TOML
hhvm/hphp/hack/src/oxidized_by_ref/Cargo.toml
# @generated by autocargo [package] name = "oxidized_by_ref" version = "0.0.0" edition = "2021" [lib] path = "lib.rs" [dependencies] arena_collections = { version = "0.0.0", path = "../arena_collections" } arena_deserializer = { version = "0.0.0", path = "../utils/arena_deserializer" } arena_trait = { version = "0.0...
Text
hhvm/hphp/hack/src/oxidized_by_ref/copy_types.txt
aast_defs::CtxRefinement aast_defs::Hint_ aast_defs::ParamKind aast_defs::Refinement aast_defs::ReifyKind aast_defs::Sid aast_defs::Tprim aast_defs::TypeRefinement aast_defs::XhpChild aast_defs::Afield aast_defs::AsExpr aast_defs::AssertExpr aast_defs::Case aast_defs::CaType aast_defs::ClassAttr aast_defs::ClassConstKi...
Text
hhvm/hphp/hack/src/oxidized_by_ref/extern_types.txt
oxidized::aast::Abstraction oxidized::aast::BreakContinueLevel oxidized::aast::CallType oxidized::aast::ConstraintKind oxidized::aast_defs::Abstraction oxidized::aast_defs::BreakContinueLevel oxidized::aast_defs::CallType oxidized::aast_defs::ConstraintKind oxidized::aast_defs::EmitId oxidized::aast_defs::EnvAnnot oxid...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/lib.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. #[macro_use] extern crate rust_to_ocaml_attr; mod manual; pub use manual::aast; pub use manual::decl_counters; pub use manual::decl_en...
Text
hhvm/hphp/hack/src/oxidized_by_ref/owned_types.txt
aast_defs::Tprim aast::Tprim decl_defs::CollectionStyle decl_defs::ConsistentKind decl_defs::SourceType decl_defs::XhpAttr ident::Ident lazy::Lazy method_flags::MethodFlags package::PackageRelationship prop_flags::PropFlags saved_state_rollouts::Flag saved_state_rollouts::FlagName saved_state_rollouts::SavedStateRollou...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/decl_visitor/mod.rs
// Copyright (c) 2019, Facebook, Inc. // All rights reserved. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. mod node; mod node_impl; mod node_impl_gen; mod visitor; pub use node::Node; pub use visitor::Visitor; #[cfg(test)] mod test...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/decl_visitor/node.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<3a75b3a4d0be8c85ac53ef279f68c594>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/decl_visitor/node_impl.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<ae852b421df74b25827b73ee9d48536c>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/decl_visitor/node_impl_gen.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<a93abfd5636a811ddbd1577130bd86b2>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/decl_visitor/visitor.rs
// Copyright (c) Meta Platforms, Inc. and affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<0f6a7ecb7b50461b7df35f10267fc90b>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/aast_defs.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<b81b36634ae444197c045dcfb60026b1>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/ast_defs.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<f427e293843f8825a2841b7dc2415dcc>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/custom_error.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<a5113df8c1279f500ed10d16affa9f87>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/custom_error_config.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<c9bf242ea153714ce7d72bb11b59dfdf>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/decl_defs.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<aa626adf7069408ff2f7a1b99ed48c3f>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/decl_reference.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<c9bfb8b7cc78857b432d31eb7a5ff7fa>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/error_message.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<4dc517f09c9acf71e5cd9bb3d3d5b3eb>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/file_info.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<fb5ff079a89c68380480970d4f614b8b>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/mod.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<9f072f8c3bcc6d2b481c2cd3f7578681>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/namespace_env.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<368257bd4c4688bbc50cd37c51ed2c99>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/naming_types.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<62a09967f3cfd6bc4dd7bac1920eecae>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/nast.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<e1f7c4315534fa030ee38848de1e0dab>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/package.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<816964a7858f754b9c9dc19c7a7ac8fc>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/package_info.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<bbff39aecb12a1efd0015747e28cacda>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/patt_binding_ty.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<81f3e6cb37f9bc0dfb3feab41b70da02>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/patt_error.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<554751c6b1c8c482caaf712ff0a6f573>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/patt_locl_ty.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<e95a5ef8ef6ac2ee707fdfa4bcf42b2d>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/patt_name.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<8dcd55d500eb9fb523fa66bdedb6afa6>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/patt_string.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<b482705793fe914788b26dded209874f>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/patt_var.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<4826549779f63262bf6fb1a12042cc65>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/pos_or_decl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<a4c5bf9eaa0c0dff42bcc3607d98c32e>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/prim_defs.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<3848445b90ddb2b2d90914f70d82da6c>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/saved_state_rollouts.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<3b5e5d7c7962e66bdae7d01579254161>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/scoured_comments.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<0e6541cebeeacf54b2561a67b7c474d0>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/shallow_decl_defs.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<63b5781d77a345d0550d3f22669c709c>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/typing_defs.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<5c069f61badd26a4321ba2a1d6effeb8>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/typing_defs_core.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<5df09e7bcd3abfa6a016e00669296eb0>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/typing_reason.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<3a4dfa2e87ef77c367607023f710fddf>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/validation_err.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<d6584c49e865d3a71dee62de07acc351>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/gen/xhp_attribute.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. // // @generated SignedSource<<a6bd61584082d894cbc5908b69710d9a>> // // To regenerate this file, run: // hphp/hack/src/oxidized_regen.s...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/ast_defs_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use bstr::BStr; use crate::ast_defs::*; use crate::pos::Pos; impl<'a> ShapeFieldName<'a> { pub fn get_name(&self) -> &'a BStr { ...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/decl_counters.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type TracingInfo<'a> = ();
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/decl_env.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type Env<'a> = ();
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/direct_decl_parser.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use arena_collections::List; use arena_trait::TrivialDrop; use no_pos_hash::NoPosHash; use ocamlrep::FromOcamlRepIn; use ocamlrep::ToOca...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/global_options_impl.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use crate::gen::global_options::GlobalOptions; use crate::gen::global_options::SavedState; use crate::gen::global_options::SavedStateLoa...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/ident.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub use oxidized::ident::*;
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/i_map.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type IMap<'a, T> = arena_collections::map::Map<'a, isize, T>;
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/i_set.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type ISet<'a> = arena_collections::set::Set<'a, isize>;
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/lazy.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use eq_modulo_pos::EqModuloPos; use no_pos_hash::NoPosHash; use ocamlrep::FromOcamlRep; use ocamlrep::FromOcamlRepIn; use ocamlrep::ToOc...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/local_id.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use eq_modulo_pos::EqModuloPos; use no_pos_hash::NoPosHash; use ocamlrep::FromOcamlRepIn; use ocamlrep::ToOcamlRep; use serde::Deseriali...
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/local_id_map.rs
// Copyright (c) 2019, Facebook, Inc. // All rights reserved. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. pub type LocalIdMap<'a, T> = crate::local_id::map::Map<'a, T>;
Rust
hhvm/hphp/hack/src/oxidized_by_ref/manual/method_flags.rs
// Copyright (c) Facebook, Inc. and its affiliates. // // This source code is licensed under the MIT license found in the // LICENSE file in the "hack" directory of this source tree. use bitflags::bitflags; use eq_modulo_pos::EqModuloPos; // NB: Keep the values of these flags in sync with shallow_decl_defs.ml. bitfl...