Luís Ferreira
Luís Ferreira
To reduce the space usage significantly, the web pages should be minified as well as Javascript and CSS content.
This patch adds some restrictions if the library is compiled with LDC compiler targeting MSVC C runtime. Partially cherry picked from: ldc-developers/phobos --- We need this if we want to...
Signed-off-by: Luís Ferreira --- Add dlang as https://github.com/llvm/llvm-project/commit/9af467ed8b53adfe1c8d0788d874d7a8c08375de got merged and missing rust fuzzer.
Signed-off-by: Luís Ferreira
Signed-off-by: Luís Ferreira --- Previously reverted https://github.com/dlang/dmd/pull/13734 by https://github.com/dlang/dmd/pull/13742 . CC @ibuclaw .
https://github.com/dlang/DIPs/blob/master/DIPs/accepted/DIP1029.md Signed-off-by: Luís Ferreira --- - [x] Specification PR (https://github.com/dlang/dlang.org/pull/3082) - [x] DMD Implementation - [x] Tests - [x] Header generation of `throw` - [x] Templated functions: do they infer...
Signed-off-by: Luís Ferreira --- I made this critical, but I don't know the definition of critical/major, so please clarify and change accordingly, if necessary. For context, this behaviour is being...
This patch introduces errorSupplemental() to the import paths error to display extra information about them. These error messages are out of sync with `-J` flag, which have similar purposes. This...
Signed-off-by: Luís Ferreira
Signed-off-by: Luís Ferreira --- Related to https://github.com/dlang/dlang.org/pull/3120 . CC @kinke .