news.digitalmars.com - digitalmars.D.learn
Dec 30 2012 DList!(Tuple!(TypeInfo_Class)) causes compilation error (5)Dec 30 2012 typeid + toString = runtime error (10)
Dec 30 2012 Subarrays of arrays (6)
Dec 29 2012 std.range lockstep is not input range but opApply entity. Workarounds? (6)
Dec 28 2012 GtkD - missing DLLs in Gtk win32 runtime (3)
Dec 28 2012 ELF interpreter /libexec/ld-elf.so.1 not found (2)
Dec 28 2012 checking whether the number is NaN (6)
Dec 27 2012 double free or corruption error when using parallel foreach (2)
Dec 27 2012 Variadic templates with aliases (4)
Dec 27 2012 double free or corruption error when using parallel foreach (1)
Dec 27 2012 Running out of memory (14)
Dec 27 2012 Questions about Pull-Requests (7)
Dec 27 2012 Nullable fixed sized arrays (1)
Dec 26 2012 SQLite library on Windows (7)
Dec 26 2012 Any D libraries for natural language processing ? (1)
Dec 26 2012 Regex - replace example fails for more than 6 digits (3)
Dec 26 2012 cast(A)b is not an lvalue (9)
Dec 26 2012 aliasing superclass constructors (4)
Dec 25 2012 is(T == const) for function types (6)
Dec 24 2012 private with alias this (11)
Dec 24 2012 to!string and windows programming (3)
Dec 23 2012 calling fgets() (5)
Dec 23 2012 const property don't wont return const reference to value (14)
Dec 23 2012 Passing rvalues to functions expecting const ref (7)
Dec 23 2012 Update Some Bindings (LLVM) (1)
Dec 23 2012 Using multiple processors (4)
Dec 22 2012 Reflection: Get all inherited classes of a base class (8)
Dec 22 2012 static data in a sub-class (9)
Dec 21 2012 Help me write "saveAll" (7)
Dec 20 2012 Cantor tuple function, BigInt, and integer overflow (1)
Dec 19 2012 struct opAssign in spec (2)
Dec 18 2012 hello world with glib (5)
Dec 18 2012 Need help understanding Tuple (5)
Dec 18 2012 Googling about D (11)
Dec 17 2012 Help with Out Of Memory D v1.0 (1)
Dec 17 2012 Writing unicode strings to the console (8)
Dec 17 2012 guidelines for parameter types (9)
Dec 17 2012 does 'auto ref T' copy or not if passed rvalue (3)
Dec 17 2012 Programming with windows api (windows.h) (5)
Dec 17 2012 alias this/opGet and opCast conversion (3)
Dec 17 2012 variable x cannot be read at compile time (ctfe) (15)
Dec 16 2012 error Nomber 55 in zlib1.dll did not founded (1)
Dec 16 2012 Get specific functions of unknown type at runtime? (7)
Dec 16 2012 Unittest (3)
Dec 16 2012 recursive function call at compile time (3)
Dec 16 2012 bio parser (2)
Dec 16 2012 phobos by ref or by value (6)
Dec 16 2012 Derelict SFML destructor crashes (29)
Dec 15 2012 std.math.approxEqual, 'maxRelDiff' parameter? (6)
Dec 15 2012 opDispatch bug? (4)
Dec 15 2012 Why are const strings used in templates for compile time found in exe (3)
Dec 15 2012 Cross Compiler Lniux to Win32 (8)
Dec 15 2012 Compile time string manipulation (3)
Dec 14 2012 VIM: What wizardry is this? (3)
Dec 14 2012 Marking bug entires as fixed/closed on bugzilla (4)
Dec 14 2012 Extensions to types loaded from a C library (8)
Dec 13 2012 Operator overloading of native types? (3)
Dec 13 2012 Parallelizing code -- design problem in networkish code (6)
Dec 13 2012 Using arrays with functions taking ranges (12)
Dec 13 2012 contracts in interfaces (5)
Dec 13 2012 Get class type parameters at compile time (9)
Dec 13 2012 alias type reduction (12)
Dec 12 2012 bringToFront() and arrays of char (6)
Dec 12 2012 static code generation p2 (1)
Dec 12 2012 static code generation p2 (2)
Dec 12 2012 Static compiling with dmd (3)
Dec 12 2012 Templates array detection (12)
Dec 11 2012 Fastest way to append char to string? (3)
Dec 11 2012 Address of return value. (7)
Dec 11 2012 Parallelism Map and Reduce (7)
Dec 10 2012 "overlapping" structs (1)
Dec 10 2012 Why the lack of networky bits in the standard library (2)
Dec 10 2012 Type value (9)
Dec 10 2012 std.algorithm Map using a external variable (5)
Dec 09 2012 how to make new C return other static type than C (5)
Dec 09 2012 static code generation (44)
Dec 08 2012 alias this private? (13)
Dec 08 2012 struct in class access (8)
Dec 08 2012 AES-NI (5)
Dec 08 2012 What D module defines EINTR etc? (3)
Dec 08 2012 struct throws errors if it has a DTor (6)
Dec 07 2012 question on buffer passed in to recvFrom (2)
Dec 07 2012 Profiling (3)
Dec 07 2012 concurrency send() error (2)
Dec 06 2012 Visual D - Solution with Static Lib and Console App. (7)
Dec 06 2012 constructor is not callable using argument types () (9)
Dec 06 2012 error with reading file name (6)
Dec 06 2012 More templated type argument inference (10)
Dec 06 2012 Unit tests and segfaults (6)
Dec 05 2012 Getting memory size of class (3)
Dec 05 2012 Appending immutable char implicit cast to int, bug or feature? (1)
Dec 05 2012 Appending immutable char implicit cast to int, bug or feature? (3)
Dec 04 2012 Type polymorphism and type variance (10)
Dec 04 2012 Type polymorphism and type variance (1)
Dec 04 2012 Type polymorphism and type variance (1)
Dec 04 2012 Type polymorphism and type variance (1)
Dec 04 2012 opEquals (2)
Dec 04 2012 opEquals for same type (3)
Dec 04 2012 C# implementation of Nullable (May) (3)
Dec 04 2012 Default template type for class? (3)
Dec 04 2012 Type aliasing (3)
Dec 03 2012 Template return values? (23)
Dec 03 2012 How to import modules? (5)
Dec 03 2012 Array indexing (4)
Dec 03 2012 Most elegant representation of a card's rank (4)
Dec 03 2012 Introspection: TLS and __gshared variables (1)
Dec 02 2012 "Aliases to mutable thread-local data not allowed" when using spawn() (3)
Dec 02 2012 Initialize multi dimensional associative dynamic array (5)
Dec 02 2012 default implemented opAssign purity (9)
Dec 02 2012 VisualD solution configuration (7)
Dec 01 2012 struct initialization and assignment by field name (3)
Dec 01 2012 static initialization of structs (4)
Dec 01 2012 How works internally ParallelForEach (5)
Nov 30 2012 Compile And Run in emacs (6)
Nov 30 2012 Linker error (3)
Nov 30 2012 How can I store delegates in array? (5)
Nov 30 2012 alias this (9)
Nov 29 2012 Type converter from build in to user type (5)
Nov 29 2012 prune with dirEntries (12)
Nov 29 2012 Templated Function pointers (4)
Nov 29 2012 Newb's questions constructor (1)
Nov 29 2012 Initializing values in associative arrays (2)
Nov 29 2012 Can operators "return" type? (6)
Nov 29 2012 opSlice Bug? (8)
Nov 29 2012 canFind typing (3)
Nov 29 2012 static assert (2)
Nov 28 2012 assertion failure with template instantiation of forward reference (3)
Nov 28 2012 Apparent problem with GC not collecting on Windows (14)
Nov 27 2012 safety of move (2)
Nov 27 2012 auto ref and arrays (6)
Nov 27 2012 path matching problem (10)
Nov 26 2012 #define trouble (3)
Nov 26 2012 Windgb debug a dll (1)
Nov 26 2012 type determination (6)
Nov 26 2012 What to use instead of array.join if RHS is not a range? (3)
Nov 26 2012 telnet and D (7)
Nov 26 2012 How to compile D application without the D runtime? (1)
Nov 26 2012 SList/DList ranges (4)
Nov 26 2012 Segfault with std.container.Array but not regular dynamic array (1)
Nov 25 2012 Bug with offsetof? (8)
Nov 25 2012 Libraries for machine learning or artificial intelligence. (2)
Nov 25 2012 std.bigint: BigInt conversion (4)
Nov 24 2012 Returning const ref (structs) in D (5)
Nov 24 2012 constructor instead of opCall for an instance of a template alias (7)
Nov 24 2012 passing struct literals by reference (dmd 2.060, Windows) (3)
Nov 23 2012 sort associative array by key (5)
Nov 23 2012 Can functions add properties? (3)
Nov 23 2012 Complex C typedef decl replacement (7)
Nov 22 2012 CTFE Memory Hogging Workaround? (3)
Nov 22 2012 Converting a number to complex (13)
Nov 22 2012 enum detection (7)
Nov 21 2012 unqualified types in tuple (2)
Nov 21 2012 template ref parameter (16)
Nov 20 2012 parallelism with message passing (1)
Nov 20 2012 making COW and ownership (4)
Nov 20 2012 Array literal template parameter? (4)
Nov 20 2012 hash design problem: both string and int[] keys (6)
Nov 20 2012 runtime static arrays (18)
Nov 20 2012 foreach loop + counter iter + Phobos range (7)
Nov 19 2012 Broken Hyperlinks on the Web server. (2)
Nov 19 2012 Default template arguments (9)
Nov 19 2012 Strange observation when using rdmd (1)
Nov 18 2012 using std.regex with (A|B) patterns. (2)
Nov 18 2012 declaration/initialization of multidimensional arrays (9)
Nov 18 2012 struct + writeln (3)
Nov 18 2012 Strange template alias behaviour (3)
Nov 17 2012 Stack allocated arrays (8)
Nov 17 2012 template error instantiating (13)
Nov 17 2012 DWT vs GtkD (2)
Nov 16 2012 Can I call the default opAssign after overloading opAssign? (21)
Nov 16 2012 How to call external program in D (4)
Nov 16 2012 how to count number of letters with std.algorithm.count / (8)
Nov 15 2012 foreach on const(V[K]) (1)
Nov 15 2012 weird constness by AA's (3)
Nov 15 2012 shouldn't const cast always be allowed (even if shunned) (3)
Nov 15 2012 Calls to struct methods and immutable (25)
Nov 15 2012 is hash iteration cast required (1)
Nov 15 2012 is is cast on hash required (2)
Nov 14 2012 Some stuff about unittests, contracts, etc (2)
Nov 14 2012 funky property error with assoc array (1)
Nov 14 2012 funky property error with assoc array (1)
Nov 14 2012 funky property error with assoc array (8)
Nov 14 2012 taskPool.map using functions with more than one input (1)
Nov 14 2012 Safely writing to the same file in parallel foreach loop (1)
Nov 14 2012 Coverting ubyte to string. (3)
Nov 14 2012 operations on rectangular arrays (2)
Nov 13 2012 Extent of tail call optimization in D? (1)
Nov 13 2012 Shared value types can not be destructed (2)
Nov 13 2012 ref return function using foreach ref result segfaults. Compiler bug? (3)
Nov 12 2012 Regarding ranges (4)
Nov 12 2012 Pointer to string allows assigning int[]? (7)
Nov 12 2012 Inferring function argument types from other argument types (4)
Nov 11 2012 Base Class Hitting Derived Class Invariant (3)
Nov 11 2012 Is Override Still Mandatory? (11)
Nov 11 2012 shared lib and __data_start (6)
Nov 11 2012 alias this versus opDot (7)
Nov 11 2012 Fasta parser (10)
Nov 11 2012 Template mixin identifier as template alias parameter (4)
Nov 10 2012 no size for type nothrow extern (Windows) int() (4)
Nov 10 2012 Serialization library with support for circular references? (3)
Nov 10 2012 A refinement for pure implementation (5)
Nov 10 2012 Casting an array form an associative array (3)
Nov 09 2012 Is there a way to initialize a non-assigned structure declaration (or (6)
Nov 09 2012 attribute bug? (12)
Nov 09 2012 Incrementing a variable in CTFE? (3)
Nov 09 2012 delegate bug? (15)
Nov 09 2012 hashes of hashes not supported (6)
Nov 08 2012 C++/D platform matrix (2)
Nov 07 2012 Recursive data structure using template won't compile (67)
Nov 07 2012 Manually freeing up memory (9)
Nov 06 2012 Performance of hashes and associative arrays (15)
Nov 06 2012 Current status of DLLs (8)
Nov 06 2012 *in* vs *const ref* (3)
Nov 06 2012 How do I store an immutable value into a mutable associative array? (7)
Nov 06 2012 const ref template vs non-template (3)
Nov 06 2012 Extracting template parameters (3)
Nov 06 2012 current GC behavior (8)
Nov 05 2012 Memory overhead for a fiber? (2)
Nov 05 2012 some mixin utilities (4)
Nov 05 2012 removing element from DList (10)
Nov 04 2012 question on [Issue 7853] (6)
Nov 04 2012 why my tail implementation is much more slower than coreutil ? (4)
Nov 04 2012 implib error with opencv dll (max 450 chars) (1)
Nov 04 2012 heap allocate empty S with variadic ctor (3)
Nov 03 2012 Miscellaneous question regarding std.container? (3)
Nov 02 2012 Check/Compare a value using "in" (4)
Nov 02 2012 Derelict3: can't load a shared library (4)
Nov 02 2012 How to fix opAssign signature (3)
Nov 01 2012 SList of chars not possible? (4)
Nov 01 2012 vestigial delete in language spec (5)
Nov 01 2012 How to add n items to TypeTuple? (4)
Nov 01 2012 Vibe: I found the problem, but don't know how to fix it (2)
Nov 01 2012 struct Yes in std.typecons (2)
Oct 31 2012 Ranges and Library and toir.c internal error (3)
Oct 31 2012 modules in other directory trees (2)
Oct 31 2012 cast question (4)
Oct 31 2012 getters and setters not an lvalue (14)
Oct 30 2012 finding composed structs (11)
Oct 30 2012 DFL Button.backColor (2)
Oct 30 2012 Callbacks and interfacing with C (6)
Oct 29 2012 How to place char* of stringZ to ubyte[]? (7)
Oct 29 2012 UTF-8 strings and endianness (10)
Oct 29 2012 Exception class descendants (3)
Oct 29 2012 __traits(compiles,...) <=> ? is(typeof(...)) (12)
Oct 28 2012 Reading results from dmd -profile (1)
Oct 28 2012 What is the proper way to handle pointers in variable arguments list? (5)
Oct 28 2012 crash suggestions (5)
Oct 28 2012 portable windowing und graphics libraries (2)
Oct 27 2012 Where are the strings in std.string? (2)
Oct 27 2012 mousehandler (4)
Oct 27 2012 Simple reading of binary data (2)
Oct 27 2012 Copying with immutable arrays (6)
Oct 26 2012 Compiling shared example. (4)
Oct 26 2012 scope(failure): get exception (9)
Oct 26 2012 How to "extend" built-in types (7)
Oct 25 2012 Proxy addition (3)
Oct 25 2012 TypeInfo manipulation (7)
Oct 25 2012 installation and configuration of vibe (6)
Oct 24 2012 Sort order of dirEntries (2)
Oct 24 2012 cgdb searching patch to support d syntax (1)
Oct 24 2012 Intended Security Hole? (12)
Oct 24 2012 Multidimensional slicing (3)
Oct 24 2012 Error: no property 'opCall' for type 'app1.ReturnContent' (2)
Oct 23 2012 long compile time question (15)
Oct 23 2012 exception messages (5)
Oct 23 2012 overriding private interface methods (3)
Oct 23 2012 Threading Question (9)
Oct 23 2012 Narrow string is not a random access range (31)
Oct 23 2012 msgpack unresolved question (6)
Oct 23 2012 How to start new command with arguments, pass data to its stdin read (5)
Oct 22 2012 Correct way to map C #define to version (8)
Oct 21 2012 Reordered class fields? (11)
Oct 21 2012 Slices and array appending (4)
Oct 21 2012 class opBinary overloading. value + null and null + value (4)
Oct 21 2012 Overload resolution (value vs reference) (6)
Oct 20 2012 Deimos organization (4)
Oct 20 2012 Reflection: is type an inner class (7)
Oct 20 2012 SFML-D working example (4)
Oct 20 2012 override toString of Exception (7)
Oct 19 2012 synchronization + nothrow (1)
Oct 19 2012 import inside function sometimes causes link errors (3)
Oct 19 2012 incomprehensible bug with import side effects (1)
Oct 19 2012 Resizing array of classes (5)
Oct 18 2012 Implicit Conversions in Struct Construction (7)
Oct 18 2012 opCast using in template struct (16)
Oct 18 2012 Extending library functions (8)
Oct 18 2012 undefined identifier (2)
Oct 18 2012 Friends? (14)
Oct 17 2012 std.concurrency msg passing (8)
Oct 17 2012 independent or parallel process (4)
Oct 17 2012 std.range.chunks for char[] (2)
Oct 16 2012 optlink and weak symbols (9)
Oct 16 2012 with(a,b,c, ...) blocks.. (3)
Oct 16 2012 How to define an interator to provide array like behaviour in a class? (11)
Oct 16 2012 private module members (4)
Oct 16 2012 Stack trace output on windows (9)
Oct 16 2012 Problem with UFCS (4)
Oct 16 2012 Returning reference to integer from property setter function (3)
Oct 15 2012 clear array (8)
Oct 15 2012 Code review: JSON unmarshaller (16)
Oct 15 2012 how to create a local copy of shared pointer? (5)
Oct 15 2012 templated static array (11)
Oct 15 2012 More automated interfacing of D with C codebases (24)
Oct 15 2012 Pegged: error I am unable to fix (3)
Oct 14 2012 Do we have GC-free hash map implementation sitting somewhere? (4)
Oct 14 2012 Specifying precision in %(...%) print format (2)
Oct 14 2012 To: Johannes Pfau (2)
Oct 14 2012 toStringz note about keeping references (3)
Oct 14 2012 What am I doing wrong here? (3)
Oct 14 2012 Ignoring defaults from sc.ini? (3)
Oct 13 2012 COM Example work for anyone? (3)
Oct 13 2012 std.stream, BOM, and deprecation (7)
Oct 13 2012 opIs broke for structs? (4)
Oct 13 2012 Good D book (8)
Oct 12 2012 Calling un-overridden class method (2)
Oct 12 2012 Why doesn't DMD recreate folder structure when using multiple .d (1)
Oct 12 2012 equivalent of c++ private inheritance with using (3)
Oct 12 2012 Import Libs, DLLs, 64bit and 32bit (1)
Oct 12 2012 Automated D code editing? (8)
Oct 11 2012 In Expression for Static and DYnamic Arrays (1)
Oct 12 2012 LockingTextWriter/Reader (3)
Oct 12 2012 Save JSONValue binary in file? (6)
Oct 12 2012 Is there a thread safe single linked list? (8)
Oct 11 2012 Latest Version of Ali's Book (3)
Oct 11 2012 floating point divide (4)
Oct 11 2012 revamped candydoc (19)
Oct 11 2012 About demangling (12)
Oct 10 2012 Linking with phobos on compiled dmd, osx 64bit (2)
Oct 10 2012 How many std.concurrency receivers? (19)
Oct 10 2012 non-const reference to const instance of class (3)
Oct 10 2012 Unable to understand this compiler error (6)
Oct 10 2012 Best way to store postgresql's "numeric" type in D? (3)
Oct 09 2012 "Best" way of passing in a big struct to a function? (12)
Oct 09 2012 Detect if running 32 bit program on 64 bit Windows OS (2)
Oct 09 2012 Splitting a string on multiple tokens (4)
Oct 09 2012 Error: function wgdb.to_string is not accessible from module wgdb (1)
Oct 09 2012 this() in struct (10)
Oct 09 2012 Unexpected OPTLINK termination (7)
Oct 09 2012 How can I know that all child thread are gone out? (3)
Oct 09 2012 not expected pointers for struct members from foreach (6)
Oct 09 2012 bigger then size_t (8)
Oct 08 2012 VisualD: Is keyboard navigation in project properties broken? (1)
Oct 08 2012 CFTE+DevIL=? (4)
Oct 08 2012 Growing multidimensional dynamic arrays (3)
Oct 08 2012 Unicode encodings and string literals (2)
Oct 07 2012 Any sample for DFL library? (8)
Oct 07 2012 Assign to element of DList (3)
Oct 07 2012 std.csv.csvReader operating on File.byLine() (6)
Oct 07 2012 How to generate / where to download .LIB files for WindowsAPI (1)
Oct 07 2012 Function pointer variable not recognized as function by is-operator (4)
Oct 06 2012 Struct members align in DMD 2.060 (8)
Oct 06 2012 Remove element from DList (17)
Oct 06 2012 next power of 2 (8)
Oct 06 2012 ddoc - documenting private variables (10)
Oct 06 2012 version(debug) (15)
Oct 06 2012 How to create immutable struct? (3)
Oct 06 2012 First experience with Threads (4)
Oct 06 2012 connect to an SQL Server database (4)
Oct 05 2012 What does 'd' in dchar stand for? (2)
Oct 05 2012 Missing entry (2)
Oct 05 2012 Workarounds for forward reference bugs (4)
Oct 05 2012 is array an InputRange? (5)
Oct 05 2012 std.algorithm.skipOver broken / misbehaving? (5)
Oct 05 2012 How to create library with exported functions (5)
Oct 05 2012 How to iterate all k-subsets of a range in a specific order? (6)
Oct 04 2012 Best way to Identify Endianness? (3)
Oct 04 2012 Floats 1E-7 != 1.0E-7 (3)
Oct 04 2012 Using inout in delegates (11)
Oct 03 2012 Question about memoize (2)
Oct 03 2012 redefine extern(C) function in a shared library (4)
Oct 03 2012 Question about anonymous delegates. (2)
Oct 02 2012 how to call std_stdio_static_this from a dynamically loaded shared (13)
Oct 02 2012 zip.map.reduce at CT? (1)
Oct 02 2012 Functional vs simple code (10)
Oct 02 2012 Tips for debugging EXC_BAD_ACCESS (1)
Sep 30 2012 Troubleshooting Linker error (Symbol Undefined) (11)
Sep 30 2012 WIC and Direct X (1)
Sep 30 2012 Metaprogramming: check for ref (7)
Sep 29 2012 Very strange problem with comparing floating point numbers (20)
Sep 29 2012 liittle question about reduce (3)
Sep 29 2012 Struct assignment, possible DMD bug? (10)
Sep 28 2012 compiler assertion (5)
Sep 28 2012 Windows MinGW and DMD (2)
Sep 28 2012 How to register class member function as lpfnWndProc? Cannot convert (5)
Sep 28 2012 Using Cairo library bindings on Windows (9)
Sep 27 2012 Something wrong with std.math.pow? (6)
Sep 27 2012 template instantiation in D (2)
Sep 27 2012 template condition (8)
Sep 27 2012 scope as storage class (6)
Sep 26 2012 Finite state machine in D (7)
Sep 26 2012 importing executables (2)
Sep 26 2012 append element to variantArray (1)
Sep 26 2012 enum of tuples (6)
Sep 26 2012 read single characters from stdin (9)
Sep 25 2012 GUI development libraries in D? (5)
Sep 25 2012 Runtime termination hook? (6)
Sep 25 2012 How can I hide implementation details when make a library (6)
Sep 24 2012 Zipped sorting (7)
Sep 24 2012 How do I use std.zlib to write a struct of data to a binary file with (8)
Sep 24 2012 full duplex std.socket (1)
Sep 24 2012 FormattedRead hex string (4)
Sep 23 2012 memory de-allocation? (2)
Sep 23 2012 alias to a property as an argument to a mixin template (10)
Sep 23 2012 educational graphics library for D (2)
Sep 22 2012 How to Instantiate struct defined in template (5)
Sep 22 2012 Testing for template argument being result of takeExactly (26)
Sep 22 2012 system vs. execvp ? (7)
Sep 22 2012 object.error: Privileged Instruction (5)
Sep 22 2012 Assembly JIT library? (1)
Sep 22 2012 how is this considered hiding methods? (7)
Sep 21 2012 function is not function (9)
Sep 21 2012 Passing associative array to another thread (13)
Sep 21 2012 how to get version identifiers set during compilation? (1)
Sep 20 2012 how to parse a demangled symbol into parse tree or other form (1)
Sep 20 2012 tuple(tuple(1)) fails to compile, but tuple(tuple(1),1) works (3)
Sep 20 2012 std.datetime TimeOfDay missing 'add' method? (4)
Sep 20 2012 bearophile (18)
Sep 20 2012 Stupid scope destruction question (7)
Sep 20 2012 Optional function invocation parentheses (8)
Sep 19 2012 static init cycle detection problem (9)
Sep 19 2012 std.json: SkipWhitespace = false ? (5)
Sep 19 2012 access enclosing type from shared static this() (4)
Sep 19 2012 Writing/Reading Compressed Binary Files (2)
Sep 19 2012 D object model (1)
Sep 19 2012 move object from heap to stack (24)
Sep 19 2012 Problem with environ variable (Mac OS X) (10)
Sep 18 2012 splitting numbers from a test file (12)
Sep 18 2012 inconsistent behavior with "is a nested function and cannot be (1)
Sep 18 2012 Variant opArithmetic (3)
Sep 18 2012 String mixin in templates (3)
Sep 17 2012 undefined reference to `_D6deimos6python6Python12__ModuleInfoZ' (4)
Sep 17 2012 lockstep alternative for StoppingPolicy.longest (8)
Sep 17 2012 problems with nothrow (2)
Sep 17 2012 ctfe slicing (1)
Sep 17 2012 std.net.curl - how to set custom Content-Type? (5)
Sep 17 2012 Get identifier of "this" (6)
Sep 17 2012 Regarding type deduction (2)
Sep 17 2012 ref keys (7)
Sep 16 2012 Can't install DMD 2.060 on OS X 10.6.8 (8)
Sep 16 2012 template class name unconsistent behavior (4)
Sep 16 2012 Type checking on typed enum (5)
Sep 16 2012 Compiler should error when goto over initialization? (3)
Sep 16 2012 Error: WndProc - nothrow (16)
Sep 16 2012 Packaging D libraries, cross compiler compatibility (4)
Sep 15 2012 How to copy a const multi-dimensional array to mutable? (2)
Sep 15 2012 std.parallelism and map questions (2)
Sep 15 2012 Automatic return type covariance for functions that return this? (6)
Sep 15 2012 const void* when wrapping C++ (1)
Sep 14 2012 Quick question about new semantics (2)
Sep 14 2012 Task management (1)
Sep 14 2012 Quick int pointer allocation question (19)
Sep 13 2012 member function as template parameter workaround needed (7)
Sep 13 2012 Reading stdout of an external process using pipes under windows (1)
Sep 13 2012 Writing UFCS function for any instance of a templated struct (5)
Sep 12 2012 built-in int[] opSliceOpAssign throws? (4)
Sep 11 2012 auto limitation? (29)
Sep 11 2012 scons and D: flags (4)
Sep 11 2012 Handling DirectX 9 texture (2)
Sep 11 2012 Templates class member functions not conditional? (16)
Sep 09 2012 Using traits to detect alias declaration (3)
Sep 09 2012 filter out compile error messages involving _error_ (7)
Sep 09 2012 inconsistent behavior with implicit imports (4)
Sep 09 2012 Find indexes of elements matching a given value in an array (4)
Sep 09 2012 import all except specified symbols: eg import (4)
Sep 09 2012 object.factory with template classes for serializing subclasses (8)
Sep 09 2012 delegate from lambda expression (9)
Sep 09 2012 regexex, enforce and purity (4)
Sep 09 2012 Associative array of dynamic array (6)
Sep 08 2012 const attribute makes whole element const? (18)
Sep 08 2012 since when was this valid syntax? (12)
Sep 07 2012 int[3][4]* (6)
Sep 07 2012 linker _ (3)
Sep 07 2012 typeof(enum) (4)
Sep 07 2012 offsetof + foreach (3)
Sep 05 2012 bigint <-> python long (38)
Sep 05 2012 RTP/RTCP in D? (2)
Sep 05 2012 DMD flags (3)
Sep 04 2012 Linking with LLVM on Windows (1)
Sep 04 2012 How to have strongly typed numerical values? (15)
Sep 04 2012 modulename (17)
Sep 04 2012 import doesn't import jpg (6)
Sep 03 2012 DerelictGL program draw nothing (12)
Sep 02 2012 Can i rewrite methods in one line? (7)
Sep 02 2012 How to call one anonymous function from another (2)
Sep 01 2012 Some strange parameter deduction problems in opOpAssign and opBinary (6)
Sep 01 2012 trying setjmp or throwing from signal handler crashes on OSX (4)
Sep 01 2012 Derelict3+SFML2 (3)
Aug 31 2012 segfault (4)
Aug 31 2012 popFront with input variables (2)
Aug 31 2012 Assigning global and static associative arrays (26)
Aug 31 2012 Trait to get function parameter names (7)
Aug 30 2012 my own directx tutorials (2)
Aug 30 2012 Learning D in Atlanta (3)
Aug 30 2012 Use .get() in MultiD Assoc Array? (15)
Aug 29 2012 CTFE toUpper/toLower (7)
Aug 29 2012 rdmd & exception def & multiple files (16)
Aug 29 2012 Call a function on an entire slice (3)
Aug 28 2012 CTFE question (11)
Aug 27 2012 Comparing pointers with "is" (3)
Aug 27 2012 static struct definition (7)
Aug 26 2012 opUnary overloading (5)
Aug 26 2012 struct opCmp confustion (7)
Aug 26 2012 RefRange (13)
Aug 25 2012 Lazy range of hashes? (8)
Aug 25 2012 celerid and cygwin (1)
Aug 25 2012 Reading bytes and converting to int (16)
Aug 25 2012 std.regex - ctRegex (5)
Aug 25 2012 float comparison (4)
Aug 24 2012 how to get fully qualified name of a template function (if possible at (3)
Aug 24 2012 abnormal program termination (10)
Aug 24 2012 Check for ctfe (9)
Aug 24 2012 types of ranges (3)
Aug 23 2012 Memory detection (7)
Aug 23 2012 inout functions (4)
Aug 23 2012 Surprise with array idup method (3)
Aug 23 2012 call member function alias (3)
Aug 23 2012 struct init property (20)
Aug 23 2012 opDispatch with implicit receiver (3)
Aug 23 2012 Iterating over a variant conaining an associative array (1)
Aug 22 2012 SSE2 movddup Not Moving Values (2)
Aug 22 2012 function pointer and default argument (5)
Aug 22 2012 Link against MinGW libraries (5)
Aug 22 2012 std.widows.registry (2)
Aug 22 2012 struct with disable(d) default constructor doesn't work with arrays? (3)
Aug 21 2012 reduce!"a+b"(R) syntax question (5)
Aug 20 2012 demangling (Ubuntu 64bit 12.04, dmd 64bit 2.060) (4)
Aug 20 2012 template and constraints (4)
Aug 20 2012 demangling (Ubuntu 64bit 12.04, dmd 64bit 2.060) (6)
Aug 20 2012 user defined no bounds check (7)
Aug 19 2012 Contracts for interfaces and abstract classes (2)
Aug 19 2012 Unexpected OPTLINK termination (3)
Aug 19 2012 math.pow fails at compile-time; is this a bug? (1)
Aug 19 2012 D1: Passing 0x00000000 value to a Windows COM function (7)
Aug 19 2012 std.complex will replace the built-in types (2)
Aug 19 2012 -noboundscheck (14)
Aug 19 2012 stdlib.exit() (14)
Aug 19 2012 Where to place function attributes? (4)
Aug 18 2012 CT Busy Beaver (10)
Aug 18 2012 Non-immutable char[] doesn't change? (4)
Aug 17 2012 Stringy Weirdness (6)
Aug 17 2012 Recursive expansion (7)
Aug 17 2012 DMD CTFE Bug? (4)
Aug 16 2012 Memoize and other optimization. (6)
Aug 16 2012 How create a operator tree? (8)
Aug 16 2012 Matrix Multiplication benchmark (5)
Aug 15 2012 Question on Octal (4)
Aug 14 2012 Unions and array length... (1)
Aug 14 2012 dmd -Df (1)
Aug 14 2012 passing 0 to const char[] (7)
Aug 13 2012 where is parameterNames? (10)
Aug 13 2012 Link .s file with dmd? (3)
Aug 13 2012 AA rehash link error (2)
Aug 13 2012 prevent multiple calls to rt_term (5)
Aug 13 2012 Linker errors after updating to DMD 2.060 (3)
Aug 12 2012 char ***argc problems. (4)
Aug 12 2012 char ***argc problems. (11)
Aug 12 2012 complete initialization of the static allocated array (8)
Aug 12 2012 Iterating through enumeration (10)
Aug 11 2012 vector Cross/Dot using core.simd? (4)
Aug 11 2012 Null Object works still fine (4)
Aug 11 2012 Specialize mixin templates (3)
Aug 11 2012 Check whether a type is a instantiated by a template struct (5)
Aug 11 2012 "For" infinite loop (15)
Aug 09 2012 An example of Rust code (4)
Aug 09 2012 Reading a csv file (7)
Aug 09 2012 Internally recursion with map (2)
Aug 09 2012 How does "immutable" work. (5)
Aug 09 2012 Convert little imperative code to functional coding style (7)
Aug 09 2012 Using MinGW DLL with DMD? (6)
Aug 09 2012 std.algorithm.copy target not passed by reference (bug?) (2)
Aug 09 2012 HOWTO: automatic test a D program (4)
Aug 08 2012 Features of D to Emphasize for Academic Journal (2)
Aug 08 2012 template - aliasing a member function (5)
Aug 08 2012 DWiki tables (4)
Aug 08 2012 overloading a function taking a void[][] (6)
Aug 08 2012 Error: SIMD vector types not supported on this platform (10)
Aug 07 2012 two-dimensional C array and its analog in D (9)
Aug 07 2012 thread exceptions (8)
Aug 07 2012 Re: DMD out of memory issues (1)
Aug 07 2012 ctRegex - named submatch (4)
Aug 07 2012 enum string (13)
Aug 07 2012 Daemon Threads (9)
Aug 07 2012 How to create TypeTuple/ExpressionTuple from tuple/tuples (14)
Aug 07 2012 How to const-overload opEquals(R)(R rhs)? (5)
Aug 07 2012 Is this a std.regex bug? (4)
Aug 07 2012 Why __traits(compile,...) fails here? (8)
Aug 06 2012 Nested struct member has no access to the enclosing class data (6)
Aug 06 2012 Missing destructor call using clear and base interface ref. (4)
Aug 06 2012 Error while trying to allocate memory (malloc) (11)
Aug 06 2012 Function that calculates in compile time when it can (21)
Aug 06 2012 how implement takeWhile (9)
Aug 05 2012 How to define a constructor in a struct? (7)
Aug 05 2012 Looking for D Programming tutorials (3)
Aug 04 2012 casting from variant (5)
Aug 04 2012 unittest vs exceptions? (10)
Aug 04 2012 Random Numbers (8)
Aug 04 2012 Return doesn't really return (6)
Aug 04 2012 Using map to create a sequence (1)
Aug 04 2012 Inconsistency with function pointers (8)
Aug 04 2012 Variadic Template: cast problem (5)
Aug 04 2012 Why does foreach with __traits ignore ForeachTypeList's type ? (4)
Aug 03 2012 Templates and stringof... (21)
Aug 03 2012 NotNull Parser (9)
Aug 02 2012 How to use "read_bool"? (15)
Aug 02 2012 how to pass a variable name in the template in this case? (8)
Aug 02 2012 std.variant and delegate (4)
Aug 02 2012 Converting some C++ code help. (2)
Aug 02 2012 Cannot build ws2_32.lib (5)
Aug 02 2012 Making array elements truly const/immutable (7)
Aug 01 2012 instanceof? (4)
Aug 01 2012 Octree D realization (2)
Jul 30 2012 AES decrypt/encrypt Stream (1)
Jul 30 2012 Top level array constness discarding and Variant (3)
Jul 30 2012 Detector for unused variables (38)
Jul 30 2012 Has AA .keys the same order as .values? (6)
Jul 30 2012 Why must butfields sum to a multiple of a byte? (42)
Jul 30 2012 sorting failed error (30)
Jul 29 2012 sort strings by interpreting them as integrals (3)
Jul 29 2012 Ranges and backward iteration (4)
Jul 29 2012 How do I set file attributes? (3)
Jul 29 2012 Help Converting from C++ (4)
Jul 29 2012 Is "delete" really going away? (5)
Jul 28 2012 FYI my experience with D' version (9)
Jul 28 2012 template with more than one tuple parameter (8)
Jul 28 2012 sum across an array of objects (8)
Jul 27 2012 Differing levels of type-inference: Can D do this? (14)
Jul 27 2012 Implementing a Monitor (3)
Jul 27 2012 copying the targets of pointers (7)
Jul 27 2012 A matter of inout (7)
Jul 27 2012 Just a matter of parentheses (3)
Jul 27 2012 A few questions (44)
Jul 27 2012 Assert prints an "array of char" when used why to!string (7)
Jul 26 2012 Writing very large files 50+ GB (5)
Jul 26 2012 Why are scope variables being deprecated? (11)
Jul 26 2012 normal function and template function conflict (9)
Jul 26 2012 profiling with -profile (2)
Jul 26 2012 an enum inside another enum (4)
Jul 26 2012 Simple D Questions (static if / #pragma / int[3][3]) (4)
Jul 25 2012 opCast problem with 2.060 (3)
Jul 24 2012 tupleof for inherited classes. (2)
Jul 24 2012 Recipe and best practice for accessing COM (13)
Jul 24 2012 float[] =?UTF-8?B?4oaSIFZlcnRleFtdIOKAkyBkZWNyZWFzZXMgcGVyZm9ybWE=?= (49)
Jul 24 2012 Mailbox limits and dead/livelocks? (3)
Jul 24 2012 Tid is not a process id? (4)
Jul 23 2012 Optional extra return value? Multiple return values with auto? (15)
Jul 23 2012 best way to convert string array of floats to a float array (6)
Jul 23 2012 shared immutable issues (5)
Jul 23 2012 Explicit call of ternary compare (3)
Jul 23 2012 const ref void[] =?UTF-8?B?4oCTIGZsb2F0W10gbm90IGltcGxpY2l0bHkgYw==?= (4)
Jul 22 2012 Non-global template cannot use local lambda (3)
Jul 22 2012 datetime/time quickie (4)
Jul 22 2012 Compile-Time module info (2)
Jul 21 2012 Chaining a dynamic number of Ranges (7)
Jul 21 2012 functions that do not sleep and recovery points (1)
Jul 20 2012 Parameter specialization (4)
Jul 20 2012 Problem: handling a function dependent on release mode. (11)
Jul 20 2012 Predictable seed for pseudo-random number generation (1)
Jul 20 2012 More WinAPI problems (4)
Jul 19 2012 ~= call copy ctor? (58)
Jul 19 2012 WinAPI LowLevel Keyboard Hooks (17)
Jul 18 2012 opDot == alias this? (5)
Jul 18 2012 is() and const (4)
Jul 17 2012 Segmentation fault while creating a class object by dlsym-ed function (8)
Jul 17 2012 foreach for ranges? (12)
Jul 17 2012 Magic type return (9)
Jul 17 2012 Getting the underlying type of enum? (2)
Jul 16 2012 Is this actually supposed to be legal? (17)
Jul 16 2012 How to make a unique copy in a generic manner? (2)
Jul 16 2012 conv parse imported file bug? (4)
Jul 15 2012 Can't create immutable type in template (3)
Jul 15 2012 Object Pointer (8)
Jul 15 2012 using GC needs particular skills? (14)
Jul 15 2012 How to instantiate class object NOT in the GC heap (10)
Jul 15 2012 TypeInfo_Class getMembers() and offTi() (2)
Jul 14 2012 ufcs and integer params (34)
Jul 14 2012 ICFP2012 (2)
Jul 13 2012 caller trouble (6)
Jul 13 2012 Creating a shared reference type (5)
Jul 13 2012 Reading file contents when file has changed (3)
Jul 13 2012 string vs. const(char)[] on the function signature (4)
Jul 13 2012 Immutable array initialization in shared static this (8)
Jul 13 2012 cast from void[] to ubyte[] in ctfe (4)
Jul 12 2012 stdarg x86_64 problems... (3)
Jul 11 2012 immutability and constness (6)
Jul 11 2012 deimos libX11 undefined reference (9)
Jul 11 2012 (a,b,c) syntax (2)
Jul 11 2012 Check if template param is null (3)
Jul 10 2012 readonly? (25)
Jul 10 2012 Return type inference on template (2)
Jul 09 2012 how to consume less memory (1)
Jul 09 2012 linker error (6)
Jul 08 2012 Linking OpenSSL on Windows (4)
Jul 08 2012 Compilation failure (15)
Jul 08 2012 Portable way to obtain member function pointer (and invoke it)? (3)
Jul 08 2012 multiple inheritance (9)
Jul 08 2012 How to execute cleanup code on Ctrl-C (Break)? (7)
Jul 08 2012 opEquals for multiple types (3)
Jul 08 2012 read Ogg/Mp3 file (9)
Jul 07 2012 Need som assistense with readf(); (3)
Jul 07 2012 What was the reason for not including std.net.curl in the Windows (4)
Jul 06 2012 Garbage Collection Pitfall in C++ but not in D? (12)
Jul 06 2012 extending std.encoding (2)
Jul 06 2012 NotNull struct : ready to use? (1)
Jul 05 2012 LDC -noruntime (19)
Jul 05 2012 How to learn the D standard library? (4)
Jul 05 2012 Interfaces with structs...? (6)
Jul 04 2012 Winamp plugin (6)
Jul 04 2012 Parser generator? (12)
Jul 03 2012 Literals starting with 0 will not work with UFCS (9)
Jul 03 2012 bad unary function (5)
Jul 03 2012 Redirect stdout and stderr. (5)
Jul 02 2012 Debug output functions (6)
Jul 02 2012 Help translating C/C++ snippet to D (6)
Jul 02 2012 popFront causing more memory to be used (16)
Jul 02 2012 Build WindowsApi bindings with dmd? (2)
Jul 02 2012 D and gmp (1)
Jul 02 2012 rdmd failing to generate init data from dependant file (1)
Jul 02 2012 Debugging compiler crashes? (7)
Jul 02 2012 Error: null dereference in function _Dmain (13)
Jul 01 2012 state of an object (9)
Jun 30 2012 Regarding topN and topNCopy (1)
Jun 30 2012 function pointer when a function is overloaded. (3)
Jun 30 2012 CURL: Save response to string (3)
Jun 30 2012 Fixed size multidimensional array at runtime (17)
Jun 30 2012 Coexistence of static and unstatic method (4)
Jun 29 2012 why is string not implicit convertable to const(char*) ? (17)
Jun 29 2012 Range to array (5)
Jun 29 2012 opCall() property (6)
Jun 29 2012 foreach syntax (37)
Jun 27 2012 Concurrency in D (9)
Jun 27 2012 Removing from SList (std.container)... (24)
Jun 27 2012 Bug in Auto Functions and Template? Or Am I Just Crazy... (5)
Jun 26 2012 What is the 'macro' keyword for? (3)
Jun 26 2012 [linux, ubuntu] personal D module not found in the same directory (5)
Jun 26 2012 Circle Calculator Help (17)
Jun 26 2012 How to overload opertators for enums (2)
Jun 26 2012 Problem this names of shared libraries (7)
Jun 25 2012 std.file.copy (3)
Jun 25 2012 implicit conversion to alias this (6)
Jun 25 2012 front doesn't compile for arrays of immutable data (8)
Jun 24 2012 Problem about using struct (4)
Jun 24 2012 A little story (16)
Jun 24 2012 about std.file.copy (2)
Jun 24 2012 Retain struct when using alias this and passing using the alias..? (3)
Jun 24 2012 It is a bug or not? (2)
Jun 24 2012 AA with immutable values (8)
Jun 23 2012 aa.remove in a destructor (8)
Jun 23 2012 Address of TLS variables (2)
Jun 23 2012 Learning asynchronous sockets in D (well actually C...) (7)
Jun 23 2012 Passing a ubyte[] to a function taking a 'ref ubyte[16]' (8)
Jun 23 2012 Strange exception using threads (7)
Jun 23 2012 phobos and splitting things... but not with whitespace. (18)
Jun 22 2012 Passing class references between threads (2)
Jun 22 2012 immutable ref foreach on values (5)
Jun 22 2012 Stack overflow (43)
Jun 22 2012 const behaviour (5)
Jun 22 2012 to!(ubyte[])("") (2)
Jun 21 2012 Allocate an Array!T on the heap? (3)
Jun 21 2012 how to handle shared arrays? (4)
Jun 21 2012 Lack of warning messages (5)
Jun 21 2012 filename.writeln() across network (5)
Jun 21 2012 Object Cast (5)
Jun 20 2012 How use "toHash" without cast (9)
Jun 20 2012 Array/list of objects of different type but with same interface (5)
Jun 20 2012 what is the difference between static method of the class, module (6)
Jun 19 2012 property returning a reference vs returning a value (4)
Jun 19 2012 Does the 'with' statement affect object lifetime? (4)
Jun 19 2012 D: Unexpected output when using a delegate and EnumMembers (6)
Jun 18 2012 Small code review (4)
Jun 18 2012 Why doesn't alias this work with arrays? (2)
Jun 18 2012 Swap furthest element type of an array (7)
Jun 18 2012 Idiomatic D? (6)
Jun 18 2012 Formatted input from text file (7)
Jun 17 2012 Simulating rectangular array (2)
Jun 17 2012 Writing .di files (5)
Jun 17 2012 COM-Interfaces (2)
Jun 17 2012 Casting the Result of splitter() into a string array (6)
Jun 17 2012 readText fails to open file (6)
Jun 16 2012 Getting started with threads in D (6)
Jun 16 2012 compile time regex (3)
Jun 16 2012 Implicit conversion from class in parent class fails? (3)
Jun 16 2012 sorting associative array's keys by values (23)
Jun 16 2012 Using consistently auto as function return type (4)
Jun 16 2012 dirEntries fails with option -inline (2)
Jun 15 2012 Lazy KMP range (6)
Jun 15 2012 Getting a range over a const Container (11)
Jun 14 2012 Create an array with immutable elements (8)
Jun 14 2012 Switch Statement case '0': .. case '9' (5)
Jun 14 2012 How to specialize templates for l-value and non-l-value arguments? (11)
Jun 14 2012 Constraining template's function parameter signature (2)
Jun 14 2012 [profiling] D and code analysis (2)
Jun 14 2012 facebook/graph/fdl library for D (2)
Jun 14 2012 Immutability and other attributes, please review (38)
Jun 13 2012 Package and virtual functions (12)
Jun 13 2012 What exact GDB version has decent native D support? (2)
Jun 13 2012 DMD can't link opengl32.lib (7)
Jun 12 2012 Does D have high-performance sockets (6)
Jun 12 2012 From number of seconds in a day to a formatted time string (3)
Jun 12 2012 Idea: writeln and file functions that return the data passed to them (3)
Jun 12 2012 Windows program instant crash: no messages. (6)
Jun 12 2012 Code-File structure (10)
Jun 11 2012 static switch (4)
Jun 11 2012 Using C macros without massive rewrites (4)
Jun 11 2012 Ddoc inheritance (6)
Jun 11 2012 Template argument types (2)
Jun 11 2012 Auto-conversion in array literals? (2)
Jun 11 2012 Module level privacy (2)
Jun 11 2012 Float compare broke! (10)
Jun 10 2012 align(16) struct member throws an exception with movdqa (13)
Jun 10 2012 GtkD compile failed. shift by 32 (4)
Jun 10 2012 what is the difference between template and mixin template (8)
Jun 10 2012 Is it possible to force CTFE? (11)
Jun 09 2012 Why is to(T) pure but roundTo(T) impure? (4)
Jun 09 2012 Is D actually |-----------this-----powerful-----------|? (4)
Jun 09 2012 Using keyword as package name (1)
Jun 08 2012 Segmentation fault hell in D (10)
Jun 08 2012 const version for foreach/opApply (6)
Jun 08 2012 Array Concatenate (9)
Jun 07 2012 Rational numbers in D (1)
Jun 06 2012 std.net.curl get webpage asia font issue (6)
Jun 06 2012 Templated Enums? (6)
Jun 06 2012 gdc and gcc object linking issues (13)
Jun 06 2012 alias this with property enforce (2)
Jun 06 2012 Function constraint vs const parameter? (4)
Jun 06 2012 Multi-Dimensional Associative Arrays ".get" and "in" (2)
Jun 06 2012 Ordering an associative array - or - another option (4)
Jun 06 2012 rdmd and -I args in Windows (1)
Jun 05 2012 using pragma to link to gcc-compiled c library (3)
Jun 05 2012 regex.d(6050): not enough preallocated memory (2)
Jun 05 2012 Calling main() from WinMain() (5)
Jun 05 2012 Package Declaration (6)
Jun 04 2012 D interface to Fortran (3)
Jun 04 2012 enum arrays are created for every use (2)
Jun 04 2012 bitfields - Default values? (7)
Jun 03 2012 alias this with template class? (3)
Jun 02 2012 D and windows console kbhit, getch etc (2)
Jun 02 2012 std.format.formattedRead and File.readln() (1)
Jun 02 2012 delegates with references to local strings (4)
Jun 02 2012 Static function conflicts with Non-Static?! (20)
Jun 01 2012 Bypassing const with a union (8)
Jun 01 2012 String and opBinary (9)
May 31 2012 D for Raspberry, Toradex-T20, Android (2)
May 31 2012 Merge tuples (6)
May 31 2012 Socket identification key (4)
May 30 2012 Interfacing D to C R standalone math library (7)
May 30 2012 std.path.buildPath() and string enumeration (5)
May 30 2012 Multidimensional arrays, foreach loops and slices (3)
May 30 2012 problem with template arguments deduction (26)
May 29 2012 Exception caused by calling a pure function repeatedly (12)
May 29 2012 ref fields of .tupleof (5)
May 28 2012 Converting from string to enum by name (3)
May 26 2012 Windows - ZeroMemory macro (4)
May 26 2012 Struct hash issues with string fields (5)
May 26 2012 speeding up + ctfe question (15)
May 26 2012 alias parameter tuples: need this to access member (2)
May 25 2012 Why doesn't this throw? (2)
May 24 2012 Multi-library project path issue (3)
May 24 2012 null matches typed pointers before void pointers (4)
May 24 2012 get Class from Pointer of member (4)
May 23 2012 D under Linux Mint (6)
May 23 2012 OPTLINK : Error 63: DOSNEWSIZE Error ? (1)
May 23 2012 Sorry for posting this here. Not sure where else. (3)
May 23 2012 pure functions calling impure functions at compile-time (3)
May 21 2012 "repeating pair" regex (4)
May 21 2012 std.range.put? (4)
May 20 2012 static functions? (4)
May 20 2012 detecting POD types (3)
May 20 2012 druntime investigation troubles (24)
May 19 2012 state of web programming (2)
May 19 2012 Limit number of compiler error messages (9)
May 19 2012 vibe.d how build it / intall it? (4)
May 19 2012 std.concurrency.send (7)
May 19 2012 unsynchronized access to primitive variables (4)
May 18 2012 using deimos.portaudio (6)
May 18 2012 directory wildcard (3)
May 18 2012 How do I view assembly? (8)
May 18 2012 Distributed work load (5)
May 18 2012 moveAt vs opIndex (2)
May 18 2012 How to test for equality of types? (13)
May 17 2012 Simplified socket creation and handling (18)
May 16 2012 convert ubyte[k..k + 1] to int (12)
May 16 2012 ProjectEuler problem 35 (20)
May 15 2012 DMD Bug or not? foreach over struct range (14)
May 15 2012 Thread safety of AAs (6)
May 15 2012 Translating C const (12)
May 15 2012 .dup on an array of BitArray not duplicating (8)
May 15 2012 is there a common type? (6)
May 15 2012 std.file, std.stdio(File), std.stream(File:Stream) (7)
May 15 2012 allocate array with new (18)
May 14 2012 void pointer syntax (11)
May 14 2012 struct vs class for a simple token in my d lexer (18)
May 14 2012 Problem using Interfce (12)
May 14 2012 problem with byLine (9)
May 13 2012 std.mmfile issues (3)
May 13 2012 Auto-casting in range based functions? (3)
May 13 2012 shared associative array initialization (2)
May 13 2012 optlink (2)
May 13 2012 shared attribute (7)
May 12 2012 libraries and c++ compatibility (4)
May 12 2012 How do I do printf/writefln debugging in CTFE? (3)
May 12 2012 Weird integral promotion issue (?) (2)
May 12 2012 Errors compiling programs using Derelict 3 under DMD 2 (7)
May 11 2012 What is a good strategy for finding undefined symbols... (10)
May 11 2012 Assigning value to a lazy parameter in a function call (6)
May 11 2012 std.concurrency and module constructors (4)
May 10 2012 std.algorithm.remove strange behavior (removing items for the dynamic (7)
May 10 2012 Detect unused variables (4)
May 10 2012 [Derelict2] Code SOMETIMES seg. faults! (10)
May 10 2012 Specifying which Phobos modules to unittest (10)
May 10 2012 Put Tuple in templates in a class fails (3)
May 10 2012 Linking to static libraries (6)
May 10 2012 Right way to share object through threads (3)
May 10 2012 Runtime.loadLibrary() on Linux (7)
May 09 2012 Searching for user Mike Vertex gmx.at (1)
May 09 2012 foreach_reverse error (8)
May 09 2012 How to structure templated classes (7)
May 09 2012 std.math.sqrt(real x) && std.math.sqrt(float x) overloads (3)
May 09 2012 Method-call based on template argument (3)
May 08 2012 Make all functions from std.typecons "Proxy" inout (12)
May 08 2012 getgrgid() for Posix (3)
May 07 2012 Storing arbitrary type info in XML (2)
May 07 2012 simple "find" question (3)
May 07 2012 Clunky syntax (5)
May 06 2012 Ref / NotNull struct (14)
May 06 2012 problem parsing xml (std.xml) (2)
May 05 2012 undefined reference - Derelict2 (8)
May 05 2012 Get systype for FTP-cmd "TYPE" (1)
May 05 2012 c C deimos (4)
May 05 2012 Problem about multi-thread programming (10)
May 04 2012 Read integer from console and sleep (8)
May 03 2012 opAssign and const? (24)
May 03 2012 How to prevent direct public creation of a struct? (4)
May 03 2012 Mixins are not inherited? (3)
May 03 2012 string find and replace (4)
May 03 2012 Fixed-size arrays and randomShuffle() (12)
May 02 2012 extern and opaque structs (2)
May 02 2012 Test if an enum value is in a range of a derived enum (2)
May 02 2012 Transforming a range back to the original type? (37)
May 02 2012 std.stdio File doesn't support Win UTF16 file systems? (1)
May 01 2012 Derelict3 running (1)
May 01 2012 "static" means too many things (4)
May 01 2012 How to make a directory? (4)
Apr 30 2012 Does dmd use static or dynamic linking with the Phobos Library? (4)
Apr 30 2012 Help: running a method from the importing file's method "space" (9)
Apr 30 2012 DWT: synchronized toHash nothrow (2)
Apr 30 2012 is there a difference between those two notations (7)
Apr 30 2012 Compute in one pass 3 tokens position (6)
Apr 29 2012 this compare not using opCmp? (4)
Apr 29 2012 type conversions (6)
Apr 29 2012 struct to/from void, object to/from void (7)
Apr 29 2012 restrict alias this? (5)
Apr 28 2012 Should I wait for the new edition of TDPL ? (6)
Apr 28 2012 mysql binding/wrapper? (19)
Apr 28 2012 cannot cast (19)
Apr 28 2012 Conditional compilation for non-release version (5)
Apr 27 2012 -lib question(s) (3)
Apr 27 2012 [OT] functional programming resources ? (3)
Apr 27 2012 alias this and null reference (13)
Apr 27 2012 Passing array as const slows down code? (37)
Apr 27 2012 Returning a tuple (3)
Apr 27 2012 Use of mutex in destructors (16)
Apr 27 2012 Malloc in D (3)
Apr 26 2012 Fix iota for unsigned reverse counting (1)
Apr 25 2012 Pointer to variables in D (8)
Apr 25 2012 Why is List(T) documented in std.concurrency? (6)
Apr 25 2012 [Kinda OT] httpd permissions (8)
Apr 25 2012 Power of D (8)
Apr 25 2012 ptrace (process trace system call) on Linux from D (11)
Apr 25 2012 Bitarray size limits (3)
Apr 25 2012 D static lib called from C on Mac OS X (6)
Apr 25 2012 Internal error: ..\ztc\cod3.c 485 (3)
Apr 25 2012 newb question re. reading lines from stdin (2)
Apr 25 2012 Strange measurements when reproducing issue 5650 (16)
Apr 25 2012 Help with C struct by value on OSX 64bits (6)
Apr 24 2012 No implicitly convert derived ptr to base ptr? (3)
Apr 24 2012 Extending std.format.formattedRead (4)
Apr 24 2012 Recommended way to access numeric_limits epsilon() (3)
Apr 24 2012 How to pass list of strings as compile-time parameters? (6)
Apr 24 2012 Object Serialization? (7)
Apr 24 2012 Forcing static foreach (2)
Apr 24 2012 Why has base class protection been deprecated? (7)
Apr 23 2012 Stack overflow / recursive expansion with alias this (8)
Apr 23 2012 Are there any mixin tutorials? (3)
Apr 22 2012 Issue calling methods using std.concurrency (6)
Apr 22 2012 Pacikage level access broken? (9)
Apr 22 2012 Passing a function (with arguments) as function input (3)
Apr 22 2012 What am I doing wrong ? (5)
Apr 22 2012 opPropDispatch (8)
Apr 22 2012 Module zlib cannot be read (3)
Apr 21 2012 Regarding the more precise GC (2)
Apr 21 2012 avoid toLower in std.algorithm.sort compare alias (25)
Apr 21 2012 using ntfs write_through option to create an efficient unzipped layout (3)
Apr 21 2012 Question about arrays (8)
Apr 21 2012 Keyword to avoid not null references (32)
Apr 21 2012 Broken link to D Programming Language Specification (2)
Apr 21 2012 Nested RegEx (5)
Apr 21 2012 BigInt Bug or just me? (4)
Apr 20 2012 Derelict2 openGL3 issues (7)
Apr 20 2012 Formatting dates in std.datetime? (2)
Apr 20 2012 primitive type operator overload (4)
Apr 20 2012 variadic mixin templates and other stuff (5)
Apr 20 2012 pure functions/methods (6)
Apr 19 2012 Docs: Section on local variables (32)
Apr 19 2012 Operator overloading (15)
Apr 19 2012 new std.process && new aa status (3)
Apr 19 2012 Github/Git Pull 482 (4)
Apr 19 2012 How does this work ? (2)
Apr 19 2012 Allow empty field function arguments for default? (12)
Apr 19 2012 Immutable Structs and std.concurrency (6)
Apr 19 2012 Access violation using chain() (4)
Apr 18 2012 Is this a bug in iota? (13)
Apr 18 2012 delegates vs functions => practical consequences (8)
Apr 18 2012 Cast Object - get null (33)
Apr 18 2012 GLUT glutCreateWindow error (1)
Apr 18 2012 collectExceptionMsg and emptyExceptionMsg (1)
Apr 18 2012 .empty and .length Amend language manual? (3)
Apr 18 2012 learning D. Experienced issue very quickly. (9)
Apr 18 2012 Clearly Label D1/D2/Tango/Phobos (8)
Apr 18 2012 learn.newbie forum (4)
Apr 18 2012 File Ex from std_stdio won't compile (3)
Apr 17 2012 Not-so-unpredictable seed? (5)
Apr 17 2012 appending newly initialized struct to array (18)
Apr 17 2012 Hacking on Phobos (11)
Apr 17 2012 Range returned by iota and const (2)
Apr 17 2012 retro() on a `string` creates a range of `dchar`, causing array() (13)
Apr 17 2012 Metaprogramming work around (6)
Apr 16 2012 Memoizing a templated function (3)
Apr 16 2012 Exception education (1)
Apr 16 2012 tupleof.length of a class in a template return 0 (5)
Apr 16 2012 arrays and foreach (18)
Apr 16 2012 "No stack address" (7)
Apr 16 2012 const AB c = {a,20, numbers}; (9)
Apr 15 2012 making ntfs do faster deletes (3)
Apr 15 2012 this() const (4)
Apr 15 2012 Return const object through mutable Object (3)
Apr 15 2012 Templates in classes => what is wrong? (22)
Apr 15 2012 Spawn threads and receive/send (3)
Apr 14 2012 Thread join behaviour (6)
Apr 14 2012 A "general" tag (6)
Apr 14 2012 D 50% slower than C++. What I'm doing wrong? (38)
Apr 14 2012 Calling delegate properties without parens (7)
Apr 14 2012 "shared" status (7)
Apr 13 2012 floats default to NaN... why? (64)
Apr 13 2012 Contracts inheritance (4)
Apr 13 2012 T : T* (4)
Apr 13 2012 Creating a file in ~/.config (ubuntu) (4)
Apr 13 2012 D-Cocoa Port (4)
Apr 13 2012 Avoid compile time evaluation (3)
Apr 12 2012 FormatSpec struct (3)
Apr 12 2012 Library search path on Windows? (5)
Apr 12 2012 Trying to understand RandomSample struct in std.random (4)
Apr 12 2012 Chaining std.algorithm functions (3)
Apr 12 2012 Sampling algorithms for D (16)
Apr 12 2012 Question Object.factory and namespaces. (4)
Apr 11 2012 Name of files causes error. Why? (10)
Apr 11 2012 Passing function as values and returning functions (10)
Apr 10 2012 Higher-order functions? (13)
Apr 10 2012 Dear ChrisMiller: This is day 4 of me trying to Compile a (tutorial) (10)
Apr 09 2012 isRandomAccessRange on static array (4)
Apr 09 2012 Multiple %s format specifiers with a single argument (5)
Apr 09 2012 Issue with const (8)
Apr 08 2012 "How to set up QTD?". (4)
Apr 08 2012 A problem with mutable toString (3)
Apr 08 2012 Operator Overloading with class template (8)
Apr 08 2012 template member function confusion (5)
Apr 08 2012 D and QtCreator (1)
Apr 08 2012 Latest versions of Entice Designer and DFL? (16)
Apr 08 2012 Operator Overloading : opOpAssign (8)
Apr 08 2012 DMD/Windows: Inspect generated ASM? (6)
Apr 07 2012 string concatenation (4)
Apr 07 2012 Static Associative Arrays (1)
Apr 07 2012 Input from a newbie (16)
Apr 07 2012 asm stackframe question (6)
Apr 07 2012 License for D setup (5)
Apr 07 2012 GC-less tutorial? (4)
Apr 06 2012 D1, D2, Tango, Phobos, Std, Runtime (6)
Apr 06 2012 Win GUI Single Exe - Newbie (7)
Apr 05 2012 D slower ~1s from C ?! (7)
Apr 05 2012 Up to date documentation on D implementation. (15)
Apr 05 2012 Remove dir contents? (1)
Apr 04 2012 Binary Heap Errors Class level vs function level (3)
Apr 04 2012 Insert an element into an Associative Array ? (8)
Apr 04 2012 log2 buggy or is a real thing? (8)
Apr 03 2012 Questions about the slice operator (22)
Apr 03 2012 making args global (6)
Apr 03 2012 upload with curl (1)
Apr 02 2012 parallel unzip in progress (6)
Apr 02 2012 Custom Allocators (2)
Apr 02 2012 Equivalents to policy classes in D (4)
Apr 02 2012 Min-Heap and Hash Table help (12)
Apr 02 2012 Length of an SLIst ? (9)
Apr 02 2012 Help with C++ (3)
Apr 01 2012 Add Element to list not Working (6)
Apr 01 2012 DDoc with cross-references (10)
Apr 01 2012 Nested interface (4)
Mar 31 2012 Regarding nWayUnion (1)
Mar 31 2012 Initializing multidimentional Array with a struct (4)
Mar 31 2012 "ref const" parameters in functions (12)
Mar 31 2012 Getting only the data members of a type (10)
Mar 31 2012 Simulating multiple inheritance (4)
Mar 31 2012 Read a unicode character from the terminal (24)
Mar 31 2012 Whats the best way to get a struct/class member type? (9)
Mar 31 2012 UFCS for types? (2)
Mar 30 2012 std.typecons.Ref(T).opImplicitCastTo() (10)
Mar 30 2012 Is this a bug in overload resolution? (2)
Mar 29 2012 Compiling DMD's source code in Mac OSX (5)
Mar 29 2012 Where does "U" in Rebindable.Rebindable come from? (11)
Mar 29 2012 Problem interacting with the console (2)
Mar 29 2012 Stack traces in 2.059HEAD? (2)
Mar 29 2012 "don't know how to make 'src\unittest.d'" error while rebuilding (8)
Mar 29 2012 Does D have a Verbatim String Literal? (3)
Mar 29 2012 Function definition in multiple modules (7)
Mar 28 2012 Installing Modules (10)
Mar 28 2012 [Ubuntu] Linking to static libraries (2)
Mar 28 2012 Regex question (3)
Mar 27 2012 Get indexes of character in array (1)
Mar 27 2012 How to remove element from an SList? (3)
Mar 27 2012 D Dll injection problem (21)
Mar 27 2012 Problem about lambda expressions (13)
Mar 27 2012 std.stream.File help required (and classes) (14)
Mar 27 2012 Printing stacktrace on segfault (5)
Mar 27 2012 Installing x32 packages on x64 debian (or fix a dmd bug) (7)
Mar 25 2012 opDispatch(string name, E...) (E e) question. (9)
Mar 25 2012 GC collecting "too much".. (8)
Mar 25 2012 Problem with receiveOnly and classes (3)
Mar 25 2012 GUI library (10)
Mar 25 2012 Parser (not parser generators) and ctfe (1)
Mar 24 2012 trouble calling function from windows dll (6)
Mar 24 2012 Making sense of ranges (13)
Mar 24 2012 Newbie prolem building with SCons (1)
Mar 24 2012 Referencing an overloaded function (10)
Mar 23 2012 in / out for C++ programmers (9)
Mar 23 2012 Confused by refusal to expand template (5)
Mar 23 2012 Map with maintained insertion order (3)
Mar 23 2012 string[] to char** (10)
Mar 23 2012 Calling c shared library (2)
Mar 23 2012 Template constraint and specializations (9)
Mar 22 2012 Freeing memory allocated at C function (3)
Mar 22 2012 problems countered after while(read()){} terminated with ^D or EOF (2)
Mar 22 2012 anything that would provide support for zip filesystem? (2)
Mar 21 2012 Vector operations optimization. (8)
Mar 21 2012 Calculating/Averaging over a struct value (8)
Mar 21 2012 Question about using regex (3)
Mar 21 2012 anonymous static array (7)
Mar 20 2012 Regarding writefln formatting (5)
Mar 20 2012 Converting C .h Files to D Modules (2)
Mar 20 2012 Is there an elegant way of making a Result eager instead of lazy? (6)
Mar 19 2012 XML Parsing (8)
Mar 19 2012 Comparison issue (7)
Mar 18 2012 Tail call optimization? (5)
Mar 18 2012 nested csv into tsv (6)
Mar 18 2012 Initializing constant AA and shared problems.. (2)
Mar 17 2012 rt_attachDisposeEvent (1)
Mar 17 2012 Error 42 Symbol Undefined (1)
Mar 17 2012 HelloWordl in Webserver (19)
Mar 17 2012 Problem about Tuple.opEquals, const qualifier (12)
Mar 16 2012 Capturing caller's file/line number in variadic template functions (9)
Mar 16 2012 State of D toolchain & architecture support? (2)
Mar 15 2012 regex issue (18)
Mar 15 2012 Build errors and VS Macros for Build Commands (1)
Mar 15 2012 Confused about github rebasing (18)
Mar 15 2012 preprocessor pass equivalent? (14)
Mar 14 2012 DLL's and D (7)
Mar 14 2012 comma inside is expression (3)
Mar 14 2012 Checking for possibility of implicit conversions (6)
Mar 14 2012 Vector Swizzling in D (8)
Mar 13 2012 Simple operator precidence chart (and associativity)? (9)
Mar 13 2012 Does synchronized support recursive locking? (3)
Mar 13 2012 Math Libraries (and vectors, matrices, etc) (11)
Mar 13 2012 What's the correct opEquals signature for structs? (24)
Mar 13 2012 toUTFz again (1)
Mar 12 2012 Why doesn't this have a length? (8)
Mar 12 2012 Sorting char arrays (10)
Mar 11 2012 how to know at compile time pagesize? (1)
Mar 11 2012 Parse issue (3)
Mar 11 2012 is not an lvalue (2)
Mar 11 2012 Immutable unions (1)
Mar 10 2012 Who works std.mmfile ? (1)
Mar 10 2012 does std.stdio.File.byChunk has double buffer (1)
Mar 10 2012 inout/const issue: assignments to field not allowed if field (2)
Mar 09 2012 Why can't I have overloading and generics? (5)
Mar 09 2012 Tempfiles in unittests (14)
Mar 08 2012 Assert and the optional Message (50)
Mar 08 2012 matrix and fibonacci (8)
Mar 08 2012 Frustrations with const (11)
Mar 08 2012 Parallelization issues (7)
Mar 08 2012 [Inline assembler] Sequential `asm` blocks and return via EAX (6)
Mar 08 2012 Remarks on std.container (2)
Mar 07 2012 Can I do an or in a version block? (23)
Mar 07 2012 Ddoc: no docs generated for nested structs? (1)
Mar 07 2012 Method invocation -- why it's not working? (23)
Mar 07 2012 SocketStream exceptions and disconnect handling (1)
Mar 06 2012 0 < negative loop condition bug or misunderstanding on my part (19)
Mar 06 2012 Why constructs can not be private? (1)
Mar 06 2012 Is there a wrapper for libuv? (4)
Mar 06 2012 How to cast a int to a string? (3)
Mar 06 2012 Why is std.algorithm.reduce impure? (7)
Mar 06 2012 Array of derived class objects? (4)
Mar 06 2012 htod - const (6)
Mar 05 2012 How do I force something onto the heap? (need for libev) (9)
Mar 05 2012 How to check type of an object to a class name? (3)
Mar 05 2012 Translate for chars to strings (3)
Mar 05 2012 duplicate symbol linker errors, my fault or D's? (12)
Mar 05 2012 D RTTI? (10)
Mar 04 2012 Redis client (2)
Mar 04 2012 Shutting down thread with Socket blocking for connection (6)
Mar 04 2012 strange file behaviour (4)
Mar 04 2012 abstract base class and class members (9)
Mar 04 2012 Some compile time help.. (5)
Mar 04 2012 Multiple definition of .../std/regex.d.912_ModuleInfoZ (3)
Mar 03 2012 [SUCCESS] delegator (3)
Mar 03 2012 How to avoid code duplication in static if branches? (4)
Mar 03 2012 Problem when building LDC (1)
Mar 03 2012 cluster computing (1)
Mar 03 2012 Delegator (8)
Mar 03 2012 Build error about LockingTextWriter (4)
Mar 02 2012 typeof(string.front) should be char (18)
Mar 02 2012 Evaluating __FILE__ and __LINE__ of caller? (10)
Mar 02 2012 Read csv data into a struct (8)
Mar 02 2012 Define .empty property for hashes? (3)
Mar 02 2012 How to indicate that a memory block contains no GC pointers? (3)
Mar 01 2012 QR code based twitter --slightly OT (1)
Mar 02 2012 Getting the mutable version of a type (3)
Mar 01 2012 Cocoa bindings? (3)
Mar 01 2012 Char * character and string (6)
Mar 01 2012 Using lazily ? (6)
Mar 01 2012 Dumb question about git (3)
Mar 01 2012 SysTime in a Struct (9)
Mar 01 2012 Should uniform(-real.max, real.max) be inf? (5)
Feb 29 2012 Why do bitfields throw exceptions instead of wrapping? (2)
Feb 29 2012 how to use raw sockets (13)
Feb 29 2012 GUI or more human readable -profile data? (6)
Feb 29 2012 Trouble with -lib in linux "undefined reference to `_Dmain'" (3)
Feb 29 2012 More general Cartesian product (3)
Feb 29 2012 about std.csv and derived format (8)
Feb 29 2012 How can I use structs in a named enum? (8)
Feb 29 2012 Pretty fields string (3)
Feb 28 2012 passing a string with the & character as an argument (6)
Feb 28 2012 Comparison of TickDuration and StopWatch.peek (1)
Feb 28 2012 Random behavior using a wrapped C library (9)
Feb 27 2012 Reflection (8)
Feb 27 2012 Is empty array null? (5)
Feb 27 2012 Binary I/O for Newbie (13)
Feb 26 2012 class templates and static if (1)
Feb 26 2012 A very strange bug. DMD 2.058 64-bit Linux (3)
Feb 26 2012 Syntax highlighting for CodeRunner (2)
Feb 26 2012 produced binary is quite big (2)
Feb 25 2012 Make alias parameter optional? (15)
Feb 25 2012 Write struct to file (16)
Feb 25 2012 Supporting and signature-checking all foreach variations (7)
Feb 24 2012 struct init() method (14)
Feb 24 2012 Cannot cast void* to arrays..? (12)
Feb 24 2012 std.socket with GDC (6)
Feb 24 2012 Using delegates in callbacks for extern(C) functions (5)
Feb 24 2012 About CTFE and pointers (3)
Feb 24 2012 Compiling with -unittest on a c wrapper (2)
Feb 23 2012 std.net.curl not working in 2.058 for Windows (3)
Feb 23 2012 2.058 broke my build. Is this a bug? (6)
Feb 23 2012 vfprintf equivalent in D (5)
Feb 23 2012 GDC: how to link with alternate version of Phobos? (3)
Feb 23 2012 UnitTest and visual D (11)
Feb 23 2012 D runtime Garbage Collector details (4)
Feb 23 2012 Linking with d3d11.dll/lib (5)
Feb 23 2012 fedora/ldc where are druntime headers? (6)
Feb 23 2012 Pure and higher-order functions (7)
Feb 23 2012 SONAME and D (20)
Feb 23 2012 IPC: Pipes & std.process (2)
Feb 23 2012 DbC bug? (3)
Feb 23 2012 Wrapping c variadic functions (8)
Feb 22 2012 Weird opEquals Problem (1)
Feb 22 2012 D, Derelict2, and OpenGL (14)
Feb 22 2012 Alias this with array can only be used once (12)
Feb 22 2012 MySQL connection strange behavior (again...) (10)
Feb 21 2012 inout problems (4)
Feb 21 2012 Adding overloaded methods (14)
Feb 21 2012 Avoiding const? (9)
Feb 21 2012 Mixins: Using the type name to generate a method name (4)
Feb 21 2012 mixin template FAIL (10)
Feb 21 2012 delegate as memeber (19)
Feb 21 2012 Naming methods from strings using mixin (8)
Feb 21 2012 Executable size when compiling with GDC (6)
Feb 21 2012 interface final members (5)
Feb 21 2012 Compress spaces to one space (4)
Feb 20 2012 Problems linking libdl? (5)
Feb 20 2012 A inner pure function problem (3)
Feb 19 2012 Everything on the Stack (10)
Feb 19 2012 RedBlackTree.lowerBound (3)
Feb 19 2012 replacement for rfind in 2.058 (2)
Feb 19 2012 vim tips for D development (6)
Feb 19 2012 Compiling DMD on MAC OS X (5)
Feb 18 2012 Template Inheritance (14)
Feb 17 2012 temp file (4)
Feb 17 2012 Range question (1)
Feb 17 2012 Let this() figure out T implicitly? (13)
Feb 17 2012 Removing items from an Array (10)
Feb 16 2012 Flushing denormals to zero (3)
Feb 16 2012 split with delimiter (5)
Feb 15 2012 Default Implementation For an Interface (13)
Feb 15 2012 warning: size of symbol changed (5)
Feb 15 2012 Hex floats (8)
Feb 15 2012 How to get Visual D working with Derelict2? (3)
Feb 15 2012 AA's with dstring key (1)
Feb 15 2012 Const module globals and static this() (2)
Feb 15 2012 Compiling Lua for D (9)
Feb 15 2012 writeln(Range) fails on 2.058 (6)
Feb 14 2012 D for game Development (12)
Feb 14 2012 wildcard expansion for D args (2)
Feb 14 2012 Delimited strings (4)
Feb 14 2012 Anti-OOP... stupid? (18)
Feb 14 2012 More octal questions (14)
Feb 14 2012 float.nan is not itself ? (8)
Feb 13 2012 Named character entities (3)
Feb 13 2012 Chatting with a server (1)
Feb 13 2012 Instance-specific unittests (4)
Feb 12 2012 maketrans and translate (7)
Feb 12 2012 Object.factory failed with nested class (3)
Feb 12 2012 Regarding a recent copy() fix (1)
Feb 12 2012 File[string] associative array & initialization of static member (2)
Feb 12 2012 Stride (23)
Feb 11 2012 Templated aliases name in compilation error output (5)
Feb 11 2012 shifting array slices (7)
Feb 10 2012 toString multiple overrides (6)
Feb 10 2012 dmd thrashes fedora (13)
Feb 10 2012 Bug? taskPool.map() with bufSize and writeln() gets stuck (2)
Feb 10 2012 Signature conditions (6)
Feb 10 2012 Immutable immutable strings?? (3)
Feb 09 2012 Socket: The connection was reset (6)
Feb 09 2012 Compiler error with static vars/functions (2)
Feb 09 2012 Makefile, compilation and linkage (2)
Feb 09 2012 Arrays - Inserting and moving data (19)
Feb 08 2012 D at work (6)
Feb 08 2012 is this a bug? opUnary!"++" Error: var has no effect (4)
Feb 08 2012 Checking runtime object type (5)
Feb 08 2012 Event library (3)
Feb 08 2012 std.regex named matches (5)
Feb 07 2012 A GUI library to begin with (17)
Feb 07 2012 Could use some help with porting problems (4)
Feb 07 2012 How to reverse char[]? (13)
Feb 07 2012 post/pre-increment/decrement and property (5)
Feb 07 2012 For: [your code hear] (2)
Feb 07 2012 DLL Injection (17)
Feb 07 2012 Conversion to output ranges (7)
Feb 06 2012 Mixture of type tuple and expression tuple (3)
Feb 06 2012 Extra packet sent when using socket/socketstream (3)
Feb 06 2012 linux linenumbers in stacktraces and druntime/phobos debug builds.. (5)
Feb 06 2012 Pitfall (3)
Feb 06 2012 Purity and enum (4)
Feb 05 2012 Using the Variant (Setting it's memory location) (9)
Feb 05 2012 Function returning pointer to itself (2)
Feb 04 2012 Raw socket TCP/IP (11)
Feb 04 2012 What should do a D lint? (2)
Feb 04 2012 Contracts vs debug (5)
Feb 04 2012 Less typed ranges (3)
Feb 04 2012 Struct "inheritance" (16)
Feb 03 2012 Associative array literal is non-constant? (2)
Feb 03 2012 char[] and wchar[] cannot be used as OutputRange (2)
Feb 03 2012 why have protection attributes on/in interfaces abstract classes/methods (1)
Feb 02 2012 Function signature constraint syntax (3)
Feb 02 2012 linker meaning and how to compile static libs (2)
Feb 02 2012 How far can CTFE go? (10)
Feb 02 2012 i18n (13)
Feb 02 2012 Why I could not cast string to int? (53)
Feb 01 2012 Assigning to char[N] (8)
Jan 31 2012 Formatted input specifiers not implemented (1)
Jan 31 2012 Class Initialization (8)
Jan 31 2012 std.parallelism: TaskPool adjustment (1)
Jan 31 2012 regex: force entire string to match (5)
Jan 31 2012 opAssign and references (8)
Jan 31 2012 Scoped Class Instance (5)
Jan 31 2012 Structs and Classes (2)
Jan 30 2012 About to!int (6)
Jan 30 2012 RPC module for D ? (10)
Jan 30 2012 sub() in D2? (6)
Jan 30 2012 Compile Time Printing (2)
Jan 30 2012 Chained Catch Statements (15)
Jan 30 2012 combine different data type (3)
Jan 29 2012 Overriding Template Methods (4)
Jan 29 2012 Does D supply basic error codes? (5)
Jan 29 2012 Partial classes (8)
Jan 29 2012 A tutorial on D templates: updates (2)
Jan 28 2012 Char & the Extended ascii set (2)
Jan 28 2012 delete and MmFile (4)
Jan 28 2012 Missing __ModuleInfoZ symbol when using dll (1)
Jan 27 2012 It is safe to remove references to volatile? (1)
Jan 27 2012 Clutter GObject bindings (8)
Jan 26 2012 newbie confusion with arrays and structs (6)
Jan 26 2012 TypeTuple of functions (3)
Jan 26 2012 unittests running before static ctors?? (2)
Jan 26 2012 dmd & gdc (16)
Jan 26 2012 Using Clang with D (4)
Jan 25 2012 inout constructor? (4)
Jan 25 2012 GC and void* (5)
Jan 24 2012 Definition of extern(System)? (6)
Jan 25 2012 A bug due to negating object.sizeof (1)
Jan 25 2012 immutable bug? (3)
Jan 25 2012 Singleton question (shared class) (7)
Jan 24 2012 Invalid bounding interval [, ] (7)
Jan 24 2012 Meaning of const (1)
Jan 24 2012 char* to long (5)
Jan 24 2012 Proper way to work with huge binary files (3)
Jan 24 2012 Calling a C++ Object from D (6)
Jan 24 2012 dstep/internal/Reflection.d:205:0 expression "objcObject_"c == (3)
Jan 23 2012 floating-WTF (24)
Jan 23 2012 KeyType, ValueType traits for hashes (10)
Jan 23 2012 Extend Enum (4)
Jan 23 2012 Indexed foreach on struct? (8)
Jan 23 2012 actors library? (7)
Jan 22 2012 no-argument constructor: is this a bug? (2)
Jan 22 2012 eof of socketstream? (2)
Jan 22 2012 for loop (13)
Jan 21 2012 MySQL (15)
Jan 21 2012 learn D & TDPL (14)
Jan 20 2012 foreach with classes like associative array? (4)
Jan 20 2012 Merging two hashes (3)
Jan 20 2012 tdlp: higher-order functions (8)
Jan 20 2012 Passing arguments to a new thread (3)
Jan 20 2012 sameness (3)
Jan 20 2012 Strict aliasing in D (1)
Jan 19 2012 Switch and break (13)
Jan 19 2012 Changes for newer version... (3)
Jan 19 2012 Reading web pages (28)
Jan 19 2012 tdpl: function literals versus delegate lierals (4)
Jan 18 2012 strings and endianness (4)
Jan 17 2012 Pure functions and delegates (2)
Jan 17 2012 tdpl: partial ordering of functions: conflict error (1)
Jan 17 2012 lambda template literals? (5)
Jan 17 2012 Could assertThrown be made safe/trusted? (12)
Jan 17 2012 Exceptions documentation (2)
Jan 16 2012 Meaning of pure member function (5)
Jan 16 2012 Error: 'this' is only defined in non-static member functions, (16)
Jan 16 2012 Struct initialization, implicit conversions and delegates (2)
Jan 16 2012 std.stream.Stream.read([...]) matches both (1)
Jan 16 2012 Error: "template instance ... is not a template declaration, (1)
Jan 16 2012 std.math and std.mathspecial (1)
Jan 15 2012 OOP Windows (8)
Jan 15 2012 std.mathspecial conflicts with std.math (2)
Jan 15 2012 output minimal .di files? (15)
Jan 15 2012 Get name of enum val at compile-time? (8)
Jan 14 2012 Fixed matrix rows joining (5)
Jan 14 2012 Constant function/delegate literal (7)
Jan 13 2012 function pointer from DLL (2)
Jan 13 2012 std.algorithm.startsWith with maximal matching (1)
Jan 13 2012 A tutorial on D templates (16)
Jan 13 2012 Absolute beginner (12)
Jan 13 2012 const violation? (2)
Jan 13 2012 Error creating thread (4)
Jan 13 2012 Fast way to append to an SList (2)
Jan 13 2012 Streams vs ranges (3)
Jan 13 2012 CTFE and cast (4)
Jan 12 2012 Mixin on a bunch of foreach fails. (2)
Jan 12 2012 opApply with/without ref (4)
Jan 12 2012 About implicit array cast (3)
Jan 11 2012 floating point precision (3)
Jan 10 2012 Const lazy arguments? (3)
Jan 10 2012 etc.c.curl...? (3)
Jan 10 2012 import std.c.windows.windows; (7)
Jan 10 2012 Taking a function or delegate as argument. (13)
Jan 10 2012 Bad thread_attachThis() design (1)
Jan 09 2012 Problem with interfacing C code to D (7)
Jan 09 2012 Waiting around (1)
Jan 09 2012 Exceptions in safe D (5)
Jan 09 2012 How do you overload new and delete for a class? (3)
Jan 09 2012 How to get runtime args from shared static this module ctor? (3)
Jan 09 2012 std.csv (4)
Jan 09 2012 Learning With D (3)
Jan 08 2012 Ref local variables? (10)
Jan 08 2012 Object initializers (1)
Jan 07 2012 associative arrays (47)
Jan 06 2012 Is this really a bug? (3)
Jan 06 2012 Compile-time evaluation of real expressions? (12)
Jan 05 2012 MX records (1)
Jan 05 2012 Problem with Hiredis Binding (17)
Jan 04 2012 An issue with lazy delegates (4)
Jan 04 2012 out default argument of void (8)
Jan 04 2012 __gshared and static constructors (3)
Jan 04 2012 question -property (1)
Jan 03 2012 AA char[] as key (9)
Jan 03 2012 opCast!bool (5)
Jan 03 2012 Enumerating structs? (3)
Jan 03 2012 Using "in" with associative arrays and then indexing them (efficiency) (2)
Jan 02 2012 Array of array (19)
Jan 02 2012 rvalue references template ? (5)
Jan 02 2012 Nightly builds (2)
Dec 31 2011 Mixing D and C - Windows (8)
Dec 30 2011 Programming on OSX (9)
Dec 30 2011 typedef deprecated - now what ? (9)
Dec 29 2011 Bug or feature? std.c.stdlib.exit() breaks RAII (18)
Dec 21 2011 Are D classes always garbage collected? (11)
Dec 21 2011 writing iterators without code duplication. inout? (12)
Dec 14 2011 Cartesian product of ranges? (6)
Dec 01 2011 std.json dynamic initialization of JSONValue (6)
Nov 09 2011 Is there a portable way to limit memory/cpu usage of a D application? (4)
Oct 10 2011 problems with DPL example. (12)
Dec 01 2010 parse json-string - operator overload error (2)
Jul 11 2010 d compiler, Windows 7, and the new iX intel chips. (4)
Aug 13 2007 __FUNC__ in D (13)
Apr 10 2007 std.conv length=0 (7)
Other years:
2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005