www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.learn

Dec 29 2016    Adding linker paths with spaces using dmd and msvc toolchain (9)
Dec 29 2016    delegate passed in annotation struct cannot be invoked. (5)
Dec 29 2016    Explain the Modules to me but better... (4)
Dec 28 2016    [OT] Anyone familiar with the google tooling - SKIA as a static (1)
Dec 28 2016    Best way to clear dynamic array for reuse (2)
Dec 27 2016    understanding std.algorithm.mutation.fill behaivor. (4)
Dec 27 2016    Working with Modules (4)
Dec 27 2016    DMD specify VS version in sc.ini (2)
Dec 27 2016    Gui programing in D (3)
Dec 26 2016    [question] Access from UDA constructor to parent symbol (6)
Dec 26 2016    Build your own Trie entry table (3)
Dec 25 2016    Is there anything other than nullable to work with optional types? (7)
Dec 24 2016    DMD Stdio Linker Oddities (2)
Dec 24 2016    Runtime error trying to call opCall on variant array of objects (3)
Dec 24 2016    Recursive-descent parsing (2)
Dec 23 2016    How to initialize a associative array? (9)
Dec 23 2016    Poll (3)
Dec 22 2016    How to detect free/unfree memory segments? (5)
Dec 21 2016    Constructing a variadic template parameter with source in two files (3)
Dec 21 2016    returning struct, destructor (11)
Dec 21 2016    BitArray Slicing (6)
Dec 20 2016    D3D12 memory issues (1)
Dec 20 2016    Multidimensional array access (4)
Dec 20 2016    Vibe.d form file attributes (3)
Dec 19 2016    std.experimental.logger + threadIds (3)
Dec 19 2016    Is it possbile to specify a remote git repo as dub dependency? (7)
Dec 19 2016    Swap front for char[] input ranges (6)
Dec 18 2016    Pointer to private structure (6)
Dec 18 2016    sort, .array and folding on immutable data (finding most common (9)
Dec 18 2016    meaning of "auto ref const"? (9)
Dec 17 2016    Using tango with dub (11)
Dec 17 2016    Cryptic C function pointer for conversion (7)
Dec 16 2016    BetterC classes (7)
Dec 16 2016    extern(C++) struct - what is it? (4)
Dec 15 2016    Allocating a class within another class during object init w/o passing (9)
Dec 14 2016    Simplest way to build a DMD compatible C lib, and how to link using (9)
Dec 14 2016    Dynamically Loading a D DLL From a D Program (3)
Dec 14 2016    Get fils at compile-time (7)
Dec 14 2016    Issue with dmd, linker, visualD on windows 10 (5)
Dec 14 2016    rtInfo() (2)
Dec 13 2016    Question about compile-time functions. (3)
Dec 13 2016    DRY version of `static if(__traits(compiles, expr)) fun(expr)` (6)
Dec 13 2016    Using Nsight with VisualD (1)
Dec 13 2016    Dynamic arrays with static initialization and maybe a bug with sizeof (5)
Dec 13 2016    Accessing members through pointers to structs (also, CTFE associative (12)
Dec 13 2016    Alias variable from another class (4)
Dec 13 2016    reading from file (12)
Dec 13 2016    this is not an lvalue (10)
Dec 12 2016    How to override impure function from pure function (4)
Dec 12 2016    arsd.cgi - maximum length of form post (7)
Dec 12 2016    Error and Exception chaining (7)
Dec 12 2016    Trying to understand something about UDAs. (3)
Dec 12 2016    Check whether function/delegate uses any shared or global variables (6)
Dec 11 2016    Calling arbitrary functions at runtime? (4)
Dec 11 2016    Sanitizing forms in vibe.d. How? (7)
Dec 11 2016    arsd.dom appenChild method gives assertion message (5)
Dec 11 2016    Question about DUB (1)
Dec 11 2016    help on cartesianProduct() (5)
Dec 11 2016    Strange memory corruption / codegen bug? (7)
Dec 10 2016    faster "stringification" (5)
Dec 10 2016    function is not callable using argument types () (3)
Dec 09 2016    Separate IP parts (8)
Dec 09 2016    mkdir; remove; under Windows throw Exception (11)
Dec 09 2016    staticIota is easy (4)
Dec 09 2016    The program exits unexpectedly (11)
Dec 08 2016    Templating Function Names (2)
Dec 08 2016    property (8)
Dec 08 2016    Range of uncopyable elements (10)
Dec 08 2016    Hosting vibe.d on OpenShift (4)
Dec 08 2016    drepl fails because of missing lib linenoise (3)
Dec 07 2016    wrong result from ParameterStorageClassTuple? (1)
Dec 07 2016    Multiple producer - multiple consumer with std.concurrency? (3)
Dec 07 2016    constraint on variadic template (8)
Dec 05 2016    Set Intersection of SortedRanges (7)
Dec 05 2016    Set Union of SortedRanges (2)
Dec 05 2016    [Semi-OT] I don't want to leave this language! (56)
Dec 05 2016    The order of libraries makes error in dub (6)
Dec 04 2016    How to use library compiled with Microsoft Visual Studio 2015 in D? (4)
Dec 04 2016    Impressed with Appender - Is there design/implementation description? (5)
Dec 04 2016    property get/set or public varaible? (5)
Dec 03 2016    Proper generic way to get the hash of something? (5)
Dec 03 2016    [Derelict-GL3] GLSL: Syntax error unexpected tokens following #version (4)
Dec 03 2016    Returning structs from COM (9)
Dec 03 2016    using assignment statement as conditional in a where (4)
Dec 02 2016    extern(C++) with template produces wrong mangleof (1)
Dec 01 2016    Two part question. Making a dynamic array of delegates, and taking in (7)
Dec 01 2016    The module 'foo' is already defined in 'libmylib.so' (4)
Dec 01 2016    Delegates: Print 0..9 (5)
Nov 30 2016    how to catch D Throwables (or exceptions) from C++? (5)
Nov 30 2016    How to serialize a double. (6)
Nov 30 2016    Where should I dump workarounds? (8)
Nov 29 2016    Cannot implicitly convert expression (&sbuf) of type char [1024] to (10)
Nov 29 2016    how to copy const struct with indirections to mutable one (of the (3)
Nov 29 2016    How can I concatenate a string, a char array and an int (5)
Nov 28 2016    Use class template as a type (18)
Nov 27 2016    how to debug exceptions/asserts thrown in module constructors? (4)
Nov 27 2016    Parsing a string to instantiate classes at runtime (8)
Nov 27 2016    Instantiating a class with different types at runtime (5)
Nov 27 2016    std.net.curl application throws an exception (1)
Nov 27 2016    Creating array of structs being used in C interface (10)
Nov 27 2016    Using the result of a comma expression is deprecated (9)
Nov 26 2016    How to get hash value of an object? (4)
Nov 26 2016    Given two AliasSeq (A and B) and template T, how to make (4)
Nov 26 2016    Is there some trait like getOverloads that works with mixin templates? (1)
Nov 25 2016    Reading image files (3)
Nov 25 2016    Vibe d streaming content (1)
Nov 24 2016    mixin templates as ailas paramters (3)
Nov 24 2016    Template specialization question (4)
Nov 24 2016    Catch block not hit in unittest (7)
Nov 24 2016    Updated D then undefined symbols in vibed (10)
Nov 23 2016    Vibe.D - log requests and responses (3)
Nov 23 2016    Linking g++ compiled object files (4)
Nov 23 2016    spam in bugzilla (5)
Nov 23 2016    Switch ignores case (?) (22)
Nov 23 2016    Curl namelookup_time (3)
Nov 22 2016    Char representation (9)
Nov 22 2016    Get return type of a template function without instantiating it (4)
Nov 22 2016    mqtt client id (1)
Nov 22 2016    Const/Immutable Slicing Syntax (2)
Nov 21 2016    A simplification of the RvalueRef idiom (20)
Nov 21 2016    implementing --version? (9)
Nov 21 2016    How to muldiv in D? (4)
Nov 21 2016    Converting all enum members to a string fails with version 2.0.72.0 (5)
Nov 21 2016    Why don't Function Lambdas Cast to Delegate? (3)
Nov 21 2016    RDMD can't eval code because of missing cstream module (4)
Nov 21 2016    Enumerate CTFE bug... (2)
Nov 21 2016    null this (4)
Nov 21 2016    Is there a way to identfy Windows version? (5)
Nov 20 2016    Making floating point deterministic cross diffrent platforms/hardware (7)
Nov 20 2016    Memory allocation failed. Why? (13)
Nov 20 2016    Using opApply and Attributes (2)
Nov 20 2016    How to access https web page using std.net.curl? (1)
Nov 20 2016    How to declare function with the same call signature as another? (19)
Nov 19 2016    Popular embedded language for scripting in D (3)
Nov 19 2016    shared arrray problem (13)
Nov 19 2016    How to correct share data between threads? (4)
Nov 19 2016    How to enable SIMD instructions in core.simd (2)
Nov 19 2016    Array operations with multidimensional arrays (5)
Nov 19 2016    Missing features from numpy (1)
Nov 19 2016    Using mixin in array declarations (5)
Nov 19 2016    Complex numbers are harder to use than in C (12)
Nov 18 2016    what is mean? ( Offset 78887H Record Type 00C3) (8)
Nov 18 2016    Creating shared library on Monodevelop with MonoD, Implib problem (1)
Nov 18 2016    Why double not? (!!) (8)
Nov 18 2016    -fPIC related error compiling hello_world.d with dmd (6)
Nov 17 2016    Why is three safety levels need in D? (9)
Nov 17 2016    LDC vs DMD Diagnostics (1)
Nov 17 2016    Why some function are class-less? (9)
Nov 17 2016    Getting usages of template (3)
Nov 16 2016    [Vibe.d] Handling event loop manually (1)
Nov 16 2016    How to create a UTF16 text file on Windows? (3)
Nov 16 2016    Compiling and linking libraries (5)
Nov 15 2016    A curated list of links related to D (github/awesome D) (1)
Nov 15 2016    Unable To Install Debian Package on Deepin Linux (Debian Jessie) (2)
Nov 15 2016    vibed ssl stream and SSL_CTX_set_default_verify_paths (1)
Nov 15 2016    The return of std.algorithm.find (8)
Nov 14 2016    an extremely naive question regarding synchronized... (5)
Nov 12 2016    Variable-Length Bit-Level Encoding (6)
Nov 12 2016    static array internal & dangling reference (16)
Nov 11 2016    Concatenate 2 ranges (5)
Nov 11 2016    is operator and SortedRange (4)
Nov 10 2016    Correct way to create singleton? (6)
Nov 10 2016    Class copy (2)
Nov 10 2016    problem with isnan (8)
Nov 10 2016    cross_module function overloading & alias & template: how to ? (7)
Nov 09 2016    Is it possible to store different generic types in ex. an (5)
Nov 09 2016    Reflecting over mutating member functions (2)
Nov 09 2016    Obtain predicate from SortedRange (3)
Nov 09 2016    Difference between dstring and string format specifiers support. Bug? (4)
Nov 08 2016    Question on syntax (3)
Nov 08 2016    ModuleInfo linker error when importing std.stdio and using package.d (2)
Nov 08 2016    Question about dsfml.system.err (5)
Nov 08 2016    typeof(SortedRange) and is operator (9)
Nov 07 2016    New to D and mimicking C++ : how to implement (10)
Nov 07 2016    Are contracts intended for verifying safety; (10)
Nov 07 2016    Can't understand the application of delegates in toString() functions (7)
Nov 07 2016    Thread (spawn) for object's method (3)
Nov 06 2016    how to debug memory errors (16)
Nov 06 2016    Floating-point Modulus math.fmod (3)
Nov 05 2016    Sockets and using them... (4)
Nov 05 2016    Bug after update to 2.072? (17)
Nov 05 2016    Error 42 When Trying to Interop with a C# Libary (9)
Nov 04 2016    system's "kill <pid>" signal (8)
Nov 04 2016    check instance of nested variadic template (9)
Nov 04 2016    Combining "chunkBy" and "until" algorithms (5)
Nov 03 2016    Calling std.variant.visit from a pure function (3)
Nov 03 2016    not callable error (6)
Nov 03 2016    What is the simplest way of doing nogc string concatenation? (6)
Nov 03 2016    Compilation phobos errors with DMD 2.071,2.072 or dub (3)
Nov 02 2016    Vibe.d diet template reuse (3)
Nov 02 2016    fPIC Error (7)
Nov 02 2016    mangle!(void function())("foo").demangle = "void function()* foo" (1)
Nov 02 2016    Best way to get ceil(log2(x)) of a BigInt? (5)
Nov 02 2016    Set Operations on Set-like Containers (3)
Nov 02 2016    Error: function std.stdio.setmode is not accessible from module a (6)
Nov 01 2016    is there "this"? (10)
Nov 01 2016    error (4)
Nov 01 2016    Assistance with DUB (3)
Nov 01 2016    Should I prefer immutable or const? (5)
Nov 01 2016    Benchmarking Time Unit (11)
Oct 31 2016    Can someone please explain why the following assertion fails? (10)
Oct 31 2016    newbie problem with nothrow (12)
Oct 31 2016    Newbie: can't manage some types... (7)
Oct 30 2016    general questions about static this() at module level (7)
Oct 30 2016    splitter trouble (2)
Oct 30 2016    Parse a String given some delimiters (5)
Oct 30 2016    Construct D Arrray with explicit capacity (4)
Oct 30 2016    strange -fPIC compilation error (3)
Oct 29 2016    ACM paper: CPU is the new bottleneck (2)
Oct 28 2016    rpc between Tasks of vibe.d (1)
Oct 28 2016    CTFE divide by 0 prints the same error 3 times ! (2)
Oct 28 2016    Is there a D static site generator based on markdown (like couscous) ? (2)
Oct 28 2016    Best approach to handle accented letters (8)
Oct 28 2016    Is there Typeof template ? (8)
Oct 28 2016    dub build --force but only for this package (1)
Oct 27 2016    exercise - find invalid D tokens (Impossible ?) (3)
Oct 27 2016    A question of function design? (5)
Oct 27 2016    MongoDB/DB <-> D (2)
Oct 27 2016    What is the difference between pages under dlang.org/phobos and (3)
Oct 27 2016    Address of an array (4)
Oct 27 2016    test if the alias of a template is a literal (7)
Oct 26 2016    Unresolved Symbols in a nanovg Library (9)
Oct 26 2016    Map type to class instance at compile-time (5)
Oct 26 2016    test for equality of the content of two AA (3)
Oct 26 2016    [vibe.d] showing images (6)
Oct 26 2016    How to kill whole application if child thread raises an exception? (17)
Oct 26 2016    Avoiding GC (6)
Oct 25 2016    Module Name Resolution (5)
Oct 25 2016    vibe.d with explicit threads/threadpool instead of fibers (2)
Oct 25 2016    Neural Networks / ML Libraries for D (11)
Oct 25 2016    Bug in std.allocator? (2)
Oct 24 2016    Statically linking libphobos (1)
Oct 24 2016    Repeat and chunks (9)
Oct 23 2016    How to get sqlite3.lib x64? (4)
Oct 23 2016    No trace of cumulativeFold except in the source. (6)
Oct 22 2016    Real Simple Question? (6)
Oct 22 2016    getting started with web server - vibe.d dub giving link error (8)
Oct 21 2016    New to D (11)
Oct 21 2016    Phobos lacks a particular family of range functions... (2)
Oct 21 2016    Is this a bug ? (2)
Oct 21 2016    dmd 2.072.0 beta 2 no size because of forward reference (2)
Oct 21 2016    DLang/Wiki/'Hello World'/Run Code/Disassembly (6)
Oct 21 2016    Meta-programming detecting anonymous unions inside structs. (5)
Oct 20 2016    Reflection: Order of fields guaranteed? (3)
Oct 20 2016    Dustmite can't handle my memory segfault (6)
Oct 20 2016    Typesafe variadic argument taking struct (6)
Oct 19 2016    Any recent success with SWIG? (2)
Oct 19 2016    SQLite (5)
Oct 19 2016    std.paralellism.Task value type problems (2)
Oct 19 2016    Static Length Propagation of Ranges (13)
Oct 19 2016    List defined version specifications (3)
Oct 19 2016    Trying to use Dustmite (3)
Oct 19 2016    std.experimental.allocator and GC.addRange (2)
Oct 18 2016    Posix access function (2)
Oct 18 2016    TIL: auto struct members (3)
Oct 18 2016    From Python to Dlang (6)
Oct 17 2016    Visual Studio Linker Problem (9)
Oct 17 2016    Programming in D by Ali =?UTF-8?B?w4dlaHJlbGk=?= (7)
Oct 17 2016    Range violation with AAs (11)
Oct 17 2016    About debugging (again) (9)
Oct 17 2016    how to understand different attribute styles? (4)
Oct 17 2016    Bug or case of hijacking protection ? (2)
Oct 16 2016    Render SVG To Display And Update Periodically (18)
Oct 16 2016    Is this should work? (4)
Oct 16 2016    Speed of synchronized (12)
Oct 15 2016    Using dub.json parameters in code (2)
Oct 14 2016    Should I brush up on my C before plunging fully into D? (5)
Oct 14 2016    Escaping ref to stack mem sometimes allowed in safe? (3)
Oct 14 2016    Variables with scoped destruction in closures (10)
Oct 13 2016    Phobos func for string -> enum member? (4)
Oct 13 2016    Batch compilation and -unittest flag (1)
Oct 13 2016    Illegal behaviour or GDC bug? (4)
Oct 13 2016    Building DMD with DMD or LDC (9)
Oct 13 2016    Cannot link with libphobos2.a with GCC 6.2 on Ubuntu 16.10 (18)
Oct 13 2016    ReturnType and Parameters of Templated function/method (5)
Oct 12 2016    overriding alias symbols (4)
Oct 12 2016    Anonymous class (4)
Oct 12 2016    vibe.d HTMLLogger (3)
Oct 11 2016    How to do "inheritance" in D structs (7)
Oct 11 2016    Determining if a class has a template function (6)
Oct 11 2016    Trait hasIndexing (3)
Oct 11 2016    Working with ranges: mismatched function return type inference (10)
Oct 10 2016    Current State of the GC? (5)
Oct 10 2016    opIndexDispatch? (8)
Oct 10 2016    ptrdiff_t of class.tupleof entry (3)
Oct 10 2016    How to correctly display accented characters at the Windows prompt? (8)
Oct 10 2016    isRvalue trait (5)
Oct 10 2016    When to call GC.{add,remove}Range in containers? (3)
Oct 09 2016    Dub for single files - issue (1)
Oct 09 2016    Problems with "shared" (4)
Oct 09 2016    Continued looking at properties in D - interfaces and constraints (12)
Oct 09 2016    isCopyable and isAssignable (4)
Oct 08 2016    Beginner DUB user question... (3)
Oct 08 2016    dub command line in config? (9)
Oct 08 2016    weighted round robin (6)
Oct 08 2016    How do I load a shared library? (5)
Oct 07 2016    Basic sounds' playing (5)
Oct 06 2016    File.write write extra CR character if a string has CRLF on windows (2)
Oct 06 2016    Rust-like collect in D (18)
Oct 06 2016    DLang IDE for macOS (6)
Oct 06 2016    Callbacks in D (2)
Oct 05 2016    Stupid User error with DUB/Derelict runtime issue? (2)
Oct 05 2016    obscure messages relating to linking and imports in 2.071.1 (4)
Oct 05 2016    Convert type tuple to array? (3)
Oct 05 2016    How dub select versions? (4)
Oct 04 2016    Why can't static arrays be sorted? (21)
Oct 04 2016    Shared an non-shared (7)
Oct 04 2016    artistic and boost licenses compatibility (2)
Oct 04 2016    Simple Function Parameter question... (3)
Oct 04 2016    Cannot spawn process: npm start (8)
Oct 03 2016    Why using wrappers for D? (22)
Oct 03 2016    bug, or is this also intended? (3)
Oct 03 2016    vibe.d Logger (2)
Oct 02 2016    dmd -o- option meaning changed recently? Now not creating OBJ but also (5)
Oct 02 2016    Symbol lookup failed in imported module (2)
Oct 02 2016    Class attributes (3)
Oct 02 2016    Getting consistent behavour for class properties (7)
Oct 01 2016    Explicit casting of enum -- intentional restriction? (5)
Oct 01 2016    How can I use heapify in safe code? (3)
Oct 01 2016    How to make rsplit (like in Python) in D (10)
Sep 30 2016    Your connection is not private (4)
Sep 30 2016    Accessing members of an array of a class with map. (3)
Sep 30 2016    Configuring of dub for the application reading enviroment variable (4)
Sep 29 2016    struct to json/yaml/xml/whatever codegen (1)
Sep 29 2016    Learning ddoc (4)
Sep 29 2016    How to create dynamically sized objects (3)
Sep 28 2016    Reinstalled Mac (18)
Sep 27 2016    Macintosh text file with invalid line breaks are created (3)
Sep 27 2016    Usage of DDOC_KEYWORD and DDOC_TEMPLATE_PARAM macros (2)
Sep 27 2016    Is TDPL an accurate description of the D language today? (5)
Sep 27 2016    JSON decode? (2)
Sep 27 2016    Is there any way to have [] overloads use compile-time indexes as is (2)
Sep 27 2016    Problem parsing IPv4/IPv6 addresses with std.socket.parseAddress (8)
Sep 25 2016    How to debug (potential) GC bugs? (13)
Sep 25 2016    Proper way to work around `Invalid memory operation`? (6)
Sep 24 2016    how to access struct member using [] operator? (14)
Sep 24 2016    Assignment Semantics Trait (1)
Sep 24 2016    Lazily evaluated property pointing to read only object (5)
Sep 23 2016    May be a simple dub answer if my question even makes sense? (6)
Sep 23 2016    Meta-programming: iterating over a container with different types (3)
Sep 23 2016    Member not accessible in delegate body (5)
Sep 22 2016    std.net.curl and libcurl.so (6)
Sep 22 2016    Can someone explain to me the design choices for this function (4)
Sep 22 2016    D code optimization (7)
Sep 22 2016    ndslice and RC containers (5)
Sep 21 2016    Vibe.d help (5)
Sep 21 2016    Stacktrace on Null Pointer Derefence (7)
Sep 21 2016    How to get a screenshot? (8)
Sep 21 2016    Module Clarification (10)
Sep 21 2016    Vibe.d compilation error: backend/cgelem.c 5018 dmd failed with exit (8)
Sep 21 2016    Allocating Heap/GC Storage upon Default Construction of RC Containers (2)
Sep 21 2016    Template overloads involving `string` and `char[constant]` return (7)
Sep 21 2016    Question about __treats (5)
Sep 20 2016    Custom test runner (3)
Sep 20 2016    Append const to array (3)
Sep 20 2016    setting fields of object using traits (2)
Sep 20 2016    Using Libraries (7)
Sep 20 2016    D and math, can you isolate this ? (9)
Sep 19 2016    thisExePath purity (13)
Sep 19 2016    Iterate over two arguments at once (5)
Sep 19 2016    What blogs about D do you read? (11)
Sep 19 2016    Help with "cannot alias an expression" compile error (1)
Sep 18 2016    Forum for new programmers in spanish. (3)
Sep 18 2016    Unable to convert a MapResult to an InputRange. (2)
Sep 18 2016    polar coordinates with ggplotd (4)
Sep 18 2016    Getting Data Members of an Aggregate (2)
Sep 18 2016    Getting GtkD working with OpenGL (11)
Sep 18 2016    GDB, cant break on _d_throwc anymore ! (6)
Sep 18 2016    construct range from tuple? (6)
Sep 18 2016    traits help (3)
Sep 17 2016    seg fault, now what? (7)
Sep 17 2016    Embed glade file into a binary (5)
Sep 17 2016    dub: how to update package? (4)
Sep 16 2016    Draw math formulas with ggplotd (9)
Sep 16 2016    Array Copying syntax (10)
Sep 15 2016    Vibe.d: Jade has become pug (1)
Sep 15 2016    Window x64, LDC, Derelict : unable to compile (2)
Sep 15 2016    Meaning of DMD flag -transition=safe (3)
Sep 15 2016    Aerpspike for vibe.d? (1)
Sep 15 2016    std.algorithm.iteration.each requires opApply to have ref elements? (2)
Sep 15 2016    Metaprogramming with traits (7)
Sep 15 2016    bug? (10)
Sep 15 2016    [UDA] Error: first argument is not a symbol (4)
Sep 14 2016    Getting a String Literal From an Aliased Template Mixin Parameter (3)
Sep 14 2016    vibe.d maxRequestSize (13)
Sep 14 2016    vibe.d PaaS (8)
Sep 13 2016    zip: why isn't requireSameLength the default? (1)
Sep 13 2016    Can vibe d leverage existing web technologies? (9)
Sep 13 2016    Discarding all forum drafts at once (2)
Sep 13 2016    Fiber Concurrency Showcase (6)
Sep 13 2016    Binary heap: obtain a _reference_ to the front of the heap (4)
Sep 12 2016    How to check member function for being disable? (7)
Sep 12 2016    pure functions (6)
Sep 11 2016    Mysql-native with LAMPP (7)
Sep 11 2016    iasm, unexpectedly slower than DMD production (2)
Sep 11 2016    Compiling vibe.d application for Amazon ec2 instance (5)
Sep 11 2016    Error while compiling and linking modules (mysql) (2)
Sep 11 2016    dub - load shared library (so) in example (1)
Sep 11 2016    Confusion over what types have value vs reference semantics (6)
Sep 10 2016    Copy a struct and its context (11)
Sep 10 2016    Building with dub fails on Ubuntu 16.10. (5)
Sep 10 2016    Mutable class reference to immutable class (2)
Sep 10 2016    cloning arrays (1)
Sep 10 2016    Is it possible to override the behavior of a type when used in a (6)
Sep 10 2016    Reading hexidecimal from a file (5)
Sep 10 2016    inferred vs. annotated attributes (4)
Sep 09 2016    Using local import path (5)
Sep 08 2016    Fully-qualified symbol disambiguation is deprecated??? (15)
Sep 08 2016    D1: zlib string to decode (2)
Sep 08 2016    Classes new'd inside for loop are all the same instance? (7)
Sep 08 2016    Functions, nothrow and assert (5)
Sep 08 2016    Generate unique members with recursive mixins or another solution? (2)
Sep 08 2016    Data structures of mixed type (2)
Sep 08 2016    Instantiating a class with range template parameter (3)
Sep 07 2016    Get all files imported by a D source file (7)
Sep 07 2016    Performance issue with GC (3)
Sep 07 2016    UFCS not working with alias (7)
Sep 06 2016    Template constraints for reference/value types? (5)
Sep 06 2016    Templates problem (55)
Sep 05 2016    VisualD core.exception.RangeError pipedmd(286): Range violation (8)
Sep 05 2016    Inexplicable invalid memory operation when program terminates (5)
Sep 05 2016    dub generate visuald (5)
Sep 05 2016    Removing array element in foreach, safe? (4)
Sep 05 2016    Getting the superclass of a type? (4)
Sep 05 2016    Assign any event kind to a single templatized function ? (5)
Sep 05 2016    delegates, lambdas and functions pitfall (7)
Sep 05 2016    Custom String vs D String performance (12)
Sep 05 2016    How it's better to store data from DB? (2)
Sep 04 2016    What is this behavior and how do I disable or get around it? (4)
Sep 04 2016    Keen to learn D (4)
Sep 04 2016    Template-style polymorphism in table structure (13)
Sep 03 2016    dependency analysis for makefile construction (5)
Sep 03 2016    How compiler detects forward reference errors (8)
Sep 02 2016    Using OpenGL (24)
Sep 02 2016    Hash table element existence check (10)
Sep 02 2016    opAssign return type (3)
Sep 02 2016    Classes and Structs, Memory management questions (7)
Sep 01 2016    Equivalent of FirstOrDefault with ranges (3)
Sep 01 2016    Fiber cross threads terminated (3)
Sep 01 2016    Storing a reference (6)
Sep 01 2016    DUB, link automatically right object for platform and archi (4)
Sep 01 2016    traits.d: error: forward reference of variable parentPrefix (2)
Sep 01 2016    Overriding abstract class fields (3)
Sep 01 2016    Different array rotation algorithms benchmark (5)
Aug 31 2016    About spinlock implementation (7)
Aug 31 2016    Multi-threading how-to (3)
Aug 31 2016    Checking all elements are unique. (6)
Aug 30 2016    Template not seeming to instantiate a second time with default alias (6)
Aug 30 2016    Prevent copy of range in foreach (8)
Aug 30 2016    is this a typographical bug? (2)
Aug 30 2016    D to C++ (7)
Aug 30 2016    Debug prints in nogc (18)
Aug 29 2016    RDTSCP from dlang (9)
Aug 29 2016    Does D have anything like the generators of Python and some other (7)
Aug 29 2016    Error when running vibe.d example application, not sure of the cause. (4)
Aug 29 2016    Using dub to build tutorials (1)
Aug 29 2016    Is this a bug or I made some mistake? (1)
Aug 29 2016    Fast multidimensional Arrays (21)
Aug 28 2016    InterlockedIncrement, InterlockedCompareExchange, etc (6)
Aug 28 2016    mutable destructor? WAT??? (7)
Aug 27 2016    Unicode function name? =?UTF-8?B?4oip?= (18)
Aug 27 2016    How to pass Compile Time info to source files (4)
Aug 27 2016    Few questions about concurrency (5)
Aug 26 2016    How to call a method of class D from function of C++ in DLL? (4)
Aug 26 2016    Proper concurrent nearly lock free efficient nogc storage structures? (9)
Aug 26 2016    Does D have any construct like Python's with keyword? (6)
Aug 25 2016    copy a JSONValue (6)
Aug 25 2016    build dll project use VisualD with the "Use MS-COFF object file..."  (8)
Aug 25 2016    Judy Arrays (4)
Aug 25 2016    Nogc Associative Array? (3)
Aug 25 2016    union mutability (8)
Aug 24 2016    nested enum (8)
Aug 24 2016    Hosting a vibe.d website (2)
Aug 24 2016    pow exponent type issue (3)
Aug 22 2016    Metaprogramming, generate argument list. (5)
Aug 22 2016    __traits(getOverloads, Type, member) order of elements in tuple. (2)
Aug 21 2016    Float values are wrong in union (6)
Aug 21 2016    Is there a d analog of strncmp? (5)
Aug 21 2016    Creating an array of user-defined structs (8)
Aug 21 2016    How to avoid ctRegex (solved) (11)
Aug 21 2016    Mem Mgmt: With & Without the GC (11)
Aug 21 2016    Is it's possible to install DMD/LDC/GDC on CoreOS? (5)
Aug 20 2016    Linking to static libraries with a local DMD install (4)
Aug 20 2016    What is the correct way to run the auto-tester tests on FreeBSD? (1)
Aug 20 2016    Rebind template (29)
Aug 19 2016    CT Inheritence structures (5)
Aug 19 2016    MurmurHash3 behaviour (6)
Aug 19 2016    Serialize/Deserialize Tuple (2)
Aug 18 2016    Static CT Factory (7)
Aug 18 2016    RSA library (5)
Aug 17 2016    compile error while use `extern(C++, class)` (8)
Aug 17 2016    Virtual Classes? (6)
Aug 17 2016    DerelictGL3.reload with specified path question. (5)
Aug 17 2016    having a trivial anonymous function call in template prevents (6)
Aug 17 2016    typeof.stringof wrong type (10)
Aug 17 2016    Log in an nogc function (3)
Aug 16 2016    When does take modify the underlying iterator? (7)
Aug 16 2016    Sequence separation (11)
Aug 16 2016    Converting a Visual Studio Solution with many Projects into DUB (3)
Aug 16 2016    Heterogeneous CT array like structure (4)
Aug 15 2016    Template type reduction (7)
Aug 15 2016    new XML and JSON libs and replacement of std.net.curl (12)
Aug 15 2016    Using shared libraries for external scripts, looking for advice (2)
Aug 15 2016    Command Line Utility Library (13)
Aug 14 2016    Virus detected (5)
Aug 14 2016    Multi-Thread message passing approach (1)
Aug 14 2016    static immutable and lambdas inside struct or class. Is that bug or (3)
Aug 14 2016    Privacy violation depending on who passes a compile-time argument? (6)
Aug 14 2016    Caesar Cipher Cracking (3)
Aug 13 2016    if static member then call (4)
Aug 13 2016    DUB saying my Linux exe file is "not an executable file" even though (11)
Aug 13 2016    platform specific api usage (2)
Aug 12 2016    std.range pipelike interface, inverting OutputStreams? (3)
Aug 12 2016    Passing Structs to function like in C (18)
Aug 12 2016    'importing' threads =?UTF-8?B?4oCU?= i.e. thread_attachThis() (4)
Aug 11 2016    How to use std. packages in so files written in dlang (11)
Aug 11 2016    Retreive method given object, name and arguments (5)
Aug 11 2016    Template parameters that don't affect template type (13)
Aug 11 2016    how to declare an immutable class? (2)
Aug 11 2016    mixin bug? (11)
Aug 10 2016    How to add nogc to delegate (3)
Aug 10 2016    minor question of the difference between " and ' (3)
Aug 10 2016    Unexpected foreach lowering (14)
Aug 10 2016    Template method in interfaces (9)
Aug 10 2016    Ddoc to HTML tool? (6)
Aug 10 2016    Best way of checking for a templated function instantiation (8)
Aug 09 2016    I thought mixins didn't override? (3)
Aug 09 2016    Specifying content-type for a POST request using std.net.curl (5)
Aug 09 2016    C-binding external array. (14)
Aug 09 2016    DUB: can I fully control the output file name? (4)
Aug 08 2016    UFCS with implicit "this" ? (3)
Aug 08 2016    Pass RegexMatch to a function? (2)
Aug 08 2016    arrays, mmu, addressing choices (3)
Aug 08 2016    encoding ISO-8859-1 to UTF-8 in std.net.curl (6)
Aug 08 2016    How do i convert this Makefile to dub (5)
Aug 08 2016    method static-ness has no effect on the type? (5)
Aug 07 2016    string mixup problem with stdin.byLine (7)
Aug 07 2016    Cannot distinguish between template function wtih 0 args and 1 arg (3)
Aug 07 2016    callback craziness (7)
Aug 07 2016    I need a nogc version of hashOf(). What are the options? (5)
Aug 06 2016    Tracking memory usage (3)
Aug 06 2016    SortedRange.lowerBound from FrontTransversal (4)
Aug 06 2016    Windows 10 Linux Bash Shell: Compiling linux app on windows (5)
Aug 06 2016    Library for serialization of data (with cycles) to JSON and binary (4)
Aug 05 2016    call stack tracing (3)
Aug 05 2016    Using D in Games and bindings to c++ libraries (8)
Aug 05 2016    Get size of mem to free by free (8)
Aug 05 2016    Linking on MS Windows. (9)
Aug 05 2016    Improper display of Cyrillic in `pragma (msg, ...)` on Windows (1)
Aug 05 2016    assert or throw in range members? (9)
Aug 04 2016    Pass Tid[string] to another thread (by send) (3)
Aug 04 2016    vsprintf or printf variable arguments (6)
Aug 04 2016    Instantiate C struct on heap (6)
Aug 04 2016    code examples on dlang.org (1)
Aug 03 2016    Initialize array of objects not work (7)
Aug 03 2016    alias to function literal, call without () not possible (5)
Aug 03 2016    C binding with D function (28)
Aug 03 2016    q about bindings to C (noob) (3)
Aug 02 2016    Passing refs with delegates (3)
Aug 02 2016    Error flabergastation (2)
Aug 02 2016    opAssign is not callable because it is annotated with disable with (1)
Aug 02 2016    function core.checkedint.muls cannot inline function (3)
Aug 02 2016    DMD on ARM/Linux (for controlling EV3 Lego Mindstorm)? (6)
Aug 02 2016    Never-returning functions (5)
Aug 02 2016    [Derelict-Lua] compiler error when lua_register is called (3)
Aug 02 2016    Replace (ie: substitute) a type in varadic args (5)
Aug 01 2016    prolog and epilog code (13)
Aug 01 2016    Struct dtor on ref variable (9)
Aug 01 2016    Indexing with an arbitrary type (16)
Jul 31 2016    winsamp.d dont compiler. (3)
Jul 31 2016    FP magic in std.math.pow (3)
Jul 31 2016    Converting int to dchar? (5)
Jul 31 2016    Why Does Dscanner Warn About a Missing toHash if opEquals is Defined? (9)
Jul 31 2016    Question regarding Base64 decoding (4)
Jul 31 2016    std.socket Socket.select failing on consecutive calls with listening (3)
Jul 30 2016    null as parametr (4)
Jul 30 2016    Template Inheritance (2)
Jul 30 2016    Empty LST files? (10)
Jul 29 2016    WindowsCE toolchain (1)
Jul 29 2016    The Mystery of the Misbehaved Malloc (3)
Jul 29 2016    Does D have object wrappers for primitives? (7)
Jul 29 2016    Use dup on Containers with const Elements (4)
Jul 29 2016    FunctionTypeOf behaves unexpectedly for function pointers? (3)
Jul 29 2016    When I should to call destroy? (5)
Jul 29 2016    C's void func() vs. void func(void). (6)
Jul 28 2016    string mixin and alias (9)
Jul 28 2016    Dealing with unicode (3)
Jul 28 2016    Verifying the arguments of a function with ref parameters? (5)
Jul 28 2016    Question about destructor of database and multiple use access (11)
Jul 27 2016    Anybody use FreeImage on Linux with D? (2)
Jul 27 2016    Autodecode in the wild and An Awful Hack to std.regex (7)
Jul 27 2016    Broken TLS? (4)
Jul 27 2016    Array of const objects with indirections and std.algorithm.copy (5)
Jul 26 2016    Search elemnt in Compile-time Argument List of strings (10)
Jul 26 2016    Remove stuff from a template mixin (4)
Jul 26 2016    question about conditional operator (?:) (8)
Jul 26 2016    Assert question (3)
Jul 25 2016    Trouble using 'sort' (7)
Jul 25 2016    randomIO, std.file, core.stdc.stdio (19)
Jul 25 2016    Trouble checking for null-ness (9)
Jul 25 2016    dub set default compiler for project (1)
Jul 25 2016    Getting most derived type of object that implements interface (5)
Jul 24 2016    debug public release private (3)
Jul 24 2016    Static ternary if (7)
Jul 24 2016    Randomized unittests (3)
Jul 24 2016    mixin template hide (2)
Jul 24 2016    Calling methods under gdb. (1)
Jul 24 2016    Singletons importing each other? (3)
Jul 23 2016    extract .manglof of template with lambda parameters (3)
Jul 23 2016    Modules (4)
Jul 23 2016    How to pause terminal in D on Linux? (3)
Jul 23 2016    Cannot compare object.opEquals is not nogc (30)
Jul 23 2016    Transform/Compile to C/CPP as a target (8)
Jul 23 2016    Expression template (15)
Jul 22 2016    Building phobos GDC (5)
Jul 22 2016    JSON Serialization with runtime filtering. (3)
Jul 21 2016    union initalization (5)
Jul 21 2016    std.experimental.allocator and nogc (1)
Jul 21 2016    multithreaded hell, help! (4)
Jul 21 2016    Default implementations in inherited interfaces (8)
Jul 20 2016    shuffle a character array (23)
Jul 19 2016    Dynamic code generation (2)
Jul 19 2016    How to search for an enum by values and why enum items aren't unique (10)
Jul 19 2016    Template arguments produce unidentified identifier (4)
Jul 19 2016    Why typeof(template) is void? (5)
Jul 19 2016    Allowing "fall through" of attributes (8)
Jul 19 2016    strange bug: (not) calling module ctors; help with "master" needed (4)
Jul 19 2016    returning constant references from class methods (4)
Jul 19 2016    counting characters (11)
Jul 18 2016    Get relative offset portably. (1)
Jul 18 2016    How to get the "this" ptr of a lambda inside the lambda? (8)
Jul 18 2016    Passing a single tuple or multiple values (7)
Jul 18 2016    Convert delegate or function type to other. (6)
Jul 18 2016    Iterate all visible symbols, even from imported modules (6)
Jul 17 2016    Fast MSB to LSB (2)
Jul 17 2016    Using external libraries the correct way (3)
Jul 16 2016    Is there a way to "see" source code generated by templates after a (13)
Jul 16 2016    build a subpackage in dub? (2)
Jul 16 2016    to auto or not to auto ( in foreach ) (16)
Jul 15 2016    Template args (3)
Jul 15 2016    Iterate through getOverloads trait (2)
Jul 15 2016    extern (C++) including bodies of member functions? (4)
Jul 15 2016    How define such scheleton classes (2)
Jul 15 2016    LDC with ARM backend (13)
Jul 15 2016    unittests not being run (5)
Jul 15 2016    Bug? somearrayofclassinstances.filter(...).array fails because of (3)
Jul 15 2016    Interior immutability and rvalues (4)
Jul 15 2016    Result Types and void usage (4)
Jul 14 2016    Are templates with variadic value parameters possible? (7)
Jul 14 2016    Type constructor with new size (2)
Jul 14 2016    Templates args (7)
Jul 14 2016    Problems with -fPIC, libraries and exceptions (in linux?) (5)
Jul 14 2016    Is logical subsetting of an array possible ? (6)
Jul 14 2016    Reserve on dynamic arrays (3)
Jul 13 2016    Confused about referencing in D (4)
Jul 13 2016    persistence, serialization, history (run-to-run) in small (5)
Jul 13 2016    Interface final methods are erased by the overloads of a subclass (2)
Jul 13 2016    Experimenting with templates (1)
Jul 13 2016    built-in types inside of a union (4)
Jul 13 2016    Best way to clear dynamic array for reuse (17)
Jul 13 2016    mismatch and return value (12)
Jul 12 2016    How to open file with exclusive lock? (2)
Jul 12 2016    Where does one post a proposal for a language change? (3)
Jul 12 2016    C++ interface vs D and com (28)
Jul 12 2016    aspects on methods? (4)
Jul 12 2016    safe fun alayws call system function? (3)
Jul 11 2016    adding toString to struct (6)
Jul 11 2016    Is this a bug ? (3)
Jul 11 2016    Docs for `Group` type (9)
Jul 11 2016    Simple overloading without complications (15)
Jul 11 2016    Passing ranges around (5)
Jul 11 2016    structure alignment (5)
Jul 11 2016    How can you call a stored function in an AA with proper number of (3)
Jul 11 2016    sorting std.container (8)
Jul 11 2016    Associative Array c'tor (11)
Jul 11 2016    Debugging InvalidMemoryOperationError (4)
Jul 11 2016    protected + package attributes (4)
Jul 11 2016    How to use `format` to repeat a character (9)
Jul 10 2016    how to mark an extern function nogc? (12)
Jul 10 2016    How to create nogc code? (10)
Jul 10 2016    Defining and overriding methods of an abstract base class which must (6)
Jul 10 2016    mutable string (13)
Jul 09 2016    Probably a real simple compile-time reflection question? (2)
Jul 09 2016    Accessing contents of associative arrays in an optimal way (4)
Jul 09 2016    Why is ElementType!(char[]) == dchar? (10)
Jul 08 2016    Dub recursive build and forcing pre-build commands to run (4)
Jul 08 2016    Variadic Tuple of Structs with Mixed Types (7)
Jul 08 2016    opOpAssign (3)
Jul 07 2016    Second class pointers (4)
Jul 07 2016    local const functions - bug ? (9)
Jul 07 2016    Get class name of C++ class at runtime (5)
Jul 07 2016    Strange rbtree behaviour (7)
Jul 06 2016    Endiannes & Splitting Values (8)
Jul 06 2016    Typesafe variadic functions requiring at least one argument (6)
Jul 06 2016    =?UTF-8?B?R2/igJlz?= march to low-latency GC (2)
Jul 06 2016    Build a SysTime from a string (6)
Jul 05 2016    AA with dynamic array value (5)
Jul 05 2016    webfreak001: Request assist installing workspace-d on Windows (8)
Jul 05 2016    How to get current time as long or ulong? (5)
Jul 05 2016    Properties don't work as expected (24)
Jul 05 2016    Possible bug (3)
Jul 05 2016    Dynamic arrays, emplace and GC (4)
Jul 05 2016    Asynchronous Programming and Eventhandling in D (9)
Jul 04 2016    Most elegant way for split array of struct into components (4)
Jul 04 2016    Probably trivial Linux link problem that I've spent hours on. (6)
Jul 04 2016    Initializing static array with contents of (static and dynamic) (12)
Jul 03 2016    Commit size and Page fault's very large for simple program (4)
Jul 03 2016    shared not working! (6)
Jul 03 2016    Way to use var instead of auto? (4)
Jul 02 2016    Passing structs to functions (17)
Jul 02 2016    Implementing a cache (7)
Jul 01 2016    Thunking problems with arch issues (3)
Jul 01 2016    static __gshared struct (8)
Jul 01 2016    Casting classes (4)
Jul 01 2016    Program locked at joinAll and sched_yield (4)
Jul 01 2016    Range non-emptyness assertions and opIndex (4)
Jul 01 2016    some atomic structs (1)
Jun 30 2016    Get program stats at run time (2)
Jun 30 2016    Tuple fields/types (3)
Jun 30 2016    Associative array of const items (4)
Jun 30 2016    thread-safe shared field access (2)
Jun 30 2016    compilation error with shared ReadWriteMutex (4)
Jun 30 2016    opEquals on shared object (4)
Jun 29 2016    EnumToFlags (3)
Jun 29 2016    Cast vs Virtual Method vs TypeId? (4)
Jun 29 2016    IFTI in Eponymous Templates (4)
Jun 29 2016    What's the secret to static class members (14)
Jun 28 2016    core.stdc.stdlib.malloc & alignment (3)
Jun 28 2016    Hooking into GC (9)
Jun 27 2016    Get return type statically (6)
Jun 27 2016    Dynamic array of objects (2)
Jun 27 2016    Local fixed sized arrays (5)
Jun 27 2016    Forward References (1)
Jun 27 2016    Registration-free COM client (8)
Jun 27 2016    Diff between function and delegate (4)
Jun 27 2016    Getting the template name of a template instantiation (6)
Jun 26 2016    executeShell doesn't work but system does (7)
Jun 26 2016    Overloads (2)
Jun 25 2016    Does D has any support for thunks? (8)
Jun 25 2016    static switch/pattern matching (9)
Jun 24 2016    Error: module ctype is in file 'std/ctype.d' which cannot be read - (4)
Jun 24 2016    Is there a dmd.exe x86_64 out there? (6)
Jun 24 2016    GTKD - CSS class color "flash" delay (18)
Jun 23 2016    Get calling this, if exists (9)
Jun 23 2016    Shorthand for defining numeric literals as size_t and ptrdiff_t (2)
Jun 23 2016    GTKD - addOnButtonPress faulty? (3)
Jun 22 2016    Get specific item by index from DList (5)
Jun 22 2016    How to use a char[] buffer in D (8)
Jun 22 2016    Behavior of __FILE__ in mixin template (3)
Jun 22 2016    TypeInfo_Interface from runtime string? (4)
Jun 22 2016    Access vialotion (6)
Jun 22 2016    GTKD - get CSS class for button (7)
Jun 22 2016    Searching for a T in a T[] (4)
Jun 21 2016    Real implicitly converts to float? (16)
Jun 21 2016    Timer (3)
Jun 21 2016    blog.dlang.org (5)
Jun 21 2016    opDispatch and property setters (3)
Jun 21 2016    TickDuration depreciated, yet stopwatch not? (2)
Jun 21 2016    Initialise dynamic array in array of structures (9)
Jun 20 2016    Constructor Inheritance (4)
Jun 20 2016    Meaning of const variables (9)
Jun 20 2016    arsd png bug (5)
Jun 20 2016    Is there anyway to make opApply nogc? (11)
Jun 20 2016    Static function as member delegate's initial value? (3)
Jun 20 2016    Is it legal to place a UDA on a module? (4)
Jun 19 2016    const and mutable opApply's (2)
Jun 19 2016    D casting broke? (17)
Jun 19 2016    What exactly does the compiler switch -betterC do? (11)
Jun 19 2016    Using .lib and .dll in D applications (20)
Jun 19 2016    Why do I get this error when casting to an immutable or shared byRef (4)
Jun 18 2016    Unmanaged drop in replacemet for [] and length -= 1 (7)
Jun 18 2016    canFind doesn't work on Array, replacing [] with array doesn't work, (3)
Jun 18 2016    Can anybody install DDT on Eclipse Neon or Mars? (4)
Jun 18 2016    Is it possible to create a static factory method on a templated (2)
Jun 18 2016    Is there a more elegant way of testing T for multiple types? (2)
Jun 18 2016    Vanilla Vim with D (3)
Jun 18 2016    How to group similar member functions from different classes? (6)
Jun 17 2016    Templated class defaults and inheritence (5)
Jun 17 2016    Variadic function with parameters all of a specific type (4)
Jun 17 2016    How to get access to Voldemort / private thingies (8)
Jun 17 2016    Issues getting DCD to work on Windows (2)
Jun 17 2016    vibe.d - asynchronously wait() for process to exit (8)
Jun 17 2016    Default initialization of structs? (7)
Jun 17 2016    Dub generate visuald, multiple configurations? (3)
Jun 16 2016    Different struct sizeof between linux and windows (9)
Jun 16 2016    ARSD PNG memory usage (24)
Jun 16 2016    std.parallelism.taskPool daemon threads not terminating (3)
Jun 16 2016    Signals using shared slots (1)
Jun 16 2016    OpenGL Setup? (6)
Jun 16 2016    const types can't be specialized non-const, if arrays? (2)
Jun 16 2016    Linux and htod (6)
Jun 16 2016    std.array : appender woes (4)
Jun 15 2016    Why don't we write configuration files in D instead of JSON? (7)
Jun 15 2016    Out of order execution (3)
Jun 15 2016    Passing anonymous templated functions as template parameters (4)
Jun 15 2016    get number of columns and rows in an ndarray. (4)
Jun 15 2016    arr.ptr, safe and void* (5)
Jun 15 2016    GTKD - Application crashes - or not? [Coedit] (19)
Jun 14 2016    ndslice: convert a sliced object to T[] (17)
Jun 14 2016    Strange Issues regarding aliases (8)
Jun 14 2016    Are __gshared globals gc scanned? (5)
Jun 14 2016    short programme from "Programming in D" by Ali Cehreli. (10)
Jun 13 2016    How to call one static method from another? (6)
Jun 13 2016    Bug in Rdmd? (5)
Jun 13 2016    nested inout return type (9)
Jun 13 2016    how to get rid of "cannot deduce function from argument types" (4)
Jun 13 2016    Access private member (11)
Jun 12 2016    An Alternative to Deimos' OpenSSL Bindings (4)
Jun 12 2016    Gotchas for returning values from blocks (6)
Jun 12 2016    Creating a reference counted type? (7)
Jun 11 2016    Fibers, what for? (8)
Jun 11 2016    No triangle with OpenGL (DerelictGLFW and DerelictGL3) (4)
Jun 11 2016    Trying to pass lambda to function gives strange error (2)
Jun 11 2016    How to detect/filter modules in __traits(allMembers)? (3)
Jun 11 2016    RegisterClass fails with x64 (1)
Jun 11 2016    GTKD - Attach Button to Grid in specific column and row (4)
Jun 11 2016    interfacing with C: strings and byte vectors (4)
Jun 10 2016    Why can't I assign a mixin to an alias? (7)
Jun 10 2016    What's up with GDC? (40)
Jun 10 2016    isCallable and templates (2)
Jun 10 2016    Cannot find module during separate compilation (2)
Jun 10 2016    How to cast ASCII value to char? (4)
Jun 10 2016    Mono-D for the new Xamarin Studio (3)
Jun 10 2016    Linker error (8)
Jun 10 2016    operator overload for enum (2)
Jun 09 2016    Where are the solutions for the exercises of the dlang tour??? (2)
Jun 09 2016    strettosis tutanota.com (4)
Jun 09 2016    Formated string with assert inside template constraints? (1)
Jun 09 2016    shared Mutex? (5)
Jun 09 2016    Pointer problems, changing for no reasons (7)
Jun 08 2016    Fibers under the hood (6)
Jun 08 2016    template with enum arg ? (3)
Jun 08 2016    Passing a sting as 'in char[]' yields "immutable is not callable using (3)
Jun 08 2016    dlang.org using apache? (50)
Jun 08 2016    Best way to convert Apachelog Datetime 01/Jan/2016:02:25:10 -> (2)
Jun 07 2016    Constraining template with function signature (4)
Jun 07 2016    a lambda with arguments has type void? (5)
Jun 07 2016    struct on heap with std.experimental.allocator (3)
Jun 07 2016    Recommended coding convention for combining unix and windows code ? (5)
Jun 07 2016    Testing D stuff (1)
Jun 06 2016    Error: castSwitch (2)
Jun 06 2016    Error: mutable method isolated.graphics.g3d.model.Model.begin is not (7)
Jun 06 2016    Windows system casting (3)
Jun 06 2016    Parse File at compile time, but not embedded (18)
Jun 06 2016    core.sys.windows so lean? (7)
Jun 06 2016    Implicit conversion of struct to bool for if (s) operation ? (8)
Jun 06 2016    Emulate C's (polymorphic) NULL type (9)
Jun 06 2016    Range and poolTask (5)
Jun 05 2016    Embed files into binary. (13)
Jun 05 2016    Linker error (10)
Jun 05 2016    Why I can't catch the exception? (5)
Jun 05 2016    How to enable feedback for AssertError? (7)
Jun 04 2016    throw Exception with custom message in nogc code (6)
Jun 04 2016    iota access in foreach loop (5)
Jun 04 2016    Object.factory fails for static libraries (3)
Jun 04 2016    Bast64URL Error; Invalid character (2)
Jun 04 2016    Is it possible to use a template to choose between foreach and (6)
Jun 04 2016    How to determine the integrity level ? (1)
Jun 03 2016    Writing adaptor/wrappers with most scalability and least work (3)
Jun 03 2016    Implicit conversion without alias this? (2)
Jun 03 2016    What would be the best way to work with huge class hierarchies? (2)
Jun 03 2016    Problem with insertBack (4)
Jun 03 2016    Overriden method not detected ? (9)
Jun 02 2016    Derive interface from class? (3)
Jun 02 2016    non empty slices (13)
Jun 02 2016    opCall override default constructor? (4)
Jun 01 2016    adamdruppe: Drawing scaled image (7)
Jun 01 2016    Quite sure a simple basic problem... (2)
Jun 01 2016    Unittests run without error when done individually, but when (2)
Jun 01 2016    Can I get a more in-depth guide about the inline assembler? (10)
Jun 01 2016    Creating a "fixed-range int" with opDispatch and/or alias this? (6)
Jun 01 2016    Using referenceCounters (3)
Jun 01 2016    Regex replace followed by number. (1)
Jun 01 2016    Base64 of String without casting (2)
Jun 01 2016    Preferred method of creating objects, structs, and arrays with (5)
Jun 01 2016    Calling C++ code with pointer** argument (6)
May 31 2016    Getting the parameters and other attributes belonging to the function (3)
May 31 2016    Is there any overhead iterating over a pointer using a slice? (4)
May 30 2016    Why aren't overloaded nested functions allowed? (5)
May 30 2016    Why simple code using Rebindable doesn't compile ? (7)
May 29 2016    Legal operator overloading (2)
May 29 2016    Keeping a mutable reference to a struct with immutable members (4)
May 29 2016    String compare in words? (14)
May 29 2016    Read registry keys recursively (3)
May 29 2016    How to hash any type to an integer? (3)
May 29 2016    D, GTK, Qt, =?UTF-8?Q?wx=2C=E2=80=A6?= (6)
May 29 2016    Weird "nested function cannot be accessed" error (1)
May 29 2016    Why does std.container.array does not work with foraech( i, a; array ) (4)
May 28 2016    standard alias for a class name inside the class code? (5)
May 28 2016    Is it possible to forbid synchronization on an object ? (2)
May 28 2016    trusting generic functions (20)
May 27 2016    Does this C callback call look correct? (2)
May 27 2016    is my code to get CTFE instantiated object valid D ? (19)
May 27 2016    I wrote a function that accepts input ranges, and I get compile errors (5)
May 27 2016    Benchmark Dlang vs Node vs Ruby (24)
May 27 2016    Alias this member shadowed by imported function identifier? (4)
May 27 2016    Request assistance binding to Windows dsound.{lib, dll} (12)
May 27 2016    asm woes... (18)
May 26 2016    Easier way to add libraries to visual d? (28)
May 26 2016    Runtime.loadLibrary linker errors (1)
May 26 2016    Effect of declaring a class immutable ? (4)
May 26 2016    Why do some T.init evaluate to true while others to false? (30)
May 26 2016    Testing array ptr for offset 0... (14)
May 25 2016    import in mixin template (3)
May 25 2016    stdout.flush (2)
May 25 2016    Template mixin Instantiation (3)
May 24 2016    What's wrong with my usage of std.algorithm.map in this code example? (15)
May 24 2016    Is there an easy way to convert a pointer to malloc'd memory to an (9)
May 24 2016    Can no longer build OSX druntime unittest for master (3)
May 24 2016    Newbie to D, first impressions and feedback on the 5 (and more) first (20)
May 24 2016    Trying to get type and name at compile time (5)
May 24 2016    full copies on assignment (7)
May 24 2016    Problem with .debug info in program (5)
May 23 2016    std.conv.parse not accepting ByCodeUnitImpl (10)
May 23 2016    Struct literals and AA literals (3)
May 23 2016    Is NullableRef checked at compile time? (3)
May 23 2016    Introspect alias name of an aliased type (2)
May 23 2016    missing data with parallel and stdin (4)
May 22 2016    Proper way to write benchmark code... (2)
May 22 2016    Is there a way to clear an OutBuffer? (6)
May 22 2016    OpenGL with D tutorials (7)
May 22 2016    Overload new and delete to not use GC? (3)
May 21 2016    Linking C code with D... (3)
May 21 2016    Generation of AST for semantic rule checking (2)
May 21 2016    Division - precision (4)
May 21 2016    Basic question about stderr (8)
May 21 2016    binary expression... (7)
May 21 2016    Is there a way to make a class variable visible but constant to (17)
May 21 2016    Game Development Using D (7)
May 21 2016    Confusion with anonymous functions and method overloads (3)
May 21 2016    problems with Rebindable (8)
May 21 2016    Is there a 128-bit integer in D? (12)
May 20 2016    Dub selects wrong version (4)
May 20 2016    Immutable objects and constructor ? (17)
May 20 2016    Enum that can be 0 or null (15)
May 19 2016    mutable keyword (30)
May 19 2016    template instantiation (2)
May 19 2016    Implement async/await using Fiber (7)
May 19 2016    Use Requests to send data to webpage - how? (5)
May 19 2016    immutable shared not accepted as TypeCtor ? (1)
May 19 2016    Using -O with DMD seems to produce non-random values. (6)
May 19 2016    static member and/or property ? (5)
May 19 2016    ErrorException thrown when errno is modified ? (4)
May 19 2016    How to share an appender!string? (12)
May 18 2016    Single-Allocation Variable-Sized Array (3)
May 17 2016    import("dir/file") does not work (6)
May 17 2016    union alignment (3)
May 17 2016    How to Deify char** (2)
May 17 2016    How to make a logger (possible bug) (2)
May 17 2016    Compile Tango for DMD2 - Any instructions how to do it? (23)
May 17 2016    Abstract attribute ? (3)
May 17 2016    Issue with casting types (6)
May 16 2016    Does DUB create .dll files? (3)
May 16 2016    Void pointers (30)
May 16 2016    Formatted Output: Exact number of Decimal Places (4)
May 16 2016    `return ref`, DIP25, and struct/class lifetimes (4)
May 16 2016    Small-Size-Optimized Array (6)
May 16 2016    source/protocols.d(40,34): Error: uninitialized variable 'value' (3)
May 15 2016    docs generation for mixins (3)
May 15 2016    Using shorthand *= leads to unexpected result? (6)
May 15 2016    How do you use a non-dmd compiler within dub as default compiler? (3)
May 14 2016    guard condition for a callable thingy, with THESE arguments (4)
May 13 2016    Defining member fuctions of a class or struct out side of the (5)
May 13 2016    DMD flag -gs and -gx (2)
May 12 2016    imports && -run [Bug?] (6)
May 12 2016    Request assistance converting C's #ifndef to D (13)
May 12 2016    Dynamically setting struct values from hash map (3)
May 12 2016    Is this template constraint a bug? (3)
May 12 2016    Is it bug compiler? (3)
May 12 2016    .array changes the order (6)
May 11 2016    opDispatch and UFCS (3)
May 11 2016    Keeping a reference to a linked list element (1)
May 11 2016    Intermediate level D and open source projects to study (3)
May 11 2016    static import (v2.071.0) (12)
May 11 2016    DlangIDE Themes (7)
May 11 2016    Parallel implementation of map (4)
May 10 2016    Using RefCounted in recursive structures and templates (4)
May 10 2016    D equivalent of C++ bind ? (11)
May 09 2016    What is up with building DMD (et al.) on Windows? (6)
May 09 2016    Chaining opIndex (3)
May 09 2016    foreach(i,ref val; ndim_arr)?? (7)
May 09 2016    Querying Function Template Restrictions (2)
May 08 2016    Small C wrapper in your DUB package? (2)
May 08 2016    Compiler silently ignores some method overloads (7)
May 07 2016    ggplotd - curve colour (6)
May 06 2016    Ascii string literal. (6)
May 06 2016    Tree in ddox-generated pages (1)
May 05 2016    parameter pack to inputRange (18)
May 05 2016    How the heck is onInvalidMemoryOperationError() nothrow? (3)
May 05 2016    Unique Enum Members (2)
May 05 2016    Async or event library (25)
May 05 2016    Show window maximized in DlangUI (3)
May 05 2016    what's the right way to get char* from string? (8)
May 04 2016    what's wrong with my class? (6)
May 04 2016    template auto instantiation when parameters empty (6)
May 04 2016    Accepting function or delegate as function argument (4)
May 04 2016    What can cause error: Previous Definition Different (2)
May 03 2016    Code example for function/delegate as template argument ? (9)
May 03 2016    undefined identifier 'size_t' (3)
May 03 2016    what is equivalent to template template (4)
May 03 2016    what is missing here? (3)
May 03 2016    struct cannot deduce function from argument types (2)
May 03 2016    Stacktraces in static constructors (6)
May 02 2016    DlangUI FileDialog not working (2)
May 02 2016    How can I save a class use the RedBlackTree? (5)
May 02 2016    constructed variadic call (5)
May 02 2016    inferred size for static array initialization (22)
May 02 2016    how do I prevent null errors when using __traits(derivedMembers (1)
May 02 2016    Static introspection in a class hierarchy (1)
May 01 2016    simple idea for error messages (1)
May 01 2016    Method doesn't compile when defined in a mixin, but is fine without? (5)
May 01 2016    Cannot link daimos glfw using x64 (1)
May 01 2016    Using private constructor with std.experimental.allocater:make (6)
Apr 30 2016    Using a string generated at compile-time in a nogc function (6)
Apr 30 2016    Setting a list of values (12)
Apr 30 2016    Rust piece on integer safety (2)
Apr 30 2016    Can't use std.algorithm.remove on a char[]? (10)
Apr 30 2016    Linking to library dependent on Objective-C functions (1)
Apr 29 2016    D GUI Toolkit Comparison (3)
Apr 29 2016    Print a triangle (7)
Apr 29 2016    std.signals Can not connect a delegate without in Object (1)
Apr 28 2016    relative benefit of .reserve and .length (9)
Apr 27 2016    vibe.d is blocking threads (4)
Apr 27 2016    Constructing an enum using the members of an AliasSeq as enumerator (4)
Apr 26 2016    C header file: tagged enumerations (12)
Apr 26 2016    DlangUI MouseEvent mouse delta (3)
Apr 26 2016    Compare lambda expressions (4)
Apr 26 2016    Lazy Generation of Random Sequence (6)
Apr 26 2016    traits getMember gives a deprecation warning (1)
Apr 26 2016    Garbage Collector : Ignoring a reference (9)
Apr 24 2016    Will the GC scan this pointer? (3)
Apr 23 2016    Why does map take lambda as a template parameter (2)
Apr 23 2016    What does alias do? (6)
Apr 23 2016    DlangUI translations (4)
Apr 23 2016    Why I can't pass to datetime.benchmark function with parameters? (4)
Apr 23 2016    Newbie: Error parsing csv file with very long lines (8)
Apr 22 2016    Are structs saved in multi-thread delegate call? (5)
Apr 22 2016    std.experimental.allocator example wanted (1)
Apr 22 2016    How do you use D to launch/open a window? (9)
Apr 22 2016    "inline" conversion of array to immutable (7)
Apr 21 2016    aliasing/referencing expressions in with statements (3)
Apr 21 2016    sending shared pointer to struct. message type mismatch (7)
Apr 21 2016    GC allocation (9)
Apr 21 2016    Instantiate!(Template, args) in Phobos? (8)
Apr 20 2016    Compiler or Interpreter or Hybrid (2)
Apr 20 2016    VisualD + ZeroMQ (2)
Apr 20 2016    Adding a float with all four elements of a float4 (5)
Apr 20 2016    Handling arbitrary char ranges (11)
Apr 20 2016    VariantPointer (9)
Apr 20 2016    Linker error for d.o: relocation R_X86_64_32 against (16)
Apr 20 2016    DUB and static libs (3)
Apr 19 2016    DUB and pragma lib - OSX (4)
Apr 19 2016    JSONValue floating and 42 (3)
Apr 18 2016    Question about dub and imports (2)
Apr 18 2016    multithreading profiling (4)
Apr 17 2016    Is there a way to disable 'dub test' for applications? (7)
Apr 17 2016    Anonymous structure (17)
Apr 17 2016    Specifying a minimum Phobos version in dub? (1)
Apr 17 2016    Dealing with type information loss in Parameters Fields and Return (10)
Apr 16 2016    Using -J with dub (3)
Apr 16 2016    Which application is much suited and which is not. (7)
Apr 16 2016    .opAssign disabled without disable (8)
Apr 15 2016    Using D in Android App (7)
Apr 15 2016    Free paperback: "Programming in D" by Ali =?UTF-8?B?w4dlaHJlbGku?=  (1)
Apr 15 2016    Accessing __FILE__ and __LINE__ of caller in combination with varargs? (7)
Apr 15 2016    De Facto standard for D programming language (6)
Apr 15 2016    Is this a bug? (7)
Apr 15 2016    Why does Reggae use mixins? (3)
Apr 14 2016    Problem with circular imports of modules with static ctors an (2)
Apr 14 2016    Dlang UI - making widget extend to the bounds of the window (8)
Apr 14 2016    Overriding a property ? (5)
Apr 14 2016    How to run unit tests on Windows? (4)
Apr 14 2016    looking for SceneGraph D implementation (1)
Apr 13 2016    array of delegates (5)
Apr 13 2016    Weird array setting behaviour on Windows(-m64) (3)
Apr 12 2016    DWT Cloning / Build fails (9)
Apr 12 2016    djvm fails to build (3)
Apr 12 2016    Getting the current module as a symbol (7)
Apr 12 2016    Need help with bytea data type from PostgreSQL. (4)
Apr 12 2016    Passing _arguments into another variadic function (3)
Apr 11 2016    std.experimental.allocator and nogc? (1)
Apr 11 2016    Dynamic library (8)
Apr 10 2016    Casting a class variable to void* (2)
Apr 10 2016    Why is Linux the only OS in version identifier list that has a (13)
Apr 10 2016    Extensible struct type via variadic template arguments (3)
Apr 10 2016    What is best way to get see function from separate file (6)
Apr 10 2016    Lazy evaluation of function pointers. (3)
Apr 10 2016    Internal compiler erorr (4)
Apr 10 2016    Set cursor position in a file (3)
Apr 10 2016    version pairs? (4)
Apr 10 2016    Dub and derelict-allegro5 "Could not find a valid dependency tree (12)
Apr 10 2016    mov reg,0 vs xor reg,reg in core.atomic ? (4)
Apr 10 2016    Cancelling a stdin.read? (6)
Apr 10 2016    Correct way to spawn many and stoping when one finishes ? (4)
Apr 09 2016    Why do my stack traces look like this? How can I get more informative (2)
Apr 09 2016    Stupid question about AA. The following code works but I don't (9)
Apr 09 2016    Practical difference between a struct with const members and with (3)
Apr 09 2016    foreach of classes (6)
Apr 09 2016    Interfaces (3)
Apr 08 2016    Is it legal to use std.windows modules? (6)
Apr 08 2016    More binary I/O problems (5)
Apr 08 2016    function returning a tuple (3)
Apr 08 2016    calculating CRC32 (2)
Apr 08 2016    simple range question (4)
Apr 08 2016    Some strange behaviors of enums and string.startsWith (3)
Apr 08 2016    Mixin templates as virtual function add tool (2)
Apr 08 2016    Fiber and Thread Communication (15)
Apr 08 2016    execute bash? (21)
Apr 07 2016    How about use Gc as a big memory pool? (3)
Apr 07 2016    nogc inconsistent for array comparison depending on mutability of (8)
Apr 07 2016    Get VTable pointer as a constant (3)
Apr 07 2016    Unexpected Crash (6)
Apr 07 2016    __traits(compiles) and template instantiation (4)
Apr 07 2016    How to convert PostgreSQL bytea HEX value to byte[] ? (1)
Apr 07 2016    Profile ldc2 (1)
Apr 07 2016    VibeCustomMain not working (8)
Apr 07 2016    How to set padding for base64 encoding (14)
Apr 07 2016    how to parse a string into a phobos datatype with additional logic (10)
Apr 07 2016    is std.algorithm.joiner lazy? (17)
Apr 06 2016    Problem using shared D library from C shared library (13)
Apr 06 2016    Best properly way to destroy a 2 dimensional array? (13)
Apr 06 2016    Build release and debug with dub (3)
Apr 06 2016    Issue with 2.071: Regression or valid error? (12)
Apr 06 2016    Putting things in an enum's scope (5)
Apr 06 2016    What is the best way to store bitarray (blob) for pasting in database? (3)
Apr 05 2016    What's the rationale for considering "0x1.max" as invalid ? (6)
Apr 05 2016    overriding methods (6)
Apr 05 2016    Get third part of front-end version number (3)
Apr 05 2016    Using a macro for a function signature (5)
Apr 05 2016    Segmentation Fault on rt.tlsgc.init (2)
Apr 05 2016    PostgreSQL. Unknown parameter of configuration : "autocommit" (4)
Apr 04 2016    Convert wchar* to wstring? (11)
Apr 04 2016    unicode confusion (1)
Apr 04 2016    Catching thread creation error (2)
Apr 04 2016    Read only delegate (6)
Apr 03 2016    Shouldn't the following code produce a warning? (2)
Apr 03 2016    Possible bug in RVO? (7)
Apr 03 2016    How big memory is allocated by GC? (1)
Apr 03 2016    State of windows DLL support (14)
Apr 02 2016    string to uppercase (3)
Apr 02 2016    Decompressing bzip2 (7)
Apr 02 2016    Address of an element of AA (4)
Apr 02 2016    Idiomatic way to generate all possible values a static array of ubyte (10)
Apr 01 2016    No aa.byKey.length? (9)
Mar 31 2016    Direntries seems to on other drives. (windows) (3)
Mar 31 2016    How can convert the folowing to D. (4)
Mar 31 2016    trying to implement lock-free fixedsize queue (2)
Mar 31 2016    std.format.formattedRead docs example does not work with a string (3)
Mar 31 2016    foreach UFCS (5)
Mar 31 2016    D --> C++ --> D (2)
Mar 31 2016    Continuous integral range predicate (3)
Mar 31 2016    pure opApply (4)
Mar 30 2016    Can i get a array Slicing where the top from?and how? (2)
Mar 30 2016    dub, copyFiles and linux (3)
Mar 30 2016    Async read an output stream but how many bytes ? (5)
Mar 30 2016    const(int) cannot be sent as int message (3)
Mar 30 2016    Issue Turning Template into Variadic Template (9)
Mar 30 2016    Array Indexing/Slicing Range Checking, Exceptions and nogc (6)
Mar 30 2016    Linking a shared library in dub (5)
Mar 30 2016    Dustmiting a dmft assert (3)
Mar 29 2016    key in aa.keys, but aa[key] give range violation? (3)
Mar 29 2016    Debugging D DLL from C# app with C linkage for native Unity 5 plugin (4)
Mar 29 2016    Part of D available to run at compile time (3)
Mar 29 2016    Error: template instance does not match template declaration (4)
Mar 29 2016    infer type argument in classe constructor? (4)
Mar 29 2016    Joining AliasSeq/TypeTuple s (4)
Mar 28 2016    char array weirdness (27)
Mar 28 2016    How to be more careful about null pointers? (9)
Mar 27 2016    how to declare C's static function? (10)
Mar 27 2016    Vibelog: dyaml compilation problems (2)
Mar 27 2016    SDL Error: identifier expected following '.', not 'version' (4)
Mar 26 2016    I need some help benchmarking SoA vs AoS (8)
Mar 25 2016    Random Access I/O (3)
Mar 25 2016    Template recursion error on table struct (7)
Mar 25 2016    Initializing global delegate variable - bug or on purpose? (3)
Mar 25 2016    rawWrite of a struct suggestions (4)
Mar 24 2016    Strange behavior in console with UTF-8 (11)
Mar 24 2016    Does GtkD work well on Windows? (3)
Mar 24 2016    Struct array assignment behaviour using example from Programming in D, (6)
Mar 24 2016    Containers, Allocators and Purity (3)
Mar 24 2016    Usage of custom class with JSONValue (7)
Mar 23 2016    iota result as member variable (4)
Mar 23 2016    parsing fastq files with D (8)
Mar 23 2016    How do you append to a dynamic array using move semantics? (4)
Mar 23 2016    inout and templates don't mix... (3)
Mar 23 2016    getOverloads, but also include all the imported members (6)
Mar 23 2016    If I understand const right... (5)
Mar 23 2016    Compiler Specific dub Dependencies (2)
Mar 23 2016    Finding out names in shared libraries (3)
Mar 23 2016    Updating D-based apps without recompiling it (9)
Mar 23 2016    Does something like std.algorithm.iteration:splitter with multiple (10)
Mar 23 2016    parsing HTML for a web robot (crawler) like application (6)
Mar 23 2016    Variant.type bug ? (5)
Mar 22 2016    Trying to use Dustmite on windows (3)
Mar 22 2016    byChunk odd behavior? (13)
Mar 21 2016    way to warn about __traits(compiles , ...) that fail due to compile (1)
Mar 21 2016    pass a struct by value/ref and size of the struct (9)
Mar 21 2016    Using ffmpeg in command line with D (3)
Mar 21 2016    Enabling Only Top-Level Unittests (12)
Mar 21 2016    /usr/bin/ld: cannot find -lphobos2 (3)
Mar 20 2016    setting stringImportPaths in dub.json (3)
Mar 20 2016    Linux blocked on file read on exit, need select (2)
Mar 20 2016    Something wrong with GC (9)
Mar 19 2016    What is the best minimal runtime for d? (1)
Mar 19 2016    Implementing virtual dispatch in D (2)
Mar 19 2016    Class member always has the same address (5)
Mar 19 2016    No property error message (3)
Mar 19 2016    How do I extend an enum? (5)
Mar 19 2016    module renaming by declaration (2)
Mar 19 2016    casting to a voldemort type (2)
Mar 18 2016    Whitch can replace std::bind/boost::bind ? (8)
Mar 18 2016    Destructor order (8)
Mar 18 2016    string and char[] in Phobos (4)
Mar 17 2016    immutable array in constructor (8)
Mar 16 2016    Checking if a port is listening (14)
Mar 16 2016    Obtaining argument names in (variadic) functions (11)
Mar 16 2016    Need help with delegates and vibed (5)
Mar 16 2016    size_t index=-1; (35)
Mar 16 2016    TypeInfo for highest type in hierarhy (class) when passed base type (2)
Mar 15 2016    C.h to D conversion (structs) (7)
Mar 15 2016    Is there anybody who used FireBird DB? (14)
Mar 15 2016    Tracing InvalidMemoryOperationError (2)
Mar 14 2016    Not sure how to translate this C++ variable to D. (4)
Mar 14 2016    Can DUB --combined builds be faster? (5)
Mar 14 2016    Sort using Uniform call syntax (5)
Mar 14 2016    Specialized template in different module (3)
Mar 13 2016    How to return a const handle (view) to a mutable member of an agregate (8)
Mar 13 2016    Programming in D vs The D Programming Language (6)
Mar 13 2016    Get address of object in constructor. (6)
Mar 13 2016    How to list all version identifiers? (7)
Mar 13 2016    In D, lexically, which are the chars that can follow $, exactly ? (3)
Mar 13 2016    Gdmd compiling error (20)
Mar 13 2016    Is D a good choice for embedding python/octave/julia (9)
Mar 13 2016    std.stdio.File.seek error (14)
Mar 12 2016    Is there a sorted map? (7)
Mar 12 2016    Using tango or other static lib in static lib (7)
Mar 12 2016    Bikeshed: Implementing a command queue. (3)
Mar 12 2016    Filling an array (8)
Mar 12 2016    Why is it not possible to write to a file from a const member function (3)
Mar 12 2016    Clearing associative array. (7)
Mar 12 2016    Why does array loses it internal capacity on length change? (4)
Mar 11 2016    Constructor - the both look the same (4)
Mar 11 2016    BZ2 library (9)
Mar 11 2016    Simple call to static member function (4)
Mar 11 2016    asserting dmd has a problem? (3)
Mar 11 2016    Iterating over thread local storage variables (5)
Mar 11 2016    static if else behavior and is type comparison (7)
Mar 10 2016    Classes and CTFE (3)
Mar 09 2016    How to import for mixin contents only. (11)
Mar 09 2016    Use of GUID constants (9)
Mar 09 2016    Cannot compile program with DMD built from source (3)
Mar 09 2016    GC scan for pointers (5)
Mar 09 2016    RAII and classes (3)
Mar 09 2016    What can _not_ be marked pure? (9)
Mar 08 2016    How to sort a range (14)
Mar 08 2016    D and devkitARM (3)
Mar 08 2016    Trying to build a Scheme interpreter in D (3)
Mar 08 2016    Needed return type in static method? bug or feature? (4)
Mar 08 2016    Missing Symbol Accessing Templated Function Through Interface (4)
Mar 08 2016    Memory Efficient HashSet (10)
Mar 07 2016    Error: constructor Foo.this default constructor for structs only (3)
Mar 07 2016    Determine decimal separator (comma vs point) (2)
Mar 07 2016    Speed up `dub`. (31)
Mar 06 2016    Is there a standard for whar opAssign/opOpAssign should return? (2)
Mar 06 2016    Had not Dllimport in D? (6)
Mar 06 2016    is module ( std.experimental.logger) thread-safe. (3)
Mar 05 2016    Create Windows "shortcut" (.lnk) with D? (6)
Mar 05 2016    Wrap array into a range. (3)
Mar 05 2016    Dub and unit-threaded import problem (5)
Mar 05 2016    If stdout is __gshared, why does this throw / crash? (8)
Mar 05 2016    Application with WinMain does not start (4)
Mar 05 2016    Whether there is a same module likt C#'s "Windows.Storage" (1)
Mar 04 2016    D thinks it is OK to mess around with TypeInfo (2)
Mar 04 2016    efficient and safe way to iterate on associative array? (6)
Mar 04 2016    Aliases (1)
Mar 03 2016    Forwarding varadic function arguments (3)
Mar 03 2016    Is it safe to use 'is' to compare types? (15)
Mar 03 2016    Empty Associative Aarray Literal (3)
Mar 03 2016    Error with associative array initializer DMD32 D Compiler v2.070.0 (8)
Mar 02 2016    Unable to instantiate template with same name as function (11)
Mar 02 2016    How to set the Path to access the phone on windows? (1)
Mar 02 2016    Template mixins and struct constructors (10)
Mar 02 2016    std.range: Lockstep vs. Zip (4)
Mar 01 2016    Auto field member? (2)
Mar 01 2016    In language tooling (5)
Mar 01 2016    typeof(0x123f).stringof (2)
Mar 01 2016    Formatting a string on a variadic parameter function without using GC (11)
Mar 01 2016    Weird struct stuff (2)
Mar 01 2016    Warning: statement is not reachable (7)
Mar 01 2016    Three Cool Things about D? (4)
Mar 01 2016    Where to go after "Programming in D" (11)
Mar 01 2016    Lazy param with nothrow (4)
Mar 01 2016    BitArray: count the number of bits set (3)
Feb 29 2016    Floating point literal definition (1)
Feb 29 2016    Member Access Based On A Runtime String (6)
Feb 29 2016    Backslash escaping weirdness (4)
Feb 29 2016    Inline assembly and Profiling (2)
Feb 29 2016    Initialize associate array (3)
Feb 29 2016    D equivalent of run-time DLLs / Plugins (6)
Feb 29 2016    Why file.exists of relative path on Linux always return false? (3)
Feb 29 2016    Combining template conditions and contracts? (4)
Feb 29 2016    Assoc Array for Concurrency (3)
Feb 29 2016    Am I right understand the dub.json system? (5)
Feb 29 2016    /usr/bin/ld: cannot find -levent_pthreads (3)
Feb 29 2016    Why .length on Windows is int and on Linux is ulong? (3)
Feb 28 2016    Cannot link using DMD nightly (3)
Feb 28 2016    ErrnoException (7)
Feb 27 2016    Is DUB the best place to get examples of "Best of" D code? (3)
Feb 27 2016    Why we cannot use string in mixins? (8)
Feb 27 2016    Trouble installing DCD on Windows (2)
Feb 27 2016    How to make a progressbar with DWT? (3)
Feb 26 2016    static init of associative array of enums not working.. why? (4)
Feb 26 2016    Using double value in string template mixin (6)
Feb 25 2016    Minimise and collect by GC when OutOfMemory (2)
Feb 25 2016    all functions that have a first arg of type T (4)
Feb 25 2016    how to initialise const variables (5)
Feb 25 2016    Calling python code from D (8)
Feb 25 2016    How to better organize dub project to get 3 exe from same codebase? (7)
Feb 25 2016    Shared static constructors from C# EXE (7)
Feb 25 2016    Accessing all data in TypeTupple (AliasSeq) and stringify them (5)
Feb 25 2016    how do you append arrays? (16)
Feb 25 2016    dub: how to reference a compiled package (11)
Feb 25 2016    Const vs Non const method (11)
Feb 24 2016    tell if __traits(allMembers, ... ) is an enum (not manifest constant) (6)
Feb 24 2016    How to detect if an array if dynamic or static (17)
Feb 24 2016    Curl HTTP segfault (3)
Feb 24 2016    Dynamic pitch shift (10)
Feb 23 2016    Fw: new important message (1)
Feb 23 2016    Starting threads inside class (2)
Feb 23 2016    arsd.dom getElementsByTagNameChildrenOnly? (2)
Feb 23 2016    dub dustmite: Initial test fails (2)
Feb 23 2016    call to super trashes pointer? (5)
Feb 23 2016    SIGSEGV when using D DLL with Qt MinGW (3)
Feb 22 2016    constant expression (7)
Feb 22 2016    get stacktrace across all threads (1)
Feb 22 2016    Can D "prevents segfaults, and guarantees thread safety"? (3)
Feb 22 2016    Issues (8)
Feb 22 2016    std.experimental.logger.Logger writeLogMsg is safe? (3)
Feb 22 2016    template mixins vs alias (4)
Feb 21 2016    compilation issues (dmd, rdmd, ldc2) (8)
Feb 21 2016    ldc application unable to start (3)
Feb 21 2016    Template this parameter in constructor (4)
Feb 21 2016    Simple performance question from a newcomer (25)
Feb 21 2016    vk.xml (7)
Feb 20 2016    immutable class can't override opEquals, workaround? (3)
Feb 20 2016    Need help understanding exception... (4)
Feb 20 2016    What happens if memory allocation fails? (4)
Feb 20 2016    Alternate databases (3)
Feb 19 2016    Get memory usage report from GC (5)
Feb 19 2016    Status icon on Linux (4)
Feb 19 2016    Why does partial ordering of overloaded functions not take return type (7)
Feb 19 2016    Transposing a static array (6)
Feb 19 2016    111 (20)
Feb 19 2016    D Grammar Parser In D (4)
Feb 19 2016    Struct Inheritence (4)
Feb 19 2016    Parallel example fron documentation does not compile (2)
Feb 19 2016    Decoding Pattern to a Tuple (5)
Feb 19 2016    Create a proxy (2)
Feb 19 2016    Example of code with manual memory management (2)
Feb 18 2016    multi-dimensional dynamic arrays (5)
Feb 18 2016    Modify Function Pointer to Take Additional Parameters (11)
Feb 18 2016    Duration at runtime (5)
Feb 17 2016    Enforcing checks for return code (5)
Feb 17 2016    Installing DUB on OSX (30)
Feb 17 2016    ndslice help (3)
Feb 17 2016    Arrays of noncopyables/Invalid memory operation (9)
Feb 17 2016    An unexpected string to int exception. (8)
Feb 16 2016    problem with std.range.choose() (3)
Feb 16 2016    Why is there no combination of popFront and front to pop? (aka Python (9)
Feb 16 2016    Access template parameters? (4)
Feb 16 2016    Running task once a day in vibe.d (6)
Feb 16 2016    Coverage (5)
Feb 16 2016    Lazy Range of Graph Links (3)
Feb 15 2016    Link error 42 (WinApi) (5)
Feb 15 2016    Confusion regarding struct lifecycle (17)
Feb 15 2016    How to Generate Entities from an Existing Database in D language ORM? (2)
Feb 15 2016    Customizing printing of structs (writeln / to!sth behavior). (2)
Feb 15 2016    What is the best way to stop App after exception? (10)
Feb 15 2016    Scala Spark-like RDD for D? (8)
Feb 14 2016    Reserving capacity in associative arrays (9)
Feb 14 2016    Implicit conversion from string to custom type? (2)
Feb 14 2016    D Book page 402 Concurrency FAIL (5)
Feb 14 2016    joiner: How to iterate over immutable ranges? (9)
Feb 14 2016    Singleton, alias to self? (4)
Feb 14 2016    Photoshop programming (2)
Feb 13 2016    wrapSocket for socket_t? As wrapFile for FILE* (11)
Feb 13 2016    nanosecond time (3)
Feb 13 2016    Is this a good singleton? (5)
Feb 13 2016    How is the TypeInfo assigned? (2)
Feb 13 2016    Index file for ddoc (2)
Feb 12 2016    static array of structs clarification questions (6)
Feb 12 2016    How to force evaluation of range? (7)
Feb 12 2016    Questions about vibe.d (5)
Feb 11 2016    Procedural drawing using ndslice (4)
Feb 11 2016    String joining an array of structs or class instances implementing (7)
Feb 10 2016    Does D optimize sqrt(2.0)? (3)
Feb 10 2016    How to allocate arrays of objects? (7)
Feb 10 2016    Odd Associative Array Reference Behavior (3)
Feb 10 2016    Is this nogc? dmd and gdc disagree (9)
Feb 10 2016    Algebraic template instance holder (3)
Feb 09 2016    Automatic range creation for class or struct? (7)
Feb 09 2016    UFCS on Enum in Member Function (2)
Feb 09 2016    algorithm's .filter!() by range key (6)
Feb 09 2016    why mkdir can't create tree of dirs? (6)
Feb 09 2016    std.concurrency: ownerTid vs thisTid (7)
Feb 09 2016    Printing a C "string" with write(f)ln (12)
Feb 08 2016    Problem with release build. (2)
Feb 08 2016    How do you reference variables in an AA of Variants? (4)
Feb 08 2016    in a template argument, specify which object member to access? (6)
Feb 08 2016    How to warn of unused imports? (9)
Feb 07 2016    How do you pass in a static array by reference? (3)
Feb 07 2016    What is a short, fast way of testing whether x in [a, b]? (3)
Feb 07 2016    Odd Destructor Behavior (11)
Feb 07 2016    is increment on shared ulong atomic operation? (7)
Feb 06 2016    Why can't compile time expressions do ___? (2)
Feb 06 2016    Dynamic Ctors ? (7)
Feb 06 2016    foreach seems to work with opIndex() (8)
Feb 06 2016    Bug or intended? (4)
Feb 06 2016    Conflicting UDA (3)
Feb 06 2016    Things that keep D from evolving? (51)
Feb 05 2016    What's going to replace std.stream? (4)
Feb 05 2016    "Error: need 'this' for 'bbox' of type 'Bong!(double, 3u)'" (2)
Feb 05 2016    How do you take the address of a struct in D? (3)
Feb 05 2016    Custom hash table key is const, how to call dtors? (5)
Feb 05 2016    Need some help about error that I don't understand (2)
Feb 05 2016    Overloading free functions & run-time dispatch based on parameter types (7)
Feb 04 2016    Template to create a type and instantiate it (5)
Feb 04 2016    std.signals crashes GtkD gui application when SpinButton tied to (2)
Feb 04 2016    What reasons are known a thread stops suddenly? (13)
Feb 04 2016    Is this a bug in std.typecons.Tuple.slice? (34)
Feb 03 2016    std.socket question (2)
Feb 03 2016    How do you check if object o has base type B? (3)
Feb 03 2016    print function (29)
Feb 03 2016    How do you get a hexstring from a base10 string -or- from a number? (5)
Feb 03 2016    Counting time difference. (4)
Feb 03 2016    Capturing a variable by value? (4)
Feb 03 2016    Get the return type of the function (13)
Feb 03 2016    Why this code can't take advantage from CTFE? (14)
Feb 03 2016    inner functions calling each other - how to do this with inner struct? (3)
Feb 03 2016    Call D from TCL (5)
Feb 03 2016    Cannot get Derelict to work (10)
Feb 03 2016    Detecting exception unwinding (17)
Feb 03 2016    std.typecons.Proxy requires a nothrow destructor and toHash? (3)
Feb 02 2016    Binding to C - Arrays and Access Violation (6)
Feb 02 2016    const and immutable member variables in classes (10)
Feb 02 2016    DMD OSX / Segfault 11 (9)
Feb 02 2016    Switch with dynamic case (3)
Feb 02 2016    Variadic template parameters T... bounding (9)
Feb 01 2016    How do you do a typeid(obj) to get the most derived class that it is, (2)
Feb 01 2016    Determine type of property (4)
Feb 01 2016    D with DerelictASSIMP3 question (3)
Feb 01 2016    How do you get system time in specified precision? (2)
Feb 01 2016    How would you implement this in D? (signals & slots) (9)
Feb 01 2016    Containers with non copyable types (1)
Jan 31 2016    How to set array length for multidimensional static arrays (10)
Jan 31 2016    Octree implementation? (5)
Jan 31 2016    Problem when calling toJSON() (4)
Jan 31 2016    How to implement to!T(JSONValue)? (1)
Jan 31 2016    chain(const(array of class)) fails (6)
Jan 31 2016    how do I tell if something is lvalue? (16)
Jan 31 2016    Unterminated format specifier exception keeps occuring and I don't (3)
Jan 31 2016    Ownership semantics (9)
Jan 31 2016    casting & templates (2)
Jan 31 2016    Memory profiling D applications (1)
Jan 31 2016    Declaring rvalue function arguments (11)
Jan 31 2016    Region allocator strage error (6)
Jan 31 2016    Error: no property 'select' for type 'ddbc.core.Statement' (2)
Jan 30 2016    C Macro deeper meaning? (5)
Jan 30 2016    How do you initialize a class instance which has static storage within (4)
Jan 30 2016    Pipe one shell command into another (3)
Jan 30 2016    Use the D dylib in my C++ program,when the D's GC(in the dylib (6)
Jan 29 2016    Conditional nothrow/safe/nogc/etc? (5)
Jan 29 2016    Access Violation in safe Code (5)
Jan 29 2016    Weird multithreading stuff (6)
Jan 29 2016    Computing the min() / max() of a slice of doubles. (3)
Jan 29 2016    To cast a uint to float to compute k/n, use to! or cast()? (2)
Jan 29 2016    UTF-16 endianess (7)
Jan 29 2016    View model separation X and D. (2)
Jan 29 2016    Dub packages: Best practices for windows support (7)
Jan 29 2016    Compiling dmd -m64 on windows? (3)
Jan 29 2016    opApply safety (6)
Jan 29 2016    is(some template instantiation) is true, but the actual instantiation (9)
Jan 29 2016    InSituRegion + allocatorObject compile time error (1)
Jan 29 2016    Overriding opEquals in classes, for comparison with things that aren't (4)
Jan 29 2016    Why is it a memory ERRO. (7)
Jan 29 2016    d plugin for Intelij Idea debuging support (3)
Jan 28 2016    merging map/filter/reduce/... in D (4)
Jan 28 2016    Assert failure on 2.070.0 without stack trace (5)
Jan 28 2016    Can't run unit tests on Win7 64-bit? (1)
Jan 28 2016    Make function nothrow (3)
Jan 28 2016    What is the best declaration type for a string like parameter? (7)
Jan 28 2016    foreach change for multi-dimensional data (3)
Jan 28 2016    Non-English characters in code - "character 0x2212 is not a valid (6)
Jan 27 2016    Digger 2.4 & DMD 2.070.0 (3)
Jan 27 2016    How should I do object serialization? (2)
Jan 27 2016    Can D interface with Free Pascal? (11)
Jan 27 2016    Getting the body of a HTTP Request (5)
Jan 26 2016    How do you draw in gtkD? Simple example overriding Widget.draw() (3)
Jan 26 2016    Not getting expected behavior from compile-time conditional (3)
Jan 26 2016    attributes and properties lookup order (1)
Jan 26 2016    gtkd.lib: Error 43: Not a Valid Library File (4)
Jan 26 2016    Defining event handlers for function, method, or shared method (6)
Jan 26 2016    Types as keys (2)
Jan 26 2016    Dense multidimensional std.container.array? (3)
Jan 26 2016    free causes exception (16)
Jan 25 2016    nogc Array (10)
Jan 25 2016    static assignment (2)
Jan 25 2016    how to allocate class without gc? (16)
Jan 25 2016    New Win32 Core api broke? (3)
Jan 25 2016    D Dll's usefulness (4)
Jan 25 2016    Error using templates: "cannot use template to add field to aggregate (4)
Jan 25 2016    is there a set container? (2)
Jan 25 2016    How can i track the GC when it's runing? (3)
Jan 24 2016    opIndex overload for slice not working... (3)
Jan 24 2016    Difference between toLower() and asLowerCase() for strings? (3)
Jan 24 2016    Output range for file? (3)
Jan 23 2016    First project: questions on how-to, and on language features (5)
Jan 23 2016    Define "createXXX" functions for the constructors of class XXX (5)
Jan 23 2016    core.thread.Thread.start is marked as "nothrow" but documentation says (2)
Jan 23 2016    Templates, templates, templates... (4)
Jan 22 2016    Possible to get Class of Interface at runtime (6)
Jan 22 2016    Shared library question (3)
Jan 22 2016    Error in DUB Package Page - how to notify the Editor? (2)
Jan 22 2016    Collapsing n-dimensional array to linear (1 dimensional) (8)
Jan 22 2016    Create an empty json object with std.json (8)
Jan 22 2016    New forum mobile appearance feedback (2)
Jan 22 2016    `static` symbol needs to be `immutable` for compile-time access? (7)
Jan 21 2016    why the sort result is different with C# (4)
Jan 21 2016    D ASM. Program fails (10)
Jan 21 2016    Is memory-safe IO possible? (7)
Jan 21 2016    htod question (7)
Jan 21 2016    Template specialization (9)
Jan 21 2016    Grouping variadic parameter tuples on offset and stride (3)
Jan 21 2016    Disabling GC in D (11)
Jan 21 2016    How to represent struct with trailing array member (5)
Jan 21 2016    Linking C libraries with DMD (27)
Jan 21 2016    Is this a feature? (3)
Jan 21 2016    writeln wipes contents of variables ? (11)
Jan 21 2016    Operator overloading - operations on slices (2)
Jan 21 2016    Speed of csvReader (67)
Jan 20 2016    Mixin Template Function Attributes (5)
Jan 20 2016    Distribution of D apps (6)
Jan 20 2016    Overload dispatch by templated interface type doesn't seem to work (2)
Jan 20 2016    Function accepting variadic arguments (7)
Jan 20 2016    How to know if opSlice is defined for a type (including built-in (6)
Jan 19 2016    Partial application of compile time args type deduction (5)
Jan 18 2016    Request for feedback on reflection based module (1)
Jan 18 2016    Doubt - Static multidimension arrays (23)
Jan 18 2016    Conditional compilation inside an array initializer (3)
Jan 18 2016    foreach( i, e; a) vs ndslice (2)
Jan 18 2016    Java wildcards... in D (4)
Jan 18 2016    Unions and Structs (5)
Jan 18 2016    Static Arrays in Structs/Classes and Dynamic Array Sizes (3)
Jan 18 2016    Deleting an object (2)
Jan 17 2016    Can file name, module name, class name and variable name be the same? (2)
Jan 17 2016    copying directories recursively (1)
Jan 17 2016    core.time Duration how to get units in double/float format? (8)
Jan 17 2016    std.zip for Binary example (3)
Jan 16 2016    function argument accepting function or delegate? (4)
Jan 16 2016    Functions that return type (14)
Jan 16 2016    DUB - link error on Windows 10 64-bit (8)
Jan 16 2016    Convert some ints into a byte array without allocations? (11)
Jan 16 2016    Question about OutputRange and std.range: put (4)
Jan 15 2016    Adam D. Ruppe's Minigui using example (3)
Jan 15 2016    Index a parameter tuple with a run-time index (6)
Jan 15 2016    core.sys.posix.sys.ioctl (7)
Jan 15 2016    Voldemort Type Construction Error (6)
Jan 15 2016    c style casts (4)
Jan 14 2016    Structs intended to run destructor immediately if not assigned to a (2)
Jan 14 2016    DUB & Win-10 SDK / link lib not found (5)
Jan 14 2016    Regression vs Bug (2)
Jan 13 2016    Output range of ranges to single buffer (8)
Jan 13 2016    Glad and WGL (12)
Jan 13 2016    Compiler complaining about ~ used on static array in nogc fn (2)
Jan 12 2016    CAS and atomicOp!"" memory ordering? (1)
Jan 12 2016    mixed-in ctor not on par with explicit one? (7)
Jan 12 2016    Scale-Hierarchy on ndslice (8)
Jan 12 2016    Declaring extern(C) declarations with template mixins (3)
Jan 12 2016    cast fails for classes from windows dll (2)
Jan 12 2016    Reserved Identifiers (just making sure) (3)
Jan 12 2016    How to declare an alias to a function literal type (14)
Jan 12 2016    is expression with template parameter list (2)
Jan 11 2016    Error in 'The D Programming Language' (2010)? (3)
Jan 11 2016    LINK : fatal error LNK1104: cannot open file '_CMDLINE' --- (10)
Jan 11 2016    Using std.conv.to with std.typecons.Typedef (5)
Jan 10 2016    Using libraries for (Postgre)SQL for bilingual (C++ and D) project (2)
Jan 10 2016    Setting up dmd properly (16)
Jan 10 2016    cairo(D) / x64 / unresolved externals / don't know why (5)
Jan 10 2016    ndslice, using a slice in place of T[] in template parameters (8)
Jan 10 2016    Anyone using glad? (24)
Jan 10 2016    Dub pre-build hook (2)
Jan 10 2016    [Dlang] Delegate Syntax Question (4)
Jan 10 2016    Function accepts const ubyte[], const char[], immutable ubyte[], (5)
Jan 09 2016    issue porting C++/glm/openGL to D/gl3n/openGL (13)
Jan 09 2016    sliced().array compatibility with parallel? (15)
Jan 09 2016    concurrency and standard logger of std.experimental.logger (1)
Jan 09 2016    assumeSorted can't access private function when compiling with -debug (1)
Jan 09 2016    UFCS vs auto-completion support (3)
Jan 09 2016    version in enum (4)
Jan 09 2016    Changing Name of a thread (3)
Jan 08 2016    Using the Windows headers with Unicode (3)
Jan 08 2016    Is this rdmd bug or my fault ? (5)
Jan 08 2016    Bug in csv or byLine ? (11)
Jan 07 2016    kernel32 missing symbol definitions? (6)
Jan 07 2016    GTKD - Write Pixbuf back to context (3)
Jan 07 2016    Linking a DLL to a DLL with packages (6)
Jan 07 2016    vibe / how to use the Win32EventDriver ? (6)
Jan 07 2016    DUB / changes & patches to dependencies (4)
Jan 06 2016    Bug or am I getting things wrong (3)
Jan 06 2016    String interpolation (4)
Jan 06 2016    Calling functions from other files/modules (6)
Jan 06 2016    About Immutable struct members and arrays. (4)
Jan 06 2016    SIGSEGV in invariant._d_invariant(Object) (3)
Jan 06 2016    Custom type creation guidelines (2)
Jan 06 2016    link to C++ function in a namespace whose name is a D keyword (4)
Jan 06 2016    link to C function whose name is a D keyword (3)
Jan 06 2016    Nothrow front() when not empty() (3)
Jan 06 2016    noob in c macro preprocessor hell converting gsl library header files (3)
Jan 06 2016    Struct Union behavior (3)
Jan 06 2016    Type properties (4)
Jan 05 2016    Variant and immutable struct (3)
Jan 05 2016    A few range questions (6)
Jan 05 2016    Get process (3)
Jan 05 2016    GC greediness (3)
Jan 04 2016    Get superclasses at compile time (5)
Jan 04 2016    std.experimental.logger (7)
Jan 04 2016    GC configuration docs (3)
Jan 04 2016    What are the useful inout free functions? (2)
Jan 04 2016    Are there any D scripting engines for use with D? (7)
Jan 04 2016    Integer literals (4)
Jan 04 2016    Threading to prevent GUI Freeze (9)
Jan 04 2016    Size of Compiled Program (9)
Jan 04 2016    Strange 'memset' error when using std.range.repeat and std.array.array (6)
Jan 04 2016    to!double different from cast(double) (3)
Jan 03 2016    question about the implementation of Variant (4)
Jan 03 2016    Repeated struct definitions for graph data structures and in/out (3)
Jan 03 2016    Call C function - Access violation (13)
Jan 03 2016    RedBlackTree and myClass (7)
Jan 02 2016    Help convert a C++ header to D (6)
Jan 02 2016    Access Violation when accessing Dynamic Array (9)
Jan 02 2016    immutable promise broken in unions? (8)
Jan 01 2016    Why isn't field-wise constructor automatic for structs and not classes? (5)
Jan 01 2016    Why can't a Regex object be immutable? (7)
Jan 01 2016    Deit variable referencing (2)
Jan 01 2016    Can't find windows' CreateThread function / concurrency.spawn crashes (9)
Jan 01 2016    How to build dfmt? (2)
Jan 01 2016    Why does this not work? (10)
Jan 01 2016    DList access the previous element (1)
Jan 01 2016    UFCS assignment syntax for templated function (2)
Jan 01 2016    property not available for classes? (7)
Dec 31 2015    Storing and Searching large text lists (3)
Dec 31 2015    Deit Editor (3)
Dec 31 2015    Deducing a template argument from an aliased parameter (2)
Dec 31 2015    CTFE with C functions not possible? (14)
Dec 30 2015    socketpair (6)
Dec 30 2015    GTKD Cairo get pixel color (39)
Dec 30 2015    regex - match/matchAll and bmatch - different output (4)
Dec 27 2015    Variable below zero but if statement doesn't grab? (25)
Dec 22 2015    Lots of D code (5)
Dec 21 2015    How is D doing? (22)
Dec 16 2015    How to split a string/array with multiple separators? (7)
Nov 29 2015    std.socket replacement (6)
Nov 26 2015    Password Storage (16)
Nov 24 2015    DUB, Platform specifications and dependencies (4)
Oct 18 2015    std.algorithm.startsWith only predicate (6)
Jan 28 2015    how convert the range to slice ? (13)
Jan 26 2015    Other libraries - web site link, and other thoughts (3)
Nov 01 2014    Restrict Combination of moveFront and popFront to Suitable Element (4)
Sep 20 2014    pop & popFront combined (32)
May 19 2014    Convert a hex string into a ubyte[] or OutBuffer (8)
Apr 08 2014    Installing 32 bit libcurl.so.4 on Ubuntu (6)
Jan 29 2014    core.stdc.config (8)
Dec 03 2013    Thread affinity? (4)
Oct 09 2013    std.process spawnShell/pipeShell dont capture output of the shell (6)
Aug 26 2013    improve concurrent queue (5)
Jun 21 2013    alias template parameter (3)
May 03 2013    [GtkD] How to connect to notify::active signal? (5)
Nov 20 2012    template library like Jinja (9)
Oct 13 2012    Operator overloading through UFCS doesn't work (57)
Aug 20 2012    to!string(double) at compile time (4)
May 13 2012    Reading ASCII file with some codes above 127 (exten ascii) (16)
Mar 13 2012    Proper Use of Assert and Enforce (12)
Jan 05 2012    Singleton Pattern (12)
Oct 06 2011    Get current date and time with std.datetime (11)
Apr 23 2011    Some asm help for the 'thiscall' calling convention? (18)
Sep 03 2010    ubyte[] -> immutable(ubyte)[] (10)

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