www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.learn

Dec 29 2018    Why can't or shouldn't I just hash the address of an object? And how. (3)
Dec 27 2018    Working with randomSample (3)
Dec 26 2018    Filter AA at compile time (1)
Dec 26 2018    typeof function literals which define the types of its parameters but (9)
Dec 26 2018    Should this library binding work? (1)
Dec 26 2018    Are the below statements equivalent? (3)
Dec 26 2018    Copyright for reworked Phobos code in Mir (3)
Dec 26 2018    Is there any working SQLite driver for windows? (4)
Dec 25 2018    Handling signals in D (2)
Dec 25 2018    Determination of thread status. (10)
Dec 24 2018    Qualified class opEquals() (5)
Dec 24 2018    DLang BetterC dynamic arrays (3)
Dec 24 2018    DSFML linking fails (5)
Dec 23 2018    Best Way to Pass Template Typed Alias Parameters for Functions? (7)
Dec 23 2018    cas and interfaces (5)
Dec 23 2018    class template conflict (11)
Dec 22 2018    Is InputRange intentionally more restrictive than isInputRange? (1)
Dec 22 2018    Polymorphic hashOf (1)
Dec 22 2018    How to deprecate member function from outside? (5)
Dec 21 2018    How to reuse the space of RAM of an array of strings? (5)
Dec 21 2018    Defining a class toHash() that include the typeinfo (1)
Dec 21 2018    D1 question: does anyone has bud (build) tool available for download? (5)
Dec 21 2018    Some Fundamental Paradigm Questions (4)
Dec 20 2018    Optimal implementation of identity function (1)
Dec 19 2018    Weird const behavior (7)
Dec 19 2018    Mixin operator 'if' directly (14)
Dec 19 2018    using dub to compile plugins (9)
Dec 19 2018    chunkBy array at compile time (7)
Dec 18 2018    How to build dmd properly? (4)
Dec 18 2018    Checking if CTFE is used? (9)
Dec 18 2018    Reverse and sort array elements (5)
Dec 18 2018    Temporary trusted scope (17)
Dec 17 2018    saving std.random RNG state (3)
Dec 17 2018    Reverse JSON toPrettyString (2)
Dec 17 2018    Symbol registerMemoryErrorHandler not found when compiling with LDC (2)
Dec 16 2018    Doubt about this book: The D Programming Language (15)
Dec 16 2018    dscanner --ctags: local variables, functions, ... are now shown in (3)
Dec 15 2018    erlang NIF written in D? (2)
Dec 15 2018    Orphan format arguments: args[0..1] (4)
Dec 15 2018    mir.ndslice: assign a vector to a matrix row (6)
Dec 15 2018    Shared static this() not executed for unittest (6)
Dec 15 2018    How to define class type array? (1)
Dec 14 2018    How to initialize a globle variable nicely and properly? (5)
Dec 14 2018    Anonymous mapped regions increases unlimitely on spawn (5)
Dec 14 2018    Map of functions (7)
Dec 14 2018    Indentation in emacs d-mode (2)
Dec 14 2018    2D-all? (2)
Dec 13 2018    Bug in shifting (8)
Dec 13 2018    Print RAM used by arrays (3)
Dec 13 2018    Can you move a disabled this(this) struct in to a container type if (9)
Dec 13 2018    Turn GC allocated string into a scoped heap allocation (4)
Dec 12 2018    Can you move a disabled this struct in to a container type if it's an (3)
Dec 12 2018    how to initialize nested struct elegantly? (3)
Dec 12 2018    How to get the name of member function through an alias of that (3)
Dec 11 2018    Why do ints defined in template mixins have garbage values? (10)
Dec 11 2018    imports in a Separate File? (3)
Dec 11 2018    D do not know which function to use apparently (6)
Dec 11 2018    How to split strings into AA using phobos (5)
Dec 10 2018    Atomic bit operations (3)
Dec 10 2018    How to set constant value to environment variable at compile time? (5)
Dec 09 2018    How may I tell dub where to find a C library for linking? (4)
Dec 09 2018    Calling function explicitly from mixin template results in recursive (4)
Dec 08 2018    dmd -unittest works poorly with executables (4)
Dec 08 2018    Library settings, best practices? (3)
Dec 08 2018    ElementType of MapResult is a delegate?? (3)
Dec 08 2018    cannot use local f as parameter to non-global template (4)
Dec 07 2018    Writing Program Without main Function (6)
Dec 07 2018    std.algorithm.canFind behavior difference between arrays and elements (11)
Dec 07 2018    Code review - disjoint sets (1)
Dec 07 2018    Imports and Subfolders and Links (Oh, My!) (9)
Dec 06 2018    Trying to get current function name results in compiler error with (3)
Dec 06 2018    Compiling a template (5)
Dec 06 2018    struct =?UTF-8?B?c3Rhwq10aWMgaW5pwq10aWFswq0=?= =?UTF-8?B?aXplcg==?= (4)
Dec 05 2018    Ambiguous virtual function (3)
Dec 05 2018    public imports (6)
Dec 05 2018    Messing with OpenGL in D (7)
Dec 05 2018    ddox and exempting dependencies (4)
Dec 04 2018    dub is building docs of dependencies (5)
Dec 04 2018    int[] as constructor (7)
Dec 04 2018    DirectXMath alternative (8)
Dec 03 2018    Non-blocking reads of a fifo (named pipe)? (3)
Dec 03 2018    .dup vs operation on all elements (6)
Dec 03 2018    Initialize static array without explicit length (4)
Dec 02 2018    File .. byLine (4)
Dec 02 2018    compile time sequence through dub config or commandline. (3)
Dec 02 2018    Nested sub packages in dub (2)
Nov 30 2018    Template matches more than one template declaration error when trying (2)
Nov 30 2018    serve-d break on every update of vs code (7)
Nov 30 2018    How to pass -J switch to compiler via DUB? (4)
Nov 29 2018    gcc 9 vs. dmd? (6)
Nov 29 2018    Function signature as string (3)
Nov 29 2018    getopt short-options documentation (3)
Nov 28 2018    Why pow() won't go beyond 2^31? (4)
Nov 28 2018    How to debug FinalizeError? (5)
Nov 28 2018    LDC2 win64 calling convention (7)
Nov 28 2018    How to center dlangui on screen (7)
Nov 27 2018    D & C++ class question (8)
Nov 27 2018    What can I use to parse a date string in a custom format? (2)
Nov 26 2018    How do I the temlate parameter name as string? (4)
Nov 26 2018    derelict-sdl2 automatically stripping the SDL_ prefix from names (2)
Nov 26 2018    handling shared objects (7)
Nov 26 2018    Cannot build project due to Derelict package (3)
Nov 26 2018    __traits for checking if a type is dynamic array (slice) (5)
Nov 25 2018    Convert multibyte `string` to `dstring` (3)
Nov 25 2018    D Language 2.1 (2)
Nov 25 2018    dip1000 rule 5 (8)
Nov 25 2018    [Pegged] making parsing error informative (1)
Nov 24 2018    Reading XDR data from a file (1)
Nov 23 2018    How to iterate getSymbolsByUDA (9)
Nov 23 2018    version(StdDoc) (26)
Nov 23 2018    how to remove duplicate code in functional style (2)
Nov 23 2018    memoize & __traits(compiles...) (4)
Nov 23 2018    D is supposed to compile fast. (17)
Nov 21 2018    Wrapping a Dub project inside Meson (2)
Nov 21 2018    dub + ddoc (2)
Nov 21 2018    Integrate vibe.d into Windows Service (8)
Nov 20 2018    Can't read a constant value in compile time? (4)
Nov 20 2018    Throwing constructors and member destructors (6)
Nov 19 2018    Why does nobody seem to think that `null` is a serious problem in D? (75)
Nov 19 2018    task can't take a class method (4)
Nov 19 2018    generate debug file, DUB, LDC etc... (3)
Nov 18 2018    D vs perl6 (5)
Nov 18 2018    Neater enum + version (4)
Nov 18 2018    difficulties with const structs and alias this / template functions (17)
Nov 17 2018    Inconsistency between `AllMembers` and `hasMember` (10)
Nov 17 2018    Making external types available to mixins (9)
Nov 17 2018    D money data type compatible with postgresql money (4)
Nov 16 2018    interrupting a function (4)
Nov 16 2018    subsystem:windows and writeln (6)
Nov 16 2018    Compile time code generation (2)
Nov 16 2018    Fields with the same name not causing a warning? (9)
Nov 16 2018    Not able to load classes defined in archive file in Mac OSX using (8)
Nov 16 2018    How do you debug safe nogc code? Can't figure out how to print. (15)
Nov 16 2018    Sorting a subrange (3)
Nov 15 2018    what are the rules for nogc and safe attributes inference? (10)
Nov 15 2018    Where is there documentation on how to write inline asm? (9)
Nov 15 2018    opDispatch doesn't play nice with inheritance (6)
Nov 15 2018    Writing Postgresql extension in D (6)
Nov 14 2018    Vibe throw link error (1)
Nov 14 2018    Windows Service (3)
Nov 14 2018    passing subclass to superclass where parameter is a delegate for the (3)
Nov 14 2018    Could not setup D extension on vs code (5)
Nov 14 2018    Differences between group() and chunkBy() (2)
Nov 14 2018    Problem with opBinary (3)
Nov 13 2018    Is there any way for non-blocking IO with phobos? (4)
Nov 12 2018    Inherit from class based on bool value (7)
Nov 12 2018    How does calling function pointers work? (7)
Nov 10 2018    How do I use null in a struct? (4)
Nov 10 2018    Reading into the output of a long running shellExecute (3)
Nov 09 2018    dip1000: why can't the addressee come into existence later? (5)
Nov 09 2018    linker warnings and errors with bindbc-glfw (7)
Nov 09 2018    Using decodeFront with a generalised input range (7)
Nov 08 2018    Why is stdio ... stdio? (17)
Nov 08 2018    How do I install a library? (20)
Nov 08 2018    Exception slipping through the catch block? (12)
Nov 08 2018    A `dub test` problem... (2)
Nov 08 2018    Creating InputRanges from strings, files etc. (8)
Nov 08 2018    new returning the same memory.... (4)
Nov 08 2018    scoped classes and dependency inversion (10)
Nov 07 2018    is opOpAssign returning a value less than ideal ? (5)
Nov 07 2018    Checking for CTFE at compile-time (2)
Nov 07 2018    question about bitfields to decode websocket header (3)
Nov 07 2018    updated mir interface (9)
Nov 06 2018    Module function conflicting with reserve function (7)
Nov 05 2018    Is this a bug? +goto (21)
Nov 05 2018    Implicit cast to const of result returned from findSplit() (4)
Nov 04 2018    Putting dmd error through grep for dustmite (3)
Nov 04 2018    javascript or typescript (7)
Nov 04 2018    Accessing LPARAM param from SendMessage acts weird. (3)
Nov 04 2018    Overriding behaviour of `is` for small-sized-optimized strings (3)
Nov 03 2018    Need help with calling a list of functions (4)
Nov 03 2018    d word counting approach performs well but has higher mem usage (4)
Nov 03 2018    Why use while if only iterating once ? (5)
Nov 03 2018    Full precision double to string conversion (7)
Nov 02 2018    how do I activate contracts for phobos functions in dmd (4)
Nov 01 2018    Removing the precision from double (4)
Nov 01 2018    Dealing with raw types as attributes (12)
Oct 31 2018    expanding variadic into format (8)
Oct 30 2018    std.math log and family (6)
Oct 30 2018    How in the name of D do you deal with more than one optional template (3)
Oct 30 2018    DirectX bindings (3)
Oct 29 2018    anyway to set a const object after the fact? (9)
Oct 29 2018    Small or big dub packages (4)
Oct 29 2018    Profiling with DUB? (4)
Oct 28 2018    struggling to link against a C global in D (win/vs2017) (11)
Oct 28 2018    how to make '==' safe for classes? (8)
Oct 27 2018    is function pointer least significant bit always zero ? (2)
Oct 27 2018    link errors when using extern (C) structs (8)
Oct 27 2018    Dub Renaming source/app.d makes project a library (3)
Oct 27 2018    Variant of chunkBy that can lazily split a string on case-changes (2)
Oct 26 2018    getting Win32 Messagebox to work (12)
Oct 25 2018    Help needed to extend the core.thread (2)
Oct 25 2018    Pegged: spaces (5)
Oct 25 2018    Built-in array opSliceAssign (9)
Oct 23 2018    test a dfeed bug (1)
Oct 22 2018    allow on stack with betterC (13)
Oct 22 2018    Generate range (3)
Oct 22 2018    need help about get all public static function name (13)
Oct 21 2018    error initializing an immutable struct member with a function that (1)
Oct 21 2018    Can this recursive template type with named type parameters be (2)
Oct 20 2018    Building GUI projects with D (5)
Oct 19 2018    Can opApply be made nogc? (4)
Oct 18 2018    assigment to null class object member compiled? is this a bug? (6)
Oct 18 2018    Why is dynamic array length required here? (5)
Oct 18 2018    Path.GetDirectoryName for D? (2)
Oct 18 2018    How to store unique values of array in another array (5)
Oct 18 2018    Error: non-shared method core.sync.condition.Condition.notify is not (4)
Oct 17 2018    Documents about ddoc? and markdown in ddoc? (3)
Oct 17 2018    How do you get a .dub project to build / run / debug in Visual D? (1)
Oct 17 2018    Access program args outside of main (3)
Oct 17 2018    Can Scope Be Used for Anonymous Objects? (7)
Oct 17 2018    why is the default floating point value NAN ? (4)
Oct 17 2018    Who can stop it ? Help me,thank you. (5)
Oct 17 2018    lazy variables (14)
Oct 17 2018    betterC generate dynamic array throw Error: TypeInfo cannot be used (5)
Oct 16 2018    Which Docker to use? (9)
Oct 16 2018    how to get UDA only for methods (2)
Oct 16 2018    Why doesn't foreach support iterating? (2)
Oct 16 2018    Do D's std.signals check for already-connected slot and simply ignore (2)
Oct 16 2018    Dealing with ranges where front and popFront do the same logic / eager (5)
Oct 16 2018    longjmp [still] crashes on windows? (2)
Oct 16 2018    Is there a way to use std.regex at compile-time? (4)
Oct 16 2018    ref tidy way to defreference or is something else going on ? (2)
Oct 16 2018    When does GC run? (4)
Oct 16 2018    Access violation connecting a signal / slot (2)
Oct 15 2018    Is this a bug? (9)
Oct 15 2018    Reading binary streams with decoding to Unicode (8)
Oct 14 2018    How can I induce implicit type convesion with alias this on calling (3)
Oct 14 2018    Noob question about structs allocation (5)
Oct 14 2018    Help about Template and class inheritance (3)
Oct 13 2018    Keeping a subset of pages allocate via a single call to mmap() (3)
Oct 13 2018    ported a sortable list from my old C code (6)
Oct 12 2018    custom sorting of lists ? (17)
Oct 12 2018    std.regex is fat (7)
Oct 11 2018    LDC2 -I option results in unresolved externals (3)
Oct 11 2018    Has Anyone has this same Issue Please? (2)
Oct 10 2018    Interesting Observation from JAXLondon (1)
Oct 10 2018    static foreach (2)
Oct 10 2018    Using . notation abstractly (4)
Oct 10 2018    typo mapNode[6]* exits; instead of mapNode*[6] exits; but whats it (3)
Oct 10 2018    Why are 2-D arrays reversed? (6)
Oct 09 2018    Can i watch folders/files for changes with D language? (6)
Oct 09 2018    Copy parameters from function passed as an alias (8)
Oct 09 2018    How do you iterate "vertically" over a 2-D array? (4)
Oct 09 2018    Process Pipes (8)
Oct 08 2018    Trying to make FreeList Allocator example compile (2)
Oct 08 2018    Details on how aggregates are constructed with `new` and later (3)
Oct 08 2018    Is there an efficient byte buffer queue? (7)
Oct 07 2018    Data structures and algorithms in D? (8)
Oct 07 2018    Home Brew dmd update 2.082 (2)
Oct 06 2018    Dub dependency conflict resolution (3)
Oct 06 2018    Is there a function for this? (12)
Oct 05 2018    DMD release build being faster than debug! (4)
Oct 05 2018    Alligned gc allocation of struct (6)
Oct 04 2018    Error: variable 'xyz' has scoped destruction, cannot build closure (8)
Oct 04 2018    Private struct constructor (8)
Oct 03 2018    Interfacing D with C++ functions that take reference values (2)
Oct 03 2018    What does -vtls compiler flag does and ... (10)
Oct 03 2018    Template/mixin ideas? (6)
Oct 03 2018    Template return type? (3)
Oct 03 2018    Compile time sequences (6)
Oct 02 2018    Dynamic Minimum width with Format / writefln (4)
Oct 02 2018    How to convert this function into a template ? (7)
Oct 02 2018    GC page and block metadata storage (3)
Oct 01 2018    Dlang tour - Unittesting example (9)
Oct 01 2018    Use std.traits.getSymbolsByUDA to access members of instance. (2)
Oct 01 2018    Wrong module initialization order when building with Dub on Windows? (5)
Oct 01 2018    Use nested functions as callbacks with Windows API functions? (6)
Oct 01 2018    How to implement D to HTML pages ? (8)
Oct 01 2018    contracts in interfaces: do they work, do I have to do something to (2)
Oct 01 2018    Invalid string literal in ASM (4)
Sep 30 2018    Linking with a non-default druntime (9)
Sep 30 2018    inline ASM function calling conventions. (6)
Sep 30 2018    New With Struct and Getting Class Object Pointers (8)
Sep 29 2018    Does the WInMain function is mandatory ? (12)
Sep 29 2018    Prevent opening binary/other garbage files (7)
Sep 28 2018    Delegates with stackpointers (3)
Sep 27 2018    vibe.d error (3)
Sep 26 2018    Is there a way to use Object.factory with templated classes? Or some (23)
Sep 26 2018    Weird compilation error only as static library (3)
Sep 25 2018    is there something like `stm32-rs` in D? (5)
Sep 25 2018    Can I create static c callable library? (15)
Sep 24 2018    Running tests for a large library on Windows (3)
Sep 24 2018    Performance of GC.collect() for single block of `byte`s (9)
Sep 21 2018    transposed with enforceNotJagged not throwing? (5)
Sep 21 2018    Get variables with call stack (4)
Sep 21 2018    Converting a character to upper case in string (10)
Sep 20 2018    Destructor and postblit with scope qualifier (1)
Sep 20 2018    Entry point errors when using LDC to compile Windows Subsystem module (3)
Sep 20 2018    -O flag ; automatic cast in a bitshift (5)
Sep 20 2018    std.process.execute without capturing stderr? (6)
Sep 19 2018    Simple parallel foreach and summation/reduction (11)
Sep 16 2018    Is it possible to translate this API's C headers? (8)
Sep 16 2018    Fast linear search for non-null key in slice of Nullable(T, T.max) (3)
Sep 16 2018    Manual delegates (5)
Sep 16 2018    try find the fastest way to convert a group string into index? (6)
Sep 16 2018    Cannot use UFCS in lambda? (4)
Sep 15 2018    Getting started with separate compilation (1)
Sep 15 2018    Why do some attributes have an symbol and others don't? (2)
Sep 14 2018    array to string functional? (12)
Sep 14 2018    dealing with very long paths and names (7)
Sep 13 2018    remove file access denied (11)
Sep 12 2018    Shared, ref, arrays, and reserve template instantiation (5)
Sep 12 2018    Variadic template with template arguments in pairs (3)
Sep 12 2018    Pass 'this' as reference (8)
Sep 12 2018    x64 Privileged instruction (6)
Sep 11 2018    DMD32 compiling gtkd out of memory on 32bit Windows 7 machine (5)
Sep 11 2018    enforce with return type RegexMatch!string (1)
Sep 10 2018    dub doesn't work with dmd 1:2.082.0-1.0? (9)
Sep 10 2018    DlangUI and android (3)
Sep 09 2018    "immutable string" vs "const string*" (7)
Sep 08 2018    dub windows unrecognised file extension a (3)
Sep 08 2018    thread phobos and creating threads (6)
Sep 08 2018    Returning dynamic array from the function? (6)
Sep 08 2018    Is it's correct to say that ALL types that can grow are place on heap? (10)
Sep 07 2018    Error: expression `update` of type `void` does not have a boolean (6)
Sep 07 2018    GTKD for android? (3)
Sep 07 2018    compiler asserts (1)
Sep 07 2018    [vibe-d/dub] Lin (5)
Sep 07 2018    std.process: spawnProcess (11)
Sep 07 2018    dip1000 issue (5)
Sep 06 2018    Alias this and opDispatch override (2)
Sep 06 2018    Slicing betterC (4)
Sep 06 2018    file io (5)
Sep 06 2018    linking trouble (4)
Sep 06 2018    Bug with writeln? (10)
Sep 05 2018    hasAliasing with nested static array bug ? (4)
Sep 05 2018    How to understand context type of a delegate? (3)
Sep 04 2018    Function parameter type inference: is this example working as (3)
Sep 04 2018    C++ GLM(OpenGL Mathematics) D Equivalent. (5)
Sep 04 2018    Mutable ForwardRange save() method not callable using const object (4)
Sep 03 2018    assumeNoGC works but can't get an assumePure to work (3)
Sep 03 2018    Process in parallel and output result to stdout theread-safely (5)
Sep 03 2018    Structures and CTFE (6)
Sep 03 2018    Meson issue with -L--export-dynamic flag (3)
Sep 03 2018    Pass lambda into template (4)
Sep 02 2018    Load entire file, as a char array. (8)
Sep 02 2018    Example of using C API from D? (13)
Sep 01 2018    anyway to debug nogc code with writeln? (4)
Sep 01 2018    If I have an external test runner, can I get visibility up internal (1)
Sep 01 2018    ldc2 crashes when trying to compile my app (4)
Sep 01 2018    (u)byte calling char overload instead of int (2)
Aug 31 2018    Is there any reason to use non-ref foreach? (8)
Aug 31 2018    How to use listener.d example? (10)
Aug 30 2018    extern __gshared const(char)* symbol fails (9)
Aug 30 2018    Is this a good idea? (5)
Aug 30 2018    Cannot make sense of LLD linker error with ldc 1.11.0 (9)
Aug 30 2018    Can't print enum values (7)
Aug 30 2018    Static foreach internal variable (4)
Aug 29 2018    Mimicking IID_PPV_ARGS (4)
Aug 28 2018    Can you get typeof(this) in a mixin template - trying to mimic a (3)
Aug 28 2018    Weird (buggy) behaviour of "protected static" in classes (1)
Aug 28 2018    Create constraint for each parameter in template arg pack (6)
Aug 28 2018    Pass Socket to new thread (4)
Aug 27 2018    tupleof function parameters? (5)
Aug 27 2018    the "from" template and parameterized functions (1)
Aug 27 2018    How to mixin repeated text? (3)
Aug 27 2018    How to pass alias as template parameter? (3)
Aug 26 2018    Can passing an address of this to a non-copyable object be made (4)
Aug 26 2018    Is there a simple way to check if value is null for every case? (12)
Aug 25 2018    Solving the impossible? (17)
Aug 25 2018    How do you actually run the "Start a minimal webserver" example on the (4)
Aug 25 2018    Circular reference error gone after inspecting members (4)
Aug 25 2018    Null-Coalescing Operator and Extensions (11)
Aug 25 2018    Clock.currTime differs from SysTime (3)
Aug 24 2018    "The D Way" to run a sequence of executables? (6)
Aug 24 2018    Patterns to avoid GC with capturing closures? (6)
Aug 24 2018    Fast OpenGL-based visualization engine mainly for animated (5)
Aug 24 2018    Cross compile windows programs on linux (6)
Aug 24 2018    Parallelizing factorial computation (3)
Aug 24 2018    Get max elemenr over RegexMatch (2)
Aug 22 2018    Nested template arguments (5)
Aug 22 2018    Test if variable has void value (2)
Aug 22 2018    Templated operator overloading (5)
Aug 22 2018    How to map elements of a tuple? (3)
Aug 22 2018    [Unit tests] Mocking D objects (4)
Aug 21 2018    Coreect way to create delegate for struct method. (6)
Aug 21 2018    Cast to original type each argument in template pack (2)
Aug 20 2018    Pure opEquals in a class (2)
Aug 20 2018    Dub and it's build directory (3)
Aug 20 2018    Auto keyword and when to use it (15)
Aug 20 2018    UDA on double nested struct (3)
Aug 20 2018    Trouble with LDC2 and definition file to hide console? (7)
Aug 20 2018    Make function alias (7)
Aug 20 2018    Deduce type of struct in function arguments (11)
Aug 20 2018    ushort + ushort = int? (10)
Aug 19 2018    D need an ORM library! (12)
Aug 19 2018    Generically call a function on Variant's payload? (15)
Aug 19 2018    Are properties mature enough? (6)
Aug 19 2018    Using .length returns incorrect number of elements (6)
Aug 19 2018    Static initialization of static arrays is weird (3)
Aug 19 2018    how to build DSFMLC ? (2)
Aug 19 2018    How to phrase RIP addressing in assembly under Linux AMD64 (3)
Aug 17 2018    Calling convention for ASM on Linux AMD64 (4)
Aug 17 2018    Load D shared library on windows x64 (7)
Aug 17 2018    Set optional function parameter (3)
Aug 17 2018    getopt defaultGetoptPrinter is not safe. Is there a reason for that? (3)
Aug 16 2018    Phobos docs in pdf? (5)
Aug 16 2018    Possible bug in associative array implementation (and/or safe (7)
Aug 15 2018    A devil self reference (4)
Aug 15 2018    Convert output of map() to array of strings (2)
Aug 15 2018    Array!bool -> Chunks -> foreach: out of bounds (7)
Aug 15 2018    tryTo: non-throwing variant of std.conv.to (5)
Aug 14 2018    Linking a C program with D library (5)
Aug 14 2018    Concat enum of strings into one string (9)
Aug 14 2018    is this a betterC bug ? (10)
Aug 14 2018    Enum and CTFE function call (10)
Aug 13 2018    string to char conv (5)
Aug 13 2018    Importing struct (8)
Aug 13 2018    How to declare static compile-time assoc array inside struct? (9)
Aug 12 2018    ?? How to subscribe to Multicast Broadcasts ?? (3)
Aug 12 2018    SysTime comparesin - dropMiliseconds (3)
Aug 11 2018    unimplemented abstract function compiles. (9)
Aug 11 2018    nogc with opApply (4)
Aug 10 2018    write a function template specialisation that tests if an argument is (12)
Aug 10 2018    why mixin template can not inclulde statement; (9)
Aug 10 2018    dmd64 on Windows: how? (7)
Aug 10 2018    templated lambda with {} cause GC (6)
Aug 10 2018    is this a bug ? mixin template static function missing! (6)
Aug 09 2018    vibe.d: Finding out if currently in webinterface request (4)
Aug 08 2018    How do you put log calls in constructors when they may be created in a (9)
Aug 08 2018    Cannot dispose const array? (1)
Aug 08 2018    float/double to string (pure nothrow nogc) (6)
Aug 08 2018    variable _param_0 cannot be read at compile time (6)
Aug 08 2018    if(int a = 0) lowered to "if (int a = (int a = 1;) , a)" ? (5)
Aug 08 2018    Implicit conversion by return (4)
Aug 07 2018    countUntil's constraints (5)
Aug 07 2018    Assignment in ternary condition operator (3)
Aug 07 2018    Could you anybody using DerelictSDL2 on Android? (9)
Aug 06 2018    scope variable values assigned to non-scope this.placeholder (2)
Aug 06 2018    GC and void[N] in struct (11)
Aug 06 2018    dtoh (7)
Aug 05 2018    weak_ptr alternative (3)
Aug 05 2018    foreach on a tuple using aliases (6)
Aug 05 2018    nogc closures (6)
Aug 04 2018    getProtection gives different result when member is accessed via (3)
Aug 04 2018    Eponymous template member from a template mixin (4)
Aug 04 2018    Compiler build error (12)
Aug 03 2018    Using fibers (1)
Aug 03 2018    What does auto std.stdio.File.ByChunkImpl byChunk (ulong chunkSize ); (7)
Aug 03 2018    Can you tell if an template alias parameter is of a specific template? (5)
Aug 03 2018    module `socket` is in file 'std/c/linux/socket.d' which cannot be read (9)
Aug 02 2018    Dlang on OpenWrt (4)
Aug 02 2018    Prime number (6)
Aug 01 2018    How to force console (6)
Aug 01 2018    pointer cast from const(Y) to immutable(void*)** is not supported at (6)
Aug 01 2018    D2H (4)
Aug 01 2018    Gui framework (6)
Aug 01 2018    Is there a way to anonymously execute some sh script contents? (2)
Jul 31 2018    Linking to dynamic druntime with dub (5)
Jul 31 2018    Why does not UFCS work for method defined inside unittest block? (4)
Jul 30 2018    Where is TypeInfo_Class.m_init set (12)
Jul 30 2018    Casting a pointer and length value as a dynamic array (2)
Jul 30 2018    Disabling opAssign in a type disabled all the opAssigns of an aliased (13)
Jul 30 2018    append uninitialized elements to array (5)
Jul 30 2018    Action at a distance, separating operations from subjects (1)
Jul 29 2018    Newbie: out-of-source builds with "dub"? (5)
Jul 29 2018    Question about template argument matching with alias this (4)
Jul 28 2018    What does std.traits.hasAliasing do (4)
Jul 28 2018    dynamically loading a dynamic library from the program (3)
Jul 28 2018    How to best implement a DSL? (7)
Jul 27 2018    A vibe.d thing (16)
Jul 27 2018    How come isMutable returns true for structs that cannot be modified (3)
Jul 27 2018    Initialise non-copyable, non-default-constrauctable member struct (4)
Jul 25 2018    -allinst and linker errors (2)
Jul 25 2018    Dlangui customize app icon on dock or menu bar (3)
Jul 24 2018    extern(C++): Unresolved scalar deleting destructor (9)
Jul 24 2018    Windows 7 x64. Prevent appearing of console with GUI application (5)
Jul 23 2018    trait to get the body code of a function? (15)
Jul 23 2018    How to avoid inout type constructor with Optional type wrapper undoing (12)
Jul 23 2018    merging a group result (4)
Jul 22 2018    How to get an inout constructor working with a template wrapper (16)
Jul 21 2018    Request scoped information in Vibe.d (4)
Jul 21 2018    QWebView requesting QtE5WebEng32.so on windows (3)
Jul 21 2018    Template variable not reach at compile (3)
Jul 21 2018    Template variable not reach at compile (2)
Jul 19 2018    Windows 64-bit import library (7)
Jul 19 2018    hasUDA with this (11)
Jul 19 2018    Member function passed through template alias only requiring `this` in (3)
Jul 19 2018    Trying to use the libclang Dub package (5)
Jul 19 2018    Is there any plan for a dependency-free subset of "core" runtime? (10)
Jul 19 2018    Disabling struct destructor illegal? (7)
Jul 18 2018    Why does templated interface function return something different than (5)
Jul 17 2018    HMAC and toHexString (6)
Jul 17 2018    names not demangled in nm --demangle=dlang (2)
Jul 16 2018    New to GDC on ARM 32-bit Ubuntu (2)
Jul 16 2018    crash when using &this in struct constructor (10)
Jul 16 2018    Implicit conversion of struct with methods to immutable in pure (8)
Jul 16 2018    CJK problem when using console outputs (4)
Jul 15 2018    rmdirRecurse equivalent Windows API (1)
Jul 15 2018    setAttributes Issue. (2)
Jul 14 2018    Is there any tool that will auto publish my changes. (6)
Jul 14 2018    Find out druntime/import and phobos folder on Linux (7)
Jul 14 2018    Call method with Variant array as parameters (3)
Jul 14 2018    how to compile D programs without console window (5)
Jul 13 2018    Check whether a range is empty (13)
Jul 13 2018    safe - why does this compile? (12)
Jul 13 2018    UFCS confusion (6)
Jul 12 2018    Orange not working? (10)
Jul 11 2018    [std.process] get Pid class by Process ID? (1)
Jul 11 2018    Using dub and rdmd together? (3)
Jul 11 2018    taskPool.reduce vs algorithm.reduce (4)
Jul 10 2018    Better diagnostics for null classes dereferencing (16)
Jul 10 2018    Troubles creating templated inout objects (8)
Jul 10 2018    vibe.d: problematic "Non- safe methods are deprecated in REST (5)
Jul 09 2018    DLL: (const char *paramNames[],size_t numParams) (10)
Jul 09 2018    class that is initialized becomes null when outside of function (4)
Jul 08 2018    How can I point an array to existing data in memory while using Better (6)
Jul 08 2018    Passing function(whose parameter would be dynamic and the type is (14)
Jul 08 2018    ctRegex not matching correctly at word boundaries (3)
Jul 07 2018    how to do template constraints with variadic templates ? (4)
Jul 07 2018    guard clause style static if (19)
Jul 07 2018    Outside array bounds (9)
Jul 06 2018    Memory corruption with COM object (2)
Jul 06 2018    how to link self made lib using dub (3)
Jul 06 2018    Passing a reference to a returned reference (13)
Jul 06 2018    immutable / inout / pure headaches (6)
Jul 05 2018    Static member function returning immutable slice; compiler error: (5)
Jul 05 2018    Safe to cast to immutable and return? (4)
Jul 05 2018    'is(T==return)' How does is expression with return keyword as (7)
Jul 05 2018    ranges.chunks and map! does not work (5)
Jul 05 2018    Why is it hard to make Qt bindings? (6)
Jul 04 2018    how to import file from another path in dub ? (3)
Jul 04 2018    Using C++ with D / returning a templated type from C++ (6)
Jul 04 2018    Cleanup class after method? (5)
Jul 04 2018    Inference of auto storage classes for interface function return type (5)
Jul 03 2018    How to call a C function from D that takes a FILE * as an argument? (7)
Jul 03 2018    what's the correct way to handle unicode? - trying to print out (11)
Jul 02 2018    how to create an array of scoped objects ? (9)
Jul 02 2018    Delegating constructor and call to super (2)
Jul 01 2018    Can I call GC.addRoot from constructor and trigger collection with destroy()? (2)
Jul 01 2018    Dynamic arrays / ~= giving an exception... (6)
Jul 01 2018    Function Template for Dynamic Parameter (9)
Jul 01 2018    0xC0000005: 0x0000000000000000 access violation... (3)
Jun 30 2018    Linker error for core.sys.windows.winuser imports when compiling as 64 (3)
Jun 30 2018    template alias that includes a parameter (7)
Jun 30 2018    Can't build app. VS Build Tools is installed (1)
Jun 30 2018    How to use LLD linker? (11)
Jun 30 2018    Recursive Algebraic (2)
Jun 29 2018    Issues with undefined symbols when using Vibe on Windows (26)
Jun 29 2018    Call different member functions on object sequence with a generic handler function? (15)
Jun 29 2018    High memory usage in vibe.d application (26)
Jun 28 2018    errnoEnforce: which imports? (5)
Jun 28 2018    Create D binding for C struct containing templated class (4)
Jun 28 2018    Why tuples are not ranges? (13)
Jun 28 2018    -dip1000 safe scope wrapper (2)
Jun 28 2018    E-mail attachment with scrambled text. (4)
Jun 28 2018    turn range into tuple ? (9)
Jun 28 2018    Getting Source code from complied code. (5)
Jun 27 2018    Is there a way to get the address of the function that would be used (5)
Jun 27 2018    Struct template cannot deduce function from argument types (5)
Jun 27 2018    Getting the underlying range from std.range.indexed, with elements in (7)
Jun 27 2018    anyway to pass the context of an inner type to a template so it can be (5)
Jun 27 2018    Preferred Alias Declaration Style (9)
Jun 26 2018    Catching std.conv.ConvException in readf causes a buffer overrun (2)
Jun 26 2018    How do I call this tamplte function? (2)
Jun 26 2018    CustomString and string constraints (3)
Jun 26 2018    First run after build on Windows is slow (5)
Jun 26 2018    template recursion (5)
Jun 26 2018    alias symbol name (7)
Jun 25 2018    Nullable!T with T of class type (13)
Jun 25 2018    Futures (1)
Jun 25 2018    Making sense of recursion (4)
Jun 25 2018    foreach / mutating iterator - How to do this? (4)
Jun 25 2018    Code failing unknown reason out of memory, also recursive types (3)
Jun 25 2018    overload . (4)
Jun 24 2018    template sequence parameters treats member functions differently? (5)
Jun 24 2018    Wrapping a forward range in another forward range (3)
Jun 24 2018    Determine if CTFE or RT (14)
Jun 24 2018    Debugging compile time memory usage (4)
Jun 24 2018    Using systemDependencies in DUB (3)
Jun 24 2018    GTKD release event in windows (1)
Jun 23 2018    Can I parse this kind of HTML with arsd.dom module? (5)
Jun 23 2018    DerelictVorbis and string pointer (5)
Jun 23 2018    why explicitly use "flags" in regex does not work? (3)
Jun 23 2018    Redundant "g" flag for regex? (3)
Jun 22 2018    Undo in D (4)
Jun 22 2018    [dub] Error: module `main` from file source\main.d is specified twice (3)
Jun 22 2018    How do I filter out this type? (3)
Jun 22 2018    what is the point of functor ? (7)
Jun 21 2018    Function in a slice instead of just pointer? (2)
Jun 21 2018    Convert path to file system path on windows (4)
Jun 20 2018    using tuple as value type for associative array (3)
Jun 20 2018    Vibe D Examples (2)
Jun 20 2018    Is it feasible to slowly rewrite a C++ codebase in D? (27)
Jun 20 2018    Lesson 1:Create the DOS Application, Rebuild error: (3)
Jun 19 2018    Zip vs Enumerate (5)
Jun 19 2018    I can share non shared things? (2)
Jun 18 2018    Nothrow std.conv.to with explicit default value (10)
Jun 18 2018    Create a List or Dictionary. (7)
Jun 18 2018    how to determine of a module or any other symbol is visible? (7)
Jun 18 2018    cyclic redundancy (4)
Jun 17 2018    range.put() to Empty Array Causes Error? (3)
Jun 17 2018    scope(success) lowered to try-catch ? (11)
Jun 16 2018    How to list all the manifest constants in a class or struct (5)
Jun 16 2018    Quick Refresher book? (3)
Jun 16 2018    multiqualifier (1)
Jun 16 2018    typeof on protected field (5)
Jun 15 2018    Get static fields! (4)
Jun 15 2018    Storing temp for later use with ranges (2)
Jun 15 2018    Can't start application on heroku (3)
Jun 15 2018    comparing nullables (3)
Jun 15 2018    Implementing a tree with recursive Algebraic (3)
Jun 15 2018    Why std.array : array needs pure postblit? (6)
Jun 14 2018    Create an Algebraic type at compile time and more (5)
Jun 14 2018    foreach DFS/BFS for tree data-structure? (7)
Jun 13 2018    InputRange help: (1) repeated dtor calls and (2) managing resources (4)
Jun 13 2018    Which character set does D use? (3)
Jun 13 2018    Docs for subpackages? (3)
Jun 13 2018    Passing struct to function (5)
Jun 13 2018    Pass arguments at compile time (2)
Jun 13 2018    Class qualifier vs struct qualifier (9)
Jun 12 2018    implicit or module-wide nogc (7)
Jun 12 2018    returning to thrown (1)
Jun 12 2018    class X has forward references (4)
Jun 12 2018    How can I enforce an parameter to be constant know at compile time? (3)
Jun 12 2018    LDC: Where is this supposed to link to? (4)
Jun 12 2018    How to force DUB to make and use a dynamic library (1)
Jun 12 2018    Is there a suffix tree or suffix array implementations in D (1)
Jun 12 2018    Static Array Idiom not working anymore. (12)
Jun 12 2018    Is there a better way to do this? (Using class at compile-time) (3)
Jun 11 2018    remove not callable for char[] (4)
Jun 11 2018    Orange check failling all of a sudden (7)
Jun 10 2018    Pass function (not alias) to template and/or delegate-ize a template (2)
Jun 10 2018    How to sort byCodeUnit.permutations.filter(...) (6)
Jun 10 2018    What is the point of nothrow? (50)
Jun 10 2018    nogc logging library (1)
Jun 09 2018    delegates and functions (9)
Jun 09 2018    How to task pool in vibe.d? (2)
Jun 08 2018    File.put() (1)
Jun 08 2018    I want delete or change class's member name on compile-time (3)
Jun 08 2018    allMembers trait does not work correctly for packages during recursion (1)
Jun 07 2018    Is DWT busted? (3)
Jun 07 2018    Passing C++ class to DLL for callbacks from D (Steam) (15)
Jun 07 2018    WTF! new in class is static?!?! (24)
Jun 07 2018    Using stdin/out in a windows application bugs only when compiled to (9)
Jun 07 2018    Why does using zlib without pragma(lib, ...) work? (4)
Jun 06 2018    Configuring DerelictGL3 (7)
Jun 06 2018    how to sort the container Array from std.container (13)
Jun 06 2018    Runtime introspection, or how to get class members at runtime Fin D (14)
Jun 05 2018    Functor alias this (2)
Jun 03 2018    Confusion/trying to understand CTFE keywords (29)
Jun 03 2018    Line endings when redirecting output to file on windows. (5)
Jun 03 2018    pipeProcess failing (2)
Jun 02 2018    how to definte infinix function (1)
Jun 02 2018    Connecting two web sockets at the same time with vibe.d (1)
Jun 02 2018    determining if array element is null (5)
Jun 01 2018    GDC on Travis-CI (7)
Jun 01 2018    Orange serializer/deserializer (8)
Jun 01 2018    Generate documentation for mixin'd function? (3)
Jun 01 2018    How are switches optimized (3)
Jun 01 2018    run "thread" with memory space similar a new process (2)
Jun 01 2018    range simple toy problem (5)
Jun 01 2018    converting expression to delegate works only for variadic array? (2)
Jun 01 2018    std.process.pipeProcess stalls (linux) (3)
Jun 01 2018    Debugging silent exit of threads in Phobos calls (23)
Jun 01 2018    Convert a huge SQL file to CSV (4)
May 31 2018    How do I make this function thread safe? (3)
May 31 2018    spawn, send, and receive (1)
May 31 2018    Stack traces with DMD on OSX (3)
May 30 2018    Constructing text with astericks (8)
May 30 2018    no [] operator overload for type Chunks!(char[]) (4)
May 30 2018    Move and CTFE (6)
May 30 2018    question about keeeping reference to toStringz() (6)
May 30 2018    Setter chaining (4)
May 30 2018    Logging inside struct? (3)
May 29 2018    string mixin output works when directly used but when generator is (2)
May 29 2018    Native PDB Error (9)
May 28 2018    How do I break from loop when using parallel()? (4)
May 28 2018    Close Threads (3)
May 28 2018    What is special about an immutable array of class objects, and why can (4)
May 28 2018    Build interface from abstract class (12)
May 27 2018    using wkhtmltopdf with D (7)
May 27 2018    Naming conventions for export and import members of a struct (2)
May 27 2018    Why 'getSymbolsByUDA' filters private members? (4)
May 27 2018    What's the purpose of the 'in' keyword ? (12)
May 27 2018    Getter an lvalue and cannot be modified (5)
May 26 2018    Code repetition (5)
May 26 2018    convert string to wchar[] (2)
May 26 2018    Remove closure allocation (3)
May 25 2018    Stopping compile time execution (3)
May 25 2018    toString OutputWriter method not calling derived class (2)
May 24 2018    Why char[] is not nogc on this case (6)
May 24 2018    Assigning a method name to a variable and then calling it with an (3)
May 24 2018    Stateful modules and extern(C) (1)
May 24 2018    Any way to override base type with dervived in derived type (13)
May 24 2018    Conditionally set nothrow: for a block of code. (5)
May 24 2018    return type of std.algorithm.mutation.reverse changed for good? (4)
May 24 2018    Translate C/C++ patern: return a pointer (5)
May 24 2018    UDA and static struct fields (7)
May 23 2018    Deleting a file with extsion *.FIFO in Windows (4)
May 23 2018    How to convert ubyte[] to uint? (4)
May 23 2018    each & opApply (7)
May 22 2018    Efficient idiom for fastest code (7)
May 22 2018    Locking data (10)
May 22 2018    Vibe.d Future.getResult blocks others tasks? (1)
May 22 2018    try & catch / repeating code - DRY (10)
May 22 2018    ldc2 and dmd (3)
May 21 2018    Can I work out error: reinterpreting cast from const(ubyte)* to (2)
May 21 2018    VisualD / fatal error C1905: Front-End and Back-End are not compatible (have to use the same processor) (2)
May 21 2018    scope guards & debugger breakpoints? (4)
May 21 2018    How do I see the flags passed from dub to the compiler? (2)
May 21 2018    assertNotThrown (and asserts in general) (3)
May 21 2018    Copying an std.stdio.File into another one (2)
May 21 2018    UFCS syntax I never saw before. (17)
May 20 2018    Convert mixin to function call (4)
May 20 2018    Mysql query result access by field name (6)
May 20 2018    auto & class members (16)
May 20 2018    Examples/tutorials for OpenGL games which works out-of-the-box on (2)
May 19 2018    Can I infer the type from this? (4)
May 19 2018    C style callbacks fix for member callbacks (8)
May 19 2018    Real Int24 (4)
May 18 2018    is == (21)
May 18 2018    Temporary file creation for unittests (9)
May 17 2018    Template instantiation fails on Linux, succeeds on Windows (4)
May 17 2018    How to inform dub of generated source files? (2)
May 17 2018    Creating a template mixin for explicit casts. (5)
May 17 2018    fft and isPowerOf2? (3)
May 16 2018    How is == operator implemented for string type? (3)
May 16 2018    C API / const char *text / std.string.toStringz pointer is always NULL on C side (9)
May 15 2018    Splitting up large dirty file (21)
May 15 2018    there's no gdc for windows? (3)
May 15 2018    How do I make the debugger break when an exception is thrown in D? (3)
May 14 2018    `free` for struct with C bindings. (3)
May 13 2018    Dependency injection pattern (4)
May 12 2018    Deserialize json on runtime type with vibed (2)
May 12 2018    Sending UDP packets via the internet and between processes? (2)
May 11 2018    getOpt with shared (9)
May 11 2018    Why are deprecated aliases considered equal for resolution? (2)
May 11 2018    pointer to object resolution (3)
May 11 2018    msgpack link failure - non-transitive pragma(lib)? (4)
May 10 2018    D'ish similar_text? (5)
May 10 2018    property += operator (8)
May 10 2018    Building dmd/druntime on windows issue (4)
May 10 2018    Line breaks in JSON (6)
May 10 2018    Package method is not virtual and cannot override - a bug or a (2)
May 09 2018    `this` and nested structs (5)
May 09 2018    Extra .tupleof field in structs with disabled postblit blocks (13)
May 09 2018    Generating a method using a UDA (3)
May 09 2018    Why The D Style constants are written in camelCase? (10)
May 08 2018    "Start a Minimal web server" example do not work. (19)
May 07 2018    dxml behavior after exception: continue parsing (6)
May 07 2018    `recursive template expansion` error msg isn't informative (3)
May 06 2018    Overload Resulution Template with 2 Functions vs. 2 Templates (1)
May 05 2018    Error: cannot deduce function from argument types (3)
May 04 2018    Error: module `hello` is in file 'hello.d' which cannot be read (8)
May 04 2018    Store any callable in an array (9)
May 04 2018    using Unsized Arrays in Structures from d? (8)
May 04 2018    Windows to Linux Porting - timeCreated and timeLastAccessed (13)
May 04 2018    could someone test support for Asian languages in nanogui port? (6)
May 04 2018    C++ / const class pointer signature / unable to find correct D syntax (3)
May 03 2018    Windows to Linux Porting (6)
May 03 2018    How do you connect Python with D via socket, I'm still getting (3)
May 03 2018    LDC phobos2-ldc.lib(json.obj) : fatal error LNK1112: module machine (3)
May 03 2018    Finding the last executed line by checking dmd core (3)
May 03 2018    Is HibernateD dead? (23)
May 03 2018    cannot find -lcurl in Linux (4)
May 02 2018    Why does enumerate over range return dchar, when ranging without (5)
May 02 2018    C++ / Wrong function signature generated for reference parameter (7)
May 02 2018    Ambiguous template parameter names (7)
May 02 2018    Thread-safe cache (1)
May 02 2018    Out of memory during compilation (7)
May 02 2018    Concatenate strings at compile-time (3)
May 02 2018    Digger v3.0 alpha 5 / DMD 2.080.0 / Can't build... (4)
May 01 2018    Is build a 64 bit version worth if I'm looking for better perfomance? (3)
May 01 2018    How to curl! (10)
May 01 2018    Pure double to string conversion (1)
May 01 2018    Can I convert the Range returned by asUpperCase to ubyte[]? (3)
May 01 2018    Equivalent function of timeCreated for Linux (2)
May 01 2018    Interfacing with C++ Class named Object (4)
May 01 2018    D in SUSE Enterprise Linux (8)
May 01 2018    Purity of delegate-style toString (4)
Apr 30 2018    Coding Challenges at Dconf2018: Implement (6)
Apr 30 2018    cast const pointer to non-const and change value yields neither result (2)
Apr 29 2018    Passing to c++ std::string and vector (5)
Apr 28 2018    Create variable for RedBlackTree range (5)
Apr 28 2018    Virtual table in class without overloading (3)
Apr 27 2018    E-mail attachment with unwanted characters (4)
Apr 27 2018    Auto expiring cache library (2)
Apr 26 2018    readonly member (but assignable at constructor time) (6)
Apr 26 2018    bitfields comparison in opEquals (1)
Apr 26 2018    Arguments of function as an array. (3)
Apr 26 2018    Idiomatic way to add examples to dub package (7)
Apr 26 2018    What's wrong with this alias? (2)
Apr 26 2018    Template to retrieve compile-time enum member from run-time enum (8)
Apr 26 2018    Troubles with template constraints on string and static if (2)
Apr 25 2018    Making an .exe that executes source file inside itself. (11)
Apr 25 2018    Get files from directory sorted by name (7)
Apr 25 2018    Implicit Template Parameters Cannot Decipher Aliases? (6)
Apr 24 2018    Warning on self assignment (10)
Apr 24 2018    Sense check: construction / deconstruction (5)
Apr 24 2018    Add property-like Function to Type ? (3)
Apr 24 2018    Using an external Assembler with D (4)
Apr 23 2018    How array concatenation works... internally (4)
Apr 23 2018    Static Array with negative index results in a strange error-message (5)
Apr 23 2018    Doxygen newbie (3)
Apr 21 2018    static array of pointers to dynamic arrays of ints problem... (3)
Apr 21 2018    ldc flags for beginner (4)
Apr 21 2018    Advice on : rmdirRecurse and setAttributes in Windows (2)
Apr 21 2018    How to use std.meta.Filter? (6)
Apr 21 2018    dynamically allocating on the stack (27)
Apr 20 2018    Better multithreading with D (2)
Apr 20 2018    Are Fibers just broken in D? (21)
Apr 19 2018    wstring double quotes to string double quotes (7)
Apr 19 2018    getSymbolByUDA and inheritance (1)
Apr 19 2018    Program exited with code 1 (5)
Apr 18 2018    The case of -debug -O and: is breaking pure/ nogc/nothrow/ safe UB (4)
Apr 18 2018    Status of dstddb (1)
Apr 17 2018    Rotate array in writefln? (6)
Apr 17 2018    LockingTextWriter not an output range? (4)
Apr 17 2018    get literal symbol name without base class/struct as string (2)
Apr 17 2018    Getting the overload set of a template (25)
Apr 17 2018    Ldc on Windows (6)
Apr 16 2018    Delegates and classes for custom code. (10)
Apr 16 2018    Error calling geqrs function from lubeck package. (5)
Apr 16 2018    making a struct an inputRange with free functions (7)
Apr 15 2018    Assoc. Array and struct with immutable member (6)
Apr 15 2018    "%s"-format template function arguments (4)
Apr 14 2018    How/where to hack DMD to generate docs for string mixed members. (6)
Apr 14 2018    template evaluation (2)
Apr 13 2018    Why is the error message coming by the end of the compilation? (14)
Apr 13 2018    How do you check for nonempty string? (4)
Apr 12 2018    Using iteration / method chaining / etc on multi-dimensional arrays (9)
Apr 11 2018    Spurious error: Process does not exist or is not a child process. (2)
Apr 11 2018    Passing directory as compiler argument not finding file (10)
Apr 11 2018    Is using function() in templates possible at all? (7)
Apr 11 2018    Hospitals Depending On Telephone Interpretation Services to (1)
Apr 11 2018    Escaping address of (4)
Apr 11 2018    Infer return type from assignment (4)
Apr 10 2018    Should "a is b" compile if a and b have unrelated classes? (3)
Apr 10 2018    Destructor call (4)
Apr 10 2018    trouble building dlang.org (2)
Apr 10 2018    Range length property (11)
Apr 09 2018    Strange Thread Causing Duplicating `writeln` (7)
Apr 09 2018    Parse .eml files (7)
Apr 09 2018    Source expression passed to a lazy parameter (8)
Apr 08 2018    Is std.variant.visit not nogc? (10)
Apr 08 2018    Checking if a function pointer is set or null (3)
Apr 08 2018    stirling numbers and multidimensional arrays (3)
Apr 08 2018    toString contains null for struct with function/method (3)
Apr 07 2018    Benchmarking sigmoid function between C and D (11)
Apr 07 2018    std.datetime.systime: days Deprecation message (3)
Apr 07 2018    Store struct tuple of alias and access members through it? (4)
Apr 07 2018    HTTP-methods and encoding (5)
Apr 06 2018    Function template argument deduction (7)
Apr 06 2018    Making emplaceRef public (2)
Apr 06 2018    Proper way to fix (2)
Apr 06 2018    dustmite watch shell script (.test vs .lookahead.*) (3)
Apr 06 2018    c2 classes (5)
Apr 05 2018    Compile-time variables (15)
Apr 05 2018    Idiomatic error handling for ranges (4)
Apr 05 2018    merkle reverse (9)
Apr 04 2018    Issues using the in-line assembler (6)
Apr 04 2018    how to set up libuid on wondows 10 (2)
Apr 04 2018    Declare and Define Before Use? [rant] (6)
Apr 04 2018    Get the type of 'alias this =' (4)
Apr 04 2018    Construct immutable member in derived class (12)
Apr 04 2018    Strange behavior using array of structures (3)
Apr 03 2018    Taming templates and mixin magic: type inpector helper in D/Phobos? (2)
Apr 03 2018    Learning D - modules packages and the package.d (3)
Apr 03 2018    mixin break; in switch containing static foreach (4)
Apr 03 2018    Better way to append to array than ~= ? (7)
Apr 03 2018    is this even possible? newbie + mixin template + foreach (allMembers) (4)
Apr 03 2018    Second Language Acquisition - Dogme & Direct Method (1)
Apr 03 2018    How to Stay Away From Faux Pas in a Foreign Language? (2)
Apr 02 2018    Why toUTF8 not accept wchar[] as argument? (8)
Apr 02 2018    What is the equivalent of C++'s std::optional<T> and std::nullopt in (3)
Apr 02 2018    How to destruct class instances allocated by a Region-allocator over a (12)
Apr 02 2018    property for simple methods? (7)
Apr 02 2018    Constructor qualifiers; bug or expected behavior? (4)
Apr 02 2018    Alloca copy: What's _pastdata? (1)
Apr 01 2018    Global hotkey with GTK based application under Windows (1)
Apr 01 2018    Optional parameters? (23)
Mar 31 2018    auto-decoding (3)
Mar 30 2018    Fix transposed ranges (6)
Mar 30 2018    Fast GC allocation of many small objects (18)
Mar 30 2018    How to customize vibe.data.json (4)
Mar 30 2018    dynamically compile and load glue logic (3)
Mar 30 2018    Initializing a class member that is an object (6)
Mar 30 2018    Link-time optimisation (LTO) (3)
Mar 29 2018    How would you create this construct? (4)
Mar 29 2018    string to hex convert (4)
Mar 29 2018    Cleaner way of working with a shared resource? (4)
Mar 29 2018    how to correctly populate an array of dynamic closures? (8)
Mar 29 2018    help on how to wrap a C macros when binding linux/spi/spidev.h (6)
Mar 28 2018    vibe.d & nginx (4)
Mar 28 2018    Fixing 18615, how to handle safe/pure/nothrow test breakage due to (3)
Mar 28 2018    can be (){yield();} mark as trusted? (1)
Mar 28 2018    get classname in static member (4)
Mar 28 2018    Static Foreach + Marking "compile time" variables (10)
Mar 27 2018    Compare AliasSeq isn't working (3)
Mar 27 2018    unittests, dub and libraries (6)
Mar 27 2018    Checking if a structs .init value is zero bits only (5)
Mar 27 2018    utf.d codeLength asserts false on certain input (2)
Mar 27 2018    Where is TypeInfo stored? (3)
Mar 27 2018    Comparing In-Person Interpretation Vs Video Interpretation (1)
Mar 27 2018    "in" no longer "scope" since 2.079.0? (12)
Mar 27 2018    Truly automatic benchmarking (3)
Mar 26 2018    importPaths option in dub (2)
Mar 26 2018    D RAII with postblit disabled (6)
Mar 26 2018    Atomic vs Mutex (2)
Mar 26 2018    Building application with LDC and -flto=thin fails in link stage (13)
Mar 26 2018    Is socket.send thread safe? (4)
Mar 26 2018    C style array declaration. (4)
Mar 26 2018    How to use annotation get key name? (4)
Mar 25 2018    Aggressive conditional inlining with ldc only, not dmd (7)
Mar 25 2018    Optional type - how to correctly reset a wrapped immutable T (18)
Mar 25 2018    The first example in the Learning D book, wont compile (5)
Mar 25 2018    Help with specific template function (7)
Mar 25 2018    Homebuilt dmd fails to link my dub application (8)
Mar 25 2018    converting a number into bit array (2)
Mar 25 2018    inline asm return values (3)
Mar 24 2018    dmd download sig file, how do I use it (4)
Mar 23 2018    Compile time initialization of AA (5)
Mar 23 2018    Reactive data (3)
Mar 22 2018    remote execute program (6)
Mar 22 2018    Building Derelict based application under windows (3)
Mar 22 2018    Is it possible to exit a contract? (4)
Mar 22 2018    Checking if a flag was passed to the compiler (4)
Mar 22 2018    Help debugging an core.exception.OutOfMemoryError (2)
Mar 21 2018    Understanding slide (4)
Mar 21 2018    D's type declarations seem to read right to left. (4)
Mar 21 2018    why does this compile fine, but dies when you run it. (4)
Mar 21 2018    Calling Windows Command (2)
Mar 21 2018    strip() and formattedRead() (4)
Mar 21 2018    OK, I'm stumped on this one: dstep, struct, mixin, bitfields (9)
Mar 21 2018    Template condition evaluation (shortcircuit) (2)
Mar 21 2018    #import mapi.h (12)
Mar 21 2018    How to use an associative array with array values. (4)
Mar 21 2018    Issue with traits usability (3)
Mar 21 2018    How Does Language Interpretation Take Place In United Nations? (1)
Mar 21 2018    Static Arrays: Behaviour of Passing & Returning (3)
Mar 21 2018    Manipulate slice or specific element of range and return range (8)
Mar 20 2018    recursive template expansion: Why does this not compile? (6)
Mar 20 2018    Slow start up time of runtime (14)
Mar 19 2018    Packages and module import (7)
Mar 19 2018    Incomprehensible error message (9)
Mar 19 2018    Static library building (3)
Mar 19 2018    Is there a way to pipeline program with random-access ranges in C#? (11)
Mar 19 2018    dub default settings (1)
Mar 18 2018    Does the compiler inline the predicate functions to (7)
Mar 18 2018    RBTree delegates and types (5)
Mar 17 2018    How to enable verbose logging during application run (4)
Mar 17 2018    How to build static linked executable (8)
Mar 17 2018    Logging Function Parameters (5)
Mar 16 2018    When is copy assignment safe to use when the left-hand-side is an (1)
Mar 16 2018    Testing D database calls code for regression (9)
Mar 16 2018    List of language deprecations (3)
Mar 16 2018    Is there any web browser control in D Lang to display html file ? (9)
Mar 16 2018    Convert output range to input range (7)
Mar 15 2018    Allocator Part of Type (6)
Mar 15 2018    signbit question (13)
Mar 15 2018    Error: cannot implicitly convert expression this.aa of type (6)
Mar 15 2018    Readonly field for class type (8)
Mar 14 2018    How do I make only the array itself immutable? (2)
Mar 14 2018    Networking library (4)
Mar 14 2018    Function argument that is a pointer to memory which the function is (4)
Mar 14 2018    What is the "right" way to create a generic type getter (and setter) ? (4)
Mar 14 2018    Why does file order matters when using -run option? (3)
Mar 14 2018    Why does struct initializer works for arrays but not for associative (5)
Mar 14 2018    RefRange behavior (2)
Mar 13 2018    Access to structures defined in C (8)
Mar 13 2018    CTFE and -betterC (5)
Mar 13 2018    "Error: address of variable this assigned to this with longer (6)
Mar 13 2018    Are there any working instructions about how to build and test dmd on (3)
Mar 13 2018    overload binary + operator to work with different types (5)
Mar 13 2018    Using Address Sanitizer in LDC (2)
Mar 13 2018    How to simplify nested ifs (10)
Mar 13 2018    How to simplify nested ifs (1)
Mar 12 2018    how to make private class member private (75)
Mar 12 2018    How give a module to a CTFE function (8)
Mar 12 2018    context pointer breaks getOverloads, shouldn't it be ignored by it? (1)
Mar 11 2018    Date range iteration (3)
Mar 11 2018    core.stdc.stdlib._compare_fp_t and qsort (16)
Mar 11 2018    Inner Classes vs. Inner Structs (2)
Mar 11 2018    How do you call an eponymous template that has a secondary template (5)
Mar 10 2018    Error compiling with DUB (dmd) since yesterday dub update (6)
Mar 10 2018    List installed modules (6)
Mar 10 2018    UFCS in generic libraries, silent hijacking, and compile errors. (5)
Mar 10 2018    Forwarding arguments through a std.algorithm.map (9)
Mar 10 2018    Consume binary files (6)
Mar 10 2018    Do forum posts use any markup language? (3)
Mar 10 2018    What principle difference between structure and Tuple? (2)
Mar 10 2018    Why Pay For Learning a Foreign Language? (1)
Mar 09 2018    LDC / BetterC / _d_run_main (7)
Mar 09 2018    Returning constant / literal struct value (pod) (2)
Mar 09 2018    Compile-time variadic equality (5)
Mar 09 2018    Build an AliasSeq from memberFunction return types (3)
Mar 09 2018    How to fake a const method ? (5)
Mar 09 2018    [vibe.d/dub] Linker error (2)
Mar 09 2018    complex arithmetic in D: multiple questions (5)
Mar 08 2018    does the shared keyword work with mutable structs? (6)
Mar 08 2018    how do I pass this callback? (2)
Mar 08 2018    dub / win 64 / unresolved externals from run-time lib? (3)
Mar 08 2018    extern (c) struct ? (3)
Mar 08 2018    Preffered way of writing variadic templated functions in 2.079 (2)
Mar 07 2018    docs/definition: !object (6)
Mar 07 2018    Can't "is null" an interface?!?! Incompatible types??? (5)
Mar 07 2018    VsCode tutorial (3)
Mar 07 2018    issue with each specifically for x86 (15)
Mar 07 2018    issue with inf from exp function (10)
Mar 07 2018    How can I get notified when an process created by spawnShell() has (2)
Mar 07 2018    DUB and Gtk-d reduce size of huge executable, build dynamic (4)
Mar 06 2018    log for complex (6)
Mar 06 2018    Setting executable's information by resources (1)
Mar 06 2018    can't build libuid examples (2)
Mar 06 2018    dub preBuildCommand not working (1)
Mar 06 2018    See docs compiler message (6)
Mar 06 2018    Generic test bit function (core.bitop) (3)
Mar 05 2018    string object won't compile (5)
Mar 05 2018    Are files in dub's "copyFiles" copied every time dub is run? (2)
Mar 05 2018    How to use globals correctly? (11)
Mar 05 2018    Thread Function does not executes (3)
Mar 04 2018    Speed of math function atan: comparison D and C++ (22)
Mar 04 2018    is it possible to put some DDOC after auto generated blocks like (3)
Mar 04 2018    Get function argument name? (5)
Mar 04 2018    Which Multithreading Solution? (2)
Mar 04 2018    importing std.array: empty in a struct messes things up (6)
Mar 04 2018    Any crash reporter for D? (1)
Mar 04 2018    Fastest way to zero a slice of memory (3)
Mar 04 2018    isInputRange copied verbatim produces a different result than (8)
Mar 04 2018    Template Class With Default Values (6)
Mar 04 2018    howto run unittest of a single module in dub driven project? (8)
Mar 03 2018    Traits redux (2)
Mar 03 2018    glottolog-shh.mpg.de (1)
Mar 02 2018    VibeD Rest Interface Generator (3)
Mar 02 2018    Is it possible to return the subclass from a method of the parent (6)
Mar 02 2018    Unexpected behaviour of foreach statement (8)
Mar 02 2018    single loop copy in D (5)
Mar 02 2018    how to install latest lcd2 for armbain (2)
Mar 01 2018    Spawning a process: Can I "have my cake and eat it too"? (5)
Mar 01 2018    Assigning to slice of array (10)
Mar 01 2018    Garbage collected pointers? (15)
Mar 01 2018    Slide - what does withPartial do? (3)
Feb 28 2018    Postblit constructor (4)
Feb 28 2018    Function template declaration mystery... (10)
Feb 28 2018    is it regression? (6)
Feb 28 2018    DerelictGL3 and glBegin() access violation. (8)
Feb 27 2018    forcing tabs in regex (3)
Feb 27 2018    What's the latest news for calling D from python 3 using ctypes? (12)
Feb 27 2018    Cast a 2d static array to a 1d static array. T[s][r] -> T[s*r] (3)
Feb 27 2018    Struct ctor called with cast (6)
Feb 27 2018    Equivalent to Python with Statement (11)
Feb 27 2018    Validity of cast(void*)size_t.max (21)
Feb 27 2018    Derelict GLFW3 and dynamic linking on Linux (3)
Feb 27 2018    Making mir.random.ndvariable.multivariateNormalVar create bigger data (8)
Feb 26 2018    Aliasing member's members (4)
Feb 26 2018    How do I trace that memory error? (8)
Feb 26 2018    mixed in struct constructor is ignored when another (non mixed in) (8)
Feb 25 2018    Searching string for character in binary search (5)
Feb 25 2018    Destructor called twice. (3)
Feb 25 2018    Cannot deduce function types for argument (2)
Feb 25 2018    Zip with range of ranges (3)
Feb 25 2018    How to compile C++ and D code, and linking them together on Windows,I (2)
Feb 24 2018    iota to array (25)
Feb 24 2018    compilers w/ different language features: version block (5)
Feb 24 2018    formattedRead string without allocation? (1)
Feb 24 2018    short s, t; t = -s: no (longer) works: Deprecation: integral (6)
Feb 24 2018    Where can get the strsafe.d by strsafe.h ? Thanks. (2)
Feb 24 2018    How to convert C macro to D? Thanks. (3)
Feb 24 2018    Double link list (5)
Feb 23 2018    How to split a string to a 2D array (4)
Feb 23 2018    Template Constraints (16)
Feb 23 2018    Vibe.d no more using static this() {} (5)
Feb 23 2018    Help using lubeck on Windows (13)
Feb 22 2018    Game and GC (18)
Feb 22 2018    Function overloading between modules (5)
Feb 22 2018    How to use strip or stripRight on char[len] ? Thanks. (7)
Feb 22 2018    How to use Com object (it comes from other dll) in D? Thanks. (4)
Feb 21 2018    Tuts/Aritcles: Incrementasl C++-to-D conversion? (8)
Feb 21 2018    array/Array: "hard" bounds checking (5)
Feb 21 2018    Negative index range violation (8)
Feb 21 2018    Going from string to identifier (4)
Feb 21 2018    Alias vs templates (3)
Feb 21 2018    How to instantiate a template struct with a template constructor (6)
Feb 21 2018    Destructing Struct (5)
Feb 21 2018    C++ std::string_view equivalent in D? (16)
Feb 20 2018    return type based on content of an array (3)
Feb 20 2018    Can someone help a Reddit user (3)
Feb 20 2018    Capturing by reference with "visit" from std.variant (4)
Feb 20 2018    Manually allocating a File (8)
Feb 20 2018    Generic Property Implementation (13)
Feb 20 2018    Link to https://run.dlang.io/ ?? (3)
Feb 19 2018    How to make AA key a pointer (5)
Feb 19 2018    Could that bug be catch using D's way? (8)
Feb 19 2018    Building from source on FreeBSD (8)
Feb 19 2018    Size threshold replace complex probing with linear search for small (2)
Feb 18 2018    std.array.array for immutable data types (4)
Feb 18 2018    Trying to forward unwrapped opDispatch names to alias this (7)
Feb 18 2018    isFuture (2)
Feb 18 2018    multithread/concurrency/parallel methods and performance (7)
Feb 18 2018    std.traits.isBoolean (7)
Feb 18 2018    countUntil to print all the index of a given string. (13)
Feb 17 2018    confused with data types (8)
Feb 17 2018    Cannot make my shared PureMallocator callable in pure functions (13)
Feb 16 2018    Return value in BetterC mode. (3)
Feb 16 2018    Appending to ddoc macros (1)
Feb 16 2018    Faking a non-pure function as pure (3)
Feb 16 2018    is this a bug with writeln / std.algorithm.remove? (8)
Feb 16 2018    getSymbolsByUDA does not take private symbols under consideration. (3)
Feb 15 2018    static opSlice is not possible (8)
Feb 15 2018    ubyte[4] to int (12)
Feb 15 2018    How to check if aggregate member is static templated method? (5)
Feb 15 2018    std.zip size limit of 2 GB? (9)
Feb 14 2018    Access visibility and linkage (3)
Feb 14 2018    vib.d suppress 404 for no content written (5)
Feb 14 2018    Disk space used and free size of a Network share folder in Windows (9)
Feb 13 2018    dpq2: spurious error message (3)
Feb 13 2018    import strangeness with std.stdio.write (12)
Feb 12 2018    No error message in DMD 2.078.2 (4)
Feb 12 2018    What should I use for concat string into array in loop? (5)
Feb 12 2018    dmd-2.078.2 problems with Ubuntu 17.10 32Bit (12)
Feb 12 2018    print enum value rather name from enum X : string (4)
Feb 12 2018    How does this error from dub mean "dlang Non-selected Y package is (3)
Feb 12 2018    What does "(this This)" mean in member function templates? (4)
Feb 11 2018    rmdirRecurse - on NFS file system (4)
Feb 11 2018    inout question (6)
Feb 11 2018    opUnary with ++ and -- on a struct that has a dynamic array (3)
Feb 11 2018    opCast cannot implicitly convert a.opCast of type X to Y (9)
Feb 11 2018    Caesar Cipher (11)
Feb 11 2018    [Help] programm execution leads to infinity background loop after... (3)
Feb 11 2018    unable to fork: Cannot allocate memory / core.checkedint / gtkd (7)
Feb 10 2018    How can I get the new stdout which changes periodically from a (1)
Feb 10 2018    Getting a reference to an immutable string (6)
Feb 10 2018    typedef behavior with disable this() (3)
Feb 10 2018    Fixed size array initialization (12)
Feb 09 2018    opDispatch with string mixin does not work as I would expect. (4)
Feb 09 2018    typedef behavior (15)
Feb 09 2018    Error in template instantiation from D-Cookbook example (4)
Feb 09 2018    uint[3] not equivalent to void[12]? (7)
Feb 09 2018    Elegant way to use dynamic bindings (9)
Feb 08 2018    Debugging on Windows (5)
Feb 08 2018    Debugging bad requests with vibe (9)
Feb 08 2018    are scope guards (scope(exit, success, (7)
Feb 07 2018    deprecation warning after upgrade (1)
Feb 07 2018    Performance of default and enum parameters (3)
Feb 07 2018    Deep (1)
Feb 07 2018    what's the point of function template declarations if they can't be (2)
Feb 07 2018    free func "front" is not picked up as a candidate when doing (9)
Feb 07 2018    Vibe.d rest & web service? (11)
Feb 06 2018    extern(C++) in win32.mak (7)
Feb 06 2018    macOS preview D files (4)
Feb 06 2018    enumerated iteration to struct (4)
Feb 06 2018    Run-time initialised static variables (10)
Feb 06 2018    Shouldn't D be added to this list? (2)
Feb 06 2018    Implicit Casting (2)
Feb 06 2018    dirEntries returns relative, not absolute paths (3)
Feb 06 2018    more OO way to do hex string to bytes conversion (13)
Feb 06 2018    Error: template std.conv.parse cannot deduce function from argument (3)
Feb 06 2018    Understanding the AST... (9)
Feb 05 2018    Using file as input to stdin when compiling (3)
Feb 05 2018    workspace-d dsymbol Visual Code macOS (7)
Feb 05 2018    Interactive Interpreter (3)
Feb 05 2018    String to binary conversation (4)
Feb 04 2018    How to convert hex string to string or ubytes? Thanks. (10)
Feb 04 2018    Getting compiler Segfault (7)
Feb 03 2018    Interfacing with C++ (10)
Feb 03 2018    Strange things allowed in iasm (3)
Feb 03 2018    x86_64 iasm cannot directly load global variable with PIC code (2)
Feb 03 2018    Setting up DMD on windows (5)
Feb 03 2018    Array element Replace (1)
Feb 03 2018    Adjacent item in a array (6)
Feb 03 2018    DLangUI Drag and Drop support? (7)
Feb 03 2018    Can't cast from void* (5)
Feb 03 2018    sys_write in betterC doesn't write anything (5)
Feb 02 2018    Wiki spam (3)
Feb 02 2018    select, poll, epoll from D (6)
Feb 02 2018    Can you constrain a type based on properties of what it is being (3)
Feb 01 2018    dub test (3)
Feb 01 2018    Files and Buffers (8)
Feb 01 2018    Lambda returning a lambda? (6)
Jan 31 2018    Terminating multiple processes (12)
Jan 31 2018    what is local package map(local-packages.json) for dub while doing (1)
Jan 30 2018    Union Initialization (2)
Jan 30 2018    How to get a range from std.container.array for use with (5)
Jan 30 2018    Best Practice: Alternatives to Void Pointers (2)
Jan 30 2018    inline trusted code (2)
Jan 30 2018    Discarded return values (5)
Jan 30 2018    Question about std.conv.parse (3)
Jan 29 2018    Should the "front" range primitive be "const" ? (23)
Jan 29 2018    How to proceed with learning to code Windows desktop applications? (23)
Jan 29 2018    cast problem about alias this (3)
Jan 29 2018    dmd error - unrecognized file extension (7)
Jan 29 2018    the behavior of opAssign (4)
Jan 28 2018    questions around mutating range algorithms, const, and return ref (9)
Jan 28 2018    Looks like wrong error message (5)
Jan 28 2018    vibe.d compatible with d3 or pixieJS (2)
Jan 27 2018    D generates large assembly for simple function (12)
Jan 27 2018    enforce (i > 0) for i = int.min does not throw (10)
Jan 27 2018    assert and enforce both compiled out with -release (17)
Jan 27 2018    std_exception.html#enforce: example does not compile (8)
Jan 27 2018    parallelism (9)
Jan 26 2018    Further questions on interfacing to Postgres libpq (2)
Jan 26 2018    Is https://tour.dlang.org under maintenance? (8)
Jan 26 2018    rdmd main.d leads to Segmentation fault (17)
Jan 26 2018    Strange compiler error. Whose bug is that? (4)
Jan 26 2018    Help me understand how to contribute to bugs report / fixing (4)
Jan 26 2018    value of 'this' is not know at CT for typeof(this) (3)
Jan 26 2018    Rewriting a c++ template to D (replacing iterator with ranges (8)
Jan 26 2018    MapViewOfFileEx: Not enough storage is available to process this (4)
Jan 26 2018    Is it possible to obtain textual representation of an arbitary code? (13)
Jan 25 2018    curl_mime_init: How to get curl handle? (1)
Jan 25 2018    Using std traits (3)
Jan 25 2018    BitFlags usage (3)
Jan 24 2018    Class instance memory overhead lower than 3 words? (10)
Jan 24 2018    `Alias this` to a mixed in property (3)
Jan 23 2018    static weirdness (14)
Jan 23 2018    static function and access frame (9)
Jan 22 2018    getting member functions of a struct and Error: identifier expected (4)
Jan 22 2018    dub infinite loop (1)
Jan 22 2018    [dlang library documentation] Why there are dlang.org/library and (7)
Jan 21 2018    Templated Binary Search Tree treats class as const, compiler complains (4)
Jan 21 2018    Get largest heap object at runtime? ...tracking the leak (6)
Jan 21 2018    How do I solve this kind of conflict? (2)
Jan 21 2018    -transition=safe and DIP1000 (5)
Jan 20 2018    Filter a Range Based on a Passed In Variable (3)
Jan 20 2018    How to manage function's parameter storage class? (3)
Jan 19 2018    Cannot initialize associative array (5)
Jan 19 2018    Program exiting from thread with infinite loop (11)
Jan 19 2018    Local static variables must have unique names within a function's (6)
Jan 18 2018    cast ref pointer (8)
Jan 17 2018    C++ function mangling Linux GCC (2)
Jan 17 2018    Implicit conversion (3)
Jan 17 2018    Struct initialization syntax (5)
Jan 17 2018    Any sample how to use Sqlite-d? (4)
Jan 17 2018    safe matching on subclass type (2)
Jan 16 2018    Alias to single function of object inside class (2)
Jan 16 2018    private selective import + overload = breaks accessibility rules (6)
Jan 16 2018    Web Browser (2)
Jan 15 2018    class initialization (2)
Jan 15 2018    Trait compiles (1)
Jan 15 2018    Undefined Reference to OpenSSL EVP functions (2)
Jan 15 2018    core.sys.posix.setjmp unavailable for OS X? (5)
Jan 15 2018    How to imporve D-translation of these Python list comprehensions ? (11)
Jan 15 2018    Does it have an http2 server/client lib like in golang? (2)
Jan 15 2018    Cannot use local lambda as parameter to non-global template (6)
Jan 14 2018    How do I get the value cache()? (2)
Jan 14 2018    String Type Usage. String vs DString vs WString (13)
Jan 14 2018    What's equivalent to C#'s select? (8)
Jan 14 2018    How do I get class member type? (3)
Jan 14 2018    variable template question (2)
Jan 13 2018    Where can get the Number Convert module?Thanks. (9)
Jan 13 2018    Range over a container r-value with disabled postblit (5)
Jan 13 2018    function template specialization question D vs. C++ (9)
Jan 13 2018    compile-time checked format strings (4)
Jan 12 2018    Using Postgres connection functions (12)
Jan 12 2018    continue in static foreach (4)
Jan 12 2018    Possible dmd 2.078 regression ? (7)
Jan 12 2018    Floating Point Literals: float (f) and real (L) suffix issue (3)
Jan 11 2018    SegFault with HibernateD (10)
Jan 11 2018    __gshared as part of alias (9)
Jan 11 2018    Problem with function taking variable number of arguments with -m64 (2)
Jan 11 2018    Druntime: Changing the underlying C Standard Library (2)
Jan 11 2018    union/toString: crash/segfault: What's happening here? (8)
Jan 11 2018    Can you introspect predicate arity and if it's an equality predicate? (7)
Jan 11 2018    How to move an associative array between modules? (4)
Jan 11 2018    calloc for std.experimental.allocator (3)
Jan 11 2018    Why is this valued zeroed? (5)
Jan 11 2018    How to test a DUB-based library during development? (9)
Jan 11 2018    Checking nogc-ness of an Allocator.allocate() (4)
Jan 11 2018    Is it possible to append to a local buffer without reallocating? (7)
Jan 11 2018    Is it possible to append to a local buffer without reallocating? (1)
Jan 11 2018    Getting a Type from TypeInfo / Getting Variant Type (3)
Jan 11 2018    Voldemort type for mixin template. (3)
Jan 10 2018    new int[] (11)
Jan 10 2018    invalid or corrupt file: duplicate COMDAT / Previous Definition (5)
Jan 10 2018    Error: out of memory (6)
Jan 10 2018    TransitiveBaseTypeTuple doesn't seemed to print the symbols as well. (6)
Jan 10 2018    Vibe-d issue with timer in separate thread on debug builds (5)
Jan 10 2018    need help with vibe.d receive() (3)
Jan 10 2018    How to pass --DRT-covopt to dub test? (1)
Jan 09 2018    Is there a way to get this associative array initialization to work? (6)
Jan 09 2018    Storing struct in a array (7)
Jan 08 2018    Creating Struct for an output of a program. (3)
Jan 08 2018    DUB and lib curl (-lcurl) (2)
Jan 08 2018    DIP1000 & Owning Containers (1)
Jan 08 2018    Rvalue references (10)
Jan 08 2018    __traits(isSame, TemplateOf ...) errors and some Idiomatic D questions (6)
Jan 07 2018    Column wise output (1)
Jan 07 2018    Finding ElementType (3)
Jan 06 2018    Is old style compile-time foreach redundant? (23)
Jan 06 2018    Why is "array operation without destination memory not allowed"? (4)
Jan 06 2018    TemplateOf behavior (3)
Jan 06 2018    How to concatenate a tuple of strings at compile time? (7)
Jan 06 2018    Passing Template to Function (2)
Jan 06 2018    Does dub support generating source files? (4)
Jan 06 2018    Error: non-shared method Node.~this is not callable using a shared (2)
Jan 05 2018    -L--demangle=dlang doesn't work (4)
Jan 05 2018    Templates for DRY code (8)
Jan 05 2018    Upcasting slice of class elements (5)
Jan 05 2018    what's the scope of a static variable inside a local function? (5)
Jan 05 2018    why does unittest mangled name now contains full file path instead of (1)
Jan 05 2018    Array is already defined (8)
Jan 05 2018    C++ Interop (8)
Jan 04 2018    I want to transmit the class name and the member name in the method (10)
Jan 04 2018    Consequences of casting away immutable from pointers (9)
Jan 04 2018    Any free stock market data API? (5)
Jan 04 2018    How do i activate the latest nightly without knowing the date ? (4)
Jan 04 2018    Passing a type as paramter to super (4)
Jan 04 2018    Dub and libraries (2)
Jan 04 2018    Error: variable foo conflicts with struct foo (4)
Jan 04 2018    Error: variable i cannot be read at compile time (23)
Jan 04 2018    Single type of a tuple return type function (3)
Jan 03 2018    Error trying to build dlang.org (3)
Jan 03 2018    Putting function pointers / delegates into associative array. (2)
Jan 03 2018    how do I get only static member of a class? (3)
Jan 03 2018    Gc/D_runtime prevents dangling pointers? (5)
Jan 03 2018    No modification of pointer values in safe functions? (8)
Jan 03 2018    what's the proper way to convert wchar[] to string? (3)
Jan 03 2018    Can I use D with the Microsoft universal windows platform? (3)
Jan 03 2018    How do you do "const nazi" in D? (5)
Jan 03 2018    How do I use ncurses library with D? are there any wrapper? (5)
Jan 03 2018    Using iopipe to stream a gzipped file (9)
Jan 03 2018    How to use the -I command line switch? (11)
Jan 03 2018    Buy Real passport, drivers license, IELTS, ID Cards (1)
Jan 02 2018    Is it bad form to put code in package.d other than imports? (4)
Jan 02 2018    Filling up a FormatSpec (1)
Jan 02 2018    Efficient way to pass struct as parameter (18)
Jan 02 2018    C++ interfaces and D dynamic arrays (2)
Jan 02 2018    Get aliased type (5)
Jan 02 2018    Help optimizing UnCompress for gzipped files (28)
Jan 01 2018    Does UDA not work for enums? (2)
Jan 01 2018    Help optimizing code? (10)
Dec 31 2017    std.file and non-English filename in Windows (7)
Dec 31 2017    static if and early exit from function doesn't seem to work? (4)
Dec 30 2017    take symbol as parameter (5)
Dec 29 2017    Slices and Dynamic Arrays (23)
Dec 29 2017    Is Nullable supposed to provide Optional semantics? (9)
Dec 29 2017    How do you safely deal with range.front? (18)
Dec 29 2017    What could this OptLink Error mean? (4)
Dec 29 2017    Adding Toc for the "longish" spec pages. (4)
Dec 29 2017    structs inheriting from and implementing interfaces (19)
Dec 29 2017    Finding unsafe line of code (6)
Dec 28 2017    how to localize console and GUI apps in Windows (13)
Dec 27 2017    BitArray shift left/right confusion. (5)
Dec 26 2017    Function hijack on selective import (8)
Dec 20 2017    Don't expect class destructors to be called at all by the GC (27)
Dec 20 2017    why property cannot be pass as ref ? (8)
Dec 18 2017    Dub project has both .sdl and .json files. Is this normal or did I do (9)
Dec 14 2017    weird exception on windows (22)
Dec 10 2017    Derelict on Ubuntu with CODE::BLOCKS (8)
Nov 25 2017    Linking multiple libraries (9)
Nov 23 2017    GUI program on Mac OS in D? (31)
Nov 20 2017    Visual D >> TRACKER : error TRK0004: Failed to locate: (5)
Sep 18 2017    cannot access frame of function (7)
Sep 03 2017    New programming paradigm (16)
Aug 23 2017    Tools to help me find memory leaks? (4)
Aug 22 2017    SMTP Mail (13)
Jul 27 2017    Profiling after exit() (12)
Jun 22 2017    BetterC and TypeInfo Question (8)
Apr 12 2017    Command Line Parsing (6)
Nov 10 2016    How to list aggregate members in order of declaration at compile time? (6)
Oct 05 2016    Struct immutable data and dict (10)
Jul 30 2016    How do you test whether a variable is static or not? (14)
Jul 21 2016    full path to source file __FILE__ (36)
Jul 13 2016    cant run unittests (6)
Jul 04 2016    Error: incompatible types for 'shared(SysTime)' and 'shared(SysTime)' (7)
Jun 01 2016    Asio Bindings? (12)
Mar 13 2016    Where do I learn to use GtkD (15)
Jan 29 2016    How do you get mouse movement info in GtkD? (3)
Jan 29 2016    Relocatable objects and internal pointers (11)
Jan 19 2016    Can't add ubytes together to make a ubyte... bug or feature? (9)
Jan 03 2016    CMake support for D (15)
Jul 27 2015    Can't Compile Global Semaphores? (10)
Feb 13 2015    I can has nogc and throw Exceptions? (20)
Dec 24 2014    Need example of usage DerelictPQ (12)
Sep 29 2014    Interfacing with webcam (3)
May 18 2014    UCFS does not work for nested functions? (13)
Feb 06 2014    traits getOverload of a template method (6)
Mar 03 2012    Sending Tid in a struct (4)
May 05 2010    .ptr and .value (7)
Nov 02 2008    How to get a function name (string) compile time (8)
Mar 24 2008    "Error: function expected before (), not module *module* of type void (8)

Other years:
2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005