├── 000-template.md ├── LICENSE ├── README.md ├── comptime.md ├── error_handling.md ├── optional-option-result.md └── rfcs ├── 000-rfc-process.md ├── 000-third-party-software-installation.md └── 001-managed-ptr-type.md /000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlang/rfcs/HEAD/000-template.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlang/rfcs/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlang/rfcs/HEAD/README.md -------------------------------------------------------------------------------- /comptime.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlang/rfcs/HEAD/comptime.md -------------------------------------------------------------------------------- /error_handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlang/rfcs/HEAD/error_handling.md -------------------------------------------------------------------------------- /optional-option-result.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlang/rfcs/HEAD/optional-option-result.md -------------------------------------------------------------------------------- /rfcs/000-rfc-process.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlang/rfcs/HEAD/rfcs/000-rfc-process.md -------------------------------------------------------------------------------- /rfcs/000-third-party-software-installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlang/rfcs/HEAD/rfcs/000-third-party-software-installation.md -------------------------------------------------------------------------------- /rfcs/001-managed-ptr-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/vlang/rfcs/HEAD/rfcs/001-managed-ptr-type.md --------------------------------------------------------------------------------