news.digitalmars.com - digitalmars.D
Dec 31 2014 Naming for mixin template (1)Dec 30 2014 dconf.org site updates welcome for 2015 (1)
Dec 30 2014 It is happening again! (6)
Dec 30 2014 #code2014 (1)
Dec 30 2014 version(assert) defined variables (2)
Dec 29 2014 Aliases and UDA's (5)
Dec 29 2014 #code2014 (1)
Dec 29 2014 Current status of release (2)
Dec 29 2014 module win32.winioctl :IOCTL_STORAGE_EJECT_MEDIA' Value is Error (5)
Dec 27 2014 OT: HelenOS 0.6.0 released (5)
Dec 27 2014 Marketing D (1)
Dec 26 2014 Chapel vs D (7)
Dec 26 2014 Err compile time interpreter my function! (3)
Dec 25 2014 using unmerged PRs (4)
Dec 25 2014 Using ddmd to tighten up imports (2)
Dec 25 2014 How is the example from the main page supposed to work? (2)
Dec 25 2014 GSoC 2015 application (1)
Dec 24 2014 GBAiD (GameBoy Advance in D) (8)
Dec 24 2014 removal of dead functions and methods (11)
Dec 23 2014 Tuple opAssign type deduction (6)
Dec 23 2014 another feature added: C++ compatibility (3)
Dec 23 2014 DIP66 has been approved contingent to a few amendments as noted (54)
Dec 22 2014 Does anyone want to render D with gsource ? (6)
Dec 22 2014 Allocators stack (6)
Dec 22 2014 cross post hn: (Rust) _ _ without GC (21)
Dec 20 2014 My wish for 2015... (15)
Dec 20 2014 ot: vibe.d forum (2)
Dec 20 2014 D lang sillicon valley pre-planning meeting week of 12th (1)
Dec 20 2014 Rewrite rules for ranges (9)
Dec 20 2014 pathfinding benchmark (7)
Dec 19 2014 Update online docs? (1)
Dec 19 2014 strange bug(?) with attribute inference, need help from volunteers (1)
Dec 18 2014 allMembers returns no members for a package (8)
Dec 18 2014 Questions at D reddit (benchmarks game, D worms) (2)
Dec 18 2014 Inferred Type for Explicit Cast (33)
Dec 17 2014 Dgui Will be continue? (10)
Dec 16 2014 Variable-length delegates? (4)
Dec 15 2014 Why does std.container.BinaryHeap use RefCounted? (2)
Dec 15 2014 Intel MPX (7)
Dec 15 2014 dmd source download (1)
Dec 15 2014 Bug in compiler? (4)
Dec 15 2014 "pause" garbage collection in parallel code (11)
Dec 15 2014 Ldc vs dmd vs gdc (6)
Dec 14 2014 Caller of dynamic library crashes with SIGSEV if D code allocates (3)
Dec 14 2014 Travis-CI support for D (1)
Dec 14 2014 DUB fails to build a dynamic library on Linux (10)
Dec 14 2014 i want my bounty! (55)
Dec 13 2014 Why do you write D2 compiler using C++ language? (14)
Dec 12 2014 Adding DMDScript to dub (16)
Dec 12 2014 Posix dynamic library initialization and finalization (3)
Dec 12 2014 ICU D Wrapper (6)
Dec 12 2014 unnecessary OS redundancy in druntime (9)
Dec 11 2014 Jonathan Blow demo #2 (21)
Dec 11 2014 Error handling in DMD and Bugzilla (6)
Dec 10 2014 Checksums of files from Downloads (2)
Dec 10 2014 struct default constructor, unions and bizaro behavior. (8)
Dec 10 2014 Which optimisations are are easier or perhaps only possible in the (15)
Dec 10 2014 No runtime attribute? (10)
Dec 09 2014 Very short anonymous survey (9)
Dec 09 2014 Can we make Throwable an interface? (14)
Dec 09 2014 Invalid reference in a wikipedia - D related article (2)
Dec 08 2014 Proposal for a New Newsgroup (2)
Dec 08 2014 D3 (2)
Dec 08 2014 std.stdint seems to be an outcast? (5)
Dec 08 2014 Any SIMD experts? (21)
Dec 08 2014 DIP69: problem with scope grammar - need a new keyword (24)
Dec 08 2014 Type.stringof is removing alias and bitmanip (2)
Dec 07 2014 problem with size_t and an easy solution (45)
Dec 07 2014 Recent repetitive spam? (2)
Dec 07 2014 Fedora equivalent of D-Apt (4)
Dec 06 2014 Re: Do everything in =?utf-8?Q?Java?= =?utf-8?B?4oCm?= (1)
Dec 06 2014 Find symbol in unknown module at compile time? (12)
Dec 06 2014 D semantics, shared as a heap storage specifier (5)
Dec 05 2014 Help with d_language subreddit on Reddit (5)
Dec 05 2014 std::string responsible for half the allocations in chrome (13)
Dec 05 2014 r/rust and DIP69 (1)
Dec 05 2014 D Meetup in SF? (14)
Dec 04 2014 Review needed for the wiki - Pascal to D page (7)
Dec 04 2014 Mathematical formulae in documentation / Mathjax (1)
Dec 04 2014 Do everything in =?UTF-8?Q?Java=E2=80=A6?= (173)
Dec 04 2014 DIP69 - Implement scope for escape proof references (284)
Dec 03 2014 LogLevel [was std.experimental.logger formal review round 3] (27)
Dec 02 2014 function overloading of address (8)
Dec 02 2014 Symbol lookup rules and imports (27)
Dec 01 2014 Segmentation fault building druntime head on OS X (5)
Nov 30 2014 Reference Counting and Static Checker (8)
Nov 30 2014 can't build git head phobos (3)
Nov 30 2014 Some things from GCC 5 (3)
Nov 29 2014 Mixin declarations not showing up in ModuleInfo (11)
Nov 29 2014 Function with same name as a module name (6)
Nov 28 2014 Phobos - breaking existing code (132)
Nov 28 2014 Error: Declaration is not yet implemented in CTFE (7)
Nov 27 2014 2 types of D users, both can live together happily if we adjust (28)
Nov 27 2014 Need help deciphering posix.mak (36)
Nov 27 2014 dmd test coverage (20)
Nov 26 2014 [OT] unbelievable: #ifdef _OTHER_LIB_H (56)
Nov 25 2014 DMD hackers: pragma(address): Is this possible? (10)
Nov 24 2014 Does RTTI and exceptions work in dlls on windows? (20)
Nov 24 2014 Testing lazy ranges in post-conditions (6)
Nov 22 2014 lazy void vs int delegate() as overloads - bug or illegal use of (2)
Nov 21 2014 How to switch context from fiber to original fiber? (1)
Nov 21 2014 Comparing Parallelization in HPC with D, Chapel, and Go (20)
Nov 21 2014 "Named parameter builder" pattern for template parameters (9)
Nov 20 2014 the traits trap (5)
Nov 20 2014 Overload using nogc (9)
Nov 20 2014 Type Inference Bug? (10)
Nov 19 2014 [OT] suggestions for a programmable drone on a budget? (16)
Nov 19 2014 Rust lifetimes and collections [OT] (5)
Nov 19 2014 Documentation of DList in std.container seems to be inaccurate (5)
Nov 18 2014 GTKD2 GValue Type (14)
Nov 18 2014 AA rehash threshold (10)
Nov 18 2014 'int' is enough for 'length' to migrate code from x86 to x64 (227)
Nov 17 2014 Would you trade 0.1% in performance for a better debugging experience? (33)
Nov 17 2014 Invariant for default construction (22)
Nov 16 2014 John Carmack on Functional Programming in C++ (5)
Nov 16 2014 A different, precise TLS garbage collector? (14)
Nov 16 2014 size_t for length on x64 will make app slower than on x86? (20)
Nov 16 2014 Can't pass private symbols as alias parameter (11)
Nov 15 2014 Higgs repo link on the HN front page (1)
Nov 15 2014 Writing malformed it? (1)
Nov 15 2014 Shared library packaging issues (17)
Nov 14 2014 Ranges and Exception handling PR 2724 (15)
Nov 14 2014 Dynamic array as stack and GC.BlkAttr.APPENDABLE (17)
Nov 14 2014 D & NumPy (2)
Nov 14 2014 DMC download on main site contains wrong link.exe? (2)
Nov 14 2014 Reviewers needed (2)
Nov 13 2014 RDMD + GTKD2 (6)
Nov 13 2014 New std.range submodule (15)
Nov 13 2014 Scope and Ref and Borrowing (9)
Nov 12 2014 variable x cannot be read at compile time - how to get around this? (6)
Nov 12 2014 Byron Scott is not a fan (2)
Nov 12 2014 Microsoft now giving away VS 2013 (40)
Nov 12 2014 std.datetime, destructors, and dustmite (1)
Nov 12 2014 std.string import cleanup: how to fix regression? (9)
Nov 12 2014 Splitting stdio, etc. (9)
Nov 12 2014 either me or GC sux badly (GC don't reuse free memory) (28)
Nov 11 2014 On heap segregation, GC optimization and nogc relaxing (47)
Nov 11 2014 C++ overloaded operators and D (9)
Nov 11 2014 Strengthening contract (4)
Nov 11 2014 shared libraries on OS X (10)
Nov 10 2014 Inspecting GC memory/stats (4)
Nov 10 2014 dmc build d's obj ,get error :FIXLIB? (1)
Nov 10 2014 The relationship of invariants and alias this (8)
Nov 10 2014 Connection Problems with forum.dlang.org (5)
Nov 10 2014 Why is `scope` planned for deprecation? (136)
Nov 10 2014 Ranking Build Status of Open Source Projects (2)
Nov 10 2014 extern(C) in druntime (16)
Nov 10 2014 Wrong order of shared static dtors (4)
Nov 10 2014 DIP68: Adding nogc to types (15)
Nov 10 2014 Found by Coverty in LibreOffice (6)
Nov 10 2014 GC: memory collected but destructors not called (22)
Nov 09 2014 D 2.066.1: Assertion failure: '0' on line 2022 in file 'mtype.c' (5)
Nov 09 2014 How to let D's one module contains lots of classes. (16)
Nov 09 2014 convert static arrays to dynamic arrays and return, have wrong data. (16)
Nov 08 2014 X86 COFF format static libraries is very important for d,how to use (11)
Nov 08 2014 collectException and nothrow (4)
Nov 08 2014 Interfacing with C in 2.066.1 (13)
Nov 07 2014 D embeddable on-line compiler (2)
Nov 07 2014 Interesting stuff in pastebin (3)
Nov 07 2014 Interesting take on Rust & Go (3)
Nov 07 2014 Why is size_t not a typedef (2)
Nov 07 2014 Embedding D Shared Library in WSGI Web Server (3)
Nov 07 2014 For a long time this is the first time dmd2 trunk compiles vibe.d but (3)
Nov 07 2014 Keeping a dynamic sorted range (17)
Nov 07 2014 x64 can not run [core.thread.Fiber] (2)
Nov 06 2014 Optimization fun (9)
Nov 06 2014 Register based error-handling? (17)
Nov 05 2014 DerelictBgfx not shipping core libs. (21)
Nov 05 2014 alias foo = __traits(...) (3)
Nov 05 2014 Multiple Inhertiance? (16)
Nov 05 2014 Easy to learn how a compiler works (1)
Nov 05 2014 D hackers requested. Dancing around postblit. (6)
Nov 05 2014 New reference type designed to handle templates better (4)
Nov 04 2014 GSOC Summer 2015 - Second call for Proposals (18)
Nov 04 2014 sortOn: sorts range of aggregates by member name(s) (26)
Nov 04 2014 Compiling druntime gives error messages (7)
Nov 04 2014 "The D Programming Language: Getting Started" event (5)
Nov 04 2014 Does search work at all in forum? (2)
Nov 04 2014 Template Instantiation Bug (10)
Nov 04 2014 Library inheritance (5)
Nov 04 2014 Is this a bug? `static if` fails silently. (7)
Nov 02 2014 [OT] Swift and C (1)
Nov 02 2014 Errors when compiling (5)
Nov 02 2014 The cost of write barriers (12)
Nov 01 2014 please review site update (2)
Nov 01 2014 std.concurrency.Generator yieldAll? (3)
Nov 01 2014 Compiling with -m64 on Windows uses wrong link location (4)
Nov 01 2014 Programming Language for Games, part 3 (81)
Nov 01 2014 bug in assigning to dynamic array element (13)
Nov 01 2014 module keyword with curly brackets (23)
Oct 31 2014 Slides about profiling (on Linux) (2)
Oct 31 2014 Is 2.066.1 released? (5)
Oct 30 2014 D wrapper classes leak memory. Next steps? (22)
Oct 30 2014 Less Code Bloat from Templates (7)
Oct 29 2014 What IDE/EDITOR do you use for D? (36)
Oct 29 2014 tail const ? (5)
Oct 29 2014 UDAs grammar: <template_instance> valid? (3)
Oct 29 2014 'partial' keyword in C# is very good for project ,what's the same (32)
Oct 29 2014 'partial' in C# is very good for project ,what's the same thing in D? (1)
Oct 28 2014 Good advice from the Go team (2)
Oct 28 2014 C++ developer choices in open source projects (38)
Oct 28 2014 DIP67: Associative Ranges (18)
Oct 28 2014 Trivial (but not bikeshed please) question of (26)
Oct 27 2014 `alias newSymbol = existingSymbol` or `alias existingSymbol newSymbol` (9)
Oct 27 2014 Static arguments for Idris language (2)
Oct 27 2014 Code Coverage and SDC (2)
Oct 27 2014 Any D implementations of EB (Elastic Binary) Trees around? (1)
Oct 27 2014 toString refactor in druntime (82)
Oct 26 2014 little experiment with CTFE writef (1)
Oct 26 2014 Dub integrated into the compiler? (23)
Oct 26 2014 Fiber is better than go's goroutine? (15)
Oct 25 2014 D's New GC and Object Allocation Pools (15)
Oct 25 2014 Algorithms to solve programming contest problems (16)
Oct 25 2014 Deimos library interfaces needed for these (23)
Oct 25 2014 function pointer bug? (20)
Oct 24 2014 Change Tab Sizes in Forum Posts (8)
Oct 23 2014 D in my trashbin (49)
Oct 22 2014 Algorithms, term rewriting and compile time reflection (19)
Oct 22 2014 Value Range Propigation Spec (16)
Oct 22 2014 Library request thread (8)
Oct 21 2014 Blaming the D language (21)
Oct 21 2014 debug = x overrides command line (37)
Oct 21 2014 example of pointer usefulness in D (14)
Oct 21 2014 OT: Minecraft death by GC (35)
Oct 20 2014 Linking to other resources in the installer (4)
Oct 20 2014 What is the status of 64-bit development on Windows? (8)
Oct 20 2014 D compiler plugin like melt (1)
Oct 20 2014 D 2.0 FAQ on `shared` (9)
Oct 19 2014 Problem with spec doc? (1)
Oct 19 2014 [OT] How Blue Byte made Might & Magic Heroes Online in Flash (3)
Oct 19 2014 RFC: std.concepts (7)
Oct 19 2014 What's the difference between (15)
Oct 19 2014 cannot create account on issues.dlang.org (6)
Oct 18 2014 DMD and GtkD compilation speed and installation size (2.066.0 vs. (1)
Oct 18 2014 How C++ Builder and Delphi make use of ARC (1)
Oct 17 2014 code.dlang.org down (2)
Oct 17 2014 "BareBones" VersionCondition identifier for druntime (6)
Oct 17 2014 Parallax Propeller Microcontroller (6)
Oct 17 2014 core.thread.memcpy conflicts with core.stdc.string.memcpy (3)
Oct 17 2014 C++ Ranges proposal for the Standard Library (53)
Oct 16 2014 Postblit bug (28)
Oct 16 2014 GCC Undefined Behavior Sanitizer (35)
Oct 16 2014 Segmented stack (6)
Oct 15 2014 template constraint diagnostics (11)
Oct 15 2014 dub configuration for external dependencies (2)
Oct 14 2014 immutable and RC (2)
Oct 14 2014 Wouldn't it be nice (case range statements) (5)
Oct 14 2014 [OT] Ada gems (28)
Oct 14 2014 allMembers trait for module (1)
Oct 13 2014 Windows drivers written in D (7)
Oct 13 2014 Stats on D usage/download ? (4)
Oct 13 2014 UFCS in C++ (21)
Oct 13 2014 Will D ever get optional named parameters? (28)
Oct 12 2014 safety of Array (13)
Oct 12 2014 Refined types [almost OT] (10)
Oct 12 2014 Consistent bugs with dmd -O -inline in a large project (27)
Oct 11 2014 Why this doesn't compile? (9)
Oct 10 2014 Help with reflection? (3)
Oct 10 2014 New range SlidingSplitter (1)
Oct 10 2014 byLine/byLineCopy deprecation? (2)
Oct 09 2014 Runtime type information (3)
Oct 09 2014 PSA for D project maintainers (1)
Oct 09 2014 Make const, immutable, inout, and shared illegal as function attributes (131)
Oct 09 2014 D2 (Debian) + MSSQL (40)
Oct 08 2014 compile time configurations (3)
Oct 08 2014 Parameterized unit testing and benchmarking of phobos (19)
Oct 08 2014 Worse is better? (48)
Oct 08 2014 A Value Range Propagation usage example, and more (1)
Oct 07 2014 Using inference to build immutable data structures without using (2)
Oct 07 2014 RFC: tagged pointer (2)
Oct 07 2014 Re: Program logic bugs vs input/environmental errors (checked (1)
Oct 07 2014 On Phobos GC hunt (38)
Oct 07 2014 The pull request of the day: 3998 (8)
Oct 06 2014 GSoC 2015 has been announced (1)
Oct 06 2014 GC behavior (5)
Oct 05 2014 GDC & Pandaboard/QEMU & Framebuffer (15)
Oct 04 2014 Who pays for all this? (21)
Oct 04 2014 issues.dlang.org utilization? (2)
Oct 03 2014 No TypeTuple expansion for assert? (6)
Oct 03 2014 On exceptions, errors, and contract violations (15)
Oct 03 2014 Division by zero (10)
Oct 02 2014 scope() statements and return (75)
Oct 02 2014 D Parsing (again)/ D grammar (24)
Oct 02 2014 [OT] About time to unveil the D (4)
Oct 01 2014 Mike Acton at CppCon (prominent game-dev lecture to non-game-dev's) (2)
Oct 01 2014 std.utf.decode nogc please (12)
Sep 30 2014 How to build phobos docs for dlang.org (9)
Sep 30 2014 D Language Specification corrupted. (1)
Sep 30 2014 GC.sizeOf(array.ptr) (14)
Sep 29 2014 safe pure nothrow compiler inference (7)
Sep 29 2014 RFC: moving forward with nogc Phobos (117)
Sep 29 2014 So what exactly is coming with extended C++ support? (67)
Sep 28 2014 A different compiler written in D (3)
Sep 28 2014 tired of not having exit(code), ER proposed (3)
Sep 28 2014 [OT] Graal (next generation JIT compiler in Java) now has a product (1)
Sep 28 2014 Possible quick win in GC? (12)
Sep 27 2014 Local functions infer attributes? (44)
Sep 27 2014 Messaging (11)
Sep 27 2014 Program logic bugs vs input/environmental errors (433)
Sep 27 2014 Creeping Bloat in Phobos (76)
Sep 27 2014 issues.dlang.org is down (2)
Sep 27 2014 Why this UDP will not compile? (2)
Sep 27 2014 Dlls on Windows? (1)
Sep 27 2014 DMD 2.066 phobos looks broken too... (Was druntime) (1)
Sep 26 2014 Feedback Wanted on Homegrown nogc WriteLn Alternative (19)
Sep 26 2014 Read-only property without property (22)
Sep 26 2014 Deprecations: Any reason left for warning stage? (19)
Sep 25 2014 bugzilla refusing to reset my password (1)
Sep 25 2014 D mention on developer.apple.com (21)
Sep 25 2014 Marrying bugzilla issues with git pull requests (6)
Sep 24 2014 DIP31: compile time paradoxes defined. Requested examples added (3)
Sep 24 2014 User-defined "opIs" (10)
Sep 24 2014 DMD 2.066 druntime looks broken... (7)
Sep 24 2014 Analysis of programming languages on Rosetta (14)
Sep 24 2014 Make HTTP request without cURL/other libraries (6)
Sep 24 2014 enumerate, and some improvements (2)
Sep 23 2014 Local imports hide local symbols (19)
Sep 23 2014 Any libunwind experts n da house? (56)
Sep 23 2014 Harmonia and the GC (4)
Sep 23 2014 Re: Library Typedefs are fundamentally broken (alternate (5)
Sep 23 2014 Experimental JavaScript compiler written in D (2)
Sep 22 2014 At the language-level support for Micro-thread? (17)
Sep 22 2014 Thread GC non "stop-the-world" (29)
Sep 21 2014 D tooling: perf tool, gdb, unit tests, gcov, gprof (2)
Sep 21 2014 Last Postblit Optimization and r-value ref (1)
Sep 21 2014 Strings iteration and immutable (1)
Sep 19 2014 [Semi OT] Language for Game Development talk (131)
Sep 19 2014 RFC: reference counted Throwable (152)
Sep 19 2014 dmd: if still there (7)
Sep 19 2014 Signal flare: vibed.org throwing 500 errors (7)
Sep 19 2014 WindowsAPI as dub package (9)
Sep 18 2014 Totally bizarre error, requesting assistance (16)
Sep 18 2014 Once in a while, you got to stop complaining and say thank you. (7)
Sep 18 2014 Remove dlang.org/library/ from search results? (9)
Sep 18 2014 Defaulting delegate member variables to do-nothing stubs (2)
Sep 18 2014 Dependency management in D (20)
Sep 17 2014 Now, a critic of Stroustrup's choices (9)
Sep 16 2014 Identifier resolution, the great implementation defined mess. (46)
Sep 16 2014 Where should D programs look for .so files on Linux (by default)? (6)
Sep 16 2014 Library Typedefs are fundamentally broken (146)
Sep 16 2014 Example of the perils of binding rvalues to const ref (17)
Sep 16 2014 Flexible and efficient recursive hashing (4)
Sep 15 2014 long double in C APIs (7)
Sep 15 2014 Increasing D's visibility (63)
Sep 15 2014 Function Pointers with Type T (6)
Sep 15 2014 `Reconsidering Custom Memory Allocation` (3)
Sep 14 2014 Escaping the Tyranny of the GC: std.rcstring, first blood (178)
Sep 14 2014 Working around the 64k global types issue on windows (2)
Sep 14 2014 Early detection of type errors in templates (5)
Sep 14 2014 organization of std.numeric (2)
Sep 13 2014 releasing a d program (3)
Sep 13 2014 Stroustrup's slides about c++11 and c++14 (41)
Sep 13 2014 SO question DDT/Eclipse/OSX (2)
Sep 13 2014 Questionable undocumented inout fix (2)
Sep 13 2014 Regarding Nullables (10)
Sep 13 2014 [OT] Siemens Space experiment for using Haskell instead of C++ for (3)
Sep 13 2014 Integral literals with Exp? (10)
Sep 12 2014 Extracting string parameter from template instance received via alias (4)
Sep 12 2014 It turns out it's quite hard to have safe pure nothrow functions. Oh, (21)
Sep 11 2014 Common scope for function's in{}, out(result){} and body{} (7)
Sep 11 2014 nogc and exceptions (20)
Sep 11 2014 Better Debugging With Metaprogramming (3)
Sep 11 2014 C++/D interface: exceptions (23)
Sep 11 2014 How to build dmd with debugging symbols in Linux/x86_64? (4)
Sep 11 2014 alias two froms (11)
Sep 11 2014 std.experimental.logger: practical observations (18)
Sep 11 2014 Getting completely (I mean ENTIRELY) rid off GC (62)
Sep 10 2014 Trick for function trace printing (1)
Sep 10 2014 C++ interop - class vs struct (10)
Sep 10 2014 C++ interop - what to do about long and unsigned long? (41)
Sep 10 2014 Self-hosting D compiler -- Coming Real Soon Now(tm) (2)
Sep 10 2014 [Article] D's Garbage Collector Problem (24)
Sep 10 2014 Phobos documentation improvements (4)
Sep 10 2014 Platform specific DMD tests (9)
Sep 09 2014 RC 3 released (2)
Sep 08 2014 Why does std.concurrency.Mailbox use lists ? (11)
Sep 08 2014 nogc, exceptions, generic containers... Issues. (10)
Sep 08 2014 rvalues->ref args (10)
Sep 08 2014 rvalues->ref args (3)
Sep 08 2014 dotProduct and sum unification (6)
Sep 08 2014 Which patches/mods exists for current versions of the DMD parser? (82)
Sep 07 2014 Lieutenant needed: build and release process (51)
Sep 07 2014 Can I pass a function by parameter? (14)
Sep 07 2014 zero-ing is not enough (14)
Sep 07 2014 WhatsApp: a killer app for erlang and FreeBSD (1)
Sep 07 2014 SCons and D (1)
Sep 06 2014 rpath options to linkers, OSX issue (10)
Sep 06 2014 Fun with inout (9)
Sep 05 2014 What criteria do you take (18)
Sep 05 2014 gdc shared library build (6)
Sep 04 2014 CDGC porting: is someone still working on it? (7)
Sep 03 2014 Mono corrupted D files (16)
Sep 03 2014 [OT] GitHub now supports viewing diffs in split mode (7)
Sep 03 2014 String to binary conversion (18)
Sep 03 2014 kill the commas! (phobos code cleanup) (46)
Sep 02 2014 Some notes on performance (9)
Sep 02 2014 [OT] If programming languages were weapons (13)
Aug 31 2014 why does DMD compile "hello world" to about 500 _kilobytes_ on Mac OS (42)
Aug 31 2014 Slightly OT - Survey (3)
Aug 31 2014 Fixing Issue 1829 (1)
Aug 31 2014 Encapsulating trust (72)
Aug 31 2014 rdmd - No output when run on WebFaction (3)
Aug 30 2014 Clojure transducers (2)
Aug 30 2014 One Stop Shop? (8)
Aug 30 2014 gdmd (1)
Aug 30 2014 code cleanup in druntime and phobos (89)
Aug 29 2014 Crazy code by Adam on SO (19)
Aug 29 2014 May std.range.cycle be empty? (1)
Aug 28 2014 Why does formattedRead take a non-const ref? (4)
Aug 28 2014 Destroying structs (literally) (38)
Aug 28 2014 Friendly C link (5)
Aug 28 2014 Benchmarking build times (4)
Aug 28 2014 v2.065.zip not found (3)
Aug 28 2014 Friendly-C (26)
Aug 27 2014 git show "previous tag" (4)
Aug 27 2014 SWIG? (4)
Aug 27 2014 Bug or what? (7)
Aug 26 2014 How do I translate this bit of code from C(using pointers) to D? (4)
Aug 26 2014 [OT] Microsoft filled patent applications for scoped and immutable types (157)
Aug 26 2014 problem creating a 32-bit dll (10)
Aug 26 2014 DUB 0.9.22 RC 2 needs testing (11)
Aug 26 2014 Syntactical sugar for string templates and lambdas? (4)
Aug 25 2014 Linker error while building phobos on linux on a fresh system (4)
Aug 25 2014 Library implementation for pattern matching (5)
Aug 25 2014 Before we implement SDL package format for DUB (116)
Aug 24 2014 Convert hexadecimal to decimal (4)
Aug 24 2014 How D addresses the problem of Extending and/or Embedding other (19)
Aug 24 2014 RFC: scope and borrowing (91)
Aug 23 2014 Relaxing the definition of isSomeString and isNarrowString (40)
Aug 23 2014 Interfacing D with C and C++ (11)
Aug 23 2014 Some Notes on 'D for the Win' (22)
Aug 23 2014 Coding style on dlang.org (9)
Aug 23 2014 DUB fails with 2.067 MinType (6)
Aug 22 2014 Unused variables and bugs (20)
Aug 22 2014 Yet another victory for D (6)
Aug 22 2014 Is there a native function to detect if file is UTF encoding? (3)
Aug 22 2014 Is there any preprocessor scripting language? (4)
Aug 22 2014 Some template code that worked in 2.065 is not working in 2.066 (4)
Aug 21 2014 scope classes mentioned in tutorials, but deprecated (7)
Aug 21 2014 Linker `undefined reference` errors when using scoped imports (3)
Aug 21 2014 Shouldn't have IsAlpha() from std.uni has a different name to avoid (4)
Aug 21 2014 Communication with other languages via wrappers (5)
Aug 20 2014 Automated source translation of C++ to D (23)
Aug 20 2014 const after initialization / pointers, references and values (10)
Aug 20 2014 Simplified signatures in generated documentation (12)
Aug 19 2014 User data of epoll event is reported abnormally by epoll_wait. (7)
Aug 19 2014 Fixing C-style alias declarations. (6)
Aug 19 2014 auto ref deduction and common type deduction inconsistency (15)
Aug 19 2014 OSX, we have a problem (2)
Aug 19 2014 [wildly OT] USB->VGA's ever any good? (2)
Aug 19 2014 What does the compiler really require from the runtime? (7)
Aug 18 2014 FOSDEM'15 - let us propose a D dev room!!! (26)
Aug 18 2014 Website listing both 2.065 and 2.066? (3)
Aug 18 2014 Wrong example in 2.066 release notes (2)
Aug 18 2014 Counting D contributors (18)
Aug 18 2014 Looking for a changelog lieutenant (1)
Aug 18 2014 Why does D rely on a GC? (57)
Aug 17 2014 Won a programming contest using D - Thank you for the tool! (15)
Aug 17 2014 $250 bounty granted to Daniel. Congratulations! (1)
Aug 17 2014 $100 bounty for help with Windows Service code (22)
Aug 16 2014 From two small Rust tutorials (4)
Aug 15 2014 dsource.org (4)
Aug 15 2014 C++ template name mangling (22)
Aug 15 2014 How to declare a parameterized recursive data structure? (10)
Aug 15 2014 const int vs. int const (27)
Aug 15 2014 Basic pattern matching in C# 6 (5)
Aug 14 2014 CaseStatement specification issue (17)
Aug 14 2014 std.string.split not in http://dlang.org/phobos/std_string.html (2)
Aug 13 2014 unittesting generic functions (36)
Aug 12 2014 Table not shown in http://dlang.org/library/std/process.html (3)
Aug 12 2014 deprecation message std.process.system=>executeShell often not what's (8)
Aug 11 2014 Named Global Arrays (5)
Aug 11 2014 D LDAP library? (7)
Aug 11 2014 Fun with range deprecations (12)
Aug 11 2014 foreach without front (7)
Aug 11 2014 Google definitely =?UTF-8?Q?biased=E2=80=A6?= (15)
Aug 11 2014 Spam attack on the Wiki (12)
Aug 10 2014 Standard Input/Output (3)
Aug 10 2014 C++'s std::rotate (27)
Aug 10 2014 Duration.toTimeVal ? (following deprecation from 2.066) (1)
Aug 10 2014 DConf 2014 talks slides (11)
Aug 09 2014 proposal: allow 'with(Foo):' in addition to 'with(Foo){..}' (28)
Aug 09 2014 Struct with lambda argument causes segfault at runtime (3)
Aug 09 2014 errno_c.obj in druntime (2)
Aug 09 2014 [OT] I wrote a (better?) heap memory manager, is it good for anything? (9)
Aug 08 2014 Issue 11666: "Separation of platforms", and module declaration (4)
Aug 08 2014 Associative Ranges implementation questions (2)
Aug 08 2014 $250 bounty placed on D "with" statement issue (1)
Aug 08 2014 Bounty increased to $445 for dmd issue (4)
Aug 07 2014 Automatic Inference for Both Key and Value Types of an Associative (11)
Aug 07 2014 Behaviour of AAs after initialization (13)
Aug 06 2014 Bypassing std.concurrency.exec() (5)
Aug 06 2014 Assignment of shared values (13)
Aug 05 2014 Phobos PR: `call` vs. `bindTo` (15)
Aug 05 2014 Complete the checklist! :o) (11)
Aug 04 2014 Walter is offline for the time being (3)
Aug 03 2014 assert semantic change proposal (216)
Aug 03 2014 Any emacs expert in the house? (3)
Aug 03 2014 scope guards (32)
Aug 03 2014 And in the disruptive technologies =?UTF-8?Q?section=E2=80=A6?= (2)
Aug 03 2014 Short overview on D (14)
Aug 03 2014 std.jgrandson (75)
Aug 02 2014 Guide for dmd development Win64? (21)
Aug 02 2014 GDC UDA Attributes (was 'checkedint call removal') (1)
Aug 01 2014 Associative Ranges (14)
Aug 01 2014 gdc, ldc formulas for Homebrew? (3)
Aug 01 2014 Compare TypeTuple element with another type (8)
Jul 31 2014 readln() blocks file operations on windows (4)
Jul 31 2014 Algebraic Data Types in D? (15)
Jul 30 2014 Getting the hash of any value easily? (7)
Jul 30 2014 assume, assert, enforce, safe (251)
Jul 30 2014 How Optlink works (2)
Jul 29 2014 Optlink Contribution (23)
Jul 29 2014 opDispatch apparently has SFINAE property (1)
Jul 29 2014 discuss disqus (26)
Jul 29 2014 Case for std.experimental (27)
Jul 28 2014 Voting: std.logger (206)
Jul 28 2014 New Github Issues (23)
Jul 28 2014 Redesign of gdcproject.org (19)
Jul 27 2014 Conversion of the NPAPI (4)
Jul 27 2014 Open source Windows debugger (6)
Jul 27 2014 Currying and composition (6)
Jul 27 2014 [ABI] 128bit integers and other vendor types (28)
Jul 26 2014 What Programming Book Should I Read Next? (24)
Jul 26 2014 TypeTuple ABI mangling (8)
Jul 26 2014 Inlining of immediately called function literals (13)
Jul 26 2014 lib SDC (1)
Jul 26 2014 (Off topic) Linus on GCC v4.9 (5)
Jul 26 2014 Value ranges for slices, and more enum preconditions (3)
Jul 26 2014 What is the status of DLL programming in D 2.065? (3)
Jul 25 2014 Equivalent of DllMain for OSX dynamic libraries? (9)
Jul 25 2014 "Better C" runtime? (6)
Jul 24 2014 Setting array length to 0 discards reserved allocation? (67)
Jul 23 2014 Template argument deduction and default args (19)
Jul 23 2014 Opportunistic worst-case complexity upgrade? aka binary search with (5)
Jul 23 2014 WAT: opCmp and opEquals woes (180)
Jul 22 2014 Referencing structs in a foreach (5)
Jul 22 2014 64-bit DWT & Windows static libs (5)
Jul 22 2014 BitArray implementation issue (7)
Jul 22 2014 Repeated import qualifiers accepted (1)
Jul 22 2014 What's blocking DDMD? (45)
Jul 21 2014 __gshared this() (8)
Jul 21 2014 Stack trace linux/windows why the difference (8)
Jul 21 2014 'package' (3)
Jul 20 2014 Phobos PR 2266 blocked by ICE 12057 (2)
Jul 21 2014 Associative arrays, opCmp, opEquals and toHash in 2.066.0-b4 (13)
Jul 20 2014 Looking to hire: 2-3 programmers, candidates will likely need to (9)
Jul 20 2014 Passing static array to C variadic function (10)
Jul 20 2014 GC on Unreal Engine (3)
Jul 19 2014 [OT] Empire (3)
Jul 19 2014 Using std.conv.to with enum that is based on string type (9)
Jul 18 2014 Copying parameter lists verbatim (6)
Jul 18 2014 Bug in Array? (1)
Jul 17 2014 Naming of new lazy versions of existing Phobos functions (26)
Jul 17 2014 function default arguments depending on other arguments (5)
Jul 17 2014 Should GC.realloc(null, N) be the equivalent of GC.calloc or GC.malloc? (4)
Jul 17 2014 [OT] Uploading DConf videos (40)
Jul 17 2014 Why are the nogc crowed labeled as alarmists?!?! (14)
Jul 17 2014 static opCall 'hidden' by incompatible constructors (8)
Jul 17 2014 Encouraging memory efficiency (12)
Jul 17 2014 Implicit conversion to base interface doesn't work inside (9)
Jul 17 2014 GCs in the news (106)
Jul 16 2014 core.stdc.fenv on Win64 (2)
Jul 16 2014 Integer overflow and underflow semantics? (40)
Jul 16 2014 Ambiguous mangling of symbols declared in nested scopes (10)
Jul 15 2014 Continuous integration testing with travis and drone (10)
Jul 15 2014 Andrei at ACCU (1)
Jul 15 2014 =?UTF-8?Q?Weird=E2=80=A6?= (10)
Jul 15 2014 DIP62: Volatile type qualifier for unoptimizable variables in (107)
Jul 15 2014 D logo copyright (16)
Jul 15 2014 The Comma Operator's Deprecation Can't Come Soon Enough (36)
Jul 14 2014 LinkedIn Article to be: Why you need to start moving off C/C++ to D, (56)
Jul 14 2014 File extension of c++ files used on d compiler sources (7)
Jul 14 2014 dub freeimage package (3)
Jul 14 2014 Feynman: What Problems to Solve (2)
Jul 14 2014 D blog? (16)
Jul 14 2014 Wrapping D library with a C API (2)
Jul 13 2014 This week's pull stats (6)
Jul 13 2014 Random points from a D n00b CTO (42)
Jul 13 2014 licensing confusion :( (5)
Jul 12 2014 What is the Go/NoGo gauge for releases? (9)
Jul 12 2014 git <tag> --fubar (19)
Jul 12 2014 The constness problem (3)
Jul 12 2014 import from Internet (20)
Jul 11 2014 Any interest in detailed GC traces (4)
Jul 11 2014 Older versions of dmd (8)
Jul 11 2014 array initializers (8)
Jul 11 2014 Using D (134)
Jul 11 2014 Review: std.logger (153)
Jul 11 2014 Lexical, Syntatic and Semantic Merge of D Source Code (5)
Jul 11 2014 Need Feedback for a new book - "D Cookbook" (3)
Jul 10 2014 nogc (27)
Jul 10 2014 How can I dump an expression into log and execute it (49)
Jul 10 2014 Patching druntime to use different signals beside SIGUSR1/SIGUSR2? (3)
Jul 10 2014 Thread Attributes (8)
Jul 10 2014 Proposal for design of 'scope' (Was: Re: Opportunities for D) (36)
Jul 10 2014 Char.length (5)
Jul 10 2014 Fixed size array return (3)
Jul 09 2014 Thread-local GC? (8)
Jul 09 2014 nogc required on C API callbacks? (9)
Jul 09 2014 Go-style schedulers for C++ we should look at (2)
Jul 09 2014 Cool Stuff for D that we keep Secret (81)
Jul 09 2014 before D there was d (10)
Jul 08 2014 DIP65: Fixing Exception Handling Syntax (77)
Jul 08 2014 Opportunities for D (217)
Jul 08 2014 critique of vibe.d (61)
Jul 08 2014 For the adventurous: News from the LDC/Linux front (23)
Jul 08 2014 nogc and NSAutoReleasePool-style regions. (7)
Jul 08 2014 OT: Analog Mars? ;-) (1)
Jul 07 2014 Bottom line re GC in D (38)
Jul 07 2014 Decisions and the "preapproved" Bugzilla keyword (2)
Jul 07 2014 D language on Wired (2)
Jul 06 2014 Go vs. D vs Java 8 (13)
Jul 06 2014 Better AAs (8)
Jul 06 2014 dub shell completion (6)
Jul 06 2014 Memoization in DMD (18)
Jul 06 2014 Logic const with lazy const (3)
Jul 05 2014 redundant storage class 'const (4)
Jul 05 2014 SCons and D (2)
Jul 05 2014 DMD 2.066.0-b1 feedback (2)
Jul 04 2014 Representation of a tree (2)
Jul 04 2014 Languages for servers (Go, D, and more) (26)
Jul 03 2014 GC behavior and Allocators (9)
Jul 03 2014 GDC/ARM: Help needed: Porting std.math.internal.gammafunction (12)
Jul 03 2014 Tuples printing (3)
Jul 02 2014 Upgrading a codebase from 2.065 to 2.066 (14)
Jul 02 2014 [OT] Intel for mobile (3)
Jul 01 2014 Worrying attitudes to the branding of the D language (117)
Jun 30 2014 Bug or Feature? compile error: to!string(const Object) (11)
Jun 30 2014 bugstats.php bug graph broken (1)
Jun 30 2014 [OT] Lifetime elision proposal in Rust (& regex macro) (5)
Jun 29 2014 Auto and empty array (5)
Jun 29 2014 Update on Aurora (6)
Jun 28 2014 Cryptography and D (37)
Jun 28 2014 Android ART, some very intersting lesson we can use for D (including (2)
Jun 27 2014 [OT] The ART runtime presentation at Google I/O 2014 (4)
Jun 27 2014 typeid of an object whose static type is an interface returns the (3)
Jun 27 2014 Send file to printer in D language ( windows ) (3)
Jun 26 2014 std.math performance (SSE vs. real) (228)
Jun 26 2014 Signature constraints on templated enums and aliases? (1)
Jun 26 2014 Pair literal for D language (33)
Jun 26 2014 Bounty Increase on Issue #1325927 (13)
Jun 26 2014 Few recent dmd pull requests (34)
Jun 26 2014 Is this a bug? (7)
Jun 25 2014 Software Assurance Reference Dataset (92)
Jun 25 2014 Module level variable shadowing (26)
Jun 25 2014 Supertypes, subtypes, and more (10)
Jun 24 2014 std.file read with start position (14)
Jun 24 2014 system dlls + implib (6)
Jun 24 2014 export keyword (7)
Jun 23 2014 Stable topN? (13)
Jun 23 2014 Is void* compatible with function pointers? (13)
Jun 23 2014 Druntime DMD/LDC/GDC architecture (4)
Jun 23 2014 Time to rename "D" to " D" !? (23)
Jun 23 2014 Designing a matrix library for D (21)
Jun 23 2014 readln for tango with d2? (4)
Jun 22 2014 Package Reflection (1)
Jun 21 2014 shorter alternative of constructor with parameter (33)
Jun 21 2014 When is the new version of dub released? (4)
Jun 20 2014 Maybe another way to do compile time rewrites (4)
Jun 20 2014 Optimizing Java using D (72)
Jun 20 2014 Article on overzealous compiler optimizations (6)
Jun 20 2014 Breaking code faster and better (2)
Jun 20 2014 The Magic Forest discussion (1)
Jun 20 2014 Set-up timeouts on thread-related unittests (10)
Jun 19 2014 ANTLR grammar for D? (9)
Jun 19 2014 Bug 8859: Solaris port of the toolchain questions (1)
Jun 19 2014 Can't debug dmd binary (4)
Jun 19 2014 Thanks for the bounty! (13)
Jun 19 2014 Icons for .d and .di files (11)
Jun 19 2014 nothrow function callbacks in extern(C) code - solution (21)
Jun 19 2014 Compiler generated assertion error message (5)
Jun 19 2014 Explicitly passing `this` to methods (4)
Jun 18 2014 DSLs for high performance computing (6)
Jun 18 2014 prefix match of a regex and optimized dirEntries for regex search (4)
Jun 18 2014 Adding the ?. null verification (81)
Jun 17 2014 RFC: Value range propagation for if-else (51)
Jun 17 2014 Constant relationships between non-constant objects (24)
Jun 17 2014 Forcing opDispatch error (not SFINAE?) (7)
Jun 17 2014 Another way to do CTFE (7)
Jun 17 2014 Unnamed parameter with default value (5)
Jun 17 2014 Unicode 7.0.0 is "out" (6)
Jun 16 2014 Not initialized out argument error (27)
Jun 16 2014 GC Jitter Reduction (2)
Jun 16 2014 Where is my C++ replacement? (2)
Jun 16 2014 implicit conversion to mutable via alias this (6)
Jun 16 2014 Swift does away with pointers == pervasive ARC (80)
Jun 16 2014 D Lang Web Site (and Wiki): How many accounts must one have? (5)
Jun 16 2014 Dynamic array length ABI unit (6)
Jun 16 2014 Is D production-ready? (35)
Jun 15 2014 An LLVM bug that affect both LDC and SDC. Worth pushing for (18)
Jun 15 2014 sscanf replacement in D (3)
Jun 15 2014 DIP63 : operator overloading for raw templates (12)
Jun 15 2014 Out of sight out of mind (34)
Jun 15 2014 Why are breakpoints caught by the runtime? (9)
Jun 15 2014 Rosettacode example collection (6)
Jun 15 2014 A Perspective on D from game industry (218)
Jun 14 2014 UTF bug+proposed fix, please check (1)
Jun 14 2014 write(f)ln style exception factory (4)
Jun 14 2014 Implementing abstract methods should not require the "override" (1)
Jun 14 2014 async/await in F# (5)
Jun 13 2014 Null pointer dereferencing in D (25)
Jun 13 2014 UFCS & overloaded property getters/setters (3)
Jun 12 2014 D Logos (37)
Jun 12 2014 Druntime core.checkedint - for bearophile! (2)
Jun 12 2014 Strange issue on OSX (13)
Jun 12 2014 DGui newsgroup in Dlang (4)
Jun 12 2014 foreach (64)
Jun 12 2014 AutoTester file limit (4)
Jun 12 2014 Internal linkage - equivalent of C++ global static and anonymous (8)
Jun 11 2014 extern(Windows) behavior on non-Windows systems (15)
Jun 11 2014 Why does std.string.munch take a string ref? (6)
Jun 10 2014 std.array transition question + bug question (4)
Jun 10 2014 Getting an access violation before main starts (6)
Jun 10 2014 Compilation Time (9)
Jun 10 2014 Where is obj2asm on Windows? (6)
Jun 10 2014 Tail pad optimization, cache friendlyness and C++ interrop (96)
Jun 09 2014 About functional C++ (3)
Jun 09 2014 pyd - continuous integration (9)
Jun 09 2014 ClangIntel and D (1)
Jun 09 2014 [OT] DConf socks (10)
Jun 09 2014 Call for testers -- new next-gen random number library (3)
Jun 08 2014 Linking libraries that are written in C++ with a C interface (4)
Jun 08 2014 dlang website: remove that quick try editor (7)
Jun 08 2014 Need review: explicit package protection (17)
Jun 08 2014 Free wildcard SSL certificates for OS projects (2)
Jun 07 2014 [OT] Talks from NDC Oslo 2014 available on Vimeo (6)
Jun 06 2014 For Chuck Allison: possible homework in D (11)
Jun 06 2014 How to best translate this C++ algorithm into D? (13)
Jun 06 2014 shared Duration math (2)
Jun 06 2014 Fedora DMD package (5)
Jun 06 2014 .NET - Heap Allocations Viewer plugin (1)
Jun 06 2014 [OT] C++ the Clear Winner In Google's Language Performance Tests (2)
Jun 06 2014 D Grammar in BNF Text Form? (3)
Jun 06 2014 Just curious: who do know current purity rules? (4)
Jun 05 2014 Digital Mars purchase trouble? (6)
Jun 05 2014 cannot allocate memory in static TLS block (1)
Jun 05 2014 Is Bug 5710 likely to get fixed? (5)
Jun 05 2014 safe inference fundamentally broken (22)
Jun 05 2014 What can I do? (3)
Jun 05 2014 Make std.container.Array an output range (5)
Jun 05 2014 Will std.experimental be shipped with DMD zip package? (4)
Jun 04 2014 What's going on with std.experimental.lexer? (22)
Jun 04 2014 Swift is based LLVM,what will the D's LDC do? (63)
Jun 03 2014 Andrei on Channel 9 (4)
Jun 03 2014 Optionally strongly typed array indexes (9)
Jun 03 2014 Operator/concept interoperability (3)
Jun 03 2014 Why no contracts for release build? (11)
Jun 03 2014 (git HEAD) std.datetime spewing deprecation messages (23)
Jun 03 2014 D's gui controls need a cool control for DataBase Programming (19)
Jun 03 2014 Concurrent GC (for Windows) (20)
Jun 02 2014 [OT] Apple introduces Swift as Objective-C sucessor (66)
Jun 02 2014 Extra Carriage Returns using write (7)
Jun 02 2014 Status of getting CDGC into druntime (5)
Jun 02 2014 Linker Errors when Constructing an Immutable Struct (3)
Jun 01 2014 Performance of std.json (19)
Jun 01 2014 Casting Structs (2)
Jun 01 2014 ++x vs. atomicOp!"+="(x,1) with a shared int (4)
May 31 2014 SurveyMonkey for D users OS - Results (27)
May 31 2014 Refinement types in OCaML (1)
May 31 2014 Array bound checks removal increasing importance (41)
May 30 2014 More useful fixed-size array literals (11)
May 30 2014 core.atomic and composite types (1)
May 30 2014 1st Call for Ideas for Google Summer of Code 2015 (29)
May 30 2014 SurveyMonkey for D users OS (7)
May 30 2014 Performance (32)
May 30 2014 [OT] Extra time spent (137)
May 29 2014 =?UTF-8?Q?Re=3A_std=2Eexperimental_=E2=80=93_DConf=3F?= (1)
May 29 2014 =?UTF-8?Q?Re=3A_std=2Eexperimental_=E2=80=93_DConf=3F?= (5)
May 29 2014 =?UTF-8?Q?Re=3A_std=2Eexperimental_=E2=80=93_DConf=3F?= (2)
May 29 2014 D Users Survey: Primary OS? (61)
May 29 2014 Ref counting for CTFE? (28)
May 29 2014 Hardware Traps for Integer Overflow (8)
May 29 2014 The GC and performance, but not what you expect (41)
May 29 2014 std.experimental =?UTF-8?B?4oCT?= DConf? (39)
May 28 2014 Web based NG/forum error "Don't know how parse text/html message" (9)
May 28 2014 Some nogc text conversion in Phobos? (5)
May 28 2014 DConf Recommendation (10)
May 28 2014 NEW COMPUTER THREAD (unlock*764% (1)
May 28 2014 std.benchmark (11)
May 28 2014 Optional arguments/parameters (7)
May 28 2014 OT: but maybe still interesting - runtime c++ compilation (5)
May 28 2014 D affects others (10)
May 28 2014 RedBlackTree thin wrapper initialization (8)
May 27 2014 D Language Version 3 (17)
May 27 2014 Voldemort declarations inside structs with ctor initialization (18)
May 27 2014 System level language, GC, allocation and typeinfo (9)
May 27 2014 Questions about the scope/Exception machinery (10)
May 27 2014 Does D support plugins with dll written in D ? (4)
May 26 2014 New pointer type for GC (25)
May 26 2014 Procedural Question for Pull Requests (4)
May 26 2014 Dev. Collaboration (6)
May 26 2014 Fixing More Warnings in DMD? (10)
May 26 2014 D mention w/ LLVM on hacker news. (2)
May 26 2014 Vibe.d featured on HN frontpage - upvote to give some exposure (7)
May 25 2014 A graph data structure usable in safe pure nothrow functions (4)
May 25 2014 Pull requests with busy/unavailable authors (2)
May 24 2014 auto-tester hardware donations (6)
May 24 2014 Thanks for a great DConf (11)
May 24 2014 Suggestion/proposal regarding std.logger candidate (13)
May 23 2014 To deadalnix (8)
May 23 2014 Attaching and detaching threads from a C callee. (1)
May 23 2014 Introducing Sampling to the GC (4)
May 23 2014 Interesting Bug in D (1)
May 23 2014 Contracts: Potential for improvements (1)
May 23 2014 Why is there still a web archive for the newsgroup? (6)
May 22 2014 When the materials from dconf will be duplicated? (2)
May 22 2014 Thank you Kenji (23)
May 22 2014 Value Range Propagation with generic and specialized function (4)
May 22 2014 What's the issue(s) with scope vars? (7)
May 22 2014 Including Dub with D (34)
May 22 2014 Easy & huge GC optimizations (19)
May 22 2014 UDA from template args (1)
May 22 2014 Steve Yegge on D (3)
May 22 2014 Unnecessary Large Memory Usage of Levenshtein Distance in Phobos (8)
May 22 2014 Mozilla presentation about memory safety in Rust (3)
May 21 2014 Question for Andrei (1)
May 21 2014 Herb Sutter may talk at CppCon about adding GC to C++ (2)
May 21 2014 try to install Tango+D2 but compile with error symbol undefined (6)
May 20 2014 Mass-enabling D => License question (20)
May 20 2014 DMD generates calls to next operation (3)
May 20 2014 Things to Discuss at DConf 2014 (4)
May 20 2014 Switch to list all druntime calls? (7)
May 19 2014 current "ref" args state. (9)
May 18 2014 Structs and Interfaces in COM Bindings (5)
May 18 2014 More from C++ Now 2014 (8)
May 17 2014 D is 1337 (1)
May 17 2014 Abstract DDoc output for better document generation (5)
May 17 2014 C++ bounded::integer library (19)
May 16 2014 Chinese characters display correctly under 936 after using the (8)
May 16 2014 Associative Arrays max length? 32bit/64bit (24)
May 16 2014 New syntax proposal for template type parameter contraints (10)
May 16 2014 Does anyone know the owner of https://twitter.com/dlang_org? (3)
May 15 2014 D to ASM.js vs D to Dart (VM) (51)
May 15 2014 using AVX (2)
May 15 2014 initialization immutable array (12)
May 14 2014 DFL is really cool,Who can contact Christopher E. Miller? (18)
May 14 2014 Memory allocation purity (144)
May 14 2014 "hijackable"/"customizable" keyword for solving the "customized (16)
May 14 2014 Bug in Phobos' process.d: "Executable file not found" is supposed to (4)
May 13 2014 Learn D in x minutes (19)
May 13 2014 New opportunities for D => ASM.js (47)
May 13 2014 range behaviour (21)
May 13 2014 Optional monitors suggestion (47)
May 13 2014 Debug arguments? (8)
May 12 2014 GC experiments. Writing my own GC. (8)
May 12 2014 Some simple ideas about GC (5)
May 12 2014 borrowed pointers vs ref (44)
May 12 2014 Next step on reference counting topics (14)
May 12 2014 dmd and pkg-config (1)
May 12 2014 Druntime regression (1)
May 10 2014 radical ideas about GC and ARC : need to be time driven? (43)
May 10 2014 Add support for Dub to DWT (2)
May 08 2014 opApply and const (2)
May 08 2014 More Uniform Syntax for Operating on Types aswell as Values (1)
May 08 2014 Suggestion to implement __traits(getImports, Scope) (8)
May 08 2014 Ranges of char and wchar (27)
May 08 2014 No VisualStudio project for phobos? (2)
May 07 2014 GC removeRange/removeRoot API issue (3)
May 07 2014 Removing zlib1.dll in favor of zlib1.lib (7)
May 07 2014 From slices to perfect imitators: opByValue (39)
May 07 2014 Allocating a wstring on the stack (no GC)? (20)
May 07 2014 D and reflection (8)
May 07 2014 [OT] Go officially won't get generics (22)
May 07 2014 compare DFL with tkD and dlangui,I want to ask,what's the status of (1)
May 07 2014 From fields missing names in mailing list (4)
May 07 2014 A Briefer Syntax for Using Concepts (14)
May 06 2014 Advertising "D Cookbook" on http://dlang.org or http://wiki.dlang.org/Books (19)
May 05 2014 Porting DMD compiler to haiku OS (14)
May 05 2014 Report generator for D (9)
May 05 2014 [OT] DConf - How to survive without a car? (39)
May 05 2014 A new trait to retrieve doc comments (if available). (6)
May 05 2014 API (28)
May 05 2014 Adding a chocolatey package (6)
May 05 2014 Why not memory specific destructors? (3)
May 05 2014 Get object address when creating it in for loop (6)
May 05 2014 Thread name conflict (7)
May 04 2014 std.typed_allocator: very very very primitive tracing example (3)
May 04 2014 The announcements are lacking something... (1)
May 04 2014 Enforced nogc for dtors? (11)
May 04 2014 Scenario: OpenSSL in D language, pros/cons (26)
May 03 2014 isUniformRNG (33)
May 03 2014 [OT] Slides from 2014 International Symposium on Code Generation (3)
May 03 2014 GC vs Resource management. (23)
May 03 2014 Running Phobos unit tests in threads: I have data (31)
May 03 2014 The Current Status of DQt (44)
May 02 2014 Reopening the debate about non-nullable-by-default: initialization of (5)
May 02 2014 std.allocator: false pointers (17)
May 02 2014 HILT 2014 (2)
May 01 2014 Isolated by example (19)
May 01 2014 D equivalent of the X macro? (3)
May 01 2014 Anyone wants to show the power of D? (3)
May 01 2014 DIP(?) Warning to facilitate porting to other archs (17)
Apr 30 2014 std.allocator: primitives for helping GC (9)
Apr 30 2014 static unittest (18)
Apr 30 2014 Parallel execution of unittests (192)
Apr 30 2014 A few considerations on garbage collection (14)
Apr 30 2014 Regarding ref results (2)
Apr 29 2014 D vs Rust: function signatures (8)
Apr 29 2014 Why are immutable fields with initializers deprecated? (5)
Apr 29 2014 D For A Web Developer (138)
Apr 29 2014 More on Heartbleed and related matters (3)
Apr 29 2014 Default arguments in function callbacks not taken into account when (4)
Apr 29 2014 tuple can write [],but can't read [] (6)
Apr 28 2014 listing template function overloads for use in compile time decisions (2)
Apr 28 2014 STUN/TURN servers (5)
Apr 27 2014 DIP61: redone to do extern(C++,N) syntax (96)
Apr 27 2014 Distributing implib? (5)
Apr 26 2014 FYI - mo' work on std.allocator (53)
Apr 26 2014 possible bug in std.conv.parse (12)
Apr 26 2014 DIP61: Add namespaces to D (118)
Apr 25 2014 Issue 9148 (6)
Apr 25 2014 if Condition expression can't have function? (6)
Apr 24 2014 D UFCS anti-pattern (9)
Apr 23 2014 python vs d (79)
Apr 23 2014 Deprecating a module (4)
Apr 23 2014 Get-together on Friday (1)
Apr 23 2014 Run Doc Examples (1)
Apr 23 2014 Discusssion on the Discussion of the Design for a new GC (22)
Apr 22 2014 -nofloat flag => should we destroy it? (5)
Apr 22 2014 ContractAssertErrors? (1)
Apr 22 2014 assumeSafeAppend on slice of static array? (10)
Apr 22 2014 Compile-time memory footprint of std.algorithm (37)
Apr 22 2014 Future of D Interface Files? (2)
Apr 22 2014 What's the status of old-style operator overloads in D2? (17)
Apr 22 2014 CT info about class' children (15)
Apr 22 2014 Package permission and symbol resolution (5)
Apr 21 2014 Can't figure out how to use the compiler (6)
Apr 20 2014 tecgraf iup windows linking (2)
Apr 20 2014 On Efficient Concurrency, Sharing, Move Semantics in Rust vs D (4)
Apr 20 2014 Array's Length keep the same value on x86 and on x64 ,it will be help (3)
Apr 20 2014 Do non-member functions improve encapsulation in D? (33)
Apr 19 2014 SCons and D (2)
Apr 19 2014 Missed optimisation case - internal use of STCin (17)
Apr 18 2014 Proposal for ref counting in D - repost (2)
Apr 17 2014 Size_t on x86 is uint,on x64 is ulong,it's a good thing? (6)
Apr 17 2014 [OT] from YourNameHere via Digitalmars-d (15)
Apr 17 2014 re-open of Issue 2757 (6)
Apr 16 2014 Knowledge of managed memory pointers (15)
Apr 16 2014 Function Pointer Challenge (1)
Apr 16 2014 About the coolest tech thing I've ever seen... (2)
Apr 16 2014 A crazy idea for accurately tracking source position (5)
Apr 16 2014 Ranges again (1)
Apr 16 2014 D gc on local objects (5)
Apr 16 2014 "Spawn as many thousand threads as you like" and D (16)
Apr 16 2014 DMD coding style rules? (8)
Apr 15 2014 Not receiving emails from issues.dlang.org (3)
Apr 15 2014 XCB Bindings? (5)
Apr 15 2014 Function Literals (2)
Apr 15 2014 DIP60: nogc attribute (356)
Apr 14 2014 What's the deal with "Warning: explicit element-wise assignment..." (46)
Apr 14 2014 mail list bounces (3)
Apr 14 2014 Safe method wont check dangling pointer? (24)
Apr 14 2014 'dmd' is not recognized as an internal or external command (8)
Apr 14 2014 generic image processing library? (4)
Apr 13 2014 Bug? Please compile the code "DMD32 D Compiler v2.065" (3)
Apr 13 2014 Where the error ? (!=) (<>) (3)
Apr 13 2014 on interfacing w/C++ (14)
Apr 13 2014 gdc 2.064.2 in next Ubuntu LTS (7)
Apr 13 2014 Has anybody tried calling D from Ruby? (4)
Apr 11 2014 Shared Library, that is when ? (5)
Apr 11 2014 Heartbleed and static analysis (35)
Apr 10 2014 The " safe vs struct destructor" dilemma (20)
Apr 10 2014 Disable subscription disabling after multiple bounced emails (5)
Apr 09 2014 druntime posix .. nothrow! (7)
Apr 09 2014 Updated http://wiki.dlang.org/Debuggers (1)
Apr 09 2014 Strange Compile Error when concatenating arrays (3)
Apr 09 2014 Function hooks and calling conventions (1)
Apr 09 2014 Explicit default constructor for structs (41)
Apr 09 2014 New scope modifier "unshared" for temporary ownership of shared (2)
Apr 08 2014 Immutable cannot be casted to const when using pointers (10)
Apr 08 2014 for fun, if questionable - a heisenbug (3)
Apr 08 2014 D OpenGL wrapper (2)
Apr 08 2014 Casts and some suggestions to avoid them (11)
Apr 08 2014 Update WS2_32.lib (1)
Apr 08 2014 First coin on Golang (2)
Apr 07 2014 Use C++ exception model in D (35)
Apr 07 2014 Module access to private members of synchronized classes (2)
Apr 07 2014 A serious security bug... caused by no bounds checking. (110)
Apr 07 2014 mysql-native project's direction (Was: mysql-native: newbie questions) (1)
Apr 07 2014 Socket.receive not popping after socket is closed (2)
Apr 07 2014 Why isn't the array lenght property an lvalue? (15)
Apr 07 2014 Make std.c.windows.winsock nothrow (3)
Apr 07 2014 memcpy, memset, memcmp and friends in the D Runtime (27)
Apr 07 2014 Is it supposed to be safe to throw inside struct destructors? (4)
Apr 06 2014 How to tell if the GC is running? (6)
Apr 06 2014 Recommendation: Compile DMD with More Warnings (32)
Apr 06 2014 Typo in Types page (6)
Apr 05 2014 Get millisecond difference between 2 times (3)
Apr 05 2014 Dream Feature Regarding Default Arguments (14)
Apr 05 2014 A very fast linker to replace gcc's ld (9)
Apr 05 2014 From next C# (2)
Apr 04 2014 Problems with dlang.org ? (9)
Apr 04 2014 Linker not working under dmd (8)
Apr 04 2014 Static override? (8)
Apr 03 2014 Poll - How long have you been in D? (27)
Apr 03 2014 Announcing .NET Native Preview (2)
Apr 03 2014 sfloat24 Floating Point DataType - Request for Comments (11)
Apr 03 2014 CTFE any diagrams? (1)
Apr 02 2014 Cheaper contract checking for data structures (1)
Apr 02 2014 Specifying C++ symbols in C++ namespaces (90)
Apr 02 2014 2.065 compiler problem (5)
Apr 02 2014 PHP: fetch an URL via SSL (6)
Apr 02 2014 Another interesting hack: expand a static array into parameter (19)
Apr 02 2014 D binding to JNI (6)
Apr 02 2014 Community input for a new C binding generator project (10)
Apr 02 2014 privates and private import (4)
Apr 01 2014 [OT] Good alternative to StartSSL? (3)
Apr 01 2014 (DO NOT POST TO HACKERNEWS/REDDIT/ETC.) RFC for a Community Newsletter (35)
Apr 01 2014 Table lookups - this is pretty definitive (69)
Apr 01 2014 C++ interface. (25)
Apr 01 2014 [GDC] Evaluation order: Please update the dmd backend (19)
Mar 31 2014 Using symbol for instance variable offset (1)
Mar 31 2014 Increasing performance with static polymorphism (and other neat (14)
Mar 31 2014 New documentation layout (2)
Mar 29 2014 What would be the consequence of implementing interfaces as fat (59)
Mar 28 2014 Potential inliner simplification? (4)
Mar 28 2014 Potential bug in __traits(parent). (2)
Mar 28 2014 Warn about do nothing expressions? (34)
Mar 28 2014 Numbering compiler error messages? (58)
Mar 27 2014 macro substitution in D2 (1)
Mar 27 2014 [-profiler && std.parallelism] Error: asm statements are assumed (3)
Mar 27 2014 Annoying std.math issue (2)
Mar 27 2014 Template type deduced from struct ctor? (6)
Mar 27 2014 FreeBSD compile issue (5)
Mar 27 2014 why foreach() don't use 'auto'? (11)
Mar 26 2014 Deprecation of 'clear()' (4)
Mar 26 2014 How to create a deep copy of an associative array from within a pure (1)
Mar 26 2014 Interface D with other languages (4)
Mar 26 2014 Proper C Pointer Binding (8)
Mar 25 2014 Mutation Testing Framework ? (1)
Mar 25 2014 A nice idea to draw from (14)
Mar 25 2014 Unbuffered range interface (9)
Mar 25 2014 Microsoft makes source code for MS-DOS and Word for Windows available (1)
Mar 25 2014 Lazy mixins (6)
Mar 25 2014 GC Dependence (2)
Mar 25 2014 Changing the behavior of the comma operator (68)
Mar 25 2014 "fold": a replacement for "reduce" (52)
Mar 25 2014 Forcing weak-pure (13)
Mar 25 2014 int.stringof (2)
Mar 24 2014 Lazy private selective imports (10)
Mar 24 2014 Pull request names (17)
Mar 23 2014 A division problem (30)
Mar 23 2014 add byCodeunit, byChar, byWchar and byDchar to std.utf (1)
Mar 23 2014 Challenge: write a really really small front() for UTF8 (70)
Mar 23 2014 Should we deprecate comma? (152)
Mar 23 2014 ICE for x[] + x[] (6)
Mar 23 2014 Cross Platform GUI Development (16)
Mar 22 2014 protocol for using InputRanges (164)
Mar 22 2014 Forward Difference Compression (1)
Mar 22 2014 GTK-D / DUB errors (2)
Mar 22 2014 Facebook unveils Hack, a faster programming language to power the (9)
Mar 22 2014 [Fwd: Re: [go-nuts] Need for official package manager] (21)
Mar 21 2014 Stack trace, can we do something ? (5)
Mar 21 2014 Inline New Class (4)
Mar 21 2014 Improve D's syntax to make it more python like (67)
Mar 21 2014 New guideline to place import statements as locally as possible (4)
Mar 20 2014 Handling invalid UTF sequences (15)
Mar 20 2014 DDT in Eclipse (3)
Mar 20 2014 [Proposal] Add module for C-strings support in Phobos (22)
Mar 19 2014 Cannot cast X to Y at compile time...? (5)
Mar 19 2014 Ruby-style "each" in D? (41)
Mar 18 2014 IupSetCallback function passing (3)
Mar 18 2014 How to make a global immutable associative array? (14)
Mar 18 2014 Most basic nothrow, pure, safe functions? (32)
Mar 18 2014 Add isCopyConstructible to std.traits (1)
Mar 18 2014 A simple sieve in Phobos? (49)
Mar 17 2014 FLOSS Weekly (2)
Mar 17 2014 std.utf.toUTF16z and windows unicode path limits (5)
Mar 17 2014 Finally full multidimensional arrays support in D (17)
Mar 17 2014 A minor mention of D (5)
Mar 17 2014 Modifying user-defined attributes. UDA templates. (7)
Mar 17 2014 DIP58: ".." as a Binary Operator (21)
Mar 16 2014 Appropriateness of posts (92)
Mar 16 2014 From where come from the term "lowering"? (5)
Mar 16 2014 Replacement for Zip/Lockstep (12)
Mar 16 2014 Assault & battery on pull requests (8)
Mar 16 2014 Formal review of std.buffer.scopebuffer (32)
Mar 16 2014 Good name for f.byLine.map!(x => x.idup)? (71)
Mar 16 2014 iota steps, nothrow, naturals and more (2)
Mar 15 2014 null dereference (11)
Mar 15 2014 UFCS and delegates (10)
Mar 15 2014 Forward referencing still not working completely (1)
Mar 14 2014 FUSE bindings? (4)
Mar 14 2014 invariant constancy: revisited (7)
Mar 14 2014 double.init is nan ..? (12)
Mar 13 2014 inlining... (44)
Mar 13 2014 Compiler updating user code (24)
Mar 13 2014 Bountysource: Facebook offers additional funding for D issues (32)
Mar 13 2014 Possible change to array runtime? (29)
Mar 13 2014 Untyped string variable fails silently. No compiler warning given. (4)
Mar 13 2014 Plugins and D programs (20)
Mar 13 2014 GC high level overview/documentation? (6)
Mar 13 2014 C++ to get compile-time reflection? (4)
Mar 12 2014 UFCS should work with local symbols (1)
Mar 12 2014 Final by default? (348)
Mar 12 2014 Recent discussion about discussions (54)
Mar 12 2014 anyMemberSatisfies (1)
Mar 12 2014 Plan 9 support (5)
Mar 12 2014 dlang.sexy (16)
Mar 12 2014 Restriction on interface function types (21)
Mar 11 2014 Need help creating banner ads for Dconf 2014 (15)
Mar 11 2014 Build/install errors on Linux with LinuxBrew/HomeBrew (1)
Mar 11 2014 Remove link from github to phobos mailing list? (10)
Mar 11 2014 Broken? (101)
Mar 11 2014 [OT] Sony is making their Playstation C# tools open source (8)
Mar 10 2014 "Maybe in D3..." (5)
Mar 10 2014 Proposal for fixing dchar ranges (71)
Mar 09 2014 ddox-generated Phobos documentation is available for review (54)
Mar 08 2014 std.json API broken without notice (19)
Mar 08 2014 Callout to DMD hackers (23)
Mar 08 2014 GDL Bindings (2)
Mar 07 2014 Status of multidimensional slicing (11)
Mar 07 2014 can we get error messages from __traits(compiles)? (2)
Mar 07 2014 New feature in git-head: Uniform construction for built-in types (5)
Mar 06 2014 Major performance problem with std.array.front() (243)
Mar 06 2014 Lots of low hanging fruit in Phobos (45)
Mar 06 2014 Bug in mixins? (7)
Mar 06 2014 BerkeleyDB for D language (1)
Mar 06 2014 Remember that Go vs D MQTT thing and how we wondered about dmd vs gdc? (52)
Mar 06 2014 sha1Of() crashing and incorrect result on win64 (11)
Mar 05 2014 static switch (34)
Mar 04 2014 [OT] Wolfram Language (1)
Mar 04 2014 Sierra, a SIMD extension for C++ (2)
Mar 04 2014 Booking travel for Dconf 2014 (4)
Mar 03 2014 Our hackernews presence (23)
Mar 03 2014 proposal: OOP wrapper for ranges for easy interfacing (4)
Mar 03 2014 Philosophy of how OS API imports are laid out in druntime (37)
Mar 03 2014 DConf 2014 needs your help (1)
Mar 03 2014 super(...) in mixin template (10)
Mar 02 2014 Cross Compiler (16)
Mar 02 2014 DVB-T (1)
Mar 02 2014 version(unittest) in imported modules (6)
Mar 02 2014 list all debug / version identifiers during compile time (3)
Mar 02 2014 D, Dub and distributions (9)
Mar 02 2014 valgrind profiling unrecognized instruction (3)
Mar 02 2014 OT: clang guys postet MSVC compatibility info (16)
Mar 01 2014 David Simcha, May I have permission to document your design patterns? (1)
Feb 28 2014 More Compile-Time Reflection (4)
Feb 28 2014 [OT] Niklaus Wirth Birthday Symposium (GC languages relevant) (1)
Feb 28 2014 Checking the Return Type of a Template Alias Parameter in (6)
Feb 28 2014 Issue 3882 (2)
Feb 27 2014 Old Machines and XP for Linux(not really a D topic) (10)
Feb 27 2014 Accelerating "domain-specific languages" in CTFE (1)
Feb 27 2014 'dmd -color' flag to colorize error/warning messages (1)
Feb 27 2014 Range proposals from Eric Niebler (8)
Feb 27 2014 Safe Navigation Operator =?UTF-8?B?4oCcPy7igJ0=?= for D2 ? (43)
Feb 27 2014 Dart and D: features that could be used in D, (38)
Feb 27 2014 Surprised by hashes of arrays of arrays (4)
Feb 26 2014 better error messages on isInputRange, etc. (2)
Feb 26 2014 Minor std.stdio.File.ByLine rant (16)
Feb 26 2014 A Proposal to Add 2D Graphics Rendering and Display to C++ (6)
Feb 25 2014 DMD 2.065 release (3)
Feb 25 2014 Manual Memory Management Example for dlang.org Docs (Code Review) (5)
Feb 25 2014 Portability Function Attribute: portable (8)
Feb 25 2014 Need better COH (2)
Feb 24 2014 Top-3 for 2.066 (48)
Feb 24 2014 http://www.rust-ci.org/ (19)
Feb 24 2014 Practical Problems with distribution D projects (34)
Feb 24 2014 Differences between D2 and TDPL wiki page (3)
Feb 24 2014 Following up from the reddit announcement (13)
Feb 24 2014 sc.ini and delegates (3)
Feb 24 2014 Bool setter for std.json (12)
Feb 24 2014 Broken link on dlang.org (1)
Feb 24 2014 Some files reappearing in dlang repo that should be dead (or: stop (5)
Feb 24 2014 Cumulative (36)
Feb 23 2014 Permission to migrate "How-tos"->"Tech Tips" to the wiki (3)
Feb 23 2014 Strategy for Traction (11)
Feb 23 2014 structs as large stack allocated objects vs structs as "pass by value" (2)
Feb 23 2014 Porting my Integer Sorting Algorithms to D (12)
Feb 23 2014 DIP56 Provide pragma to control function inlining (91)
Feb 23 2014 Move some guides to the DWiki - yay or nay? (8)
Feb 23 2014 assert vs. enforce in Phobos code (6)
Feb 22 2014 Multi-associative array (6)
Feb 21 2014 Modules and debugging in DWARF (3)
Feb 21 2014 Open Source Report Card (19)
Feb 21 2014 Future of D on alternate platforms (3)
Feb 21 2014 Formal review of std.lexer (44)
Feb 20 2014 Correct comparison of signed type with unsigned type (and vice versa) (7)
Feb 20 2014 _aaLen may throw (again) on DMD git master (2)
Feb 20 2014 Repost: make foreach(i, a; range) "just work" (31)
Feb 20 2014 $ for length? (15)
Feb 19 2014 [HELP] Compile optlink's sourcecode problems (2)
Feb 19 2014 Ada conference, Ada and Spark (15)
Feb 19 2014 Allow const/immutable for normal functions, inner functions and (4)
Feb 19 2014 Azul talk about Java use in low latency trading systems. Relevant (7)
Feb 18 2014 Losing 32 bits of a void pointer (6)
Feb 18 2014 Developing Mars lander software (13)
Feb 18 2014 Safe & Performant Inter-Thread Message Passing (10)
Feb 17 2014 mysql-native: newbie questions (29)
Feb 17 2014 needed: a mac osx 10.7 or .8 box (5)
Feb 16 2014 Why is int implicitly convertible to ulong? (8)
Feb 16 2014 [Fwd: Re: [go-nuts] Re: Generics false dichotomy] (57)
Feb 16 2014 switch() (86)
Feb 16 2014 Recent improvements (16)
Feb 15 2014 Is there a reason why there's no way to manually pass args to variadic (1)
Feb 15 2014 OK to change anchor names in the language specification? (9)
Feb 15 2014 Static loops (4)
Feb 14 2014 Best practices for logical const (27)
Feb 14 2014 C++ Binding Generator (47)
Feb 14 2014 Better C++? (8)
Feb 14 2014 OS X GUI library (20)
Feb 14 2014 Arch dtools package missing dman (5)
Feb 14 2014 Object.factory and default constructor (3)
Feb 14 2014 Why are there Properties in D? (17)
Feb 13 2014 Thought on limiting scope of GC (17)
Feb 13 2014 GSoC mentorship and czardom redux. We have 12 hours. (19)
Feb 13 2014 D: pay for what you use? (25)
Feb 13 2014 Cannot resolve constant from package when used as initial parameter (2)
Feb 12 2014 Redundancy/conflicts in expression rules. (19)
Feb 12 2014 More Illuminating Introductory Code Example on dlang.org (22)
Feb 12 2014 Question: Artwork & Design (28)
Feb 12 2014 Trying Phobos some more (1)
Feb 12 2014 About: dmd-internals (1)
Feb 12 2014 Typed GC (12)
Feb 12 2014 Shared method problem (5)
Feb 12 2014 Preflight of DUB 0.9.21 (RC 3) (49)
Feb 11 2014 Facebook places two bounties on GDC issues (1)
Feb 11 2014 GSoC czardom position available (1)
Feb 11 2014 Facebook places two bounties on LDC issues (9)
Feb 11 2014 GSoC 2014: CfM (Call for Mentors) (1)
Feb 11 2014 Please contribute your ideas to http://wiki.dlang.org/GSOC_2014_Ideas (5)
Feb 11 2014 range slicing (6)
Feb 11 2014 D as A Better C? (152)
Feb 11 2014 Close D1 bugs? (41)
Feb 11 2014 Non-unittest code crashes when built in unittest mode, but not when in (3)
Feb 11 2014 Disappointing inflexibility of argument passing in D (9)
Feb 10 2014 Godot game engine now MIT licensed (4)
Feb 10 2014 DDMD as showcase? (13)
Feb 10 2014 Lists Allowing for Switching Values (3)
Feb 10 2014 One more question - an untapped audience. (58)
Feb 09 2014 DMD Win64 CRT linkage (2)
Feb 09 2014 Template declaration doesn't match (4)
Feb 09 2014 On exceptions in D (22)
Feb 09 2014 Java type annotations, multi-precision (10)
Feb 09 2014 Implicit conversion better match than exact template? (3)
Feb 09 2014 wanna bitflags support (4)
Feb 09 2014 vibe.d & exception performance (12)
Feb 08 2014 Some pulls needing review and/or approval by Walter & Andrei (3)
Feb 08 2014 External dependencies for dmd tests (6)
Feb 08 2014 sin, cos, other languages and DMD/LDC difference (7)
Feb 07 2014 is(Mutex == shared) == false? (29)
Feb 07 2014 Anonymous contributions increase bounties on D bugs (2)
Feb 07 2014 Capturing keystrokes (15)
Feb 07 2014 How to define opCast from native types (8)
Feb 07 2014 Phobos for Review: std.buffer.scopebuffer (80)
Feb 06 2014 "alias that this" or "alias this : that" (17)
Feb 06 2014 Template method and parameter const inference (2)
Feb 06 2014 void[0][string] hash = [ "text" : [] ] gives empty array. (3)
Feb 06 2014 Testing presence of member functions with same name but different (3)
Feb 06 2014 Rust brags about closed (fixed) issues in their bug tracker (16)
Feb 06 2014 Disadvantages of building a compiler and library on top of a specific (22)
Feb 06 2014 Should setDifference take a SortedRange? (2)
Feb 06 2014 List of Phobos functions that allocate memory? (200)
Feb 06 2014 let's talk about output ranges (6)
Feb 06 2014 scope escaping (23)
Feb 06 2014 Non-atomic shared allowed. (3)
Feb 06 2014 Associative array mutation of a value (7)
Feb 06 2014 Disadvantages of ARC (29)
Feb 05 2014 Ducks (4)
Feb 05 2014 Is there a way to do 2-way linking? (14)
Feb 05 2014 Updating dlang.org documentation (6)
Feb 05 2014 opAssign and template class (8)
Feb 05 2014 std.algorithm missing for_each? (13)
Feb 04 2014 Idea #1 on integrating RC with GC (243)
Feb 04 2014 Possible forward reference bug? (2)
Feb 04 2014 Enhancement 7191 - ctor opAssign - usecase (1)
Feb 04 2014 Two Questions (63)
Feb 04 2014 Side-Q: GC/ARC/Allocators - How many GC's (2)
Feb 04 2014 gdcproject pages on github (2)
Feb 03 2014 A suggestion for the shared library implementation on Linux (1)
Feb 03 2014 Non-pipeline component programming (20)
Feb 03 2014 Google Summer of Code (GSoC) 2014 (3)
Feb 03 2014 OSCON 2014: one last chance (1)
Feb 03 2014 Struct-typing in Phobos (10)
Feb 03 2014 Winsock Multicast setOption error (3)
Feb 03 2014 D web site doesn't work in IE 9 (1)
Feb 03 2014 forum broken (3)
Feb 03 2014 Disallow side effects in assert (21)
Feb 03 2014 hack on safe functions (4)
Feb 03 2014 Issue running dmd tests (2)
Feb 02 2014 Review of DIP53 (5)
Feb 02 2014 Review of DIP49 (8)
Feb 02 2014 Why is there no static contract verification? (4)
Feb 02 2014 Kai's talk at FOSDEM streaming NOW! (13)
Feb 02 2014 rubymotion, D needs to get on mobile (1)
Feb 01 2014 Idiotmatic D (29)
Feb 01 2014 RE: std.array.array broken? (7)
Feb 01 2014 GC-free techniques for a wiki page - Was: Smart pointers instead of (6)
Feb 01 2014 Compiling dmd on Windows (8)
Jan 31 2014 D Logo and Slogan (21)
Jan 31 2014 I just found dustmite... (2)
Jan 31 2014 Disallow null references in safe code? (92)
Jan 31 2014 High Res. D Logo (8)
Jan 31 2014 Multithreading and Loggers (5)
Jan 31 2014 Testing some singleton implementations (110)
Jan 30 2014 10th Birthday for GDC (29)
Jan 29 2014 Reviving YAGE (40)
Jan 29 2014 Why can't a method be virtual AND static at the same time? (14)
Jan 28 2014 Some pattern matching for the type level functions (1)
Jan 28 2014 Typed variadic template syntax? (27)
Jan 28 2014 Want your DMD to segfault? (5)
Jan 28 2014 Another question about move() (1)
Jan 28 2014 Ease of calling C code from D (13)
Jan 28 2014 mixin.stringof (1)
Jan 28 2014 Processes and Channels, cf. goroutines. (33)
Jan 28 2014 Pattern matching templates? (1)
Jan 28 2014 CoffeScript adds a modulo operator %% (3)
Jan 28 2014 Possibly a fatal DDoc regression? (4)
Jan 27 2014 DConf 2014: LAST CALL for submissions and early registration! (30)
Jan 27 2014 override deprecated (4)
Jan 27 2014 [DDMD] Reasoning behind converting new Type -> Type::create (12)
Jan 27 2014 It works! (15)
Jan 26 2014 Delegate context pointers (3)
Jan 26 2014 Why CTFE is context-sensitive? (18)
Jan 25 2014 Should unittests run as logical part of compilation? (44)
Jan 25 2014 GUI Editors for D (25)
Jan 25 2014 Weird linker error with exit code 1 (2)
Jan 25 2014 Printing type name in static assert (7)
Jan 24 2014 Python and D could work together? (7)
Jan 24 2014 A question about move() and a rant about shared (12)
Jan 24 2014 Disable warnings per import (2)
Jan 23 2014 fullyQualifiedName fails on template (10)
Jan 23 2014 Symbol Undefined _EnumWindows 12 (5)
Jan 23 2014 Conflict with private symbol from an imported module (7)
Jan 23 2014 Template specialization (3)
Jan 23 2014 symmetric signed types (39)
Jan 23 2014 How do I write a "lexer or parser generators" (6)
Jan 22 2014 Question about arrays (4)
Jan 22 2014 Automated source code translation (1)
Jan 22 2014 int** should be compatible to void**? (8)
Jan 21 2014 Current state of "D as a better C" (Windows)? (35)
Jan 21 2014 DMD via MacPorts has a problem (1)
Jan 21 2014 Object file extensions (7)
Jan 21 2014 A Tausworthe random number generator (16)
Jan 21 2014 VisualD and VS2012 (13)
Jan 20 2014 Static Analysis Tooling / Effective D (34)
Jan 20 2014 What about SharpDevelop plugin? (1)
Jan 20 2014 [OT] Good or best Linux distro? (95)
Jan 18 2014 package.d behavior (1)
Jan 19 2014 Heap allocation and internal pointers (15)
Jan 19 2014 associative and commutative properties for functions (2)
Jan 18 2014 Aurora Graphics Library Initial Design Discussion (57)
Jan 18 2014 Streaming interfaces (4)
Jan 18 2014 alias have new syntax? (9)
Jan 18 2014 Testing for RandomAccessRange on strings (2)
Jan 18 2014 CMake script for dmd source (3)
Jan 17 2014 Optional tags and attributes (17)
Jan 17 2014 D is so awesome (1)
Jan 17 2014 Possible New Purpose for D? (2)
Jan 17 2014 Up to date conformance test suite for compiler correctness? (6)
Jan 17 2014 default args for templates (11)
Jan 16 2014 Non-null objects, the Null Object pattern, and T.init (157)
Jan 16 2014 DConf 2014 proposals: two weeks left! (6)
Jan 16 2014 GDC Project Ideas wiki (1)
Jan 16 2014 another cool RTInfo trick - i want in runtime (27)
Jan 16 2014 Access modifier for extensions (8)
Jan 15 2014 operator overloading rewrite rules (3)
Jan 15 2014 Pitching D to my new team at work tomorrow: wish me luck! (6)
Jan 15 2014 extend "in" to all array types (16)
Jan 15 2014 Looking for a D DSP library (3)
Jan 14 2014 Operate with void[] (8)
Jan 14 2014 Unions with overlapping fields are not yet supported in CTFE (3)
Jan 14 2014 foreach thoughts (52)
Jan 13 2014 IRC / std.sockets question (10)
Jan 12 2014 "Programmer en D" published on dlang-fr.org (24)
Jan 12 2014 RefCounted no thread-safety? (5)
Jan 12 2014 Struck Gold (7)
Jan 11 2014 Facebook puts more bounties on dlang issues (36)
Jan 11 2014 Minor Bug (3)
Jan 11 2014 GDC and Fedora 20 (3)
Jan 11 2014 immutable bug? (33)
Jan 11 2014 Reference to DUB package list (1)
Jan 10 2014 Phobos strings versus C++ Boost (17)
Jan 10 2014 Idiomatic D (10)
Jan 10 2014 Should LLVM become the default D-lang platform? (45)
Jan 10 2014 master missing 2.064 branch commit (3)
Jan 10 2014 [Binutils support] Add demangling to libiberty (5)
Jan 10 2014 Does the dub registry at code.dlang.org have problems? (20)
Jan 10 2014 Componentizing D's garbage collector (122)
Jan 09 2014 Member-assignment for std.container.Array!Struct (4)
Jan 09 2014 How to contribute to GC? (12)
Jan 09 2014 What's going on here? (6)
Jan 09 2014 core.sys.windows.windows and TCHAR (7)
Jan 09 2014 baseName(path).startsWith(something) (9)
Jan 09 2014 ARM support (18)
Jan 09 2014 Two versions of library reference on this page (4)
Jan 09 2014 Is the D tools repository Boost licensed ? (3)
Jan 09 2014 Phobos .pdb file included in build? (3)
Jan 09 2014 Should this work? (153)
Jan 09 2014 rdmd and shebang limits (11)
Jan 08 2014 Where is contribution most needed to the D community? (17)
Jan 08 2014 Uninstall deletes user created folders too (21)
Jan 08 2014 Compile time executable calling? (11)
Jan 08 2014 Code generation DMD (1)
Jan 08 2014 microsoft release M# language (2)
Jan 08 2014 Adding Java and C++ to the MQTT benchmarks or: How I Learned to Stop (87)
Jan 07 2014 DMD JSON file reference (2)
Jan 07 2014 Declaration syntax (30)
Jan 07 2014 Windows startup docs are out of date (20)
Jan 07 2014 STACK4 and the D Programming Language (Part 1) (1)
Jan 07 2014 DConf 2014: submit!!! (5)
Jan 07 2014 A strongly pure PRNG (11)
Jan 06 2014 Take Python, add ";" and "auto", get 140x speed up ;) (2)
Jan 06 2014 pure static (8)
Jan 06 2014 std.signal : voting has begun (1)
Jan 05 2014 Understanding and new language feature proposal (7)
Jan 05 2014 Databases & daemons (4)
Jan 05 2014 Graphics Library for D (156)
Jan 05 2014 Is it possible for the deimos repositories to be added to the dub (24)
Jan 05 2014 CapNProto - fast data interchange format and capability-based RPC (1)
Jan 04 2014 Windows DMD installer/VisualD still not detecting paths correctly (1)
Jan 03 2014 D - Unsafe and doomed (119)
Jan 03 2014 OutputRanges and slicing/save() (5)
Jan 03 2014 Re: getopt upgrade (1)
Jan 02 2014 function not callable using struct constructor (7)
Jan 02 2014 F***ing captcha (11)
Jan 02 2014 Oberon overview and GC enabled system programming languages (1)
Jan 02 2014 Dynamic Library Support for D (11)
Jan 02 2014 :wq (4)
Jan 02 2014 case insensitive flag not working with replaceAll (3)
Jan 02 2014 Dlang.org - your code here (6)
Jan 02 2014 How to iterate over const(RedBlackTree)? (6)
Jan 01 2014 Encapsulate arguments (5)
Jan 01 2014 Need a collection of unique elements (like C++ std::set). (18)
Dec 31 2013 #code2013 (4)
Dec 30 2013 Accessing vtable, initialiser, etc symbols from debug (gdb) (7)
Dec 29 2013 Bug tracker counters broken (5)
Dec 29 2013 [RFC] I/O and Buffer Range (43)
Dec 29 2013 Cross referencing in Ddoc (76)
Dec 29 2013 groupBy predicates: unary, binary, or both? (8)
Dec 28 2013 Microsoft working on new systems language (100)
Dec 27 2013 std.conv.parse for user defined structs/objects (6)
Dec 26 2013 Can D be Interpreted? (24)
Dec 25 2013 D has 22 place at the Tiobe index (13)
Dec 23 2013 popcnt usage (8)
Dec 22 2013 DIP54 : revamp of Phobos tuple types (125)
Dec 18 2013 phobos dependencies (92)
Dec 15 2013 Rant on quality (12)
Dec 12 2013 GuitarHero/RockBand fans... side project anyone? (99)
Dec 10 2013 Option!T (38)
Dec 06 2013 Inherent code performance advantages of D over C? (296)
Nov 28 2013 If you had money to place for a bounty, what would you choose? (110)
Nov 24 2013 Should "std.net.curl" be moved from Phobos to Deimos? (142)
Nov 24 2013 DMD can implicitly convert class pointer to the bool. Is it bug or (81)
Nov 18 2013 std.complex (96)
Nov 14 2013 Ehem, ARM (70)
Nov 11 2013 AA literals/initialisation (41)
Nov 07 2013 Review of std.signal (78)
Nov 01 2013 D Programmer Jobs at Sociomantic Labs (87)
Oct 25 2013 Digital Mars FTP mirror (4)
Oct 25 2013 Building DFL errors. (5)
Oct 17 2013 I don't like slices in D (39)
Oct 16 2013 Optimizing a raytracer (10)
Sep 03 2013 Move dsource WindowsAPI to github? (7)
Aug 20 2013 DQuick a GUI Library (prototype) (82)
Aug 13 2013 GPGPUs (53)
Aug 10 2013 GtkD (7)
Aug 05 2013 D game development: a call to action (58)
Jun 04 2013 Closures and loop scope (27)
Apr 22 2013 rvalue references (102)
Apr 21 2013 Abstract syntax tree manipulation (13)
Apr 11 2013 PHP extension in D (9)
Mar 29 2013 DIP32: Uniform tuple syntax (66)
Mar 24 2013 Request for review - std.serialization (orange) (59)
Mar 06 2013 Optlink is on github (65)
Mar 05 2013 std.stream replacement (36)
Mar 01 2013 Error on Linux: "cannot find source code for runtime library file (6)
Feb 27 2013 Linux 64bit Calling Convention (17)
Feb 22 2013 What happened to the alias this = identifier syntax in 2.062? (27)
Feb 10 2013 We forgot to define a MIME-type for D! (18)
Feb 07 2013 emacs ddoc-mode? (3)
Jan 25 2013 Building DFL (14)
Dec 25 2012 Smart pointers instead of GC? (311)
Oct 03 2012 SHA-3 is KECCAK (28)
Sep 26 2012 dynamic library building and loading (68)
Aug 12 2012 DFL (9)
Jul 26 2012 D support in Exuberant Ctags 5.8 for Windows (22)
Jun 21 2012 Raw binary(to work without OS) in D (78)
May 04 2012 Return by 'ref' problems... (30)
Apr 08 2012 Hitchikers Guide to Porting Phobos / D Runtime to other architectures (78)
Mar 25 2012 BitC, Rust, dog food and more (18)
Mar 04 2012 std.zlib uncompress issue (3)
Feb 06 2012 std.xml and Adam D Ruppe's dom module (39)
Jan 25 2012 enum scope (45)
Dec 14 2011 64-bit DMD for windows? (83)
Nov 27 2011 struct and default constructor (34)
Nov 03 2011 More on Rust language (14)
Aug 06 2011 Run Microsoft Analyzer over dmd source code (43)
Nov 18 2010 Shared pain (20)
Jul 24 2010 Conditional purity (6)
Mar 19 2010 An idiom for disabling implicit conversions (11)
Oct 27 2008 opImplicitCast/opImplicitCastFrom (30)
Jul 26 2008 Algebraic data types (4)
Apr 05 2008 Parallel programming paper (6)
Jan 09 2007 Yet another optparse (9)
Dec 20 2004 OpenGL glext.d generator from Glew (5)
Oct 20 2004 Is rcc.exe available for download? (4)
Jul 21 2004 Cross-Platform D (25)
May 26 2004 Windows service in D (3)
Other years:
2024 2023 2022 2021 2020 2019 2018 2017 2016 2015 2014 2013 2012 2011 2010 2009 2008 2007 2006 2005 2004