www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D

Dec 30 2019    When is a dynamic array really a static array? (12)
Dec 29 2019    Function "any" doesn't work (3)
Dec 29 2019    The disadvantage of purity (6)
Dec 27 2019    Improvement to std.numeric examples in documentation (4)
Dec 27 2019    Range of enum type values (13)
Dec 26 2019    How to configure D autocompletion in Vim? (6)
Dec 26 2019    overcomming inconsistent behaviour of format for array (6)
Dec 26 2019    wrongly based (and allready merged) PRs (3)
Dec 25 2019    Nim - Introducing --gc:arc (6)
Dec 24 2019    Possible to avoid downcasting? (7)
Dec 23 2019    Anyone using Neovim? (3)
Dec 21 2019    Shouldn't body be deprecated meanwhile? (5)
Dec 20 2019    Dependent typing and Refinement Typing for D (14)
Dec 17 2019    Auckland - D Meetup 2020-01-06 (4)
Dec 17 2019    Downloading Latest D Language DMD compiler via Windows 10 batch script (12)
Dec 17 2019    Passing stack allocated string to `assert` (5)
Dec 15 2019    CI pipeline of dub is totally broken (6)
Dec 15 2019    Dfeed now supports #hashtags ! (1)
Dec 15 2019    issue 7006 - std.math.pow (integral, integral) crashes on negative (72)
Dec 15 2019    Is there any chance to introduce concepts/traits/typeClasses in dlang? (14)
Dec 14 2019    Convert int[] to custom[] (3)
Dec 13 2019    Newsgroup archives now support hashtags (7)
Dec 13 2019    Shouldn't casting an object to void* be considered safe? (25)
Dec 12 2019    Blog post: Modern garbage collection (2)
Dec 12 2019    opMixin or mixin function templates with convenience operator? (45)
Dec 12 2019    A better way to check if the gc is running (11)
Dec 11 2019    Huge improvement in error messages in recent dmd (3)
Dec 11 2019    Who to contact over code.dlang.org? (2)
Dec 11 2019    DIP 1027---String Interpolation---Community Review Round 1 (235)
Dec 10 2019    Float[] * Real is a Float[]? (8)
Dec 10 2019    Generating non-Posix docs on dlang.org (3)
Dec 10 2019    When will dmd stable branch merge back to master? (3)
Dec 10 2019    Any project started for libmongoc? (9)
Dec 08 2019    DIP 1024---Shared Atomics---Final Review (36)
Dec 07 2019    Github and enthusiasm (21)
Dec 07 2019    Another serialization topic, reduced scope (12)
Dec 07 2019    strange Bugzilla save changes behaviour (9)
Dec 06 2019    errno the ugly duckling (1)
Dec 05 2019    D code length vs other languages (22)
Dec 05 2019    std.format and uninitialized elements in CTFE (17)
Dec 05 2019    Non-transitive immutable? Read only struct. (7)
Dec 05 2019    Why there are no cryptocurrency available in D's donation page? (2)
Dec 05 2019    "The Hard Parts of Open Source" (6)
Dec 04 2019    Microsoft Project: Verona (13)
Dec 03 2019    DIP 1026---Deprecate Context-Sensitive String Literals---Community (66)
Dec 03 2019    Forward Reference Error in unittests (4)
Dec 02 2019    How do people feel about putting source compiler directives inside (45)
Nov 29 2019    Advent of bugfixes (59)
Nov 28 2019    Dustmite for C++ (4)
Nov 27 2019    Safe and C++ (3)
Nov 26 2019    CTFE in Rust nighties (5)
Nov 26 2019    "temporary" templates (22)
Nov 26 2019    New thing I learned for the day (5)
Nov 26 2019    DIP 1022---foreach auto ref---Final Review (10)
Nov 25 2019    Unreachable warning is annoying (1)
Nov 25 2019    Dub and '1.2.3' type version tags (15)
Nov 23 2019    Seastar framework design philosophy (1)
Nov 23 2019    `acos` returning `-nan`? (3)
Nov 22 2019    Advent of Code 2019 (11)
Nov 22 2019    lifetime issue: Bug or not? (13)
Nov 20 2019    sort API design (9)
Nov 19 2019    Prototype of Ownership/Borrowing System for D (96)
Nov 19 2019    Whats holding ~100% D GUI back? (68)
Nov 19 2019    Why do C++ programmers are not interested in D? (58)
Nov 18 2019    Installation failures and https (10)
Nov 17 2019    run.dlang.io dmd version < 2.086 fail (5)
Nov 17 2019    Java like class importing (5)
Nov 16 2019    Self-referential struct mixins (5)
Nov 15 2019    QtE5: How use QUiLoader for load .ui in Dlang code? (1)
Nov 15 2019    mecca fibril vs druntime fiber (2)
Nov 14 2019    Language performance benchmark be updated 2019/11/09 (23)
Nov 14 2019    I am in Seattle for a short while (1)
Nov 14 2019    testing various reals (2)
Nov 14 2019    The possibility of a DLang dynamic transfer class type and a member (4)
Nov 13 2019    Enums with Inline Subclass (4)
Nov 13 2019    GC/non-GC memory as part of data type? (9)
Nov 13 2019    The non-intrusive ad-hoc borrowing =?UTF-8?B?c2NoZW1l4oCm?= (15)
Nov 11 2019    DIP 1025--Dynamic Arrays Only Shrink, Never Grow--Community Review (118)
Nov 10 2019    Crowdfunding campaign for newCTFE (1)
Nov 09 2019    D and i/o (18)
Nov 09 2019    lineSplitter ignores the the trailing newline? (8)
Nov 08 2019    Is trusted the wrong direction? (15)
Nov 08 2019    Another use case for __traits(docComment) (44)
Nov 08 2019    GC buggy in windows? (14)
Nov 08 2019    I need "duic.cpp" already compiled for .exe for convert .ui files to (1)
Nov 07 2019    Async-await on stable Rust! (20)
Nov 07 2019    Why postblit cannot be disabled when copy ctor is defined (4)
Nov 07 2019    How to Delete Node from JSONValue? (3)
Nov 06 2019    std.json parsing issues (3)
Nov 04 2019    Is there a aws-lambda-d runtime implement ? (1)
Nov 04 2019    DUB does not run on Windows 10/64 (3)
Nov 03 2019    Elegant Project Euler Solution (7)
Nov 02 2019    Characters in D (13)
Nov 01 2019    32-bit DMD compiled programs prints "segmentation fault" (22)
Oct 31 2019    " nogc": the key for efficient low-latency GC? (2)
Oct 27 2019    Anything new about std.regex's compilation times? (6)
Oct 27 2019    Borrowing and Ownership (23)
Oct 27 2019    DIP 1024---Shared Atomics---Community Review Round 2 (7)
Oct 25 2019    Why export external(C) generate mangled names? (5)
Oct 24 2019    Template type deduction and specialization works on template alias (1)
Oct 24 2019    Need help with druntime PR 2838 (fix for issue 11725: aa.dup should (2)
Oct 24 2019    Issue 1974 - What's your opinion? (18)
Oct 23 2019    Andrei Alexandrescu needs to read this (18)
Oct 23 2019    Refreshing post on syntax errors in Elm (1)
Oct 22 2019    Rust =?UTF-8?B?4oCcaWNlIGJyZWFrZXLigJ0=?= for getting involved - can (9)
Oct 22 2019    Run and Debug button (2)
Oct 22 2019    Suggestion for a new trait: __traits(getCaptures,...) (5)
Oct 22 2019    DMD release compiler flags when building with LDC (12)
Oct 21 2019    Help needed for "recursive template expansion error" (5)
Oct 21 2019    dmd failure compiling in release mode with dub (3)
Oct 20 2019    Two possibilities of fixing format problem, which is better? (7)
Oct 20 2019    How to continue work on std.zip (11)
Oct 19 2019    Can compilation times not be sped up any further? (4)
Oct 19 2019    How about a function called contains() for the module std.array? (8)
Oct 19 2019    DIP 1022---foreach auto ref---Community Review Round 2 (14)
Oct 19 2019    On Forum Moderation (50)
Oct 18 2019    language feature usage statistics (9)
Oct 18 2019    A code example that shows why I don't like warnings (12)
Oct 17 2019    Migrate Angural JS UI to D-lang UI (2)
Oct 16 2019    ++Phobos (32)
Oct 16 2019    code.dlang.org and vibed.org down (4)
Oct 15 2019    newCTFE Status October 2019 (2)
Oct 15 2019    Feedback on =?UTF-8?B?w4F0aWxhJ3M=?= Vision for D (239)
Oct 14 2019    Is there a way i can generate TOTP in Dlang. (5)
Oct 13 2019    Asking for the opinion of DMD developers (6)
Oct 12 2019    has anyone got dmd and/or ldc working on alpine linux in docker? (6)
Oct 10 2019    Most popular programming languages 1965-2019 (visualised) (36)
Oct 10 2019    Phobos release cycle (8)
Oct 10 2019    Wanted: best way to express default expectations (15)
Oct 09 2019    druntime repo (6)
Oct 08 2019    Static linking D apps for distribution to the cloud, etc. (12)
Oct 08 2019    Hello (6)
Oct 07 2019    Nasty codegen bug (1)
Oct 06 2019    Needs pause intrinsic/wrapper in druntime, but where? (5)
Oct 06 2019    Annoying deprecation messages when using EnumMembers with enum that (14)
Oct 05 2019    (Somewhat off topic?) I talk about threading in Unreal Engine. (1)
Oct 05 2019    Status of C++ header generation PR (1)
Oct 04 2019    Dcd autocompletion is not full (1)
Oct 04 2019    Should modifying private members be system? (8)
Oct 03 2019    PGO not only for own code but for D runtime & Phobos too? (9)
Oct 02 2019    Question about WebAssembly (13)
Oct 01 2019    So what's stopping -dip1008 from going default? (2)
Oct 01 2019    mysql-native dub issue (2)
Oct 01 2019    DIP 1024--Shared Atomics--Community Review Round 1 (85)
Sep 29 2019    Issues ... Edition 87 (9)
Sep 29 2019    How to prevent DMD from changing the executable files at each (8)
Sep 26 2019    DMD downloads over HTTPS (12)
Sep 26 2019    Herb Sutter on zero cost exceptions for C++ (14)
Sep 26 2019    The Case for Writing Network Drivers in High-Level Programming (2)
Sep 25 2019    DMD git master stuck at 2.084??? (21)
Sep 25 2019    Fixing std.zip (2)
Sep 25 2019    Nim programming language finally hit 1.0 (205)
Sep 24 2019    [SAoC] MLIR Support for LDC (31)
Sep 24 2019    [SAOC] CI Project (3)
Sep 23 2019    Does any one got a harfbuzz binding? (3)
Sep 22 2019    Ranges and safe (6)
Sep 21 2019    Understanding DIP 1000 semantics -- Where's the bug? (39)
Sep 21 2019    [SAoC] Move semantics and STL containers (38)
Sep 21 2019    VIbe.d / Hunt / Actix (13)
Sep 21 2019    Visual D - option to disable error squiggles (2)
Sep 20 2019    Online programming playground (12)
Sep 19 2019    Python Heads IEEE List of Top Programming Languages (4)
Sep 19 2019    Structs are Not Plain: A call for empty struct constructors (31)
Sep 18 2019    Ranges with length that cannot be named (9)
Sep 18 2019    How much of the game "Control" was developed in D? (3)
Sep 17 2019    Why does sort not work on fixed arrays? (4)
Sep 17 2019    bug in grammar with ?: (6)
Sep 17 2019    Is there any reason why in can't work with dynamic arrays? (21)
Sep 17 2019    Mesh: a new approach to memory compaction for C/C++ (10)
Sep 16 2019    Bug in ^^ (31)
Sep 16 2019    `static switch` statement? (4)
Sep 16 2019    [SAoC] 'DPP with Linux kernel headers' Project Thread (33)
Sep 16 2019    godot-d questions (1)
Sep 16 2019    Limitations of C++ range proposal (8)
Sep 16 2019    DIP 1021--Argument Ownership and Function Calls--Final Review (64)
Sep 15 2019    [SAoC] Presentation - MLIR Support for LDC (4)
Sep 15 2019    How do I use BBCode for these forums? (4)
Sep 15 2019    UTF-8 requested. BOM is for UTF-16 (6)
Sep 13 2019    CTFE: Less Memory, More Speed! (4)
Sep 13 2019    Vitter's algorithm for random sampling (10)
Sep 11 2019    Does D have built in fixed point or decimal support ? (2)
Sep 11 2019    why array do not support gcc style Initialize way? (8)
Sep 10 2019    DIP 1020--Named Parameters--Community Review Round 2 (99)
Sep 09 2019    Color highlighting makes usage of dustmite almost impossible for (3)
Sep 09 2019    Scala Implicits Are Everywhere (3)
Sep 09 2019    How to generate class/structure from JSON? (3)
Sep 07 2019    Multiple destructors and NoGC exceptions? (3)
Sep 06 2019    DIP 1023--Resolution of Template Alias Formal Parameters in Template (33)
Sep 05 2019    Continued: Declarations of the same C struct conflict when imported (7)
Sep 05 2019    Add GC-free closures to D, similar to the ones C++ has (5)
Sep 05 2019    Hyphenation gone wild (3)
Sep 05 2019    newCTFE Status September 2019 (21)
Sep 04 2019    Adding minmaxElement to Phobos? (5)
Sep 04 2019    Incorrect rendering of minElement signature on dlang.org (1)
Sep 04 2019    Compiler emitting .h files? (7)
Sep 04 2019    Enough D programmers in Tokyo for a meet up? (9)
Sep 04 2019    Thoughts: D version 3 release strategy (1)
Sep 03 2019    GSOC 2019 (1)
Sep 02 2019    Compiling a mixed D and C++ project? (23)
Aug 31 2019    TSV Utilities on Hacker News (5)
Aug 30 2019    Graal VM (7)
Aug 28 2019    Discussion: Rvalue refs and a Move construtor for D (120)
Aug 28 2019    Statistics on how people use D (6)
Aug 28 2019    Proposal: __traits(getComment, symbol) (28)
Aug 26 2019    preparing for named arguments (15)
Aug 26 2019    Issue 809 patterns (1)
Aug 25 2019    Talk on what a systems programming language needs to replace C (62)
Aug 23 2019    C++ programmer's blog post on UFCS that doesn't mention D (1)
Aug 23 2019    DIP 1019--Named Arguments Lite--Final Review (112)
Aug 22 2019    Tutorial: Implementing CLI Subcommands with D programming language (2)
Aug 22 2019    Would it be possible to have something like this for D? (8)
Aug 19 2019    What's the difference between DMD's `-preview` and `-transition`? (3)
Aug 15 2019    newCTFE Status August 2019 (23)
Aug 15 2019    Is borrow checker the right thing for D? (12)
Aug 13 2019    [SAoC] DPP Project (3)
Aug 13 2019    Early exit error messages are unsustainable (5)
Aug 13 2019    Is Andrei Stepping Back from D? (22)
Aug 13 2019    Fix Phobos dependencies on autodecoding (89)
Aug 12 2019    D bindings for OpenCV (3)
Aug 12 2019    Heads up: macOS 10.15 requires notarized apps (9)
Aug 12 2019    std.benchmark SAOC (2)
Aug 11 2019    Poll: -od -lib -of and breaking compatibility with build tools (10)
Aug 11 2019    Cryptic bug for DMD v2.087.x (36)
Aug 11 2019    Paged Out! Call For Pages (1)
Aug 10 2019    [SAoC] New proposal: solve dependency hell for dub (6)
Aug 10 2019    D needs first-class lifetimes before it can get ownership and (8)
Aug 09 2019    Some help with core/thread refactoring (7)
Aug 08 2019    private with module name support (4)
Aug 08 2019    DIP 1022--foreach auto ref--Community Review Round 1 (36)
Aug 08 2019    OT: fixing c++ with epochs (8)
Aug 07 2019    Building C++ modules (59)
Aug 06 2019    OT: C# now has ref and const ref return (63)
Aug 06 2019    Need to find materials for new learners about this programming (12)
Aug 05 2019    Resurrecting a 2017 thread: dub and dmd as dub dependencies (4)
Aug 04 2019    Template value inference: closing the UFCS gap for template value (5)
Aug 04 2019    Howto create a gcc crosscompiler for Raspberry Pi (3)
Aug 04 2019    copy constructors need documentation (17)
Aug 04 2019    Is there a ecoji-d fork ? (5)
Aug 04 2019    SAOC Project (7)
Aug 04 2019    An example of weird template error messaging (5)
Aug 04 2019    Send/Receive bug in std.concurrency with immutable(ubyte[]) ? (6)
Aug 02 2019    How about a cross-compiler SIMD module? (7)
Aug 01 2019    OT: Some programming articles by John Carmack (4)
Aug 01 2019    compile errors in attribute-inferred code (2)
Jul 31 2019    Now that the dmd backend is in D...? (14)
Jul 31 2019    Dub for internal dependency management: Git repo as package supplier? (7)
Jul 31 2019    Copy constructors don't play with traits (3)
Jul 30 2019    We need something like source_location in D (13)
Jul 30 2019    why MemberFunctionsTuple not support struct ? (3)
Jul 29 2019    outcome of each dconf2019 talk (6)
Jul 28 2019    Immutable associative arrays should allow reassignment; hear me out! (2)
Jul 28 2019    void* pointers get corrupted: D bug or misunderstanding? (21)
Jul 28 2019    Audio Library or Wrapper for use with GtkD? (5)
Jul 27 2019    Can a programming language be written that makes it impossible to (8)
Jul 27 2019    Error: protection attribute `package(a.b.c)` does not bind to one of (1)
Jul 27 2019    ICE handling is still terrible (12)
Jul 27 2019    Error: C++ base class needs at least one virtual function (5)
Jul 27 2019    Optional and orElse: design feedback/critique? (21)
Jul 27 2019    Minimal druntime? (19)
Jul 26 2019    Initializing an Immutable Field with Magic: The "Fake Placement New" (14)
Jul 26 2019    Question/Request For run.dlang.io (3)
Jul 25 2019    The year is 2019 (34)
Jul 25 2019    DMD or LDC on mobile (45)
Jul 25 2019    Windows devs - how are you building dmd, druntime, phobos? (30)
Jul 24 2019    Need A D Developer - "Find Memory Leak in D Language Linux App (must (2)
Jul 23 2019    extern(C) names are being mangled; that's crazy, Walter says I'm crazy (33)
Jul 23 2019    Why Rust for safe systems programming? (11)
Jul 23 2019    There's a problem in the D economic system (54)
Jul 23 2019    You know how I was saying in my DConf talk... (35)
Jul 23 2019    my wish list (1)
Jul 23 2019    D-ark corners - algorithms, ranges, and auto ref - best practices (14)
Jul 20 2019    Catch div 0 (4)
Jul 18 2019    dlang github trending (3)
Jul 18 2019    Could D have fit Microsoft's needs? (94)
Jul 16 2019    [GSoC] Header Generation for C/C++ (64)
Jul 15 2019    License (2)
Jul 15 2019    DIP 1021--Argument Ownership and Function Calls--Community Review (72)
Jul 13 2019    Today's weird D edge case (8)
Jul 13 2019    code.dlang.org offline (1)
Jul 12 2019    Task Scheduler / Task Queues/Cron jobs tool (1)
Jul 11 2019    Processing the D coverage lst files (1)
Jul 11 2019    D1 operator overloads have been deprecated. (23)
Jul 11 2019    Q on efficient network data handling (2)
Jul 11 2019    DIP1014, DIP1000 and use-after-move bugs (5)
Jul 10 2019    Why is vibe.d still performing bad in benchmarks? (22)
Jul 09 2019    using the compiler without GC (11)
Jul 09 2019    Big Data Ecosystem (8)
Jul 07 2019    talks from IRC (7)
Jul 07 2019    Slicing, not as modern as you thought (8)
Jul 07 2019    Heads up: D doesn't work on macOS Catalina (10.15) (3)
Jul 07 2019    [Proof of Concept] Unity scripting with D (4)
Jul 05 2019    Why MapResult.empty() is not const in Phobos? (7)
Jul 05 2019    dmd host compiler (9)
Jul 05 2019    Oracle support in D? (5)
Jul 04 2019    More forums? (11)
Jul 04 2019    [spec] Is the process for updating the spec working? (3)
Jul 02 2019    bool <=> int. WTF. (DIP0015) (30)
Jul 02 2019    linking error (2)
Jul 01 2019    D modeling (20)
Jun 30 2019    Quantum Superposition Observed in DMD at Compile Time (9)
Jun 30 2019    Is there a aws-lambda-d runtime implement ? (6)
Jun 29 2019    Why not extend do to allow unicode in ID's? (16)
Jun 29 2019    GUI Library (5)
Jun 28 2019    Why D languiage creator decided to NOT fix this? (5)
Jun 28 2019    Fastest Prime Sieve, in D (3)
Jun 28 2019    SIMD-specialized overloads of Phobos algorithms (9)
Jun 28 2019    Bugzilla 18439 not actually fixed in DMD 2.086.1? (3)
Jun 28 2019    malloc (2)
Jun 26 2019    Vibe.d - Custom serialization policy (4)
Jun 25 2019    missing form field when registering dub package (1)
Jun 24 2019    bug in mixin template elision (3)
Jun 24 2019    Multiple delegates, contextual delegates (6)
Jun 23 2019    Peeking concurrency messages (7)
Jun 22 2019    D mixin expansion too verbose (1)
Jun 22 2019    Compiler bug (4)
Jun 21 2019    What would a minimal subset of D look like? (26)
Jun 20 2019    run.dlang.io: copy to clipboard button (3)
Jun 20 2019    assign value to *this like in c++? (6)
Jun 19 2019    Status of std.serialization? (8)
Jun 18 2019    Things I learned the hard way (13)
Jun 17 2019    Very limited shared promotion (76)
Jun 17 2019    Is there going to be a survey this year? (8)
Jun 16 2019    How to make Rust trait like feature in dlang ? (15)
Jun 16 2019    ctor not inhrited in a classes (3)
Jun 15 2019    Has D succeeded? (Unpopular opinion but I think yes) (2)
Jun 15 2019    Multiple alias this, what's the hold up? (51)
Jun 14 2019    Can you reproduce this threading bug? (8)
Jun 14 2019    Initial Windows experience (7)
Jun 13 2019    Lookhead for nested functions (6)
Jun 13 2019    Struggling to implement parallel foreach... (60)
Jun 13 2019    Weird codegen bug (9)
Jun 12 2019    Vote for D! (3)
Jun 11 2019    GC and RC (3)
Jun 11 2019    Proposing std.typecons : Optional (with PR) (21)
Jun 09 2019    Any way to get file/line for symbol declaration? (12)
Jun 09 2019    Can we just have struct inheritence already? (118)
Jun 08 2019    "string interpolation" (9)
Jun 08 2019    Why is char initialized to 0xFF ? (15)
Jun 07 2019    Instructions for selecting another GC (11)
Jun 07 2019    "Why there is no good library Head Const in D?" answered (2)
Jun 07 2019    GC behavior (8)
Jun 07 2019    Notarization is required by default in macOS 10.15 (4)
Jun 06 2019    Looking for resources on interpreter design (8)
Jun 06 2019    How to preserve function parameters scopeness (5)
Jun 05 2019    DIP 1019--Named Arguments Lite--Community Review Round 2 (111)
Jun 04 2019    Extend with to take multiple arguments (12)
Jun 04 2019    [GSoC] Reference-Counted Data Structures for D (7)
Jun 03 2019    gRPC / http2 (14)
Jun 03 2019    Nightly builds stopped? (1)
Jun 03 2019    Why is Base64 considered range of ubytes? (3)
Jun 03 2019    std.MmFile.Mode.readCopyOnWrite documentation/implementation (2)
Jun 02 2019    Inject in to object (4)
Jun 01 2019    [spec] Second attempt to revise the Introduction (1)
May 31 2019    [GSoC] 'Independency of D from the C Standard Library' progress and (65)
May 31 2019    Annoying toHash warnings (1)
May 30 2019    [spec?] Traits (4)
May 30 2019    Where are we on getting rid of Nullable's alias this? Was that (5)
May 30 2019    Web-based game written in D (8)
May 29 2019    static foreach nogc (9)
May 29 2019    Casting arrays (3)
May 29 2019    DConf Videos, Why? (22)
May 29 2019    The D homepage (5)
May 29 2019    [GSoC] Dataframes for D (49)
May 29 2019    Best interface for memcpy() (and the string.h family of functions) (24)
May 29 2019    [GSoC] "Language Server Protocol in D" - progress and update thread (7)
May 28 2019    System programming in D (3)
May 28 2019    Bug fix over a year old (25)
May 28 2019    Overloading based on attributes - is it a good idea? (43)
May 28 2019    [GSoC] 'Replace Runtime Hooks with Templates' progress and update (20)
May 27 2019    I wonder how fast we'd do (23)
May 27 2019    List of Pango-available Fonts on a Mac? (8)
May 27 2019    Surfing on wave.. WASM (26)
May 26 2019    [OT] eBay SIGIR 2019 eCommerce Search Challenge (1)
May 26 2019    move semantics are a mess (7)
May 26 2019    Custom Type Unions (2)
May 25 2019    copy-ctor's (18)
May 25 2019    Program crash, crashes debugger (2)
May 25 2019    file and debug info all in one place? (6)
May 25 2019    Statement "goto" between functions (5)
May 24 2019    Issue 5710 (2)
May 23 2019    printf() metaprogramming challenge (36)
May 23 2019    Using non-copyable types (7)
May 22 2019    DMD supports ranges, but druntime can't see them? (13)
May 22 2019    Success! Find is slow no more (8)
May 22 2019    dmd out of memory compiling vibed project (16)
May 20 2019    [spec] What's in a name? (7)
May 19 2019    Auto returntype (8)
May 19 2019    Named unittests and __traits(getModules) (24)
May 19 2019    We already have --DRT-run-unittests. It's -unittest -main. Simple! (5)
May 19 2019    [spec] Phases of translation (17)
May 18 2019    nogc exceptions? (7)
May 18 2019    Interesting article and discussion about Python's standard library (22)
May 18 2019    [spec, CC Dibyendu Majumdar] Should static foreach be in under (6)
May 18 2019    Regression with alias parameter matching (4)
May 18 2019    [DIP] Resolution of Alias Template Parameters in Function Templates (16)
May 17 2019    built-in script with expression trees or AST (1)
May 17 2019    [spec] Setting expectations (1)
May 17 2019    Expceptions with -m32mscoff (1)
May 17 2019    Vulkan Tutorial Code uploaded to Github (9)
May 16 2019    [spec] Ddoc generator issue? (10)
May 16 2019    Official DLang logo re: Google? (11)
May 15 2019    Regression 19701 - LLD fails to link (2)
May 15 2019    Just sayin', fwiw... (12)
May 15 2019    [spec] Some thoughts on introduction chapter (1)
May 15 2019    [spec] Looking for a write-up on the grammar notation (6)
May 15 2019    [spec] Examples of language specifications (4)
May 15 2019    Help cross compiling with LDC (3)
May 15 2019    Can Walter stop living in the future? (meta) (16)
May 15 2019    Timestamping as a solution to versioning hell (4)
May 14 2019    WhatsApp BO critical security vulnerability (13)
May 14 2019    [spec] Numbered chapters (8)
May 14 2019    [spec] Small or large updates (3)
May 14 2019    Warnings in dub docs build (2)
May 14 2019    ProtoObject and comparison for equality and ordering (88)
May 14 2019    New operators opStaticIndex and friends (24)
May 14 2019    Possible regression in latest? dmd with inherited inner classes (3)
May 14 2019    std.experiemental (9)
May 14 2019    Is it possible to have a new forum for D Language Specification Text? (4)
May 13 2019    Linker error cross compiling for raspberry pi (8)
May 13 2019    D Language Specification (16)
May 13 2019    newCTFE Status May 2019 (4)
May 13 2019    D metaclass stuff vs C++23 (4)
May 12 2019    The D AGM (24)
May 11 2019    [your code here] (1)
May 11 2019    [your code here] (1)
May 11 2019    Shared (30)
May 10 2019    Github introduces package registry (3)
May 10 2019    DConf 2019 - Will the AGM be streamed? (2)
May 09 2019    Thoughts about "Compile-time types" talk (36)
May 09 2019    Lightning talk ABC Bitcoin: Tooling (2)
May 09 2019    NNTP server doesn't seem to work (2)
May 08 2019    Paged Out! Call For Pages (3)
May 08 2019    Can D's Garbage Collector be Very Fast? (8)
May 08 2019    why compiler try use my sqrt not std.math? (10)
May 07 2019    Copy constructor hell (14)
May 07 2019    Post conf games? (1)
May 07 2019    [OT] London (5)
May 06 2019    Thoughts about unittest run order (12)
May 05 2019    [OT] Granny-friendly Linux Distros? (71)
May 04 2019    auto auto tail (5)
May 04 2019    Is there something better for D than Doxygen? (4)
May 04 2019    The dlang bot should always try to rebase on ~master before merge (2)
May 03 2019    [your code here] (1)
May 03 2019    [your code here] (5)
May 03 2019    [your code here] (1)
May 03 2019    GCC with D have been finally been released. (24)
May 03 2019    [your code here] (1)
May 02 2019    Potential regression? (7)
May 02 2019    Why I'm skeptical of auto-formatting (8)
May 02 2019    How do you guys collaborate on your own projects (at work, private, (3)
May 02 2019    "Stop Designing Languages. Write Libraries Instead." (24)
Apr 30 2019    [off-topic/joke] Why is C# in the D Major Scale? (7)
Apr 29 2019    std/package.d - better unittests (2)
Apr 27 2019    Does D have equivalent of Java util.concurrent? (22)
Apr 27 2019    Libdparse with DMD frontend (5)
Apr 25 2019    allow spawn to use delegates (1)
Apr 25 2019    Call to action: Vote for D support for Codeingame (4)
Apr 25 2019    Array of RefCounted objects (1)
Apr 24 2019    Incomplete idea for safe enhancement (6)
Apr 22 2019    Speed up compilation (3)
Apr 22 2019    debugger (9)
Apr 21 2019    Any estimates on having exceptions in betterC? (16)
Apr 21 2019    [OT] =?UTF-8?B?4oCcUmFpc2U=?= the nose, (27)
Apr 20 2019    function vs. delegate in a unittest (7)
Apr 20 2019    Is any one has https://github.com/joakim-noah/android/ fork ? (5)
Apr 19 2019    Static data and GC (2)
Apr 18 2019    DIP1014 implement status ? (6)
Apr 17 2019    Nasty corner case behaviour (8)
Apr 17 2019    Where is D language? (6)
Apr 17 2019    Removing Phobos dependencies from dmd test suite (4)
Apr 16 2019    Problem with C++ ranges also exhibited by D (7)
Apr 15 2019    ` safe` by default. What about ` pure` and `immutable` by default? (32)
Apr 15 2019    dub -> meson (19)
Apr 15 2019    Does D use zero-cost exceptions? (12)
Apr 15 2019    Public Private members? (7)
Apr 14 2019    The code is not encapsulated when... (1)
Apr 14 2019    forum thread-search feature (2)
Apr 14 2019    DUB - call to arms (120)
Apr 14 2019    MinGW 6.0.0 libraries for DMD (7)
Apr 14 2019    Make an all in one distribution bundle (4)
Apr 12 2019    Helping with __mutable (which will be renamed to __metadata) (36)
Apr 12 2019    Has D failed? ( unpopular opinion but I think yes ) (212)
Apr 10 2019    [gsoc] Thanks to all your great GSoC proposals! (4)
Apr 10 2019    Determine if a type if derived from a template parameter (9)
Apr 09 2019    Try/Catch with version condition (11)
Apr 09 2019    DIP for multiple auto ref values (11)
Apr 09 2019    The Proper Use of Exception Chaining: Caught between two conflicting (8)
Apr 08 2019    food for thought - swift 5 released - bottom types, string (108)
Apr 08 2019    Druntime git HEAD broke array ops (3)
Apr 08 2019    std.traits.ParameterDefaults implementation (4)
Apr 08 2019    File.seek() offset parameter should be enum, not int. (3)
Apr 08 2019    Working on mir_rcarray and mir_shared_ptr: two wrong-code issues. (1)
Apr 07 2019    What is D? (11)
Apr 05 2019    dub: excluding some source files from build (9)
Apr 05 2019    [GSOC] Persistent Data Structures detailed information (9)
Apr 04 2019    [GSoC 2019] Interested in Baremetal D Runtime and project ideas (45)
Apr 04 2019    Language Versioning (3)
Apr 04 2019    DConf 2019 Hack day (4)
Apr 03 2019    IOS platform support is very important (10)
Apr 03 2019    I give up! I tried to create a reflection library but D's traits are (14)
Apr 02 2019    Dconf AGM draft agenda (14)
Apr 02 2019    Why can we not use __traits across protection? (7)
Apr 02 2019    Compiler Bug (7)
Apr 02 2019    RT/CT Type (8)
Apr 01 2019    rdmd problem (12)
Apr 01 2019    Linker can't link functions from advapi (15)
Mar 31 2019    Forum is broken (6)
Mar 31 2019    Private Nested Classes? (5)
Mar 31 2019    DIP 1020--Named Parameters--Community Review Round 1 (71)
Mar 31 2019    C++ Programs and GUIs (2)
Mar 30 2019    super simple code, super slow to compile (3)
Mar 30 2019    A fork in the road (1)
Mar 30 2019    Suggestions regarding writing proposal for GSoC (1)
Mar 30 2019    Replying to Threads from Firefox on Windows 10 (7)
Mar 29 2019    `ref T` should be a type!! (64)
Mar 28 2019    Knowing the approximative complexity of the code (2)
Mar 28 2019    [GSoC] Improved FlatBuffers and/or Protobuf Support ~ Binary (11)
Mar 27 2019    Feedback: using D in production for 3D products (7)
Mar 27 2019    Consolidating overloads in Phobos (1)
Mar 27 2019    More complexity creep in Phobos (24)
Mar 26 2019    [gsoc] Prerequisite Skills for Persistent Data Structures Project (2)
Mar 26 2019    Binding rvalues to ref parameters redux (43)
Mar 26 2019    A few measurements of stat()'s speed (11)
Mar 26 2019    Problems with -checkaction=context (9)
Mar 25 2019    Uniform Inheritance Transformation (2)
Mar 25 2019    A Riddle: what is wrong with this code using std.array.Appender? (12)
Mar 24 2019    Idea: Thread-global versions of memoize (1)
Mar 22 2019    Vibe.d WebSockets crashing the thread (9)
Mar 22 2019    [gsoc] (1)
Mar 22 2019    GSoC project (3)
Mar 22 2019    [gsoc] Frequently asked questions (7)
Mar 21 2019    auto decoding / [OT] swift 5 defaults to utf-8, gets rid of auto (4)
Mar 21 2019    [GSoC] Trying to find a good topic (23)
Mar 21 2019    [gsoc] On account of getting review on my idea for GSOC'19 (5)
Mar 21 2019    Alias this property for getter and setter? (2)
Mar 20 2019    Can we make mixin applications first class at the type level? (12)
Mar 20 2019    D-man license (5)
Mar 20 2019    Unable to create a betterC DLL on Windows. (4)
Mar 19 2019    Trying to add C++ header generation to dmd (6)
Mar 19 2019    shared - no read/write access (31)
Mar 19 2019    Dlang (1)
Mar 19 2019    Google open-sources project for sandboxing C/C++ libraries on Linux (2)
Mar 19 2019    What did I miss? (1)
Mar 19 2019    [gsoc] Mir project (7)
Mar 19 2019    GSoC leaderboard (5)
Mar 18 2019    DIP1000 finds stack corruption bug in std.socket (13)
Mar 18 2019    Generality creep (176)
Mar 16 2019    The state of string interpolation...one year later (25)
Mar 16 2019    priveliged instruction (2)
Mar 16 2019    [gsoc] graph library (6)
Mar 16 2019    Build failure in the latest dmd with dub (5)
Mar 16 2019    Compilation speed bechmark (3)
Mar 15 2019    Why can't I give a function's return type the scope storage class? (19)
Mar 15 2019    gsoc 2019 application (2)
Mar 15 2019    Season of Docs (20)
Mar 14 2019    New fluent asserts library for D (5)
Mar 14 2019    Diet template syntax highlighting / alternatives? (4)
Mar 14 2019    callStructDtorsDuringGC rt flag is going to go (1)
Mar 14 2019    Log rotation in mongodb (2)
Mar 13 2019    [gsoc] D Language Server protocol based on the DMD frontend (13)
Mar 13 2019    A bank for the wealth of D (3)
Mar 12 2019    GSoC idea for interprocess library in D (12)
Mar 12 2019    Is this a DMD bug, or correct behavior? (3)
Mar 12 2019    memory management and the standard library (33)
Mar 12 2019    Where is std.math.expi? (3)
Mar 11 2019    String Interpolation Poll (4)
Mar 11 2019    Should we deprecate callStructDtorsDuringGC? (2)
Mar 10 2019    Assistance with >~95% CPU usage when calling pread64 when using LUKS (5)
Mar 10 2019    2019 Roadmap / vision ? (9)
Mar 10 2019    Anyone interested in the dlang.cn domains? (11)
Mar 09 2019    Scope Containers (27)
Mar 08 2019    dpaste.dzfl.pl is down (4)
Mar 08 2019    [gsoc] Regarding "Persistent Data Structures" (3)
Mar 07 2019    [gsoc] DMD - Ideas (20)
Mar 06 2019    I create docker images for dmd / ldc / gdc to docker hub website. (1)
Mar 06 2019    Anyone using nogc exceptions (-dip1008)? (7)
Mar 05 2019    Postfix type notation - readability and parsing? (18)
Mar 05 2019    Formal optional interfaces (3)
Mar 04 2019    Better error messages - from reddit (50)
Mar 04 2019    Running unittests with optimizations enabled (1)
Mar 03 2019    New flag -checkaction=context makes asserts unpure (3)
Mar 03 2019    static foreach / iterate over all consts in a module? (6)
Mar 03 2019    extern(C++) documentation missing (9)
Mar 02 2019    BetterC working on AVR! (And a question about D) (2)
Mar 02 2019    About D and a gratitude (6)
Mar 01 2019    How to pass default arguments in a compile time sequence? (3)
Mar 01 2019    How to amend an existing DIP? (4)
Mar 01 2019    Ruby bindings against D (1)
Feb 28 2019    [OT] Application case study comparing Java, Go, and C++ (5)
Feb 28 2019    [gsoc] DUB - Ideas (54)
Feb 28 2019    Want for permition to contributing (3)
Feb 28 2019    Thoughts about std.experimental.all? (11)
Feb 28 2019    DIP 1018--The Copy Constructor--Final Review (14)
Feb 27 2019    [your code here] (1)
Feb 27 2019    Efficient Symmetric level-index arithmetic in D? (9)
Feb 27 2019    [OT] Unity's HPC# (37)
Feb 26 2019    State of DIP 1000 (5)
Feb 26 2019    The DIP Process (101)
Feb 26 2019    Running vibe.d tutorial on Windows? (7)
Feb 25 2019    Doubt about this Forum (12)
Feb 25 2019    Inline optimization (5)
Feb 25 2019    DUB package management UI (1)
Feb 24 2019    Make DMD emit C++ .h files same as .di files (28)
Feb 24 2019    Alias this, templates and Algebraic - regression or expected behavior? (2)
Feb 24 2019    Few concept for dconf 2019 logos (19)
Feb 24 2019    Is overriding dependency prodivers considered bad practice? (5)
Feb 20 2019    From C to D: issue with arguments for core.stdc.string.memcpy (4)
Feb 20 2019    Memory leak in foreach (12)
Feb 19 2019    dmd -run fails with Nix on macOS Mojave (11)
Feb 19 2019    std.complex missing functionality (2)
Feb 17 2019    Digital Mars (1)
Feb 17 2019    dmd 2.084.1: scanmach.d fails to build with 2.084, will there be a (1)
Feb 16 2019    2.085-beta / nightly regression uda inside union breaks default (5)
Feb 15 2019    DIP 1019--Named Arguments Lite--Community Review Round 1 (108)
Feb 14 2019    D grammar is Wild (5)
Feb 13 2019    static if AssignExpression (4)
Feb 12 2019    70 percent of all security bugs are memory safety issues (3)
Feb 12 2019    Interesting memory safety topic (7)
Feb 12 2019    dlangui - Manipulating Menu Font Size (1)
Feb 12 2019    Severe 2.084 regression when using staticArray on array of struct with (30)
Feb 11 2019    templating opEquals/opCmp (e.g. for DSL/expression templates) (37)
Feb 11 2019    Is the `in` operator safe? (4)
Feb 11 2019    2.084 CTFE regression (1)
Feb 10 2019    Release the following tools as open source: obj2asm, dumpobj and (1)
Feb 09 2019    GIO bindings? (3)
Feb 08 2019    Nothing type/value aka Unit (9)
Feb 07 2019    poor codegen for abs(), and div by literal? (11)
Feb 06 2019    Unit tests, asserts and contradictions in the spec (20)
Feb 05 2019    newCTFE Status Feburary 2019 (3)
Feb 04 2019    foreach counter now must be size_t ? (48)
Feb 03 2019    Both safe and wrong? (29)
Feb 01 2019    The issue with D... (53)
Feb 01 2019    Convenient debug printing (27)
Jan 31 2019    scope(failure) compiles but is not called if it inside of block (5)
Jan 30 2019    throw new RangeError() prevents algorithm.iteration from being nogc (2)
Jan 30 2019    template syntax (26)
Jan 29 2019    DConf 2019 (19)
Jan 29 2019    Package functions cannot be abstract?! (9)
Jan 29 2019    [your code here] (13)
Jan 29 2019    newCTFE a "funny" bug (7)
Jan 29 2019    Cached property (translate Python -> D) (7)
Jan 28 2019    D Compiler Bug? (23)
Jan 28 2019    Type to represent URIs? (8)
Jan 28 2019    Thanks D, You Made Me Win A Coding Challenge (6)
Jan 26 2019    Template constructor instantiation syntax remains unresolved (2)
Jan 24 2019    The Tail Operator '#' enables clean typechecked builders with minimal (5)
Jan 24 2019    Inline Operator from Function. (8)
Jan 24 2019    The default can be used as a property is very bad design. (3)
Jan 24 2019    Proposed change to Deimos rules (3)
Jan 24 2019    Thick bingings and Deimos (8)
Jan 23 2019    Write to stdin, read from stdout of a spawn command (a library) (4)
Jan 23 2019    D libraries in other languages (5)
Jan 22 2019    non-global template fix POC WIP (8)
Jan 22 2019    A multi-language library (5)
Jan 22 2019    Automatic initialization of variables in C++ experiences (1)
Jan 22 2019    Corrupt Unwinding on Errors (4)
Jan 20 2019    CTFE bug? (3)
Jan 19 2019    Access to intersection fields of an algebraic data type (4)
Jan 19 2019    template parameter list syntax (14)
Jan 19 2019    Would love to override default ctor of struct (27)
Jan 19 2019    Speeding up importing Phobos files (87)
Jan 19 2019    Creat Virtual files (3)
Jan 18 2019    #dbugfix 15136 (5)
Jan 18 2019    I can crash program (core.exception.InvalidMemoryOperationError) by (13)
Jan 18 2019    `with` across function calls (15)
Jan 18 2019    Template mixin statements? (4)
Jan 18 2019    OT: zero template for Parcel and Vue Element UI (1)
Jan 17 2019    Is there a tool like BTrace? (1)
Jan 17 2019    December 17 Running vibe.d tutorial on Windows? (7)
Jan 16 2019    enum str = "abc"; vs string str = "abc"; (13)
Jan 16 2019    Getting started with GSoC 2019 (6)
Jan 15 2019    Style: On capital letters in names (3)
Jan 15 2019    Adding a D backend to GNU Bison (2)
Jan 15 2019    The worst D code you'll ever see (4)
Jan 15 2019    DIP 1017--Add Bottom Type--Final Review (172)
Jan 14 2019    __traits(compiles, ...) with syntax errors (20)
Jan 14 2019    "with" statement and opDispatch() (3)
Jan 14 2019    Tending packages in dub registry (5)
Jan 13 2019    is `allMembers` useless for modules? (11)
Jan 13 2019    User-defined template error messages (5)
Jan 13 2019    newCTFE Status Janurary 2018 (9)
Jan 12 2019    My late christmas present for you: context-aware assertion error (28)
Jan 10 2019    D support for GNOME Builder (7)
Jan 10 2019    Exclusive Imports (3)
Jan 10 2019    Add Darwin for dub macros? (5)
Jan 09 2019    Improvements to the annotation functionality (5)
Jan 09 2019    Dropping support for OSX 32 bit (15)
Jan 09 2019    Using DigitalOcean Droplet With D.? (3)
Jan 08 2019    Named constructors (55)
Jan 08 2019    Debugging help for generating docs in a simple SCOD/DUB project (5)
Jan 08 2019    Tuple Syntax (2)
Jan 08 2019    Botan does not build with DMD 2.084. Is it still alive? (11)
Jan 07 2019    I'm blocked, help me! (3)
Jan 06 2019    C++? D! (2)
Jan 06 2019    Idea: Implement Concurrent GC on the windows Platform (4)
Jan 06 2019    Where to publish an article about D software? (6)
Jan 05 2019    What's the go with the GC these days? (92)
Jan 05 2019    core.traits? (45)
Jan 04 2019    Boost licensed implementation of Fabian Loitsch's Grisu-algorithm (12)
Jan 04 2019    DMD no longer requires libstdc++ (3)
Jan 04 2019    Order of Static Construction (9)
Jan 03 2019    A trick to control the key ordering of JSONValue.toString (2)
Jan 03 2019    D import idiom compilation time (42)
Jan 02 2019    Confusing "Error: only one index allowed to index [...]" (10)
Dec 31 2018    Seeking advice on programming style (3)
Dec 29 2018    Modern C++ Lamentations (82)
Dec 28 2018    Time to start compiling with -dip25 (17)
Dec 27 2018    Better string mixins (44)
Dec 25 2018    CloudABI support? (3)
Dec 18 2018    DIP 1018--The Copy Constructor--Community Review Round 1 (50)
Dec 15 2018    forum service is not available? (13)
Dec 06 2018    Removing Meson as way of building dcd, d-scanner, etc (18)
Dec 05 2018    The state of string interpolation (151)
Nov 30 2018    Origins of the D Programming Language (90)
Sep 29 2018    DIP 1014 (55)
Sep 10 2018    Mobile is the new PC and AArch64 is the new x64 (84)
Aug 13 2018    dub is not able to install any package (6)
Aug 04 2018    Implement a file system for use in embedded systems (5)
Jul 18 2018    dlang.slack.com (6)
May 23 2018    Tiny D suitable for embedded JIT (15)
Mar 19 2018    #dbugfix Issue 5710 (18)
Feb 17 2018    Status of nogc with the runtime (16)
Oct 24 2017    Note from a donor (321)
Sep 30 2017    DIP88 Named Parameters, Status? (13)
Sep 16 2017    A potential danger to dub (6)
Jul 16 2017    Building DMD on OpenBSD (24)
Jun 12 2017    atomic operations compared to c++ (17)
Mar 27 2017    Platform support? (7)
Mar 14 2017    So no one is using Amazon S3 with D, why? (16)
Jan 06 2017    D in MPLAB FOR PIC32 (5)
Apr 19 2016    Gnome Builder IDE (15)
Mar 21 2016    OpenCV bindings for D (6)
Jan 20 2016    Compile-Time RNG (14)
Jul 31 2015    DMD on WIndows 10 (20)
Mar 30 2015    Named unittests (114)
Mar 14 2015    sudo apt-get install dmd (45)
Oct 25 2014    Arduino and D (14)
Oct 09 2013    draft proposal for ref counting in D (147)
Feb 06 2013    Binding for tesseract (11)
Feb 03 2012    Gdc & avr (41)
Sep 02 2010    do D support something like C# 4.0 co/contra-variance? (11)
Oct 24 2008    how to terminate a program (8)

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