www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.learn

Dec 31 2015    DUB problems (7)
Dec 30 2015    ndslice help. (3)
Dec 29 2015    pragma(inline) (3)
Dec 29 2015    Unexpected ' ' when converting from type string to type int (3)
Dec 29 2015    virtual destructor in C++ integration: bug or me being stupid? (3)
Dec 29 2015    Is stdout.flush() unsafe? (2)
Dec 29 2015    reduce a BitArray[] (3)
Dec 28 2015    vibe.d / GUI integration (1)
Dec 28 2015    are MRV as an optimization well known ? (3)
Dec 27 2015    How to config the GDC on linux target for ARM linux? (6)
Dec 27 2015    GTKD drawing area remains white even SourceRgb is changed (2)
Dec 27 2015    Double precision? (2)
Dec 27 2015    each! vs foreach parallel timings (5)
Dec 27 2015    Struct destructors not always called? (4)
Dec 27 2015    Is it possible to elegantly create a range over a binary heap? (6)
Dec 27 2015    Is this an rvalue reference problem? (4)
Dec 27 2015    How to use GDC to get .a file on Linux? (6)
Dec 27 2015    Reducing array.length triggers reallocation (4)
Dec 26 2015    GDC build wiringPi for 'Raspberry Pi',here is error info (2)
Dec 26 2015    GCD build wiringPi for 'Raspberry Pi',here is error info (1)
Dec 26 2015    How to use GDC for 'Raspberry Pi' on Linux x86_64? (1)
Dec 26 2015    specifying an auto array type (4)
Dec 26 2015    argument type const char* can pass string, buf why const wchar* can (8)
Dec 26 2015    basic interactive readf from stdin (14)
Dec 26 2015    How to instantiate a map with multiple functions (9)
Dec 26 2015    Derelict SFML2 - structs are forward referenced (5)
Dec 25 2015    DMD -L Flag, maybe a bug? (9)
Dec 25 2015    Ranges: How to take N last of elements of range (4)
Dec 25 2015    Must I compile on the target architecture? (7)
Dec 25 2015    Understand typeof trick (4)
Dec 25 2015    GTKD - Get the size of the context (4)
Dec 24 2015    [DerelictSDL] SDL_RenderCopy does not accept optional arguements when (5)
Dec 23 2015    What's wrong with my debugger? (4)
Dec 23 2015    Graphics/font/platform backends with common interfaces? (18)
Dec 23 2015    Merry Christmas (1)
Dec 23 2015    Convert to string an enum item (4)
Dec 23 2015    Multiple selective imports on one line (12)
Dec 22 2015    MonoTime longevity (4)
Dec 22 2015    Most performant way of converting int to string (28)
Dec 22 2015    Setting native OS thread name (eg, via prctl) (3)
Dec 22 2015    : in template specialization vs constraint (3)
Dec 22 2015    Is a type not a symbol? (2)
Dec 22 2015    Let dmd or ldc be easy to setup on Ubuntu (8)
Dec 22 2015    curl : access violation (2)
Dec 21 2015    ndslice and limits of debug info and autocompletion (4)
Dec 21 2015    ndslice of an array structure member? (3)
Dec 21 2015    Socket - handling large numbers of incoming connections (12)
Dec 21 2015    What other than a pointer can be converted implicitly to const(char)*? (5)
Dec 21 2015    Make Simple Things Hard to Figure out (8)
Dec 21 2015    Template specialization using traits? (7)
Dec 21 2015    Deimos recommendation still official? (3)
Dec 20 2015    C string to D without memory allocation? (15)
Dec 20 2015    use of typeof to determine auto type with ndslice examples (6)
Dec 20 2015    function without "this" cannot be const? (4)
Dec 19 2015    segfault in invariant { assert(super); } (3)
Dec 19 2015    Can't debug my solution (6)
Dec 19 2015    Set color to a single point in Cairo (5)
Dec 18 2015    Scope of D packages (10)
Dec 18 2015    DUB config format: SDLang or JSON? (2)
Dec 18 2015    Problems with string literals and etc.c.odbc.sql functions (12)
Dec 18 2015    View Expanded Templates? (5)
Dec 17 2015    Why `i` not working on foreach loop if it have byLine option (3)
Dec 17 2015    How to replace inside regex? (2)
Dec 17 2015    D float types operations vs C++ ones (12)
Dec 17 2015    TreeViews in tkd (3)
Dec 16 2015    exit(1)? (5)
Dec 16 2015    No documentation for core.sys? (7)
Dec 16 2015    Testing if a file is connected to a terminal (6)
Dec 16 2015    Using a struct as a wrapper for an extern(C) opaque type, no default (7)
Dec 16 2015    isBidirectionalRange fails for unknown reasons (5)
Dec 16 2015    Fw: new important message (1)
Dec 16 2015    Error 42: Symbol Undefined __lseeki64 (7)
Dec 16 2015    Segfault while compiling simple program (9)
Dec 15 2015    Must ranges have value semantics? (3)
Dec 14 2015    Why should file names intended for executables be valid identifiers? (8)
Dec 14 2015    Binary search (4)
Dec 14 2015    Balanced match with std.regex (6)
Dec 14 2015    Error: undefined identifier 'selector' (4)
Dec 14 2015    Runtime.unloadLibrary terminates application on Windows (3)
Dec 14 2015    Inferring an integer literal as ubyte (4)
Dec 13 2015    Implicit Interface Deduction (6)
Dec 13 2015    D programming video tutorial (10)
Dec 13 2015    deep copying / .dup / template object.dup cannot deduce function from argument types (3)
Dec 12 2015    [Dgame] Is there Multiple Window support? (2)
Dec 12 2015    functional way doing array stuff/ lambda functions (12)
Dec 12 2015    isTemplate and isValue? (2)
Dec 12 2015    AliasSeq can contain template identifier too? (3)
Dec 12 2015    alias butAtLeast = max; 5.butAtLeast(6); (4)
Dec 11 2015    Dmd doesn't like tuples or me :> (2)
Dec 11 2015    How to check if result of request to DB is empty? (16)
Dec 11 2015    Dynamic cartesianProduct() (1)
Dec 11 2015    How do I properly use std.net.curl onSocketOption hook? (1)
Dec 10 2015    Using std.math: FloatingPointControl.enableExceptions (3)
Dec 10 2015    Very very noobie question about how imports work. (5)
Dec 10 2015    "is not callable using a non-shared object" (3)
Dec 10 2015    %s not producing string representation of enum? (8)
Dec 10 2015    How to return user name from vibed session? (9)
Dec 09 2015    block file reads and lazy utf-8 decoding (2)
Dec 09 2015    Reason for 'static struct' (4)
Dec 09 2015    std.algorithm.remove from array of custom classes? (6)
Dec 09 2015    Container Purity (4)
Dec 08 2015    Using gdb by some process to let this process monitor its state by (1)
Dec 08 2015    Real Time-ing (10)
Dec 07 2015    How do you create an opengl window with DerelictOrg? (5)
Dec 07 2015    The BUG the size of China - std.conv.d - Target parse(Target, (6)
Dec 07 2015    How to make a transparent wrapper type? (4)
Dec 07 2015    AA struct hashing bug? (11)
Dec 07 2015    Question about mysql-d Object (7)
Dec 07 2015    Strange exception, with EXTREMELY SIMPLE toString() in a struct (4)
Dec 06 2015    Comparison operator overloading (8)
Dec 06 2015    Are selective imports supposed to always be public? (4)
Dec 05 2015    Do a class invariants affect -release builds? (6)
Dec 05 2015    using parse with string slice (4)
Dec 05 2015    Using phobos as shared library for multiple binaries (3)
Dec 05 2015    static array crashes my program (4)
Dec 04 2015    How to add third party libraries to the project. (Xamarin) (3)
Dec 04 2015    benchmark on binary trees (19)
Dec 04 2015    Which type it better to use for array's indices? (6)
Dec 04 2015    Forward declaration issue (4)
Dec 03 2015    Palindromes (12)
Dec 03 2015    Reset all Members of a Aggregate Instance (21)
Dec 03 2015    __traits and string mixins (3)
Dec 03 2015    How to check session before access to static page? (1)
Dec 02 2015    Struct initializers as expressions (11)
Dec 02 2015    demangle() (1)
Dec 02 2015    issue importing std.file or std.stdio on win x64 build. (1)
Dec 02 2015    gdc-4.4 on sparc64 debian linux? (1)
Dec 02 2015    mutex usage problem? (2)
Dec 01 2015    utils.toBulkString is not accesible from utils (4)
Dec 01 2015    DDOC adds emphasis on symbols, so how to use $(LINK a) properly? (8)
Dec 01 2015    Using enums as function parameters (in a minimized way) (5)
Nov 30 2015    need help with Windows CreateNamedPipe Security attributes process (6)
Nov 30 2015    isAllocator (6)
Nov 30 2015    vibe.d-example illustrating Dynamic Textual Web-Interface (7)
Nov 30 2015    having problem with `std.algorithm.each` (6)
Nov 30 2015    Constness understanding (3)
Nov 30 2015    Pixelbuffer to draw on a surface (9)
Nov 29 2015    Classes as enums in D? (9)
Nov 29 2015    DateTime.opBinary (7)
Nov 28 2015    Locale package? (1)
Nov 28 2015    Freeing ENetPacket (3)
Nov 28 2015    taskPool.reduce() help (2)
Nov 28 2015    Formatting dates (2)
Nov 28 2015    Can't understand how to do server response with vibed (14)
Nov 28 2015    Retrieving call expression of a function (5)
Nov 28 2015    [VisualD] Crashing after several build processes (2)
Nov 28 2015    Drawing Native OSX Windows with D (8)
Nov 28 2015    Getting GtkD to work on OSX (3)
Nov 27 2015    Multithreaded HTTP Download (6)
Nov 27 2015    Derelict GLFW3 glfw3.dll error (3)
Nov 27 2015    No static fold in phobos ? (4)
Nov 27 2015    EnumMemberNames (4)
Nov 27 2015    [Dtiled] Unfamiliar terms and trouble using it for Dgame (5)
Nov 27 2015    The best way to store a structure by reference (7)
Nov 26 2015    Derelict3 object.Error (0): Access Violation? (8)
Nov 26 2015    Multidimensional AA question (6)
Nov 26 2015    optlink windows warning 178 (2)
Nov 26 2015    Program exited with code -11 (3)
Nov 25 2015    Converting a list of words or array of values to variables at compile (2)
Nov 25 2015    AA deterministic order ? (4)
Nov 25 2015    dstep problem: "fatal error: 'limits.h' file not found" (4)
Nov 25 2015    Binding to GSL library (6)
Nov 25 2015    Exit with code xx (4)
Nov 25 2015    Is it a bug? (3)
Nov 24 2015    convertion of type tuple to enum (1)
Nov 24 2015    switch with enum (10)
Nov 24 2015    Creating D bindings for a C library (8)
Nov 24 2015    How to use D parallel functions/library (3)
Nov 24 2015    Something about Chinese Disorder Code (14)
Nov 23 2015    AA behaves differently in CTFE? (5)
Nov 23 2015    Finding packages recursively (1)
Nov 23 2015    Communicating with external processes in D (4)
Nov 23 2015    failing regex (2)
Nov 22 2015    regex format string problem (4)
Nov 22 2015    simple newbie question (4)
Nov 21 2015    DFLAGS ignored. How to get a dmd installation on windows that is 64 (3)
Nov 21 2015    copy and array length vs capacity. (Doc suggestion?) (12)
Nov 21 2015    Building the Docs with checked out code downoads old dmd (3)
Nov 21 2015    Range violation instead of empty slice on a[3 .. 2] (6)
Nov 21 2015    Case-insensitive BoyerMooreFinder (2)
Nov 21 2015    GTKD - Create a simple TextBox? (2)
Nov 21 2015    "final" as function parameter attribute? (3)
Nov 21 2015    Can someone check this on win32 ? (2)
Nov 20 2015    D equivalent of Python's try..else (14)
Nov 20 2015    `finally` is redundant? (6)
Nov 20 2015    why --shebang for rdmd? (2)
Nov 20 2015    RAII trouble (5)
Nov 20 2015    Build utf.d with MS-COFF failed (3)
Nov 20 2015    Compile time strings auto concatenation!? (4)
Nov 20 2015    GTKD TreeView - Delete TreeView SubItem with Button? (10)
Nov 20 2015    template this and traits getOverloads issue. (10)
Nov 20 2015    CTFE fmod ? (3)
Nov 19 2015    scope keyword (3)
Nov 19 2015    pure vs immutable (2)
Nov 18 2015    experimental.logger: safe function and stdou (2)
Nov 18 2015    Arty of Constructor (2)
Nov 18 2015    char[] == null (20)
Nov 18 2015    Unable to call each on a lockstep range containing 2 or more ranges (7)
Nov 17 2015    compatible types for chains of different lengths (3)
Nov 17 2015    Filtering a tuple of containers with indices (4)
Nov 17 2015    opEquals default behaviour - poorly documented or am I missing (6)
Nov 16 2015    linux inotify on a std.process.ProcessPipes ? (2)
Nov 16 2015    Looking for a language to hang my hat on. (9)
Nov 16 2015    writef format specifier error message (3)
Nov 16 2015    Invalid foreach aggregate (13)
Nov 15 2015    Any D IDE on Mac OSX with debugging support? (7)
Nov 15 2015    My is the order of parameters reversed for functions that are (6)
Nov 15 2015    emplace, immutable members and undefined behaviour (4)
Nov 14 2015    Am I using std.encoding correctly? (2)
Nov 14 2015    How do I read one character from stdin? (getc in C) (7)
Nov 14 2015    std.conv.to!string(array), strange compile error (7)
Nov 14 2015    on structs by reference (5)
Nov 13 2015    I can't believe this !! (4)
Nov 13 2015    Bug? Bad file name? (3)
Nov 13 2015    Epoch time + msecs (12)
Nov 13 2015    A new instance of a variable? (7)
Nov 13 2015    Thread in detached state? (7)
Nov 12 2015    What does the -betterC switch in dmd do? (6)
Nov 11 2015    Compiler doesn't complain with multiple definitions (4)
Nov 11 2015    win32 from master: unicode functions by default? (9)
Nov 11 2015    Linker error from dub? (6)
Nov 11 2015    How to fix "Error symbol '.....' is already defined" (3)
Nov 11 2015    my first D program (and benchmark against perl) (17)
Nov 10 2015    Error: no property "someFont" for type int (4)
Nov 10 2015    OSX Foundation framework D binding (12)
Nov 10 2015    DUB library prefix - rules ? (2)
Nov 10 2015    Multiple range enumeration (3)
Nov 10 2015    When a variable is passed into a function, is its name kept somewhere (3)
Nov 10 2015    Feature for paranoids (7)
Nov 10 2015    Dhee - tiny app to learn/try out D (1)
Nov 09 2015    why does this error out? (6)
Nov 09 2015    AliasSeq + isExpression type specialization behavior (5)
Nov 09 2015    property (6)
Nov 09 2015    Compile time digest error (1)
Nov 09 2015    Providing custom formatting without importing half of phobos. (4)
Nov 09 2015    Split range that has no length or slice? (6)
Nov 09 2015    std.experimental.allocator optlink error (14)
Nov 08 2015    Parse d source file by using compiler (5)
Nov 08 2015    Associative arrays (8)
Nov 08 2015    Preferred behavior of take() with ranges (value vs reference range) (3)
Nov 08 2015    Confusion about dynamically and lexically scoped closures (3)
Nov 08 2015    phobos: What type to use instead of File when doing I/O on streams? (17)
Nov 08 2015    std.range.only with different range types (2)
Nov 08 2015    foreach statement: Are there no Iterators in D? (4)
Nov 08 2015    std.variant.Algebraic, self referential types and delegate members (4)
Nov 08 2015    dbgVerifySorted is not nothrow (2)
Nov 07 2015    Error not callable with argument types but types matches (6)
Nov 07 2015    RFC: Lazy variadic replace() that reuses find() (2)
Nov 07 2015    Cannot use local 'i' as parameter to non-global template (2)
Nov 07 2015    Deprecation: module std.stream is deprecated (10)
Nov 07 2015    dpaste.dzfl.pl is blocked (2)
Nov 06 2015    question about using std.bitmanip.read (7)
Nov 06 2015    method has no return statement with switch (7)
Nov 06 2015    opCmp with structs (15)
Nov 06 2015    std.utf.decode behaves unexpectedly - Bug? (6)
Nov 06 2015    struct constructor co nfusion (4)
Nov 06 2015    Working Windows GUI library - no console Window (4)
Nov 06 2015    Maybe a dmd bug, what do you think ? (2)
Nov 05 2015    Unittest in a library (3)
Nov 05 2015    parallel (11)
Nov 05 2015    conver BigInt to string (18)
Nov 05 2015    cast(T) documentation (3)
Nov 05 2015    Operator implicit conversion difference (5)
Nov 05 2015    Associative array with duplicated keys? (9)
Nov 04 2015    looking for sdl2 based application skeleton (2)
Nov 04 2015    Can't call nested template function unless it's anonymous? (1)
Nov 04 2015    Preventing implicit conversion (15)
Nov 03 2015    How to detect overflow (13)
Nov 03 2015    Is it possible to filter variadics? (5)
Nov 03 2015    Align a variable on the stack. (18)
Nov 03 2015    Help with Concurrency (7)
Nov 03 2015    Bidirectional Filter (2)
Nov 02 2015    proper range usage (6)
Nov 02 2015    Having some issues using Generator's yield with an interface (1)
Nov 02 2015    how to make the commented out lines work when they are uncommented (2)
Nov 02 2015    Efficiency of immutable vs mutable (5)
Nov 02 2015    Unionize range types (3)
Nov 02 2015    generate with state (4)
Nov 02 2015    dataframe implementations (16)
Nov 02 2015    Compiling DOtherSide (1)
Nov 01 2015    Access violation when calling C DLL from D (7)
Nov 01 2015    Capturing __FILE__ and __LINE in a variadic templated function (15)
Nov 01 2015    Can't get winapi working (2)
Nov 01 2015    Lazy std.algorithm.replace() (7)
Oct 30 2015    Failed 'dub run' with 'Failed to invoke the compiler dmd' (7)
Oct 30 2015    Static constructors in structs. (9)
Oct 30 2015    How can I distinguish an enum constant from an actual enum at compile (4)
Oct 30 2015    good reasons not to use D? (28)
Oct 29 2015    Allocation strategies question (7)
Oct 28 2015    Get type from string (5)
Oct 28 2015    D bindings for Bonjour (7)
Oct 28 2015    How coding bootloader with (Asm+Dlang)? (2)
Oct 28 2015    I'm getting an unhelpful linker error, what've I got wrong? (7)
Oct 27 2015    Metaprogramming get type and field at compile time (3)
Oct 27 2015    Comple error in std.experimental.logger.core.d (2)
Oct 27 2015    What's in a empty class? (3)
Oct 27 2015    splitter, compilation issue (12)
Oct 27 2015    asm+D build bootloader (13)
Oct 27 2015    Mixin template, "no identifier for declarator" (3)
Oct 26 2015    Nick coghlan bdfl delegate - 27 languages to improve your Python (1)
Oct 26 2015    D interface header import file (1)
Oct 26 2015    Playing audio files and related functions? (5)
Oct 26 2015    Mimicing Python list of list (4)
Oct 26 2015    How to get DMD to stop littering my source dir with .o files? (3)
Oct 25 2015    An annoying compile issue (4)
Oct 25 2015    fwiw - study of traits of popular posts on hacker news (1)
Oct 24 2015    Does D's GC release memory back to the OS? (4)
Oct 24 2015    No shortcircuit for static if or template constraints? (5)
Oct 24 2015    Compilation time profiling (4)
Oct 24 2015    Array of templated classes or structs (9)
Oct 24 2015    `clear`ing a dynamic array (15)
Oct 24 2015    Merging two named Tuples (4)
Oct 24 2015    inout, delegates, and visitor functions. (4)
Oct 23 2015    OT: The Genius Famine (1)
Oct 23 2015    Invalid assembler comparison (2)
Oct 23 2015    Default method implementations in interfaces? (5)
Oct 23 2015    Mixin template parameter that is an undefined variable (2)
Oct 22 2015    Using C's fread/fwrite with File objects (5)
Oct 22 2015    Converting Unicode Escape Sequences to UTF-8 (9)
Oct 22 2015    D serialization temporary fixup? (8)
Oct 22 2015    Allowing arbitrary types for a function's argument and return type (7)
Oct 22 2015    Problem Benchmarking HashSet from containers-em (7)
Oct 21 2015    Array of subclasses (8)
Oct 21 2015    What's wrong in this templatized operator overload ? (5)
Oct 21 2015    What's wrong in this templatized operator overload ? (3)
Oct 21 2015    error detected at """ ch in unicode.C """ Library error? (1)
Oct 21 2015    How to install DMD 64bit on Windows? (5)
Oct 21 2015    Implicit conversion rules (8)
Oct 21 2015    toString"z"? (2)
Oct 21 2015    can't zip a char[5], string[5], real[5] (3)
Oct 21 2015    Overloading an imported function (9)
Oct 20 2015    std.uni general character category (1)
Oct 20 2015    Just one time (6)
Oct 20 2015    StopWatch (4)
Oct 19 2015    Check Instance of Template for Parameter Type/Value (4)
Oct 19 2015    foreach loop (21)
Oct 19 2015    Enough introspection to report variable name of calling argument (2)
Oct 18 2015    kxml - parsing AWS API xml respond (13)
Oct 18 2015    kxml and dub package manager. (6)
Oct 18 2015    Curl, how to recieve data. (8)
Oct 18 2015    [sdc] linker problems when building programs with sdc (4)
Oct 17 2015    Compiling a .d file both as library and executable (2)
Oct 17 2015    what is wrong with this code?? (5)
Oct 17 2015    Caching of Template Instantiations (2)
Oct 16 2015    Error in trying to use an inout(char)[] with a regex (3)
Oct 16 2015    Frequent cannot deduce function from argument types (3)
Oct 16 2015    Idiomatic adjacent_difference (10)
Oct 16 2015    Why does File.byLine() return char[] and not string (10)
Oct 16 2015    Why can't function expecting immutable arg take mutable input? (14)
Oct 16 2015    LuaD: creating a flexible data filter system (8)
Oct 15 2015    Alias lamda argument vs Type template argument (2)
Oct 15 2015    Strange behavior of array (7)
Oct 15 2015    Builtin array and AA efficiency questions (11)
Oct 15 2015    Building and Running Unittests for a Specific Phobos Package Only (3)
Oct 14 2015    Why isn't global operator overloading allowed in D? (6)
Oct 14 2015    Tree datatype (6)
Oct 14 2015    User input parsing (4)
Oct 13 2015    OT: why do people use python when it is slow? (40)
Oct 13 2015    Struct toString works but not std.conv.to!string (5)
Oct 13 2015    dynamic get from variantArray() data table (4)
Oct 12 2015    Writing a screen saver in D what libraries will help? (5)
Oct 12 2015    DMD Compiler 'switches' (11)
Oct 11 2015    Ternary if and ~ does not work quite well (11)
Oct 11 2015    Class, constructor and inherance. (23)
Oct 10 2015    Compile time and runtime grammars (3)
Oct 10 2015    Hash-Table-Based Multiple Arguments Replacement (8)
Oct 10 2015    How to check whether an empty array variable is null? (9)
Oct 09 2015    Comparing arrays of floats? (3)
Oct 09 2015    lint? for D (2)
Oct 08 2015    Array of BitArrays definition compiles in DMD but not in GDC. (3)
Oct 08 2015    Check template parameter whether it has "length" (7)
Oct 07 2015    Tell GC to use shared memory (5)
Oct 06 2015    Problem with type cast in if condition (2)
Oct 06 2015    How to check if JSONValue of type object has a key? (5)
Oct 06 2015    Varargs and default arguments (4)
Oct 06 2015    Bug? 0 is less than -10 (14)
Oct 06 2015    Picking specific D compiler with rdmd (3)
Oct 05 2015    implementing Ketmar's concept of a debugging console in D (Lua/PyD + (2)
Oct 05 2015    SysTime bug or feature? (3)
Oct 05 2015    std.Algebraic alias this (4)
Oct 05 2015    Online Phobos Prerelease Docs (8)
Oct 04 2015    Posix termios (2)
Oct 04 2015    gl3n does not seem to have an ortho function like glm. Any (3)
Oct 04 2015    Concatenation of ubyte[] to char[] works, but assignation doesn't (10)
Oct 04 2015    std.functional:partial - disambiguating templated functions (10)
Oct 03 2015    buffered output to files (2)
Oct 03 2015    __simd_sto confusion (6)
Oct 02 2015    AWS API Dlang, hmac sha256 function. (30)
Oct 02 2015    OT: interesting talk by Jane Street technical guy on why they used (5)
Oct 02 2015    How will std.allocator change how we program in D? (4)
Oct 02 2015    How to use std.range.interfaces in pure safe code (2)
Oct 02 2015    problem with exceptions (6)
Oct 02 2015    Linker error with dmd (3)
Oct 02 2015    chunkBy limitation? (3)
Oct 01 2015    How to break gdb on D exception ? (9)
Oct 01 2015    help me learn to read documentation (3)
Oct 01 2015    Which GDC to download? (4)
Oct 01 2015    How to use std.experimental.logger? (3)
Sep 30 2015    WTF does "Enforcement failed" actually mean? (6)
Sep 30 2015    Regex start/end position of match? (3)
Sep 30 2015    Checking that a template parameter is an enum (14)
Sep 30 2015    address of overloaded function (3)
Sep 30 2015    an example of parallel calculation of metrics (11)
Sep 30 2015    Range of variables (3)
Sep 30 2015    How to do unittests (7)
Sep 29 2015    Interval Arithmetic (6)
Sep 29 2015    Move Semantics (4)
Sep 29 2015    Get template parameter value (8)
Sep 28 2015    enum to flags (6)
Sep 28 2015    SList and DList init doesn't work in global variable (2)
Sep 28 2015    Tutorial on C++ Integration? (3)
Sep 27 2015    Server side command execution. (8)
Sep 27 2015    Testing Return Value Optimization (RVO) (4)
Sep 27 2015    What am I doing wrong in this Pegged grammar? "Expected ' be ' but (1)
Sep 26 2015    Purity of std.conv.to!string (6)
Sep 26 2015    Parallel processing and further use of output (21)
Sep 26 2015    Why getting private member fails using getMember trait in a template? (4)
Sep 26 2015    Mac IDE with Intellisense (11)
Sep 25 2015    Can someone help me make a binary heap with std.container.binaryheap?  (2)
Sep 25 2015    Capture characters from standard input without waiting for enter to be (3)
Sep 25 2015    Threading Questions (26)
Sep 25 2015    What is the corect behavour for lazy in foreach variadic template (4)
Sep 25 2015    final class & final methods (3)
Sep 24 2015    pi program (13)
Sep 24 2015    Can I check if a value is convertible to a valid value of an enum? (4)
Sep 24 2015    I can't get passing an array by reference to work anymore... (4)
Sep 24 2015    Deduplicating Template Parameter List of std.variant.Algebraic (4)
Sep 24 2015    Client socket sending data only one time. (3)
Sep 24 2015    ORM libraries for D (9)
Sep 24 2015    question about multiple alias this (2)
Sep 24 2015    Maximum number of threads (7)
Sep 23 2015    Dub package with C code (24)
Sep 23 2015    Why is the constructor of B called? (9)
Sep 23 2015    Is there a smart way to process a range of range by front ? (7)
Sep 23 2015    scope in function argument (3)
Sep 23 2015    Disfun dlang.org (5)
Sep 22 2015    What's wrong with this BinaryHeap declaration line? Assertion failure (2)
Sep 22 2015    Unexpected behavior when casting away immutable (9)
Sep 22 2015    BidirectionalRange switching direction (3)
Sep 22 2015    How to setup mono-D for shared libraries? (4)
Sep 22 2015    Has anyone created a D wrapper for wbemuuid.lib (3)
Sep 21 2015    Can't seem to alias BinaryHeap and use heapify (2)
Sep 21 2015    Why are static arrays not ranges? (8)
Sep 21 2015    foreach automoatic counter? (9)
Sep 21 2015    Do users need to install VS runtime redistributable if linking with (13)
Sep 21 2015    Cameleon: Stricter Alternative Implementation of VariantN (8)
Sep 21 2015    OS minimum version (6)
Sep 20 2015    Building basic gtkd,opengl application (9)
Sep 20 2015    Weird behaviour with File.eof (3)
Sep 20 2015    What difference between std.typecons.Tuple and std.meta.AliasSeq (4)
Sep 20 2015    Question about Object.destroy (11)
Sep 20 2015    Identifying and dealing with deprecated/removed language features (3)
Sep 19 2015    text wrap (6)
Sep 19 2015    How do you handle OutOfMemoryError? (2)
Sep 19 2015    How can a value of a constant be varied through a pointer ? (2)
Sep 19 2015    This is probably trivial or impossible Code Introspection... (7)
Sep 19 2015    Simple template constraint question (4)
Sep 19 2015    I'll like to learn D (4)
Sep 19 2015    Get AA key and value type (8)
Sep 19 2015    Debugging D shared libraries (29)
Sep 19 2015    Contracts with interface (2)
Sep 19 2015    Templated opIndex? (7)
Sep 18 2015    How do you get the min / max of two numbers a, b? (3)
Sep 18 2015    What's wrong with this code? (4)
Sep 18 2015    broken program, silly error messages, dub (4)
Sep 18 2015    Tried release build got ICE, does anyone have a clue what might cause (7)
Sep 18 2015    [Code Example for Beginners (like me)] Sockets with Fibers (2)
Sep 17 2015    Why is sort allocating in this case? (5)
Sep 17 2015    Template Oriented Programming (2)
Sep 17 2015    mysql-native: SQL Transaction support? (3)
Sep 17 2015    How not to run after a DUB build ? (3)
Sep 17 2015    bug? for(int i=0;i<1;) vs while(true) (10)
Sep 17 2015    Pretty Printing TickDuration (2)
Sep 17 2015    Defining compile-time constants? (3)
Sep 17 2015    Reading Atributes (UDA) of overloaded functions (4)
Sep 17 2015    Bloat with std.(string.)format? (8)
Sep 16 2015    Anybody use Derelict FreeType recently (successfully) (9)
Sep 16 2015    Thrift (4)
Sep 16 2015    any way to initialize an array of structs to void? (5)
Sep 16 2015    "if sting in string" (10)
Sep 16 2015    How do I change debug mode with dub? (3)
Sep 16 2015    Why do abstract class functions require definitions? (8)
Sep 16 2015    What kind of sorcery is that? (2)
Sep 15 2015    Best Direction on Spawning Process Async (5)
Sep 15 2015    Final templated interface method not found (3)
Sep 15 2015    Load Qt UI XML File as GUI (6)
Sep 15 2015    Another, is it a bug? (8)
Sep 15 2015    Nested classes question? (2)
Sep 15 2015    Runtime error when calling a callback in a parallel Task (7)
Sep 15 2015    Initalizing complex array types or some other problem ;/ (5)
Sep 15 2015    tkd not linking (4)
Sep 15 2015    Re-named & Selective Imports (2)
Sep 15 2015    Checking for Homogeneous Tuples (5)
Sep 15 2015    foreach(line; f.byLine) produces (8)
Sep 15 2015    No -v or -deps for gdc? (3)
Sep 15 2015    Compilation error (5)
Sep 14 2015    Convert array to tupled array easily? (2)
Sep 14 2015    Passing Arguments on in Variadic Functions (11)
Sep 14 2015    Canvas in Gtk connected to D? (5)
Sep 14 2015    Creating a DLL with a ActiveX interface. (7)
Sep 14 2015    chaining chain Result and underlying object of chain (9)
Sep 14 2015    Speeding up text file parser (BLAST tabular format) (50)
Sep 13 2015    Passing Elements of A Static Array as Function Parameters (6)
Sep 13 2015    alias for regular expressions (5)
Sep 13 2015    how do I check if a member of a T has a member ? (8)
Sep 13 2015    Combining Unique type with concurrency module (7)
Sep 13 2015    [D Cookbook]about "Communicating with external processes" part. (5)
Sep 13 2015    D + Dub + Sublime +... build/run in terminal? (4)
Sep 13 2015    Template detection (6)
Sep 12 2015    Does a synchronization yield on waiting thread? (2)
Sep 12 2015    Massive linker error after upgrade to DMD 2.068.1-1 (3)
Sep 12 2015    I guess this is a bug? (3)
Sep 12 2015    version and configuration (3)
Sep 12 2015    Mixin templates accessing mixed out scope (6)
Sep 12 2015    Why does reverse also flips my other dynamic array? (8)
Sep 12 2015    Adjacent Pairs Range (13)
Sep 12 2015    Difference between back (`) and double (") quoted strings (8)
Sep 11 2015    Multidimension AA's and remove (3)
Sep 11 2015    Multiple implicit type converters (8)
Sep 11 2015    best way to memoize a range? (4)
Sep 11 2015    Huge output size for simple programs (8)
Sep 11 2015    Lazy sort (6)
Sep 11 2015    Is this a bug? (3)
Sep 10 2015    Hello World Example with Glade? (18)
Sep 10 2015    private selective import not so private ? (4)
Sep 10 2015    shared array? (48)
Sep 10 2015    Version for windows/console compilation? (6)
Sep 10 2015    Calling D from C, C++, =?UTF-8?Q?Python=E2=80=A6?= (10)
Sep 10 2015    Sum and other algorithm functions (3)
Sep 09 2015    using std.algorithm to find intersection of DateTime[][] arg (5)
Sep 09 2015    friends with phobos, workaround? (7)
Sep 09 2015    ref parameter qualifier and static arrays (4)
Sep 09 2015    What is the difference between D and C++ regarding Unique, RefCounted (11)
Sep 09 2015    char[] ported from C to char[0] in the D core library (5)
Sep 09 2015    C++ Interop -- Two Questions (6)
Sep 09 2015    class destruction (14)
Sep 08 2015    Win32 function vs delegate issues with api (2)
Sep 08 2015    Implicit conversion with ctor like C++ (4)
Sep 08 2015    Concurency wtf? (2)
Sep 08 2015    What is "FilterResult" type? (17)
Sep 08 2015    Why 1f.iota(100f).array returns double[] not float[]? (7)
Sep 07 2015    Windows Header consts (15)
Sep 07 2015    function argument restrictions for templated struct (3)
Sep 07 2015    Chaining struct method invocations (7)
Sep 07 2015    Better unittest failure output (8)
Sep 07 2015    What are (dis)advantages of using pure and immutable by default? (5)
Sep 07 2015    Unordered Element Pairs of a Range (3)
Sep 07 2015    Using dub configurations with libraries (1)
Sep 07 2015    Odd stacktrace: Access Violation in object.TypeInfo_Interface.getHash (3)
Sep 06 2015    Regression? (8)
Sep 06 2015    What's the "right" way to do openmp-style parallelism? (5)
Sep 06 2015    Are there any Phobos functions to check file permissions on Windows (7)
Sep 06 2015    How To: Passing curried functions around (13)
Sep 06 2015    Interface "indexing" (6)
Sep 06 2015    Is D suitable for my latest project? (17)
Sep 06 2015    How to partially forward properties of struct array member to struct (7)
Sep 05 2015    Windows Resources (9)
Sep 05 2015    Create a delegate function (3)
Sep 05 2015    Interfacing Chromium & SQLite (4)
Sep 05 2015    static array is no range? (3)
Sep 04 2015    Abstractioning away main/winMain (8)
Sep 04 2015    Superfluous code in switch statement (5)
Sep 04 2015    Status of Win32 C++ interop (18)
Sep 03 2015    OSX prompt limit (15)
Sep 03 2015    Arithmetic conversion -- warnings missing? (1)
Sep 03 2015    Detecting premature end of spawned threads with std.concurrency (5)
Sep 03 2015    Why isn't int[] automatically convertible to long[]? (2)
Sep 03 2015    spawn X different workers & wait for results from all of them (6)
Sep 03 2015    Digger 2.3 / Win32 / 'run' not found (1)
Sep 03 2015    Working Windows GUI library? (9)
Sep 03 2015    cURL alternative for enable javascript (3)
Sep 03 2015    Call a function passed as template parameter. (3)
Sep 03 2015    How to test if a double has no fraction part (4)
Sep 02 2015    interprocess communication and sharing memory (5)
Sep 02 2015    reading file byLine (69)
Sep 01 2015    std.experimental.logger instantiation fails in 2.067 (4)
Sep 01 2015    Problem with using struct ranges with disabled this(this) with some (4)
Sep 01 2015    Casting away immutability (15)
Sep 01 2015    Prefer Signed or Unsigned in D? (7)
Sep 01 2015    Profiling with LDC/GDC? (1)
Sep 01 2015    2.068.0 std.process.executeShell how to set the shell? (6)
Sep 01 2015    Access Violation while trying to use OpenGL (5)
Sep 01 2015    Appenders and Arrays (6)
Sep 01 2015    new static array (3)
Sep 01 2015    Why ElementType!(char[3]) == dchar instead of char? (14)
Sep 01 2015    Can we get a video tutorial? (10)
Aug 31 2015    Definition of SIGRTMIN (2)
Aug 31 2015    How to open a webpage in D? (5)
Aug 31 2015    Scoped Imports for Structs/Classes/Template Constraints (8)
Aug 31 2015    array function (8)
Aug 31 2015    Safe copy-paste using mixin (10)
Aug 31 2015    How to get BaseEnumType? (6)
Aug 30 2015    Array initialization with Struct templates (7)
Aug 30 2015    how does vibe's PrivateAccessProxy work (2)
Aug 30 2015    Can't chain reduce(seed, range) (3)
Aug 30 2015    stuck on opDiv / opBinary (7)
Aug 29 2015    observation: D getting a bit complex (11)
Aug 29 2015    What is the D way to map a binary file to a structure? (12)
Aug 29 2015    How to use Registry Windows ? (7)
Aug 28 2015    Pointer to std.container.Array data for C library (6)
Aug 28 2015    How to get the current Timezone (8)
Aug 27 2015    documentation for C/C++ interop (1)
Aug 27 2015    Error Compiling with -debug swtich (2)
Aug 27 2015    What is this function call operator? (7)
Aug 27 2015    Arrays of structs (12)
Aug 27 2015    Reading and converting binary file 2 bits at a time (15)
Aug 26 2015    linking-in libs under linux needed and not under windows (5)
Aug 26 2015    Class info on interfaces (10)
Aug 26 2015    multiline string literal with CRLF (5)
Aug 26 2015    MmFile : Is this std.mmFile BUG? (5)
Aug 26 2015    Casting pointers (5)
Aug 26 2015    Decrease number of front evaluations (4)
Aug 26 2015    Adding UDA at compile time (4)
Aug 25 2015    RAII and Deterministic Destruction (11)
Aug 25 2015    Static linking on Linux with dmd or gcc (1)
Aug 25 2015    Should this compile? (6)
Aug 25 2015    dmd 2.068 deducing purity (5)
Aug 25 2015    [Dgame] Sprite loading and setting position in another class (6)
Aug 25 2015    __traits(allMembers) and aliases (8)
Aug 24 2015    NYT data article based on work of EMSI, who I think are a D shop (6)
Aug 24 2015    C++/STL interop (2)
Aug 24 2015    Ranges - Question about desing choices (9)
Aug 23 2015    A better way than foreach with this? (5)
Aug 23 2015    order of declaration/definition (6)
Aug 23 2015    Templates and writing variable number of arguments (2)
Aug 23 2015    Digger 2.3 & verstr.h problem (15)
Aug 23 2015    How to use ranges? (11)
Aug 23 2015    Trying to compile weather program (12)
Aug 22 2015    (De)Serializing interfaces (13)
Aug 22 2015    Template Parameters in Struct Member Functions (3)
Aug 21 2015    Appender at CTFE? (4)
Aug 21 2015    most elegant functional way to make a histogram (6)
Aug 21 2015    Best nogc method to insert element into the middle of an std.container (2)
Aug 21 2015    const-correct structs, best practices? (5)
Aug 21 2015    controlling source directory of -cov (1)
Aug 21 2015    post on using go 1.5 and GC latency (31)
Aug 21 2015    main() return code. (2)
Aug 20 2015    Why does not my program is not running? (8)
Aug 20 2015    GC and MMM (4)
Aug 20 2015    New to D - playing with Thread and false Sharing (10)
Aug 20 2015    flush MessageBox (8)
Aug 19 2015    Reading dmd's source code (2)
Aug 19 2015    automatically verifying code samples in phobos docs (10)
Aug 19 2015    Empty struct, any runtime cost? (4)
Aug 18 2015    Promises/A+ spec implementations? (3)
Aug 18 2015    foreach multiple loop sugar (7)
Aug 18 2015    ReturnType of lambda templates (3)
Aug 17 2015    unusual bare metal target: Amazon Dash (6)
Aug 17 2015    Getting a TypeTuple of a Template's Arguments (4)
Aug 17 2015    A couple questions about a simple project (5)
Aug 17 2015    Compiletime Vs Runtime bencmarks (9)
Aug 17 2015    std.net.curl (8)
Aug 16 2015    Real OOP with D (11)
Aug 16 2015    pragma(mangle, on a template) (4)
Aug 16 2015    Pointers to Dynamic Arrays (6)
Aug 16 2015    D Classes Passed By Reference or Value? (7)
Aug 16 2015    Weird error message. (6)
Aug 16 2015    GDB for D debugging on OS X seems to be broken (1)
Aug 16 2015    App Build Error (3)
Aug 16 2015    How to provide this arg or functor for algorithm? (17)
Aug 16 2015    How to convert a ubyte to a byte without losing information? (2)
Aug 16 2015    2.068 Regression in EnumMembers? (4)
Aug 15 2015    Template Collections of Different Types (5)
Aug 15 2015    Use members of a Named Enum without using Enum name? (4)
Aug 15 2015    cannot implicitly convert char[] to string (6)
Aug 15 2015    Using replaceInPlace, string and char[] (5)
Aug 14 2015    using memset withing a pure function (12)
Aug 14 2015    Theoretical Best Practices (7)
Aug 14 2015    dub and subpackages (3)
Aug 13 2015    Associative array literal. Why doesn't it compile? (5)
Aug 13 2015    iterating through a range, operating on last few elements at a time (5)
Aug 13 2015    Yieldable function? (5)
Aug 13 2015    How do I find the actual types of the elements in a list of classes? (11)
Aug 13 2015    Compiletime Table (8)
Aug 13 2015    complete win headers for 32/64 bit (5)
Aug 13 2015    Structs and compiletime evaluation (4)
Aug 13 2015    vs2015 linker error (1)
Aug 13 2015    SList container problem (4)
Aug 12 2015    Indivisual Incremental Compalation with dub (2)
Aug 12 2015    Attributes not propagating to objects via typeinfo? (9)
Aug 12 2015    More threads -> Slower program ?? (4)
Aug 12 2015    Should these aliases kind be illegal ? (2)
Aug 12 2015    Hello Assembly! (7)
Aug 12 2015    tharsis.prof tests are broken with dmd 2.068 (1)
Aug 12 2015    IFTI with template alias fails in D, works in C++ (1)
Aug 12 2015    Does D have syntax for adding subscopes to classes? (4)
Aug 12 2015    dmd.conf... again (18)
Aug 11 2015    Derelict, SDL, and OpenGL3: Triangle Tribulations (10)
Aug 11 2015    Code Reviewer (8)
Aug 11 2015    Convert a hex color string into r,g,b components. (3)
Aug 11 2015    Infinity loop with dates comparison (4)
Aug 11 2015    countUntil for SortedRange (3)
Aug 11 2015    Problem with dmd 2.068 Win 32 (6)
Aug 10 2015    lambda syntax with curly braces (6)
Aug 10 2015    format of trace.log (1)
Aug 10 2015    website update (3)
Aug 09 2015    Measuring test coverage (5)
Aug 09 2015    std.array: array, ulong and Win32 (5)
Aug 09 2015    Removing elements from dynamic array (11)
Aug 08 2015    Specify variable type for range of associative arrays. (5)
Aug 08 2015    file rawRead and rawWrite in chunks example (9)
Aug 08 2015    Dynamic array and foreach loop (11)
Aug 07 2015    std.parallelism taskPool.map example throws exception (5)
Aug 07 2015    std.concurrency.send problems with immutable (2)
Aug 07 2015    std.parallelism example hangs compiler 2.067.1 (4)
Aug 07 2015    Syntax: how to return shared? (3)
Aug 07 2015    Using std.random.uniform as a range (4)
Aug 07 2015    ipython/jupyter notebook - idea for making it a full REPL (1)
Aug 07 2015    Template-Parameterized Variadic isInstaceOf (9)
Aug 07 2015    std.getopt: checking if an option has been passed (2)
Aug 07 2015    assigning a struct object to an array (5)
Aug 07 2015    zlib performance (18)
Aug 06 2015    [dmd2.068] Bug or future? (4)
Aug 06 2015    Find on sorted range slower? (11)
Aug 06 2015    trouble compiling Fiber example code from docs dmd linux v2.067.1 (2)
Aug 06 2015    std.stream.MemoryStream deprecated, range is the alternative? (2)
Aug 05 2015    D Wiki: Windows programming examples are missing (2)
Aug 05 2015    What is the order of resolution for super() calls? (3)
Aug 04 2015    Creating a Priority Queue: An Adventure (18)
Aug 04 2015    Thread communication (11)
Aug 04 2015    Concurrency Confusion (31)
Aug 03 2015    DUB linking to local library (7)
Aug 03 2015    Calling Syntax (no, not UFCS) (5)
Aug 03 2015    D array to void* and back (5)
Aug 02 2015    !in operator (2)
Aug 02 2015    Using rdmd to create shared object files (2)
Aug 02 2015    Is Key Type? (2)
Aug 02 2015    Dynamic bindings to global variables (4)
Aug 02 2015    Randomisation of array order (3)
Aug 02 2015    Trouble with template parameter matching (3)
Aug 01 2015    How to run opengl tutorials (4)
Aug 01 2015    Static arrays inside struct and class - bug? (14)
Aug 01 2015    store template value (8)
Aug 01 2015    Import template in phobos (3)
Jul 31 2015    Weird error after moving code from Linux to Windows (3)
Jul 31 2015    alias overloading strange error (4)
Jul 31 2015    Subclasses in std.concurrency.receive pattern match (2)
Jul 30 2015    std.container.array - are these arrays passed by reference? (2)
Jul 29 2015    Compiling a DLL with DMC (1)
Jul 29 2015    How to make a standalone .a using dub? (2)
Jul 29 2015    Error: 'this' is only defined in non-static member functions, not main (3)
Jul 29 2015    Type inference of a function parameter (3)
Jul 29 2015    Changes on dynamic shared library writing (4)
Jul 29 2015    extern(C) with function returning user type (15)
Jul 29 2015    Compare types with `static if` in template function. (8)
Jul 29 2015    No Unix socket support? (4)
Jul 29 2015    How disruptive is the GC? (7)
Jul 28 2015    forward range properties with alias this - how? (4)
Jul 28 2015    Select value from list, indexed by a type (2)
Jul 28 2015    Shouldn't __FUNCTION__ return function name? (3)
Jul 27 2015    Why approxEqual not working for integers in dmd 2068-b2 (5)
Jul 27 2015    Yes or No Options (18)
Jul 27 2015    Problem with casting instance reference to void* and back. (5)
Jul 26 2015    [Rosettacode] sum of powers conjecture (2)
Jul 26 2015    Where can i find examples of multi-threaded fibers? (6)
Jul 26 2015    Why hide a trusted function as safe? (7)
Jul 26 2015    Struct that destroys its original handle on copy-by-value (24)
Jul 25 2015    What D really needs :D (2)
Jul 25 2015    static linking (9)
Jul 25 2015    GC stats (6)
Jul 24 2015    Dynamic memory (23)
Jul 24 2015    How does __traits and std.traits differ? (3)
Jul 23 2015    How do you make a copy TO and object when you're INSIDE of it? (7)
Jul 23 2015    Overloading Based on Constraints (2)
Jul 23 2015    Converting uint[] slice to string for the purpose of hashing? (6)
Jul 22 2015    Connection to server socket "Invalid argument" (1)
Jul 22 2015    Getting "this" to work similar to "self" in Python (7)
Jul 22 2015    How to get *32mscoff libraries for phobos? (9)
Jul 22 2015    Thread pools (7)
Jul 22 2015    std.net.curl and PATCH (1)
Jul 22 2015    Measuring Execution time (8)
Jul 21 2015    Passing struct and struct[] into a template (5)
Jul 21 2015    Code Coverage Analysis, how do I skip (ignore) a line? (2)
Jul 21 2015    How do i sanitize a string for database query? (7)
Jul 21 2015    idiom for C error strings (3)
Jul 21 2015    GLU in DerelictOrg (11)
Jul 21 2015    Why does this script BSOD-ize windows ? (9)
Jul 20 2015    C bindings: typedef struct conflicts with method (8)
Jul 20 2015    std.algorithm each documentation terse (10)
Jul 20 2015    OPTLINK checkpoint(256) (2)
Jul 20 2015    monitoring variable evaluation time (5)
Jul 19 2015    What is the std.stream replacement? (2)
Jul 19 2015    Dangular - D Rest server + Angular frontend (3)
Jul 19 2015    Customization of User Defined Logger (2)
Jul 19 2015    static-if cant compile (3)
Jul 19 2015    Can't use toHexString (6)
Jul 19 2015    static opCall not working? (4)
Jul 18 2015    Does shared prevent compiler reordering? (2)
Jul 18 2015    Sending an immutable object to a thread (19)
Jul 18 2015    String Metaprogramming (8)
Jul 18 2015    VisualD building with GDC setting library path (2)
Jul 17 2015    Implicit conversion in constructor (5)
Jul 17 2015    Virtual value types during compile-time for static type safety, static (10)
Jul 17 2015    Can you add a remote repository to DUB? (1)
Jul 17 2015    How to convert byte array to float (7)
Jul 17 2015    Comparison of struct with Nullable member (6)
Jul 17 2015    Getting Nth Row and Column from MatrixView, Scid library (3)
Jul 17 2015    Infinite range of nullable elements (5)
Jul 16 2015    Environment variable for application storage under OSX ? (11)
Jul 16 2015    Working functionally with third party libraries (18)
Jul 16 2015    access violation With dll? (8)
Jul 16 2015    Functional oriented programming in D (4)
Jul 16 2015    How to use core.thread.Thread (10)
Jul 15 2015    Are Lua tables possible to do with D? (5)
Jul 15 2015    LNK2019 error from using a function pointer to core.bitop functions? (4)
Jul 15 2015    Weird behavior of "this" in a subclass, I think? (7)
Jul 15 2015    Template function that accept strings and array of strings (12)
Jul 15 2015    question about the semantics of unshared variables (6)
Jul 15 2015    Casting random type to random struct - is this a bug? (5)
Jul 14 2015    Covariant callback functions, or assigning base class members through (8)
Jul 14 2015    Profile Ouput (5)
Jul 14 2015    how to manage the list of immutable objects (5)
Jul 13 2015    Linked variables (2)
Jul 13 2015    Align object to vector using Dgame framework (4)
Jul 13 2015    Delayed const variable initialization (14)
Jul 12 2015    How to abort compilation (2)
Jul 12 2015    if you fancy stressing your json implementation, string processing, (1)
Jul 12 2015    opApply compilation woes (3)
Jul 12 2015    Manually allocate delegate? (16)
Jul 11 2015    Calling D Code from Assembly (2)
Jul 11 2015    socket server help (7)
Jul 11 2015    DUB Different Library Name (6)
Jul 11 2015    Function pointer array slice? (5)
Jul 10 2015    why adding extern(C) cause a runtime error? (2)
Jul 10 2015    std.concurrency: The fate of unmatched messages (5)
Jul 10 2015    Is it legal to have a function taking two aliased slices? (3)
Jul 10 2015    DUB Build Linker Library Search Path (12)
Jul 09 2015    Binding Nested C Structs (3)
Jul 09 2015    Import module (9)
Jul 09 2015    How to get value of enum without casting (2)
Jul 09 2015    Fixed Length Array Syntax in extern(C) Function Signatures (10)
Jul 08 2015    How to keep executed shell running after program exits (3)
Jul 08 2015    Check an entire XML document for well-formedness in KXML (3)
Jul 07 2015    Understanding Safety of Function Pointers vs. Addresses of Functions (28)
Jul 07 2015    Wrapping a C-style Array (Pointer + Length) in a Range Interface (10)
Jul 06 2015    Squaring Arrays without Overlapping Array Error (8)
Jul 06 2015    documenting compile-time constants (3)
Jul 06 2015    optimizing struct/class members (3)
Jul 06 2015    Correctly implementing a bidirectional range on a linked list? (6)
Jul 06 2015    Coercing ranges to the same type (5)
Jul 06 2015    Malloc struct (2)
Jul 06 2015    FFMPEG Bindings (4)
Jul 06 2015    Which XMM are safe to erase in asm{} blocks? (4)
Jul 05 2015    Array operations with array of structs (12)
Jul 05 2015    std.experimental.allocator destructor safe? (1)
Jul 05 2015    incorrect data when returning static array in place of dynamic (7)
Jul 05 2015    How to strip struct/class invariants? (5)
Jul 04 2015    code review based on what I learned from D (9)
Jul 04 2015    Switching rows with columns (5)
Jul 03 2015    Linear algebra library with no dependency & Why every linear algebra (2)
Jul 03 2015    How to setup GDC with Visual D? (9)
Jul 03 2015    turning an array of structs into a struct of arrays (10)
Jul 03 2015    DMD unittest doesn't work when using visual studio with a "Windows" (2)
Jul 02 2015    bigint compile time errors (7)
Jul 02 2015    Best way to convert datetime betwen Python and D (1)
Jul 02 2015    time difference - beautify my code (5)
Jul 02 2015    lovely compiler error message - incompatible types (8)
Jul 02 2015    linking external libs (6)
Jul 01 2015    etc.c.zlib help (10)
Jul 01 2015    wrong struct alignment (4)
Jul 01 2015    Same process to different results? (8)
Jul 01 2015    Concurrency in DLL (1)
Jul 01 2015    how to avoid "cycle detected"? (10)
Jul 01 2015    Mutable reference to const objects (3)
Jun 30 2015    Adam Ruppe's COM library - calling COM object from dynamic code eg VBA (5)
Jun 30 2015    Array operations, dynamic arrays and length (11)
Jun 30 2015    Template Declarations - Why not Template definitions? (5)
Jun 30 2015    Multi-dimensional fixed arrays (9)
Jun 30 2015    Best way to count character spaces. (4)
Jun 30 2015    goroutines vs vibe.d tasks (15)
Jun 30 2015    proper way to calculate toHash() for string (4)
Jun 30 2015    tkd - basic compilation problem (18)
Jun 29 2015    Packing enums (3)
Jun 29 2015    Why D doesn't have an equivalent to C#'s readonly? (5)
Jun 29 2015    Nullable with reference types (13)
Jun 29 2015    Setting um makefile for dmd (2)
Jun 28 2015    generic cast(unshared) ? (2)
Jun 28 2015    std.concurrent Tid vector initialization problem (2)
Jun 28 2015    Map Purity (5)
Jun 28 2015    Bug or feature? (8)
Jun 28 2015    Porting from D1 to D2 (3)
Jun 28 2015    Pure delegate not quite pure? (13)
Jun 27 2015    Replacement of std.stream (6)
Jun 27 2015    how to string =?UTF-8?B?4oaS?= uint* ? (6)
Jun 27 2015    std.concurrent Tid vector initialization problem (5)
Jun 27 2015    is it safe to call `GC.removeRange` in dtor? (4)
Jun 27 2015    how to iterate on Array? (7)
Jun 27 2015    how to skip sub functions in __traits(allMembers) (2)
Jun 27 2015    aa.byKeyValue().sort!"a.key < b.key" (3)
Jun 27 2015    Autocorrelation function with ranges (6)
Jun 26 2015    string to time conversion (when string contains time but no date) (3)
Jun 26 2015    Static constructors guaranteed to run? (21)
Jun 26 2015    how do I create an array of objects as member of class? (3)
Jun 26 2015    Why aren't Ranges Interfaces? (9)
Jun 26 2015    using new in shared library causes access violation (3)
Jun 26 2015    Struct vs. Class (4)
Jun 25 2015    compile shared lib with dub (2)
Jun 25 2015    Compiler complaining about code that can't be reached, builtin types (3)
Jun 25 2015    Using C library libsndfile with D (10)
Jun 25 2015    Abstract sockets (linux) (10)
Jun 25 2015    Typed Message Passing between D Processes (17)
Jun 25 2015    Opening browser and url. (3)
Jun 25 2015    Importing local modules in C style (8)
Jun 24 2015    function default parameters lost (4)
Jun 24 2015    Template mixin can not introduce overloads (3)
Jun 24 2015    Compiles but does not link (2)
Jun 24 2015    Suggested enhancements/changes to D (2)
Jun 24 2015    Filtering Associative Array Key-Values the D way (2)
Jun 24 2015    Casting from an enum type to another enum type (4)
Jun 24 2015    kill and thisProcessID (6)
Jun 24 2015    Problem with map, reduce, .. (6)
Jun 23 2015    cannot use UDA with same name as one of field's name (6)
Jun 22 2015    fast way to insert element at index 0 (9)
Jun 22 2015    Program exited with code -11 (22)
Jun 22 2015    core.exception.InvalidMemoryOperationError (0) on File Reading. (5)
Jun 22 2015    How do I make my class iterable? (11)
Jun 22 2015    Higher Order Range Pattern (3)
Jun 22 2015    Sample dub.json file (2)
Jun 21 2015    Does D has built-in stack structure? (3)
Jun 21 2015    type of a variable as a mixin-able string? (2)
Jun 21 2015    Exec function D from C++ (3)
Jun 21 2015    Passing functions as template parameter and assigning default values (3)
Jun 20 2015    pass by value && elide dtor + post-blit (4)
Jun 19 2015    Erroneous "auto can only be used for template function parameters"? (10)
Jun 19 2015    OT - civility in a professional environment (4)
Jun 19 2015    Return types of the methods of a struct (19)
Jun 17 2015    Can't call GetWindowTextW - Error:undefined identifier (8)
Jun 17 2015    Base type for arrays (8)
Jun 17 2015    best way to interface D code to Excel (8)
Jun 17 2015    Convert std.container.array to void[] and/or pass to OpenGL functions (7)
Jun 17 2015    Does anyone get line numbers in stack traces on Linux? (5)
Jun 16 2015    Calling DLL coded in D from Java (3)
Jun 16 2015    Defining constant values in struct (7)
Jun 16 2015    Adding Lua libraries to LuaD? (2)
Jun 16 2015    Embedding dll in a D project (5)
Jun 16 2015    Calling a cpp function from d (10)
Jun 16 2015    How to avoid multiple spelling `import` (10)
Jun 15 2015    Extract template parameter at runtime? (6)
Jun 15 2015    dmd/druntime/phobos HEAD: can't link binaries on Arch Linux (3)
Jun 15 2015    Casting MapResult (30)
Jun 15 2015    oauth, Twitter, and std.net.curl (6)
Jun 14 2015    Process a TypeTuple (3)
Jun 14 2015    CPU cores & threads & fibers (7)
Jun 14 2015    property on free function for UFCS? (8)
Jun 13 2015    More type-flexible arrays? (9)
Jun 13 2015    how come is this legal? 'void fun(int){ }' ? (4)
Jun 13 2015    Are stack+heap classes possible in D? (7)
Jun 13 2015    new pragma(inline) syntax (2)
Jun 13 2015    Serialization array of structure (2)
Jun 13 2015    char[][] to std::vector<std::string> - DIP or dmd-issue? (14)
Jun 13 2015    appender!(dchar[]) put fail (11)
Jun 13 2015    __traits getMember is context sensetive? (18)
Jun 12 2015    How to realize copyable/postblit class (3)
Jun 12 2015    How to pass voldemort types to functions (4)
Jun 12 2015    Qualified destructors / immutable objects (8)
Jun 12 2015    AMD & Windows 7 (8)
Jun 11 2015    Json (6)
Jun 11 2015    .sizeof dynamically allocated array (3)
Jun 11 2015    Reading array of integers readln performance issues (4)
Jun 11 2015    Encapsulate return value in scoped (13)
Jun 10 2015    What is the exact meaning of 'nothrow'? (6)
Jun 10 2015    Writeln does not prints if array has more than 500 elements (4)
Jun 10 2015    Debugging D in MonoDevelop, finding multiple gdb processes? (2)
Jun 10 2015    Shortest way to allocate an array and initialize it with a specific (11)
Jun 10 2015    dmd and string imports on Windows (3)
Jun 10 2015    What is D's minimum requirements on Mac? (11)
Jun 09 2015    rt_finalize question (3)
Jun 08 2015    Why is there no named parameter support? (11)
Jun 08 2015    Utf8 to Utf32 cast cost (15)
Jun 07 2015    Consevutive calls to r.front (9)
Jun 07 2015    simple template constraint - compile error. (7)
Jun 07 2015    How to remove the key from the `redBlackTree` with comparator" a <= b (7)
Jun 07 2015    Error execute MS function fputc() (3)
Jun 07 2015    Check if template has been passed a reference type or value type? (4)
Jun 07 2015    Is it possible to add items to the arrays and hashes at compile time? (16)
Jun 07 2015    DFL background tasks (9)
Jun 07 2015    Derlict binding with out_of_link_module struct definitions (4)
Jun 07 2015    using D without GC (12)
Jun 06 2015    Idiomatic way to check for UDA? (4)
Jun 06 2015    C++ static-if; how is it so different? (3)
Jun 06 2015    compilation issues in a shared library project (9)
Jun 06 2015    small template and mixin frustration... (4)
Jun 06 2015    Initialising global associative array (6)
Jun 06 2015    The problem with the value that is returned from the condition in (8)
Jun 06 2015    Segmentation fault from using SList in a class? (7)
Jun 05 2015    mouse pointer (7)
Jun 05 2015    Append to array of strings within array of structs (3)
Jun 05 2015    Append to array of strings within array of structs (1)
Jun 05 2015    Emulation macros and pattern matching on D (11)
Jun 05 2015    Length of Dimension in Multidimensional Array? (3)
Jun 04 2015    Function Error: cannot be read at compile time (3)
Jun 04 2015    Variadic std.algorithm.equal() (2)
Jun 04 2015    Is there a way to get the types of all template parameters? (6)
Jun 04 2015    Does using "const" keyword for scalar parameters mean anything? (2)
Jun 04 2015    What does program do when array is returned from function? (4)
Jun 03 2015    Error: field r must be initialized in constructor, because it is (2)
Jun 03 2015    Call-ie return on behalf of caller? (5)
Jun 03 2015    Template elegance? (3)
Jun 02 2015    Ada-Style Sub-Typing (4)
Jun 02 2015    InvalidMemoryOperationError from File.byLine()? (22)
Jun 02 2015    Array declaration warning (19)
Jun 02 2015    string to char array? (43)
Jun 02 2015    reduce! and ufc (3)
Jun 02 2015    TypeTuple!(T...) vs Tuple!(T...) (11)
Jun 01 2015    Splitting a range into a range of tuples (5)
Jun 01 2015    convert base (7)
Jun 01 2015    return string from inside if block => Segmentation Fault: 11 (9)
May 31 2015    template instance template 'appender' is not defined (6)
May 31 2015    Woldemort Type can't even call "take" or "array" (9)
May 30 2015    attribute alias? eg: asm my_alias {...} alias my_alias=pure nothrow (2)
May 30 2015    Appending to multidimensional dynamic array (4)
May 30 2015    data-oriented struct abstraction ? (12)
May 30 2015    Reset Range (2)
May 29 2015    Mixin - to get to the content-type `MapResult!(__lambda1, (9)
May 29 2015    Get index of string in array at compile time (2)
May 29 2015    Mutable reference for immutable AA (2)
May 28 2015    drastic slowdown for copies (10)
May 28 2015    Windows Universal/Store apps support (10)
May 28 2015    Implicit conversion from null in custom type (11)
May 27 2015    Template problem - if arg[0]==something; call arg[1]; (4)
May 27 2015    Null argument and function resolution (6)
May 27 2015    problem with custom predicate (8)
May 27 2015    How to implement immutable ring buffer? (5)
May 27 2015    Prevent slices from referencing old array after realocation? (3)
May 26 2015    problem with gc? (24)
May 25 2015    Lazy variadic not working, any alternatives? (7)
May 25 2015    Replacing nested loops foreach using map/each/etc (9)
May 25 2015    Regex-Fu (4)
May 24 2015    Checking template parameter types of class (7)
May 24 2015    Idiomatic way to call base method in generic code (7)
May 24 2015    ctfe and static arrays (5)
May 24 2015    Weird result of getsockopt (6)
May 23 2015    How to append range to array? (9)
May 22 2015    Necessity of D Library (and/or Core Library) (6)
May 22 2015    is expression with static if matches wrong type (4)
May 22 2015    Distinguish recursive Templates (5)
May 22 2015    Differences between C++11 atomics and core.atomics? (1)
May 22 2015    What is a mutable method? (4)
May 22 2015    std.parallelism and multidimensional arrays (2)
May 21 2015    What happens when you launch a D application ? (15)
May 21 2015    opIndex vs. opSlice for empty slices (6)
May 21 2015    Python's features, which requires D (30)
May 21 2015    ImplicitConversionTargets opposite (4)
May 21 2015    Writing to two files at once (9)
May 21 2015    fwiw - quora on stroustrup/static if/D (3)
May 21 2015    Dual conditions in D and Python (17)
May 21 2015    Using arrays of function pointers in D (4)
May 21 2015    deserialization: creating a class instance without calling constructor (5)
May 21 2015    Internal Compiler Error Help (14)
May 20 2015    Assertion failure without line (4)
May 20 2015    DMD Symbol Reference Analysis Pass (5)
May 19 2015    Template type deduction and specialization (24)
May 19 2015    GC Destruction Order (26)
May 19 2015    partialShuffle only shuffles subset. (3)
May 18 2015    Capturing Caller UDAs as CT Template Function Parameters (5)
May 18 2015    -vgc Info ok? (14)
May 18 2015    Convert C array pointer to a D slice without data copy (5)
May 18 2015    The analogue of "fill-pointer" in D (20)
May 17 2015    control flow with a functional template ? (3)
May 17 2015    Const is already there. It cannot deduce it (2)
May 17 2015    overloading evaluation (treating objects as functions) (5)
May 17 2015    ddbc: MySQL/MariaDB: Access Violation (6)
May 17 2015    better code organization? (2)
May 17 2015    ICE? (12)
May 17 2015    How to create a mutable array of strings? (24)
May 16 2015    Better Return Value for findSplit*() (5)
May 15 2015    functors with template lambdas (4)
May 15 2015    UFCS (5)
May 15 2015    Deprecation (3)
May 15 2015    'const' and 'in' parameter storage classes (8)
May 15 2015    SIG11 crashing - can't figure it out (6)
May 15 2015    Destructured Tuple Assignment (9)
May 14 2015    Linking to Dynamic Library on Mac OS X (6)
May 14 2015    Array of objects and their inheritance (3)
May 14 2015    How to simulate a new type (6)
May 14 2015    Dynamic / resizable array type, and a crash problem (11)
May 14 2015    Cannot Qualify Variadic Functions with Lazy Arguments as nothrow (4)
May 13 2015    dmd Regression(?): bigEndianToNative buffer slice allows only literals (2)
May 13 2015    Returning an empty range of a given type (12)
May 13 2015    Feature or bug: print braces (10)
May 13 2015    Contract programing restrictions (2)
May 13 2015    pthread and GC (3)
May 12 2015    Accessing x86 Performance Counters (8)
May 12 2015    SysTime object from unixtime (5)
May 12 2015    problem with parallel foreach (36)
May 12 2015    Clean way to tell whether a destructor is called by the GC (7)
May 11 2015    Binding to C (3)
May 11 2015    Run-time Indexing of a Compile-Time Tuple (7)
May 11 2015    Error: cannot modify struct arr[0] MyStruct with immutable members (3)
May 11 2015    Extreme memory usage when `synchronized( this )` is used (12)
May 10 2015    Bug or feature? (5)
May 10 2015    Object.factory fails for nested classes ?! (2)
May 10 2015    Memory usage tracking (4)
May 10 2015    Cannot find -lphobos (4)
May 10 2015    Comparing variants (1)
May 09 2015    How to translate this to D: const char *const* someConstPtr; (4)
May 09 2015    how does 'shared' affect member variables? (9)
May 09 2015    Spawning a console in Windows (similar to forkpty on linux) (13)
May 09 2015    Lambda functions in D (13)
May 08 2015    mscoff x86 invalid pointers (7)
May 08 2015    Safe Usage of Mutable Ranges in foreach scopes (5)
May 08 2015    Chaining input (3)
May 07 2015    Moving from Python to D (7)
May 07 2015    Why .dup not work with multidimensional arrays? (8)
May 07 2015    Multiple template alias parameters (8)
May 07 2015    Baffled by compilation error for formattedRead (5)
May 07 2015    Bitfield-style enum to strings? (11)
May 07 2015    Static function template (13)
May 06 2015    vibed: how to use pure HTML instead of template engine? (32)
May 06 2015    dub sub-packages (3)
May 06 2015    Signs by which to recognize D1 (4)
May 05 2015    dub: Missing package description for package at ..\memutils\ (2)
May 04 2015    opEquals optimized away? (4)
May 04 2015    DMD phobos built with contracts check for win? (2)
May 04 2015    Linker command (10)
May 04 2015    CTFE & enums & static assert (9)
May 04 2015    Error: conflicting Ddoc and obj generation options (2)
May 03 2015    Converting (casting?) a dynamic array to a fixed array? (5)
May 03 2015    Struct lifetime wrt function return? (2)
May 03 2015    Efficiently passing structs (23)
May 03 2015    Is this expected? default to public members in private class (3)
May 03 2015    CTFE & template predicates (13)
May 03 2015    Classes. C++ to D (5)
May 03 2015    UDA and ReturnType!(__traits...) doesn't work (5)
May 03 2015    Is it safe to reset HOLD fiber? (5)
May 03 2015    std.random question (7)
May 02 2015    Parameter storage class 'in' transitive like 'const'? (3)
May 02 2015    why std.process.Pid & std.process.Environment are classes ? (1)
May 02 2015    How to I translate this C++ structure/array (6)
May 02 2015    Reading bzipped files (9)
May 02 2015    Builtin Support for Comparison Function for Primitive Types (3)
May 02 2015    A slice can lose capacity simply by calling a function (9)
May 01 2015    What wrong? (12)
May 01 2015    Calling functions using mixins (6)
May 01 2015    Merging one Array with Another (28)
May 01 2015    apache spark - not disk or network bound but CPU bound (2)
May 01 2015    Factory pattern in D (13)
Apr 30 2015    How to reuse functions (5)
Apr 30 2015    Example from d-idioms is incorrect (6)
Apr 30 2015    anonymous template predicates (2)
Apr 30 2015    Destruction in D (9)
Apr 30 2015    Capacity is "first-come first served" for multiple slices to all (2)
Apr 30 2015    Implicit conversion error (3)
Apr 30 2015    dub & -vgc (3)
Apr 30 2015    Ada to D - an array for storing values of each of the six bits which (9)
Apr 29 2015    dub building is extremely slow (4)
Apr 29 2015    getopt helpWanted (4)
Apr 29 2015    String from executeshell (5)
Apr 29 2015    ldc std.getopt (3)
Apr 29 2015    stdx.data.json (7)
Apr 29 2015    Create custom data types (11)
Apr 28 2015    shouldn't this code at least trigger a warning? (8)
Apr 28 2015    Parseing single JSON value from webpage (2)
Apr 28 2015    Runtime metaprogramming in D (5)
Apr 28 2015    Create a case-insensitive startsWith (6)
Apr 28 2015    Readonly-to-outside variable (3)
Apr 28 2015    Is there something like "apply"? (4)
Apr 28 2015    [dvm] Can't install compilers on Mac (4)
Apr 28 2015    Fuzzy Levenshtein variant of std.conv.to (4)
Apr 28 2015    Possible to write a classic fizzbuzz example using a UFCS chain? (10)
Apr 27 2015    Reducing source code: weak+alias values in array (10)
Apr 26 2015    How to change text while running in console? (6)
Apr 26 2015    C++ interface problem (13)
Apr 25 2015    How to turn an inout(Object) into a string (6)
Apr 25 2015    disable assignment of [] literal? (5)
Apr 25 2015    Private alias escaping -- is this a bug? (2)
Apr 25 2015    setjmp / longjmp (8)
Apr 25 2015    Microcontroller startup file - supported devices wish-list (3)
Apr 25 2015    o!(const(T)) parameter. (3)
Apr 25 2015    BigInt to binary (5)
Apr 25 2015    Delegate type deduction compile error (2)
Apr 25 2015    std.json questions (8)
Apr 24 2015    Weird OSX issue (7)
Apr 24 2015    Degenerate Regex Case (4)
Apr 24 2015    Convert hex to binary (9)
Apr 24 2015    md5 return toHexString (4)
Apr 24 2015    __gshared static (5)
Apr 24 2015    No line numbers in compiler error messages (5)
Apr 24 2015    How to output ascii character using terminal.d (5)
Apr 24 2015    function ref param vs pointer param (7)
Apr 23 2015    User input readline || readf (7)
Apr 23 2015    Fibers and async io stuff for beginners (9)
Apr 23 2015    Return data from different types of conditional operation (6)
Apr 22 2015    Startup files for STM32F4xx (54)
Apr 22 2015    GetModuleHandle (3)
Apr 22 2015    Download DDMD? (6)
Apr 21 2015    extern(C++) linker errors (3)
Apr 21 2015    Observing exceptions in a destructor (4)
Apr 21 2015    how does isInputRange(T) actually work? (10)
Apr 21 2015    Structural exhaustive matching (7)
Apr 21 2015    std.net.curl.get failing to resolve google.com (1)
Apr 21 2015    multiSort for sorting AA by value (4)
Apr 21 2015    std.datetime.parseRFC822DateTime (3)
Apr 20 2015    Reading whitespace separated strings from stdin? (6)
Apr 20 2015    Duplicate another function's parameters in a template function (3)
Apr 20 2015    User defined properties signatures (11)
Apr 20 2015    ctags (3)
Apr 20 2015    Weird link error (4)
Apr 20 2015    Converting Java code to D (8)
Apr 20 2015    SysTime.toISOExtString with timezone offset (3)
Apr 20 2015    build vibe-d-0.7.23 error on win7 x86? (2)
Apr 19 2015    Adding pointers to GC with destructers (7)
Apr 19 2015    readText for large files on Windows. (3)
Apr 19 2015    Reuse object memory? (10)
Apr 18 2015    Input ranges (5)
Apr 18 2015    Iterate over enum (4)
Apr 18 2015    Building website from git master, why does it checkout DMD v2.066.1 (10)
Apr 18 2015    Linker errors building tools from git master (2)
Apr 18 2015    Internal symbols? (1)
Apr 18 2015    Templates: Array slices not recognized (11)
Apr 18 2015    std.array.split - Template instantiating error (6)
Apr 17 2015    Why doesn't map!(a => writeln(a)) print anything? (3)
Apr 17 2015    Where is COFFIMPLIB (13)
Apr 17 2015    randomUUID for runtime / how to generate UUIDs in runtime (4)
Apr 17 2015    Interlocked (compare) exchange (5)
Apr 16 2015    Printing an std.container.Array (11)
Apr 16 2015    basic question about text file encodings (3)
Apr 16 2015    Invalid Floating Point Operation (DMD 2067) (7)
Apr 16 2015    What is the memory usage of my app? (9)
Apr 16 2015    Linking C++ standard library works with GDC... but not DMD. (Linux) (10)
Apr 15 2015    CT-String as a Symbol (27)
Apr 15 2015    GC: Memory keeps growing (6)
Apr 15 2015    About and UDA (8)
Apr 15 2015    Type trait alias parameters being either a string or a type (2)
Apr 14 2015    Converting void* to D array (11)
Apr 14 2015    DLangUI: Rendering a generated image (2)
Apr 14 2015    String Index Support for IndexedBy (2)
Apr 14 2015    [dub] Release build fails with 2.067.0 (5)
Apr 14 2015    [dub] (2)
Apr 14 2015    CTFE UFCs? (6)
Apr 14 2015    Two-dimensional slices in D (4)
Apr 14 2015    Traits question and compiler crash (4)
Apr 13 2015    DMD 64 bit on Windows (9)
Apr 12 2015    writefln patterns with mismatching compile-time known number of (6)
Apr 12 2015    why cant function parameters be grouped by type ? (3)
Apr 12 2015    Trouble in converting C code to D (8)
Apr 11 2015    mixin template question (3)
Apr 11 2015    Formatted output ranges (9)
Apr 11 2015    vibed - best approach to manage central state (cached records) (5)
Apr 11 2015    Function name from function pointer (4)
Apr 11 2015    Why is indexed foreach restricted to build in array ? (8)
Apr 11 2015    Auto ref function : How is this possible ? (8)
Apr 10 2015    IMAP library (13)
Apr 10 2015    seeking D wisdom (7)
Apr 10 2015    Make a type tuple from an array (11)
Apr 10 2015    Error of binary reading on dmd 2.067.0 (3)
Apr 10 2015    duplicate symbols (7)
Apr 09 2015    Escape a string ? (3)
Apr 09 2015    Parameter is null by default. No value is given. Code says it is not (16)
Apr 09 2015    return the other functions of the void main() (17)
Apr 09 2015    Managing memory usage at Compile Time with DMD (7)
Apr 08 2015    Is it any faster to read array slices than just elements of an array? (2)
Apr 08 2015    An input range iteration question (2)
Apr 08 2015    function shadowed (6)
Apr 08 2015    Generating all combinations of length X in an array (8)
Apr 07 2015    Implementing Iterator to support foreach (4)
Apr 07 2015    why does phobos use [0, 5, 8, 9][] instead of [0, 5, 8, (3)
Apr 07 2015    Creating a microcontroller startup file (24)
Apr 07 2015    alias this of non-public member (8)
Apr 07 2015    Shall I use immutable or const while passing parameters to functions (8)
Apr 07 2015    [DerelictOrg] Forum down ? (3)
Apr 06 2015    Strange behavior std.range.takeNone (4)
Apr 06 2015    getting started with std.csv (8)
Apr 06 2015    Troubles with devisualization/window (6)
Apr 06 2015    D1 -> D2 Code converter (3)
Apr 06 2015    D1: Out of memory problems (10)
Apr 06 2015    Static if to compare two types are the exact same (5)
Apr 06 2015    fromStringz problem with gdc (4)
Apr 06 2015    UFCS and overloading (7)
Apr 06 2015    vibed - blocking file I/O via library? (3)
Apr 06 2015    Conditional compilation for debug/release (5)
Apr 06 2015    How to generate D binding with SWIG? (4)
Apr 05 2015    Binary search in structs (4)
Apr 05 2015    Mixin and map (3)
Apr 04 2015    Vibe.d json to csv (2)
Apr 04 2015    [dimgui] building results in 16 warnings, no error BUT: Building (3)
Apr 03 2015    Issue with free() for linked list implementation (10)
Apr 03 2015    C++ to D - recursion with std.variant (3)
Apr 03 2015    Placing variable/array in a particular section (9)
Apr 03 2015    linking C library with D, creating a OpenVG D port (4)
Apr 02 2015    Mistake of opening of a file having a name in cp1251. (4)
Apr 02 2015    Structs as template parameters: weird error message (2)
Apr 02 2015    USB Controller (2)
Apr 02 2015    How to POST data with net.curl (2)
Apr 01 2015    Accessing a field of a containing class from within a nested class (6)
Apr 01 2015    CURL to get/set cookies (5)
Apr 01 2015    C++ to D (6)
Apr 01 2015    Speed of horizontal flip (15)
Mar 31 2015    How to avoid code duplication? (5)
Mar 31 2015    Getting associative array value by reference (3)
Mar 31 2015    Win32 bindings (7)
Mar 31 2015    struct variable initialized with void. (10)
Mar 31 2015    Use libusb in windows system (2)
Mar 31 2015    lambda code (6)
Mar 31 2015    Mutual optimization of tail recursion does not work in D (5)
Mar 31 2015    is it std.datetime bug? (4)
Mar 31 2015    Maxime's micro allocation benchmark much faster ? (12)
Mar 30 2015    gdc and ldc command line examples? (3)
Mar 30 2015    using exceptions in nogc (5)
Mar 30 2015    What ? (5)
Mar 30 2015    Mapping with partial (16)
Mar 30 2015    rvalue based copy (10)
Mar 30 2015    Windows - std.process - Setting env variables from D (7)
Mar 29 2015    D1 operator overloading in D2 (6)
Mar 29 2015    Passing myself, a struct, as a C callback context (9)
Mar 29 2015    Specify an entire directory tree for string imports (5)
Mar 29 2015    final switch on Algebraic (2)
Mar 29 2015    Extracting Sorted Storage from BinaryHeap (2)
Mar 29 2015    reinterpret_cast float to uint (7)
Mar 28 2015    std.logger sharedLog usage (5)
Mar 28 2015    DerelictGL3.reload() returns wrong (?) GLVersion (GL32, should be 33) (4)
Mar 27 2015    Associative Array of Const Objects? (14)
Mar 27 2015    Format double in decimal notation without trailing zeros after the (5)
Mar 26 2015    OT; Donald Knuth on beauty, efficiency, and the programmer as artist (10)
Mar 26 2015    HTTP() from std.net.curl hidden state (3)
Mar 26 2015    feature request for dlang.org library preview (2)
Mar 26 2015    need help with CTFE (3)
Mar 25 2015    Looking for a little help with the win32 headers (8)
Mar 25 2015    C# to D (15)
Mar 25 2015    How to properly Thread.sleep? (5)
Mar 25 2015    problems with std.bitmanip.append (11)
Mar 25 2015    Keep Track of the Best N Nodes in a Graph Traversal Algorithm (7)
Mar 24 2015    [Dscanner] Textadept integration (2)
Mar 24 2015    Problem overloading operator for a struct with an immutable member (8)
Mar 24 2015    D's type classes pattern ? (14)
Mar 24 2015    BigInt and xor (7)
Mar 24 2015    how call a c function with stdcall? (5)
Mar 24 2015    How to connect asynchronously (non block) with kqueue? (3)
Mar 23 2015    using vibe.d to parse json (10)
Mar 23 2015    Template reference parameter (6)
Mar 23 2015    PrimitiveRef ? (4)
Mar 22 2015    Position of unittest attributes (3)
Mar 21 2015    std.typecons.Flag -- public import for API users? (4)
Mar 21 2015    Contributing to Phobos Documentation (5)
Mar 21 2015    The difference in string and char[], readf() and scanf() (14)
Mar 20 2015    How to replace the keyword "nan" to check the contract assert? (3)
Mar 20 2015    OPTLINK Error 45 "Too Much DEBUG Data for Old CodeView format" (9)
Mar 20 2015    final methods by default (8)
Mar 20 2015    Text UI for D? (6)
Mar 19 2015    Lazy functions, lazy arrays (12)
Mar 19 2015    buffer to struct type conversion...TArrayStream? (8)
Mar 18 2015    template instantiation question (4)
Mar 18 2015    pyd and converting arrays of strings (3)
Mar 18 2015    Should this work: export extern(C) auto ... (5)
Mar 18 2015    variadic mixin - the right tool for the job? (3)
Mar 18 2015    Temple templates with vibe.d support and first D experiences (6)
Mar 17 2015    int-double auto array (3)
Mar 17 2015    calling C variadic arguments with no 'argc' and only variadic (3)
Mar 17 2015    Understanding behavior of member functions loaded at runtime (4)
Mar 17 2015    Do strings with enum allocate at usage point? (6)
Mar 17 2015    refactoring issues (8)
Mar 17 2015    How to test for type without refs? (3)
Mar 17 2015    Using C++ libraries in D (4)
Mar 16 2015    A bug on the website dlang.org (3)
Mar 16 2015    ref for (const) variables (9)
Mar 16 2015    GDC fails to link with GSL and fortran code (6)
Mar 16 2015    How to generate a random string ... (6)
Mar 16 2015    Removing structs from assoc array while iterating over it (1)
Mar 16 2015    std.typecons.Proxy + inheritance breaks cast'ing to inherited type (9)
Mar 15 2015    exclude current directory from search path in dmd ? (1)
Mar 15 2015    struct / cast / ? design problem (9)
Mar 15 2015    get from tuple by type (17)
Mar 15 2015    What is the best practice of organization multi-threading ? (7)
Mar 15 2015    What is: Orphan format arguments: args[0..1] (3)
Mar 15 2015    DlangUI EditLine question (3)
Mar 15 2015    Using std.format required std.string? (9)
Mar 15 2015    Testing implicit conversion to template instance with is() expression (8)
Mar 15 2015    Formatting floats and ints (5)
Mar 14 2015    mixin template can't contain statements: workaround? (4)
Mar 14 2015    Garbage collector returning pointers (6)
Mar 14 2015    'strong types' a la boost (6)
Mar 14 2015    get struct member names (3)
Mar 14 2015    Dlang seems like java now,but why not let d more like C# Style? (21)
Mar 13 2015    OutputDebugString() (7)
Mar 13 2015    Compilation changes (3)
Mar 13 2015    How to reference another dub project? (2)
Mar 12 2015    how to pass a ubyte[] to c interface? (7)
Mar 12 2015    Memoization in compile-time (15)
Mar 12 2015    vibe.d crashs when forwarding a stream to another? (1)
Mar 12 2015    moving from c++ to D is easy? (15)
Mar 12 2015    Looking for MQTT client library (9)
Mar 11 2015    auto function attributes based on type (6)
Mar 11 2015    Template Parameter Deduction (5)
Mar 11 2015    embedding Pyd in Windows program (11)
Mar 11 2015    C++ to D (9)
Mar 11 2015    enum and static if (9)
Mar 11 2015    Template. C++ to D (5)
Mar 11 2015    Bypass the protection level (4)
Mar 11 2015    How to find the cause of crash? (9)
Mar 11 2015    D + .NET (7)
Mar 10 2015    boilerplate for constructor (1)
Mar 10 2015    is eC alot like D? (12)
Mar 10 2015    chaining splitters (6)
Mar 10 2015    New package behaviour in 2.067 (4)
Mar 10 2015    Purity not enforced for default arguments? (3)
Mar 10 2015    Parallelization of a large array (16)
Mar 10 2015    expand variadic template parameters (5)
Mar 10 2015    What's the rationale here? alias this and function arguments (4)
Mar 10 2015    How to use UFCS and std.algorithm.sort? (5)
Mar 10 2015    2.067 Beta: Behavior of enum and ref changed (8)
Mar 09 2015    How does laziness and UFCS interact? (6)
Mar 09 2015    std.stdio.writeln (10)
Mar 08 2015    Dub + Optlink == ??? (3)
Mar 08 2015    Strange behavior of the function find() and remove() (4)
Mar 08 2015    Documentation confusion (2)
Mar 08 2015    Seems core.thread.Fiber is broken dmd windows 64-bit build (9)
Mar 08 2015    string-int[] array (18)
Mar 08 2015    Template pred is true for pred!(pred!(pred)) but not for value "true" (5)
Mar 07 2015    32/64 bit in Phobos (2)
Mar 07 2015    is struct delete deterministic? (cf used in Unique) (8)
Mar 06 2015    Initializing defaults based on type. (8)
Mar 06 2015    how to read some in vibe.d tcpconnection? (17)
Mar 05 2015    Derelict Assimp not loading mesh properly? (Maybe index buffer) (7)
Mar 05 2015    Is std.signals deprecated? (3)
Mar 05 2015    Int to float? (11)
Mar 05 2015    Object as function argument (8)
Mar 04 2015    Getting the socket information from HTTP and DNS sessions (2)
Mar 04 2015    how to write a string to a c pointer? (10)
Mar 04 2015    I want to introduce boost_asio to dlang (13)
Mar 04 2015    Incorrect display in Cyrillic Windows (5)
Mar 04 2015    [rosettacode] std.container.DList problems (1)
Mar 03 2015    mixin template scope inconsistency? (1)
Mar 03 2015    Cycle detected between modules with ctors/dtors (8)
Mar 03 2015    "is" expression and type tuples (6)
Mar 03 2015    Strange alias behaviour in template arguments (3)
Mar 03 2015    Filling a char array with letters and element type of char[] (9)
Mar 02 2015    strage heisenbug (has scoped destruction, cannot build closure) (4)
Mar 02 2015    Implicit fall through not detected (Example from lex.html) (5)
Mar 02 2015    Equivalent of C++ function-scope static initialization (3)
Mar 02 2015    Error instantiating std.container.Array (9)
Mar 02 2015    Shouldn't std.conv.emplace be nogc? (4)
Mar 02 2015    D constness: head & tail (9)
Mar 01 2015    SQLite3 and threads (7)
Mar 01 2015    The site engine written in D (6)
Mar 01 2015    ErrnoException in Windows (5)
Feb 27 2015    DMD Zip for Mac OS X (5)
Feb 27 2015    Does static ctor/dtor behave differently in 2.067-b2? (4)
Feb 27 2015    Getting what came *before* the results of a find call (5)
Feb 27 2015    On opCmp (6)
Feb 26 2015    hai (1)
Feb 26 2015    Will D have a serious dedicated well supported IDE like Visual Studio (10)
Feb 26 2015    3 dimension arrays (3)
Feb 26 2015    Will D have a standard cross platform GUI toolkit? (10)
Feb 26 2015    Getting range of const rbtree (1)
Feb 26 2015    Invoking MAGO debugger (3)
Feb 26 2015    Installing DMD From Zip (6)
Feb 26 2015    Why rbtree.length isn't const? (3)
Feb 25 2015    static void arrays under garbage control? (13)
Feb 25 2015    module import rules (5)
Feb 25 2015    How can I do that in nogc? (11)
Feb 25 2015    Dynamic scope in D (3)
Feb 25 2015    Opening temporary files for std.process.spawnProcess input/output (5)
Feb 25 2015    DList.Range magically becomes empty. (6)
Feb 24 2015    Need help with concurrency (1)
Feb 24 2015    trusted and return ref (35)
Feb 24 2015    strings and array literal mutability (3)
Feb 24 2015    Float to string with more digits? (5)
Feb 24 2015    Struct inheritance (7)
Feb 24 2015    How to use Fiber? (4)
Feb 23 2015    Deprecation process documented? (8)
Feb 23 2015    how to stop a variable from being optimized out (4)
Feb 23 2015    Need help with DLANGUI (5)
Feb 23 2015    curl password issue (7)
Feb 23 2015    one problem at dlang.org site (2)
Feb 22 2015    Passing variadic arguments to C (4)
Feb 22 2015    Searching for Elements in Containers (2)
Feb 22 2015    opCast and std.conv.to (3)
Feb 22 2015    More IndexedBy (3)
Feb 21 2015    Best practices for reading public interfaces (6)
Feb 21 2015    UFCS on template alias ? (2)
Feb 20 2015    const member function (13)
Feb 20 2015    Compiler instrinsics (1)
Feb 20 2015    reflect on this function (5)
Feb 20 2015    To GC or Not To GC in std.container.* (5)
Feb 20 2015    Disallow destroy(structPtr)? (3)
Feb 19 2015    SubClass[] does not implicitly convert to SuperClass[], why? (6)
Feb 19 2015    How to make Application bundle from Executable? (Mac) (7)
Feb 19 2015    vibe-d basic build errors (7)
Feb 19 2015    each extern (C) keyword causes ld (OS X) to add a duplicate library (1)
Feb 19 2015    C++ calling convention only (8)
Feb 19 2015    State of Windows x64 COFF support? (5)
Feb 19 2015    Problem Instantiating a BinaryHeap with a Comparison Function the (4)
Feb 19 2015    D : dmd vs gdc : which one to choose? (12)
Feb 19 2015    Is this possible in D? (10)
Feb 18 2015    Is this a bug in dmd 2.067 for struct initializers? (10)
Feb 18 2015    Quick help on version function parameter (4)
Feb 18 2015    Avoiding Range Postblits (3)
Feb 18 2015    GC deadlocks on linux (36)
Feb 18 2015    deliberately failing compilation when errors are in embedded DSL (2)
Feb 18 2015    Alias delegates and nogc (5)
Feb 18 2015    Structs on the heap and destructors. (2)
Feb 18 2015    Reference or Value Semantics for Graph Traversal Range (9)
Feb 18 2015    Undefined symbol? (7)
Feb 18 2015    Need help to understand how to work with tkd (4)
Feb 17 2015    Dividing D Module between multiple files (4)
Feb 17 2015    Mimicking C++'s indexing behavior in D associative arrays (5)
Feb 17 2015    Error: getenv cannot be interpreted at compile time (8)
Feb 16 2015    BigFloat? (7)
Feb 16 2015    How to pass -rpath=$ORIGIN to the linker via dub? (2)
Feb 16 2015    Type-Strict Indexes: IndexedBy (13)
Feb 16 2015    A specifier readf() for BigInt (3)
Feb 16 2015    Why uniq do not work with array of strings? (7)
Feb 16 2015    nogc with assoc array (9)
Feb 16 2015    Emptying D Arrays and std.container.Arrays (3)
Feb 16 2015    what is the offical way to handle multiple list in map() ? (3)
Feb 15 2015    Wrong overload resolution (3)
Feb 15 2015    Lazily Partially Sorted (1)
Feb 15 2015    ranges reading garbage (8)
Feb 15 2015    shared interfaces (6)
Feb 14 2015    foreach filter by cast (2)
Feb 14 2015    Explicit Interface Implementation (5)
Feb 14 2015    std.conv.to purity (5)
Feb 14 2015    The best way to compare floating point values. (4)
Feb 13 2015    shallowCopyFrom: how to shallow copy objects / swap contents ? (1)
Feb 13 2015    dmd-2.067.0-b1 (8)
Feb 13 2015    Data-Flow (Escape) Analysis to Aid in Avoiding GC (13)
Feb 12 2015    Derelict OpenGL basic program does not work but OpenGL does not say (5)
Feb 12 2015    What is the Correct way to Malloc in nogc section? (20)
Feb 12 2015    Static convertability testing? (3)
Feb 12 2015    Starting a HTTPS session with D (4)
Feb 12 2015    Is there an object on given memory address? (9)
Feb 11 2015    Cannot use the same template arguments on function as the ones on (7)
Feb 11 2015    GC has a "barbaric" destroyng model, I think (35)
Feb 11 2015    Question about scope of nogc (1)
Feb 11 2015    Comparing function pointers (4)
Feb 11 2015    DUSE_MYLIB12 (3)
Feb 10 2015    Why is one d file compiled into two files object file & executable. (7)
Feb 10 2015    dub.json dependencies per configuration? (3)
Feb 10 2015    Compilation with dub + dmd: out of memory (11)
Feb 10 2015    How to Write Raw Bytes to Disk (2)
Feb 10 2015    "cannot deduce function from argument types" issue. (10)
Feb 09 2015    Intended to be able to RefCount an interface? (4)
Feb 09 2015    function and variable (6)
Feb 09 2015    How to write similar code D? (5)
Feb 09 2015    hasmap with tuple as key (2)
Feb 09 2015    To write such an expressive code D (24)
Feb 09 2015    Binding C++ value types (2)
Feb 09 2015    Worker is not finished while sending message to intermediate worker (5)
Feb 08 2015    Static method of inner class needs this (5)
Feb 08 2015    parse string as char (5)
Feb 08 2015    appender!(string[]).put(string) doesn't work (2)
Feb 08 2015    primitive type variables not nullable ? (5)
Feb 08 2015    Template constructor in a non-template struct. (5)
Feb 08 2015    Rational of some DMD decisions (3)
Feb 08 2015    Classes and disable this() (14)
Feb 07 2015    How to write asia characters on console? (6)
Feb 07 2015    How to write asia characters on console? (3)
Feb 07 2015    Problem with simple Formatted Input example. (4)
Feb 07 2015    Better native D 2D graphics library? (10)
Feb 07 2015    Fun with floating point (18)
Feb 07 2015    internal compiler error with immutable (8)
Feb 07 2015    Using "reduce" with user types (5)
Feb 07 2015    static alias this (3)
Feb 06 2015    Dub hanging for a long time (3)
Feb 06 2015    Fast array copy. SIMD manual or automatic? (2)
Feb 06 2015    why GC not work? (8)
Feb 06 2015    strange work of GC (11)
Feb 06 2015    signal handling (5)
Feb 06 2015    Arrays of Unions of Classes? (3)
Feb 06 2015    Issue with template function (8)
Feb 06 2015    Clarification in continue statement (3)
Feb 06 2015    Learning to XML with D (12)
Feb 06 2015    Why hibernated does not create tables automatically? (9)
Feb 05 2015    ubyte array to uint? (2)
Feb 05 2015    Wrong pointer calculation without casting on struct (4)
Feb 05 2015    Trying to make a TCP server, client connects and disconnects (11)
Feb 05 2015    strange alias behavior (2)
Feb 05 2015    D + Solaris (4)
Feb 05 2015    Do you have a better way to remove element from a array? (10)
Feb 05 2015    Syntax for checking if an element exists in a list (7)
Feb 04 2015    how can I get a reference of array? (14)
Feb 04 2015    Concurrent Thread Safe List? (5)
Feb 04 2015    Record separator is being lost after string cast (7)
Feb 03 2015    Problem with creating a new account on wiki.dlang.org (4)
Feb 03 2015    Symbol References Pass in DMD (1)
Feb 03 2015    Want to read a whole file as utf-8 (12)
Feb 03 2015    Code coverage during CTFE (1)
Feb 03 2015    Creating a JSON file (1)
Feb 03 2015    Constructing a tuple dynamically (3)
Feb 03 2015    Allegro 5 in C - installing on OSX (3)
Feb 02 2015    Struct destructor in a with block (3)
Feb 02 2015    Visual D prematurely closes the console (6)
Feb 02 2015    GDB C++ Tip (1)
Feb 02 2015    cast a C char array - offset ? (11)
Feb 01 2015    Conway's game of life (16)
Feb 01 2015    strlen, strcpy, etc errors when trying to link an object (4)
Feb 01 2015    Can't understand how to compare DateTime with opCmp (6)
Jan 31 2015    windows wininet library (10)
Jan 31 2015    Labels in struct (6)
Jan 31 2015    Error when profiling (2)
Jan 30 2015    BitArray crash (2)
Jan 30 2015    Should ' disable this()' disable 'static opCall()'? (5)
Jan 30 2015    how to build dlang.org docs (2)
Jan 30 2015    How to make a Currency class from std.BigInt? (21)
Jan 30 2015    Class inside a Struct? (6)
Jan 30 2015    std.algorithm sort() and reverse() confusion (11)
Jan 30 2015    Input error with readf() (3)
Jan 30 2015    is it bug? (13)
Jan 30 2015    foreach - premature optimization vs cultivating good habits (7)
Jan 30 2015    Thread.sleep( dur!("msecs")( 50 ) ); // sleep for 50 milliseconds (9)
Jan 29 2015    Deducing a template retrun parameter type based on an assignment? (7)
Jan 29 2015    class is forward referenced when looking for 'v' (4)
Jan 29 2015    cpu % usage decreases when (unrelated) memory usage increases (3)
Jan 29 2015    spawn/executeInNewThread and module this/~this (4)
Jan 29 2015    Overloading equality operator for classes (3)
Jan 29 2015    Check if type is from specific template? (4)
Jan 29 2015    What is RTInfo? (3)
Jan 28 2015    Import paths do not work (5)
Jan 28 2015    What is return? (6)
Jan 28 2015    Using std.net.curl to stream data (2)
Jan 28 2015    Does anybody work on std.net.curl? (2)
Jan 28 2015    Threads and stdio and HANDLE (3)
Jan 28 2015    shared Variant[string] (11)
Jan 28 2015    How to copy object of class A to another object of class B? (13)
Jan 27 2015    why there is no TBase in thrift for dlang? (3)
Jan 27 2015    Print to Win Printer (3)
Jan 27 2015    About variant (5)
Jan 27 2015    I left my program open for 9 hours and it used up 700mb of ram, could (16)
Jan 27 2015    Classical bug (6)
Jan 26 2015    Using dub (15)
Jan 26 2015    Array List object? (8)
Jan 26 2015    Virtual functions and inheritance (11)
Jan 26 2015    Cached Incremental Updates of DUB Builds (14)
Jan 26 2015    enum, immutable or const for run-time constants? (2)
Jan 26 2015    static class vs. static struct (19)
Jan 26 2015    How to tell an identifier is a module? (2)
Jan 26 2015    Why can't functions and struct types have the same name? (4)
Jan 25 2015    Question about Allocating (2)
Jan 25 2015    Turning Executable into Application? (4)
Jan 25 2015    Difference between concatenation and appendation (7)
Jan 25 2015    Linking C library (.dll) to D on windows (4)
Jan 25 2015    Conflicts with Import error - New to D, trying to build a new project (3)
Jan 25 2015    vibe.d error (5)
Jan 25 2015    unittest with Visual D (1)
Jan 25 2015    Suggestions on what to use for testing? (1)
Jan 24 2015    Link errors with curl, libevent, OpenSSL (4)
Jan 24 2015    When to use typecons.proxy vs alias this? (4)
Jan 24 2015    using the full range of ubyte with iota (20)
Jan 24 2015    crash on args.getopt (11)
Jan 24 2015    Overloaded function disappears on polymorphism (4)
Jan 24 2015    Run only "unittest", skip "main" (5)
Jan 24 2015    Segfault upon modifying immutable AA in static this (6)
Jan 24 2015    Explicit Slicing of std.container.Array (8)
Jan 24 2015    core.exception.InvalidMemoryOperationError (0) (21)
Jan 24 2015    byKeyValue does not exist for associative arrays (5)
Jan 24 2015    "Cannot infer argument types" for foreach over byLine (4)
Jan 23 2015    BitArray - incomplete implementation? (4)
Jan 23 2015    Cross platform Development (2)
Jan 23 2015    Error: closures are not yet supported in CTFE (1)
Jan 22 2015    why spawn crash? (4)
Jan 22 2015    histogram [last thread contd] (2)
Jan 22 2015    generate an array of 100 uniform distributed numbers (6)
Jan 22 2015    iota and BigInt (1)
Jan 22 2015    for ranges (7)
Jan 22 2015    Changing by ref a class passed in function (4)
Jan 22 2015    Initialization of structure field w/o default ctor (4)
Jan 21 2015    Defining a static array with values in a range (20)
Jan 21 2015    How can I convert the following C to D. (10)
Jan 21 2015    Extracting Structure from HTML using Adam's dom.d (17)
Jan 21 2015    Some array casts (6)
Jan 21 2015    What to do with InvalidMemoryOperationError (13)
Jan 21 2015    On Variable References (7)
Jan 20 2015    Nested C++ namespace library linking (6)
Jan 20 2015    Memory error when using a template in a class destructor (2)
Jan 20 2015    What is the "Final"? (4)
Jan 20 2015    rebind of const class variables (6)
Jan 19 2015    Undefined reference error when array size is given (13)
Jan 19 2015    ddoc template error (4)
Jan 19 2015    dlib help (1)
Jan 19 2015    Number of Bits Needed to Represent a Zero-Offset Integer (23)
Jan 19 2015    Compile-Time Size Checking of Enum Members of std.bitmanip.bitfields (5)
Jan 18 2015    druntime build failing because of masm386 problems (7)
Jan 18 2015    [dub] specify dependency configuration (5)
Jan 18 2015    Colour operations using CyberShadow's graphics library (4)
Jan 18 2015    simple assignment statement compiles but becomes a run time error (6)
Jan 18 2015    import conflicts (4)
Jan 18 2015    Bug on Posix IPC_STAT. Wrong number of attachments (7)
Jan 17 2015    Struggling with shared objects (8)
Jan 15 2015    Shared and GC (6)
Jan 15 2015    commonLength (13)
Jan 15 2015    Why foreach do not print value during every single Insert request in (3)
Jan 15 2015    building a simple json tree (5)
Jan 14 2015    redirecting the unittests error output (6)
Jan 14 2015    vibe.d Subdirectory? (13)
Jan 13 2015    Pointers and offsets (4)
Jan 13 2015    reinterpret array (13)
Jan 13 2015    A naive attempt at a refcounted class proxy (10)
Jan 13 2015    Endless static this call when used a thread in it (7)
Jan 13 2015    Read from stdin without blocking (2)
Jan 13 2015    Unicode exception raise when replacing underscore with space (4)
Jan 12 2015    Map Lambda with Side-Effects (12)
Jan 12 2015    How to do equivalent of npm install --save with dub? (3)
Jan 12 2015    D Beginner Trying Manual Memory Management (23)
Jan 12 2015    Accessing class with module name as Java's (11)
Jan 12 2015    Set null as function array parameter (7)
Jan 12 2015    casting SysTime to ubyte[] (5)
Jan 11 2015    Sqlite (8)
Jan 11 2015    How to interface with C++ code or dll? (6)
Jan 11 2015    Tuple/Typedef question (5)
Jan 10 2015    endsWith - for a string vs an array of strings (7)
Jan 10 2015    Traits and functions (3)
Jan 10 2015    core.atomic: atomicFence, atomicLoad, atomicStore (4)
Jan 09 2015    Wrapping a C library with its own GC + classes vs refcounted structs (4)
Jan 09 2015    Tuples not working? (2)
Jan 09 2015    Cast a struct to void* (6)
Jan 09 2015    For those ready to take the challenge (26)
Jan 08 2015    checking if template arg is literal, possible ER for compiler change (1)
Jan 08 2015    Parameterized enum does not work (5)
Jan 08 2015    Fastest Way of Accessing Entries in an AA (10)
Jan 08 2015    DDOX question (1)
Jan 07 2015    setup problem wih dub (2)
Jan 07 2015    What does dmd 2.066 want from me? (6)
Jan 07 2015    Conditional Compilation for Specific Windows (7)
Jan 07 2015    Enumerator Alias-Skipping Dynamic Iteration of Enum Members (3)
Jan 07 2015    string concatenation with %s (11)
Jan 07 2015    Why do the same work about 'IndexOfAny' and 'indexOf' function? (27)
Jan 07 2015    idiomatic D: what to use instead of pointers in constructing a tree (28)
Jan 07 2015    Shouldn't the pointers be different (5)
Jan 06 2015    What is the absolute minimum code for a D kernel, and how should it be (3)
Jan 06 2015    Copy only frame pointer between objects of nested struct (3)
Jan 06 2015    Error: function declaration without return type. (8)
Jan 06 2015    How to prevent sensitive information is displayed when the extension (25)
Jan 06 2015    Can pointers to values inside associative arrays become invalid? (5)
Jan 06 2015    tango linking problem (1)
Jan 06 2015    Any chance of a linux dtoh? (8)
Jan 05 2015    Conditional functions (4)
Jan 05 2015    Compile for other OS's on Windows? (5)
Jan 05 2015    simple dub question - avoiding creating a vibed project (7)
Jan 03 2015    Need extern (C) interface even though using Derelict GLFW (7)
Jan 03 2015    Template function type inference with default arguments (3)
Jan 03 2015    getting all children classes in program (6)
Jan 03 2015    simple question about using dub to import CyberShadow's aeutils (3)
Jan 02 2015    cannot modify struct with immutable members (14)
Jan 02 2015    vibe.d + dub dynamic library (2)
Jan 02 2015    Example usage of the core.sync classes (7)
Jan 02 2015    vibe.d mongodb connections (1)
Jan 02 2015    What exactly shared means? (28)
Jan 01 2015    Initialization of nested struct fields (3)
Jan 01 2015    How to create instance of class that get data from 2 another instance? (16)
Jan 01 2015    Scoped external function declaration (5)
Jan 01 2015    Call of rmdir in destructor causes InvalidMemoryOperationError (4)
Jan 01 2015    Can the order in associative array change when keys are not midified? (13)
Jan 01 2015    "function ... is not callable using argument types" (6)
Dec 31 2014    Passing string literals to C (8)
Dec 30 2014    getting current DateTime (10)
Dec 30 2014    Is it possible to use an UDA to generate a struct inside a class ? (7)
Dec 30 2014    Define methods using templates (7)
Dec 25 2014    How to avoid invalid memory operation errors (and more) in DLLs? (3)
Dec 23 2014    Getting DAllegro 5 to work in Windows (11)
Dec 17 2014    Weird UFC and opCall issues (9)
Dec 14 2014    Fastest Way to Append Multiple Elements to an Array (37)
Dec 09 2014    Garbage collector collects live objects (33)
Dec 03 2014    Ncurses deprecated "~master" issue (17)
Nov 20 2014    dco how to specify Jpath? (7)
Nov 10 2014    ODBC Library? (8)
Nov 07 2014    D1: Error: function ... cannot have an in contract when overriden (7)
Aug 12 2014    LuaD + VisualD link issue (3)
Jul 04 2014    What am I doing Wrong (OpenGL & SDL) (15)
Feb 03 2014    InstanceOf Template during runtime in a variant (7)
Dec 26 2013    check variable for undefinedness (8)
Nov 12 2013    ddoc - modules with same name (6)
Jul 28 2013    What D related (or interesting development based) twitter accounts do (2)
May 09 2013    kxml help. (4)
Feb 25 2013    PostgreSQL driver (3)
Sep 08 2012    string to thread (7)
Aug 31 2012    import std.random fails (11)
Jun 11 2012    Build all combinations of strings (8)
Apr 11 2012    stdout redirect (7)
Feb 29 2012    Regarding std.array.Appender (23)

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