eliminate `lib` from ty crate
commitd8bc4b7ad65244abea466bb94cfd91c5e4b157a4
authorShayne Fletcher <shaynefletcher@fb.com>
Thu, 31 Mar 2022 16:39:37 +0000 (31 09:39 -0700)
committerFacebook GitHub Bot <facebook-github-bot@users.noreply.github.com>
Thu, 31 Mar 2022 16:39:37 +0000 (31 09:39 -0700)
tree95fdf22744988a1f74c44a0d49f3bb87b74e0448
parent78855aeeff219e73d00b1ed5cfd0ca67d3bb1c24
eliminate `lib` from ty crate

Summary: move the sources, rm the `lib` dir, rename `lib.rs` to `ty.rs`

Reviewed By: edwinsmith

Differential Revision: D35285564

fbshipit-source-id: de6ec9dadbb5c832604c4264e8c4532ad863a8df
25 files changed:
hphp/hack/src/rupro/ty/decl_defs.rs [moved from hphp/hack/src/rupro/ty/lib/decl_defs.rs with 100% similarity]
hphp/hack/src/rupro/ty/decl_defs/debug.rs [moved from hphp/hack/src/rupro/ty/lib/decl_defs/debug.rs with 100% similarity]
hphp/hack/src/rupro/ty/decl_defs/folded.rs [moved from hphp/hack/src/rupro/ty/lib/decl_defs/folded.rs with 100% similarity]
hphp/hack/src/rupro/ty/decl_defs/from_oxidized.rs [moved from hphp/hack/src/rupro/ty/lib/decl_defs/from_oxidized.rs with 100% similarity]
hphp/hack/src/rupro/ty/decl_defs/printer.rs [moved from hphp/hack/src/rupro/ty/lib/decl_defs/printer.rs with 100% similarity]
hphp/hack/src/rupro/ty/decl_defs/shallow.rs [moved from hphp/hack/src/rupro/ty/lib/decl_defs/shallow.rs with 100% similarity]
hphp/hack/src/rupro/ty/decl_defs/subst.rs [moved from hphp/hack/src/rupro/ty/lib/decl_defs/subst.rs with 100% similarity]
hphp/hack/src/rupro/ty/decl_defs/to_oxidized.rs [moved from hphp/hack/src/rupro/ty/lib/decl_defs/to_oxidized.rs with 100% similarity]
hphp/hack/src/rupro/ty/decl_defs/ty.rs [moved from hphp/hack/src/rupro/ty/lib/decl_defs/ty.rs with 100% similarity]
hphp/hack/src/rupro/ty/decl_error.rs [moved from hphp/hack/src/rupro/ty/lib/decl_error.rs with 100% similarity]
hphp/hack/src/rupro/ty/reason.rs [moved from hphp/hack/src/rupro/ty/lib/reason.rs with 100% similarity]
hphp/hack/src/rupro/ty/ty.rs [moved from hphp/hack/src/rupro/ty/lib/lib.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_defs/decl.rs [moved from hphp/hack/src/rupro/ty/lib/typing_defs/decl.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_defs/kind.rs [moved from hphp/hack/src/rupro/ty/lib/typing_defs/kind.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_defs/mod.rs [moved from hphp/hack/src/rupro/ty/lib/typing_defs/mod.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_defs/ty.rs [moved from hphp/hack/src/rupro/ty/lib/typing_defs/ty.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_defs/tyvar.rs [moved from hphp/hack/src/rupro/ty/lib/typing_defs/tyvar.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_defs/variance.rs [moved from hphp/hack/src/rupro/ty/lib/typing_defs/variance.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_error/error_code.rs [moved from hphp/hack/src/rupro/ty/lib/typing_error/error_code.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_error/error_primary.rs [moved from hphp/hack/src/rupro/ty/lib/typing_error/error_primary.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_error/error_reason.rs [moved from hphp/hack/src/rupro/ty/lib/typing_error/error_reason.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_error/mod.rs [moved from hphp/hack/src/rupro/ty/lib/typing_error/mod.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_prop/constraint.rs [moved from hphp/hack/src/rupro/ty/lib/typing_prop/constraint.rs with 100% similarity]
hphp/hack/src/rupro/ty/typing_prop/mod.rs [moved from hphp/hack/src/rupro/ty/lib/typing_prop/mod.rs with 100% similarity]
hphp/hack/src/rupro/ty/visitor.rs [moved from hphp/hack/src/rupro/ty/lib/visitor.rs with 100% similarity]