www.digitalmars.com         C & C++   DMDScript

news.digitalmars.com - digitalmars.D.bugs

Dec 31 2016    [Issue 17049] New: [scope] class references are not escape checked (1)
Dec 30 2016    [Issue 17048] New: Synchronized class methods give warnings for RMW (1)
Dec 30 2016    [Issue 17047] New: std.algorithm.iteration.splitter should propagate (1)
Dec 30 2016    [Issue 17046] New: std.algorithm.iteration.splitter should work with (1)
Dec 30 2016    [Issue 17045] New: deprecate main(char[][]) argument check (1)
Dec 30 2016    [Issue 17044] New: Bugzilla integration fails with reverts and (1)
Dec 30 2016    [Issue 17043] New: Formatting of std.traits table is pretty (1)
Dec 30 2016    [Issue 17042] New: [meta] check all range functions for proper (1)
Dec 28 2016    [Issue 17041] New: foreach-ref can't use to static array's AliasSeq (1)
Dec 28 2016    [Issue 17040] New: std.algorithm.iteration.reduce example does not (1)
Dec 28 2016    [Issue 17039] New: int[2][]'s sort are slow with default comparator (1)
Dec 28 2016    [Issue 17038] New: support for std.uni store / load trie entry table (1)
Dec 27 2016    [Issue 17037] New: std.concurrency has random segfaults (1)
Dec 27 2016    [Issue 17036] New: Template default parametr does not works correctly (1)
Dec 26 2016    [Issue 17035] New: extern(C) and extern(C++) module ctor/dtor should (1)
Dec 26 2016    [Issue 17034] New: DMD 32 bit PIC wrong code (1)
Dec 25 2016    [Issue 17033] New: std.experimental.logger should allow async logging (1)
Dec 25 2016    [Issue 17032] New: Sortedness of a range should be propagated (1)
Dec 25 2016    [Issue 17031] New: isSortedRange uses string comparisons to check (1)
Dec 25 2016    [Issue 17030] New: Specialize range functions for isSortedRange (1)
Dec 24 2016    [Issue 17029] New: [Reg 2.072] scope variable may not be returned (1)
Dec 24 2016    [Issue 17028] New: Can't post via online forums (1)
Dec 24 2016    [Issue 17027] New: Add support for tzcnt in x86(64) iasm (1)
Dec 24 2016    [Issue 17026] New: std.conv.emplace could be safe if the (1)
Dec 23 2016    [Issue 17025] New: integrate dmd docs on dlang.org (1)
Dec 23 2016    [Issue 17024] New: check Phobos for convenience wrapper for (1)
Dec 23 2016    [Issue 17023] New: opUnaryAssign is missing (1)
Dec 23 2016    [Issue 17022] New: brew install dmd has a bug in its creation of (1)
Dec 23 2016    [Issue 17021] New: Invalid code generated for out parameters in (1)
Dec 22 2016    [Issue 17020] New: std.parallelism.taskpool amap should accept lambdas (1)
Dec 22 2016    [Issue 17019] New: std.algorithm.iteration.each should be usable (1)
Dec 22 2016    [Issue 17018] New: Push std.experimental.xml (1)
Dec 22 2016    [Issue 17017] New: new std.events module (1)
Dec 22 2016    [Issue 17016] New: new std.decimal module (1)
Dec 22 2016    [Issue 17015] New: support final switch in std.variant (1)
Dec 22 2016    [Issue 17014] New: enhance std.uri (1)
Dec 22 2016    [Issue 17013] New: a std.streams module and API (1)
Dec 22 2016    [Issue 17012] New: std.io: an io interface with support for streams (1)
Dec 22 2016    [Issue 17011] New: cleanup std.signals documentation (1)
Dec 22 2016    [Issue 17010] New: remove std.net.isemail (1)
Dec 22 2016    [Issue 17009] New: remove etc.c.curl (and std.net.curl) (1)
Dec 22 2016    [Issue 17008] New: use ldc/gdc intrinsics in std.math (1)
Dec 22 2016    [Issue 17007] New: let std.math work in CTFE (1)
Dec 22 2016    [Issue 17006] New: std.data.json (replacement for std.json) (1)
Dec 22 2016    [Issue 17005] New: redesign std.encoding (1)
Dec 22 2016    [Issue 17004] New: std.containers should be usable with nogc or const (1)
Dec 22 2016    [Issue 17003] New: std.bigint: CTFE not available for win32 (1)
Dec 22 2016    [Issue 17002] New: Lazy std.base64 (1)
Dec 22 2016    [Issue 17001] New: remove etc.c.zlib / std.zip (1)
Dec 22 2016    [Issue 17000] New: remove etc.c.sqlite (1)
Dec 21 2016    [Issue 16999] New: takeOne popFront/Back does not pop the source range (1)
Dec 21 2016    [Issue 16998] New: Provide a uniq & group range methods that doesn't (1)
Dec 20 2016    [Issue 16997] New: Real-life evidence for integer promotion of unary (1)
Dec 20 2016    [Issue 16996] New: std.algorithm.remove with SwapStrategy.unstable (1)
Dec 20 2016    [Issue 16995] New: __traits(getUnittests) doesn't work with separate (1)
Dec 20 2016    [Issue 16994] New: Apparently faulty symbol resolution in some cases (1)
Dec 20 2016    [Issue 16993] New: Documentation for toSimpleString and toString (1)
Dec 20 2016    [Issue 16992] New: fromISOString, fromISOExtString, and (1)
Dec 19 2016    [Issue 16991] New: Make writeln documentation palatable (1)
Dec 19 2016    [Issue 16990] New: Ensure that every Phobos function has a unittest (1)
Dec 19 2016    [Issue 16989] New: Ensure that every Phobos function has (1)
Dec 19 2016    [Issue 16988] New: Ddoc doesn't recognize parameters in eponymous CT (1)
Dec 19 2016    [Issue 16987] New: ABI error wrt. COM interfaces returning structs (1)
Dec 19 2016    [Issue 16986] New: Add a list with all supported intrinsics (1)
Dec 19 2016    [Issue 16985] New: Enable runnable unittest on dlang.org after 2.073 (1)
Dec 19 2016    [Issue 16984] New: Make more modules runnable on dlang.org (1)
Dec 18 2016    [Issue 16983] New: std.range.takeNone examples does not compile (1)
Dec 18 2016    [Issue 16982] New: std.experimental.allocator.make!T must either (1)
Dec 18 2016    [Issue 16981] New: [Reg 2.073] assigning class or struct pointers to (1)
Dec 18 2016    [Issue 16980] New: [REG2.072.0] vtable issue in slightly complex (1)
Dec 17 2016    [Issue 16979] New: Race in druntime leads to undefined behaviour (1)
Dec 17 2016    [Issue 16978] New: [REG2.072.0] pragma(lib) is broken with rdmd (1)
Dec 17 2016    [Issue 16977] New: bad debug info for function default arguments (1)
Dec 16 2016    [Issue 16976] New: Implicit conversion from ulong to int in (1)
Dec 15 2016    [Issue 16975] New: Top-level assert in contracts must be distinct (1)
Dec 15 2016    [Issue 16974] New: Equal associative arrays with associative array (1)
Dec 15 2016    [Issue 16973] New: `hashOf` has error-prone signature as `(T, seed)` (1)
Dec 14 2016    [Issue 16972] New: Issue diagnostic for throwing from a scope(exit) (1)
Dec 14 2016    [Issue 16971] New: Misleading error messages "break is not inside (1)
Dec 14 2016    [Issue 16970] New: Fix deprecations and warnings when compiling Phobos (1)
Dec 13 2016    [Issue 16969] New: [backend] add an assemby writer (1)
Dec 12 2016    [Issue 16968] New: Error.bypassedException is always null (1)
Dec 12 2016    [Issue 16967] New: No switch case fallthrough warnings in in/out (1)
Dec 11 2016    [Issue 16966] New: rdmd: AssertError rdmd.d(489): should have been (1)
Dec 11 2016    [Issue 16965] New: changed.d compile error (1)
Dec 10 2016    [Issue 16964] New: Wrong label alignment in asm statement (1)
Dec 10 2016    [Issue 16963] New: Wrong label name resolution in asm statement (1)
Dec 10 2016    [Issue 16962] New: rdmd --build-only --force -c main.d fails: (1)
Dec 09 2016    [Issue 16961] New: Fix Algorithms to Account for ref Value Front and (1)
Dec 09 2016    [Issue 16960] New: implicit function return breaks chaining of (1)
Dec 08 2016    [Issue 16959] New: bringToFront fails on char arrays (1)
Dec 07 2016    [Issue 16958] New: replace -mavx switch with -mcpu=id (1)
Dec 07 2016    [Issue 16957] New: access function from inside template with same name (1)
Dec 07 2016    [Issue 16956] New: struct .init is generated even for (1)
Dec 07 2016    [Issue 16955] New: std.process.spawnProcessImpl can crash due to (1)
Dec 06 2016    [Issue 16954] New: MSVC build fails on DMD 2.072.1 release (1)
Dec 06 2016    [Issue 16953] New: auto-tester doesn't run rdmd_test (causes a (1)
Dec 06 2016    [Issue 16952] New: rdmd --eval='writeln();' keeps failing at every (1)
Dec 06 2016    [Issue 16951] New: trying to call opCall with alias opCall this, (1)
Dec 05 2016    [Issue 16950] New: [Downloads] (1)
Dec 04 2016    [Issue 16949] New: [Reg 2.073] confusing safe error message for (1)
Dec 04 2016    [Issue 16948] New: https doesn't replace http on dlang.org/phobos (1)
Dec 04 2016    [Issue 16947] New: The digest function calls the put function (1)
Dec 03 2016    [Issue 16946] New: rdmd causes linker issues when DMD options are (1)
Dec 03 2016    [Issue 16945] New: Have test runner in the test suite check CPU (1)
Dec 02 2016    [Issue 16944] New: extern(C++) with template produces wrong mangleof (1)
Dec 02 2016    [Issue 16925] New: Tiger- call-1800-381-9788 debt-consolidation-loan (1)
Dec 01 2016    [Issue 16914] New: Add -mavx switch to generate AVX instructions (1)
Dec 01 2016    [Issue 16885] New: Cannot deduce function from argument type when (1)
Nov 29 2016    [Issue 16857] New: inline assembler reverses operands of VPEXTRW (1)
Nov 29 2016    [Issue 16856] New: D is borked on FreeBSD current (what will (1)
Nov 29 2016    [Issue 16855] New: Global void[0] causes OPTLINK Error when passed (1)
Nov 29 2016    [Issue 16854] New: Inline assembler has VMOVLHPS and VMOVHLPS swapped (1)
Nov 29 2016    [Issue 16842] New: Punjab- call-1800-381-9788 (1)
Nov 28 2016    [Issue 16824] New: std.experimental.allocator.dispose leaks memory (1)
Nov 28 2016    [Issue 16816] New: WorldTour-1 888 314 (1)
Nov 28 2016    [Issue 16815] New: CarRentals-1 888 314 (1)
Nov 28 2016    [Issue 16814] New: EpicWords-1 888 314 (1)
Nov 28 2016    [Issue 16813] New: TuHIRe-1 888 314 (1)
Nov 28 2016    [Issue 16812] New: DigitalWorld-1 888 314 (1)
Nov 28 2016    [Issue 16811] New: Microscope-1 888 314 (1)
Nov 28 2016    [Issue 16810] New: Help-1 888 314 (1)
Nov 28 2016    [Issue 16809] New: callnow-1 888 314 (1)
Nov 28 2016    [Issue 16808] New: (1)
Nov 28 2016    [Issue 16807] New: Champion (1)
Nov 28 2016    [Issue 16806] New: World-18883142450-solar-panel-phone-number-solar- (1)
Nov 28 2016    [Issue 16805] New: (1)
Nov 28 2016    [Issue 16804] New: (1)
Nov 28 2016    [Issue 16803] New: (1)
Nov 28 2016    [Issue 16802] New: Kuch Hai (1)
Nov 28 2016    [Issue 16801] New: Imandaari (1)
Nov 28 2016    [Issue 16800] New: Minimum double inconsistency/problems + (1)
Nov 27 2016    [Issue 16799] New: try-catch blocks fail to catch exception in (1)
Nov 26 2016    [Issue 16798] New: Extend -Ipath switch to -Imodule=path so path (1)
Nov 26 2016    [Issue 16797] New: Zero clock resolution lead to division by zero (1)
Nov 26 2016    [Issue 16796] New: Linker error on big file + -gc switch generated (1)
Nov 25 2016    [Issue 16795] New: Allow taking address of 'scope' variable in some (1)
Nov 25 2016    [Issue 16794] New: Official .deb packages must compile libphobos2.a (1)
Nov 25 2016    [Issue 16788] New: Tera Naam (1)
Nov 25 2016    [Issue 16787] New: PhirSe Wahi (1)
Nov 25 2016    [Issue 16786] New: Tere Mere (1)
Nov 25 2016    [Issue 16785] New: Main Hoon (1)
Nov 25 2016    [Issue 16784] New: Jabse Tere (1)
Nov 25 2016    [Issue 16783] New: std.net.curl application throws an exception (1)
Nov 25 2016    [Issue 16782] New: Bageera (1)
Nov 25 2016    [Issue 16781] New: Mogli (1)
Nov 25 2016    [Issue 16780] New: Mojo Jojo (1)
Nov 25 2016    [Issue 16779] New: VRP for array literals does not work with (1)
Nov 25 2016    [Issue 16778] New: Swat Cats (1)
Nov 25 2016    [Issue 16777] New: Jerry (1)
Nov 25 2016    [Issue 16776] New: Tom (1)
Nov 25 2016    [Issue 16775] New: Kandi (1)
Nov 25 2016    [Issue 16774] New: Ek Do (1)
Nov 25 2016    [Issue 16773] New: Shuru Karo (1)
Nov 25 2016    [Issue 16772] New: ICE when using extern(C++) and ubyte[] return value (1)
Nov 24 2016    [Issue 16771] New: Depreciation of implicit string concatenation in (1)
Nov 24 2016    [Issue 16770] New: rang de basanti (1)
Nov 24 2016    [Issue 16769] New: Tu Hi Hai (1)
Nov 24 2016    [Issue 16768] New: kuch to hai (1)
Nov 24 2016    [Issue 16767] New: jai ho (1)
Nov 24 2016    [Issue 16766] New: hare rama (1)
Nov 24 2016    [Issue 16765] New: bhag lo ab (1)
Nov 24 2016    [Issue 16764] New: `hashOf` is misleading, error-prone, and useless (1)
Nov 24 2016    [Issue 16763] New: Associative array literal inside array or AA (1)
Nov 24 2016    [Issue 16762] New: (1)
Nov 24 2016    [Issue 16761] New: (1)
Nov 24 2016    [Issue 16760] New: (1)
Nov 24 2016    [Issue 16759] New: karde (1)
Nov 24 2016    [Issue 16758] New: Variant.opIndex result not modified after opAssign (1)
Nov 24 2016    [Issue 16757] New: chal kat (1)
Nov 24 2016    [Issue 16756] New: re (1)
Nov 24 2016    [Issue 16755] New: jhandu (1)
Nov 24 2016    [Issue 16754] New: nach ke (1)
Nov 24 2016    [Issue 16753] New: nach ke (1)
Nov 24 2016    [Issue 16752] New: (1)
Nov 24 2016    [Issue 16751] New: (1)
Nov 24 2016    [Issue 16750] New: (1)
Nov 24 2016    [Issue 16749] New: (1)
Nov 24 2016    [Issue 16748] New: Pila ke (1)
Nov 24 2016    [Issue 16747] New: Cannot have stack allocated classes in safe code (1)
Nov 23 2016    [Issue 16746] New: Please output Makefile-style depfiles for ninja (1)
Nov 23 2016    [Issue 16745] New: Add template helper for creating static arrays (1)
Nov 23 2016    [Issue 16744] New: We should have a TypeOf template so that typeof (1)
Nov 23 2016    [Issue 16743] New: Intrinsic recognition sometimes fails if a (1)
Nov 23 2016    [Issue 16742] New: CID (1)
Nov 23 2016    [Issue 16741] New: Sam (1)
Nov 23 2016    [Issue 16740] New: Deta h i (1)
Nov 23 2016    [Issue 16739] New: switch ignores case (1)
Nov 23 2016    [Issue 16738] New: Ab Meri (1)
Nov 23 2016    [Issue 16737] New: De Kar (1)
Nov 23 2016    [Issue 16736] New: Retrieving cUrl time values is quite cumbersome (1)
Nov 23 2016    [Issue 16735] New: curl_easy_getinfo accepts wrong CURL type (1)
Nov 22 2016    [Issue 16724] New: RandomCover.popFront is a no-op for the first call (1)
Nov 22 2016    [Issue 16711] New: unittest writefln (1)
Nov 21 2016    [Issue 16710] New: 18003819788 Quickbooks Support phone (1)
Nov 21 2016    [Issue 16709] New: Error: common.to at common.d conflicts with (1)
Nov 21 2016    [Issue 16708] New: opAssign and struct-member padding break (1)
Nov 21 2016    [Issue 16707] New: [Templates] run variadic templates example failed (1)
Nov 20 2016    [Issue 16706] New: chinese dir coverage. (1)
Nov 20 2016    [Issue 16705] New: TaskPool.reduce fails to compile "cannot get (1)
Nov 19 2016    [Issue 16704] New: Support PRFCHW flag in core.cpuid (1)
Nov 19 2016    [Issue 16703] New: Support indexing of SIMD vector types (1)
Nov 18 2016    [Issue 16702] New: DMD emit PIC relocation when it isn't (1)
Nov 18 2016    [Issue 16701] New: Remove Restriction of "package.d" Source File (1)
Nov 17 2016    [Issue 16700] New: New debug experience: enums are integers (1)
Nov 17 2016    [Issue 16699] New: [REG 2.070] stack corruption with scope(exit) (1)
Nov 16 2016    [Issue 16698] New: std.regex.matchFirst corrupts stack (1)
Nov 16 2016    [Issue 16697] New: Extend IsExpression to accept __vector as a (1)
Nov 16 2016    [Issue 16696] New: [regression] Assert(0) or HLT reduced to separate (1)
Nov 16 2016    [Issue 16695] New: variadic argument static array can't use template (1)
Nov 16 2016    [Issue 16694] New: ICE on taking address of `export` function (1)
Nov 15 2016    [Issue 16693] New: Update DConf 2017 announcement on dlang.org (1)
Nov 15 2016    [Issue 16692] New: New debug experience: possible to execute pure (1)
Nov 15 2016    [Issue 16691] New: New debug experience: hovering over a string (1)
Nov 15 2016    [Issue 16690] New: New debug experience: "Children could not be (1)
Nov 15 2016    [Issue 16689] New: Errors in instantiated mixin templates should (1)
Nov 14 2016    [Issue 16688] New: DMD needs to work with the MSC build tools (1)
Nov 14 2016    [Issue 16687] New: Win COFF: Duplicate COMDAT on overloaded (1)
Nov 14 2016    [Issue 16686] New: Can not spawn subprocess and read from File at (1)
Nov 14 2016    [Issue 16685] New: [The D Bug Tracker] (1)
Nov 14 2016    [Issue 16684] New: std.getopt, problem with the automatic handling (1)
Nov 13 2016    [Issue 16683] New: Lower typeid expression to .typeidImpl!(T) (1)
Nov 12 2016    [Issue 16682] New: [REG 2.072] "privatization" of symbols in (1)
Nov 11 2016    [Issue 16681] New: ICE 1662 (1)
Nov 11 2016    [Issue 16680] New: dmd doesn't use dritime optimized versions of (1)
Nov 10 2016    [Issue 16679] New: prefetch on old pentium d results in an illegal (1)
Nov 10 2016    [Issue 16678] New: [REG] Fix for issue 16193 creates major breakage (1)
Nov 09 2016    [Issue 16677] New: -L flag ignores quotes in the arguments passed to (1)
Nov 09 2016    [Issue 16676] New: [REG2.072.0] std.format fails with %02d in (1)
Nov 08 2016    [Issue 16675] New: Overlapping is detected at runtime for + and * (1)
Nov 08 2016    [Issue 16674] New: Clarify lifetime of pointer to AA entry (1)
Nov 08 2016    [Issue 16673] New: improve cyclic module imports checker (1)
Nov 08 2016    [Issue 16672] New: Deprecate "block only" delegate syntax (1)
Nov 08 2016    [Issue 16671] New: std.variant visiting functions should pass file, (1)
Nov 08 2016    [Issue 16670] New: std.variant visiting allows type parameters not (1)
Nov 07 2016    [Issue 16669] New: forum.dlang.org menu is different from dlang.org (1)
Nov 07 2016    [Issue 16668] New: Hello world causes linker errors (1)
Nov 07 2016    [Issue 16667] New: dub test fails on std.conv after upgrade to dmd (1)
Nov 07 2016    [Issue 16666] New: core.sys.posix.sys.types uses c_long without (1)
Nov 07 2016    [Issue 16665] New: static assert is only checked after the following (1)
Nov 06 2016    [Issue 16664] New: core.demangle functions are not callable from (1)
Nov 06 2016    [Issue 16663] New: [REG 2.072] std.unit.toUpper rejects an alias (1)
Nov 04 2016    [Issue 16662] New: Can't call std.variant.visit from a pure function (1)
Nov 04 2016    [Issue 16661] New: std/format.d(1070): Incorrect format specifier: (1)
Nov 03 2016    [Issue 16660] New: Deprecate/Remove Optlink as Default Linker on (1)
Nov 03 2016    [Issue 16659] New: Clarify mutating while iterating rules (1)
Nov 02 2016    [Issue 16658] New: Win32API: default IE ver. set to 4.0 is too old (1)
Nov 02 2016    [Issue 16657] New: [The D Bug Tracker] (1)
Nov 02 2016    [Issue 16656] New: move embedded zlib to a separate library (1)
Nov 02 2016    [Issue 16655] New: lambda with type alias parameter fails (1)
Nov 01 2016    [Issue 16654] New: hashOf returns different hashes for the same (1)
Oct 31 2016    [Issue 16653] New: ParameterDefaultValueTuple fails to compile when (1)
Oct 31 2016    [Issue 16652] New: returned rvalue gets destroyed before expressions (1)
Oct 30 2016    [Issue 16651] New: atomicOp!"-="(ulong, uint) = wrong result/codegen (1)
Oct 29 2016    [Issue 16650] New: Wrong mangling for extern(C++) with posix stat_t (1)
Oct 29 2016    [Issue 16649] New: Header gen skips parens (1)
Oct 29 2016    [Issue 16648] New: Header generation skips postblit (1)
Oct 29 2016    [Issue 16647] New: package.di is not recognized (1)
Oct 29 2016    [Issue 16646] New: Header generation on druntime (1)
Oct 28 2016    [Issue 16645] New: 3 errors messages instead of 1 after CTFE divide (1)
Oct 28 2016    [Issue 16644] New: final switch on int should error unless VRP (1)
Oct 28 2016    [Issue 16643] New: CTFE internal error with null (1)
Oct 27 2016    [Issue 16642] New: byCodeUnit doesn't work AutodecodableStrings (1)
Oct 26 2016    [Issue 16641] New: Infinite loop on InvalidMemoryOperationError in (1)
Oct 26 2016    [Issue 16640] New: void fun(string file=__FILE_FULL_PATH__) returns (1)
Oct 26 2016    [Issue 16639] New: Review std.json wrt this article on JSON edge (1)
Oct 26 2016    [Issue 16638] New: segfault if a single lib is passed without sources (1)
Oct 25 2016    [Issue 16637] New: DMG archive doesn't contain dub? (1)
Oct 24 2016    [Issue 16636] New: Memory corruption when using OSX pthread function (1)
Oct 21 2016    [Issue 16633] New: Case where an alias this is tried before the (1)
Oct 21 2016    [Issue 16632] New: "for" statemenet issue (1)
Oct 20 2016    [Issue 16631] New: Program crash when a version activates a method (1)
Oct 20 2016    [Issue 16630] New: Compile errors with std.traits.arity and (1)
Oct 20 2016    [Issue 16629] New: [Reg 2.072] scope is stripped from some parameters (1)
Oct 20 2016    [Issue 16628] New: Special case std.algorithm.equal for known empty (1)
Oct 19 2016    [Issue 16627] New: [Reg 2.072] struct with disabled postblit field (1)
Oct 19 2016    [Issue 16626] New: [Reg 2.073] recent dmd nightly runs out of memory (1)
Oct 19 2016    [Issue 16625] New: [Reg 2.072] new and previously undeprecated (1)
Oct 19 2016    [Issue 16624] New: std.path.setExtension ddoc comment is strangely (1)
Oct 18 2016    [Issue 16623] New: Support C++ Name Mangling (1)
Oct 18 2016    [Issue 16622] New: multiple scope(exit) are damaging the stack (1)
Oct 18 2016    [Issue 16621] New: DMD hang in semantic3 on alias this or segfault (1)
Oct 17 2016    [Issue 16620] New: final switch requires module info (1)
Oct 16 2016    [Issue 16619] New: Visual D: link dependency file does not exist - (1)
Oct 16 2016    [Issue 16618] New: Segmentation fault: 11 (1)
Oct 16 2016    [Issue 16617] New: toHash can not be a template method (1)
Oct 16 2016    [Issue 16616] New: Advanced const propagation for structs (1)
Oct 15 2016    [Issue 16615] New: std.process is missing functionality for child (1)
Oct 14 2016    [Issue 16614] New: [META] Each artifact in the standard library (1)
Oct 14 2016    [Issue 16613] New: integrate dub project tester with dlang's CI (1)
Oct 13 2016    [Issue 16612] New: Bug in std.regex? in dmd? Segmentation fault (1)
Oct 13 2016    [Issue 16611] New: std.traits.fullyQualifiedName fails with error (1)
Oct 12 2016    [Issue 16610] New: Error: function fun (Bar bar) is not callable (1)
Oct 12 2016    [Issue 16609] New: std.experimental.ndslice.slice issues warnings (1)
Oct 11 2016    [Issue 16608] New: 'static foreach', local function template, (1)
Oct 11 2016    [Issue 16607] New: [REG2.072b1] "forward reference" error with (1)
Oct 10 2016    [Issue 16606] New: [dlang.org] Search field value not propagated to (1)
Oct 08 2016    [Issue 16605] New: core.simd generates slow/irrelevant code (1)
Oct 08 2016    [Issue 16604] New: [std.getopt] defaultGetoptPrinter can't be used (1)
Oct 07 2016    [Issue 16603] New: [Lexical] comment definition is incorrrect (1)
Oct 07 2016    [Issue 16602] New: Implicit string concatenation and precedence of ~ (1)
Oct 07 2016    [Issue 16601] New: No way to configure number of worker threads for (1)
Oct 06 2016    [Issue 16600] New: Wrong error message for ambiguous (1)
Oct 06 2016    [Issue 16599] New: Allow Template Constraint in Untemplated Function (1)
Oct 05 2016    [Issue 16598] New: [REG2.069] ICE with void ternary + finalizers (1)
Oct 05 2016    [Issue 16597] New: Initializing a shared hashmap segfaults (1)
Oct 04 2016    [Issue 16596] New: `digger build` fails:Undefined symbols for (1)
Oct 04 2016    [Issue 16595] New: thisExePath resolves symlinks but this isn't (1)
Oct 04 2016    [Issue 16594] New: module destructors called again if an exception (1)
Oct 04 2016    [Issue 16593] New: Building "tools" produces deprecation warnings (1)
Oct 04 2016    [Issue 16592] New: Building dlang.org does not work without a (1)
Oct 04 2016    [Issue 16591] New: Spawn process on windows fails for npm start (1)
Oct 04 2016    [Issue 16590] New: Wrong di generation for ref methods (1)
Oct 04 2016    [Issue 16589] New: Taking address of stack variables in safe code (1)
Oct 03 2016    [Issue 16588] New: uniq's BidirectionalRange behavior is (1)
Oct 03 2016    [Issue 16587] New: split("", "x") should be "" (1)
Oct 03 2016    [Issue 16586] New: Implicit casting of enum with explicit int base (1)
Oct 03 2016    [Issue 16585] New: dmd thinks function returns unique result despite (1)
Oct 03 2016    [Issue 16584] New: Local import ineffective for mixin templates (1)
Oct 03 2016    [Issue 16583] New: Static module ctor semantic proposition (1)
Oct 03 2016    [Issue 16582] New: [REG2.072.0-b1] ParamterDefaultValueTuple fails (1)
Oct 03 2016    [Issue 16581] New: Template shape misdetected in is() expression (1)
Oct 03 2016    [Issue 16580] New: [REG 2.072.0-b1] spawnShell segfaults on macOS (1)
Oct 03 2016    [Issue 16579] New: ReturnStatement[CallExp(DotVarExp)]: Corrupted (1)
Oct 02 2016    [Issue 16578] New: bogus deprecation - switch skips declaration of (1)
Oct 02 2016    [Issue 16577] New: deprecated message problem with overloaded (1)
Oct 02 2016    [Issue 16576] New: Strange behavior using static enum in struct (1)
Oct 02 2016    [Issue 16575] New: [ICE] extern(C++) function with D specific types (1)
Oct 02 2016    [Issue 16574] New: [REG 2.072.0-b1] Unexplained errors about (1)
Oct 02 2016    [Issue 16573] New: string-typed enum values pass isSomeString but (1)
Oct 02 2016    [Issue 16572] New: can't take inout delegate (1)
Oct 01 2016    [Issue 16571] New: Unittests should not list /tmp/ recursively (1)
Oct 01 2016    [Issue 16570] New: [REG 2.072.0-b1] implicit conversion from int to (1)
Oct 01 2016    [Issue 16569] New: Assertion failure on splitter.back on empty string (1)
Oct 01 2016    [Issue 16568] New: unittesting floods /tmp/ with files of the form (1)
Sep 30 2016    [Issue 16567] New: dmd -wi leads compilation to get stuck when (1)
Sep 30 2016    [Issue 16566] New: hasLength should enforce that length has type (1)
Sep 29 2016    [Issue 16565] New: Implementing an interface with preconditions (1)
Sep 29 2016    [Issue 16564] New: KRRegion.empty sometimes returns Ternary.no (1)
Sep 28 2016    [Issue 16563] New: [REG HEAD] Wrong struct size/alignment in local (1)
Sep 28 2016    [Issue 16562] New: Icon for D files (1)
Sep 28 2016    [Issue 16561] New: API documentation: C runtime behavior of (1)
Sep 28 2016    [Issue 16560] New: Prefetch intrinsics like in LDC (1)
Sep 28 2016    [Issue 16559] New: AVX & AVX2 floating point vector arithmetic (1)
Sep 28 2016    [Issue 16558] New: Generic unaligned load/store like (like LDC (1)
Sep 27 2016    [Issue 16557] New: +++++ Lexmark printer 1=855=709=2847 TEChnical (1)
Sep 27 2016    [Issue 16556] New: Named imports violate privacy (1)
Sep 27 2016    [Issue 16555] New: Stack corruption when calling multi-parameter (1)
Sep 27 2016    [Issue 16554] New: Wrong result of string constant (1)
Sep 27 2016    [Issue 16553] New: Tuesday Post 18557092847 Lexmark pRINter tech (1)
Sep 27 2016    [Issue 16552] New: USA Toll Free ||1-855-7O9-2847)hp wireless (1)
Sep 27 2016    [Issue 16551] New: Compile-time delegate parameters should allow (1)
Sep 27 2016    [Issue 16550] New: Generic SIMD shuffle for Mir (1)
Sep 26 2016    [Issue 16549] New: Switch statement can skip initialization (1)
Sep 26 2016    [Issue 16548] New: Shadowing a variable not detected when nesting (1)
Sep 26 2016    [Issue 16547] New: -betterC switch no longer removes druntime symbols (1)
Sep 26 2016    [Issue 16546] New: ordering of modules matters for pragma(lib) on (1)
Sep 26 2016    [Issue 16545] New: Runtime crash when trying to append big int value (1)
Sep 26 2016    [Issue 16544] New: Add File.reopen (1)
Sep 25 2016    [Issue 16543] New: dmd segfaults when given elf lib on os x (1)
Sep 25 2016    [Issue 16542] New: makeArray not usable with const initializer (1)
Sep 25 2016    [Issue 16541] New: Bootstrap only works with gnu++98 (1)
Sep 25 2016    [Issue 16540] New: Attributes do not propagate correctly in lazy (1)
Sep 25 2016    [Issue 16539] New: std.getopt should invoke callbacks in the order (1)
Sep 25 2016    [Issue 16538] New: Parameter head-const-ness shouldn't matter but does (1)
Sep 24 2016    [Issue 16537] New: [ndslice] cannot use slice as in function (1)
Sep 24 2016    [Issue 16536] New: DMD master does not build on OS X 10.11.6/Xcode (1)
Sep 24 2016    [Issue 16535] New: writeln("a") is safe, stdout.writeln("a") is not (1)
Sep 24 2016    [Issue 16534] New: RefRange should define opDollar if it defines (1)
Sep 24 2016    [Issue 16533] New: Cannot compile two file with same name (1)
Sep 23 2016    [Issue 16532] New: Add "namespace" Keyword? (1)
Sep 23 2016    [Issue 16531] New: Protected members not accessible in delegate bodies (1)
Sep 23 2016    [Issue 16530] New: -O -cov interaction leads to wrong codegen (1)
Sep 23 2016    [Issue 16529] New: string mixins break ifti (1)
Sep 23 2016    [Issue 16528] New: safe inference does not work for mutually (1)
Sep 23 2016    [Issue 16527] New: extern( C++ ) Win64 build - return struct by (1)
Sep 22 2016    [Issue 16526] New: safe code should do null check for members when (1)
Sep 22 2016    [Issue 16525] New: C++ member variables have no mangling (1)
Sep 21 2016    [Issue 16524] New: Use Shared C Runtime on Windows (1)
Sep 21 2016    [Issue 16523] New: [ICE] Internal error: backend/symbol.c 1031 (1)
Sep 21 2016    [Issue 16522] New: opIndex broken for single-length Only ranges (1)
Sep 21 2016    [Issue 16521] New: Wrong code generation with switch + static foreach (1)
Sep 21 2016    [Issue 16520] New: static foreach should be more explicit (1)
Sep 21 2016    [Issue 16519] New: toHexString always returns stack allocated string (1)
Sep 21 2016    [Issue 16518] New: hashOf is system for dynamic arrays (1)
Sep 20 2016    [Issue 16517] New: topN performance very poor on certain data sets (1)
Sep 20 2016    [Issue 16516] New: Linker Error for ModuleInfo (1)
Sep 20 2016    [Issue 16515] New: Linker Error When Using -debug (1)
Sep 20 2016    [Issue 16514] New: std.socket methods are const, and thus cannot be (1)
Sep 19 2016    [Issue 16513] New: Speed up TemplateInstance.findExistingInstance, (1)
Sep 19 2016    [Issue 16512] New: Nullify the argument passed to allocator.dispose (1)
Sep 19 2016    [Issue 16511] New: Suspected Win64 release-mode code-gen bug (1)
Sep 19 2016    [Issue 16510] New: Request: RSA digital signature validation in phobos (1)
Sep 19 2016    [Issue 16509] New: DIP25 'return' attribute not documented for (1)
Sep 18 2016    [Issue 16508] New: Alignment of class members is not respected. (1)
Sep 18 2016    [Issue 16507] New: std.experimental.allocator: FreeTree clears too (1)
Sep 17 2016    [Issue 16506] New: segfaults with (1)
Sep 17 2016    [Issue 16505] New: Enable nogc emplace (1)
Sep 17 2016    [Issue 16504] New: `dup` can't use storage calss `scope` for its (1)
Sep 16 2016    [Issue 16503] New: [ndslice] prevents fastmath LDC attribute (1)
Sep 16 2016    [Issue 16502] New: spawnProcess does not throw on exec errors (1)
Sep 16 2016    [Issue 16501] New: packed ndslices does not compile (1)
Sep 16 2016    [Issue 16500] New: inferred != annotated pure (1)
Sep 15 2016    [Issue 16499] New: Useless error message for 'in' expressions (1)
Sep 15 2016    [Issue 16498] New: ddoc should offer a built-in macro for passing (1)
Sep 15 2016    [Issue 16497] New: suboptimal moves between SSE registers (1)
Sep 15 2016    [Issue 16496] New: __traits(getAttributes, ...) should work with (1)
Sep 15 2016    [Issue 16495] New: __traits(fullyQualifedName) instead of (1)
Sep 14 2016    [Issue 16494] New: cannot find source code for runtime library after (1)
Sep 14 2016    [Issue 16493] New: Request for an OS-independent interface to access (1)
Sep 13 2016    [Issue 16492] New: support nogc in debug{} blocks (1)
Sep 13 2016    [Issue 16491] New: Forward referencing and static/shared static (1)
Sep 12 2016    [Issue 16490] New: Usage of attributes in inline asm blocks is not (1)
Sep 12 2016    [Issue 16489] New: [backend][optimizaton][registers] DMD is 10-20 (1)
Sep 12 2016    [Issue 16488] New: [spec][optimization] broadcast scalar to simd (1)
Sep 11 2016    [Issue 16487] New: Add function to obtain the available disk space (1)
Sep 11 2016    [Issue 16486] New: Compiler see template alias like a separate type (1)
Sep 10 2016    [Issue 16485] New: Add trait for determining whether a member (1)
Sep 09 2016    [Issue 16484] New: Overloaded empty funcs trigger AssertError: (1)
Sep 09 2016    [Issue 16483] New: ICE in expression.d from typeof (1)
Sep 09 2016    [Issue 16482] New: Compiler should error on impossible cross-class (1)
Sep 09 2016    [Issue 16481] New: invalid code accepted leading to (1)
Sep 09 2016    [Issue 16480] New: Local selective imports hide member functions (1)
Sep 09 2016    [Issue 16479] New: Wrong C++ mangling for template (1)
Sep 08 2016    [Issue 16478] New: Confusing internal error message with (1)
Sep 08 2016    [Issue 16477] New: Template not properly instantiated (1)
Sep 08 2016    [Issue 16476] New: Shared Library of Phobos for Windows (1)
Sep 07 2016    [Issue 16475] New: Unloading Shared Library Closes stdout File Handle. (1)
Sep 06 2016    [Issue 16474] New: CTFE pow (1)
Sep 06 2016    [Issue 16473] New: operator overloading is brocken (1)
Sep 06 2016    [Issue 16472] New: template alias parameter bug (1)
Sep 06 2016    [Issue 16471] New: [CTFE] Incorrect CTFE when assigning to union (1)
Sep 05 2016    [Issue 16470] New: Segfault with negative array length (1)
Sep 05 2016    [Issue 16469] New: Segmentation fault in bigAlloc with negative size (1)
Sep 05 2016    [Issue 16468] New: __traits(compiles, ...) doesn't work for super, (1)
Sep 05 2016    [Issue 16467] New: templated function default argument take into (1)
Sep 04 2016    [Issue 16466] New: Alignment of reals inside structs on 32 bit OSX (1)
Sep 04 2016    [Issue 16465] New: Template alias does not get unwrapped in (1)
Sep 02 2016    [Issue 16464] New: opCast doco is insufficient (1)
Sep 02 2016    [Issue 16463] New: ddoc on string mixin does nothing (1)
Sep 02 2016    [Issue 16462] New: mixin template ddoc doesn't appear in docs (1)
Sep 02 2016    [Issue 16461] New: Using the fully qualified type of an object (1)
Sep 01 2016    [Issue 16460] New: [REG2.071] ICE in local import for a package (1)
Sep 01 2016    [Issue 16459] New: opDispatch gives obtuse error when dispatching to (1)
Aug 31 2016    [Issue 16458] New: std.typecons.namedTuple (1)
Aug 31 2016    [Issue 16457] New: std.regex postprocesses at ctRegex every time at (1)
Aug 31 2016    [Issue 16456] New: Add --include switch to override --exclude options (1)
Aug 31 2016    [Issue 16455] New: Wrong code when calling a struct delegate (1)
Aug 31 2016    [Issue 16454] New: Return in the body of a foreach in a constructor (1)
Aug 31 2016    [Issue 16453] New: Missing nogc annotations (1)
Aug 31 2016    [Issue 16452] New: charset in std.net.curl should be case-insensitive (1)
Aug 31 2016    [Issue 16451] New: std.conv.parse withtout auto-decoding (1)
Aug 31 2016    [Issue 16450] New: makeArray and makeSlice could infer the ElementType (1)
Aug 31 2016    [Issue 16449] New: add support for RDTSCP in iasm (1)
Aug 31 2016    [Issue 16448] New: std.digest.digest: toHexString should be safe (1)
Aug 31 2016    [Issue 16447] New: Warn about auto return type when no return (1)
Aug 29 2016    [Issue 16446] New: Captures does not expose named captures for (1)
Aug 29 2016    [Issue 16445] New: string mixin allows shebang line in source (1)
Aug 29 2016    [Issue 16444] New: Less noisy error messages if built-in method is (1)
Aug 28 2016    [Issue 16443] New: std.getopt: segmentation fault with empty string (1)
Aug 28 2016    [Issue 16442] New: FrontTransversal fails with empty ranges (1)
Aug 28 2016    [Issue 16441] New: Implement the __FILE_FULL_PATH__ trait (1)
Aug 28 2016    [Issue 16440] New: wrong code with -main -c -of (1)
Aug 28 2016    [Issue 16439] New: Non-typesafe variadic functions can never be safe (1)
Aug 27 2016    [Issue 16438] New: std.typelist still exists! (1)
Aug 27 2016    [Issue 16437] New: Enum type inference (1)
Aug 27 2016    [Issue 16436] New: Implement pragma(switches, "") (1)
Aug 27 2016    [Issue 16435] New: Wrong error message for bad selective import (1)
Aug 27 2016    [Issue 16434] New: dmd assertion failure in declaration.d (1)
Aug 26 2016    [Issue 16433] New: __traits(compiles) inconsistent for child class (1)
Aug 26 2016    [Issue 16432] New: JSON incorrectly parses to string (1)
Aug 25 2016    [Issue 16431] New: rdmd is slower than DUB (1)
Aug 25 2016    [Issue 16430] New: Show a warning when a semicolon is used after a (1)
Aug 25 2016    [Issue 16429] New: Sorted multimap data structure based on (1)
Aug 25 2016    [Issue 16428] New: Cannot pattern match value template parameter (1)
Aug 25 2016    [Issue 16427] New: alias to typecons.Rebindable depends on lexical (1)
Aug 24 2016    [Issue 16426] New: Templated opAssign do not forward on Alias this. (1)
Aug 24 2016    [Issue 16425] New: DUB "Getting Started" is seriously wanting (1)
Aug 24 2016    [Issue 16424] New: No "DUB" component for bug reports (1)
Aug 23 2016    [Issue 16423] New: ModuleInfo missing when linking to static lib (1)
Aug 23 2016    [Issue 16422] New: "dub test" builds the same testing executable (1)
Aug 23 2016    [Issue 16421] New: DMD hides linker error when enabling warnings (1)
Aug 23 2016    [Issue 16420] New: Incorrect example in std.getopt docs (1)
Aug 23 2016    [Issue 16419] New: issue with ndslice.slice toHash (1)
Aug 23 2016    [Issue 16418] New: dip25 wrong escaping reference to this (1)
Aug 23 2016    [Issue 16417] New: override non-inout with inout (1)
Aug 22 2016    [Issue 16416] New: Phobos std.uni out of date (should be updated to (1)
Aug 22 2016    [Issue 16415] New: Overload conflicts with mixin templates (1)
Aug 22 2016    [Issue 16414] New: final opCmp in interface: throws at runtime. (OK (1)
Aug 22 2016    [Issue 16413] New: multiSort doesn't work with system comparison (1)
Aug 21 2016    [Issue 16412] New: instance variable shadowing with inheritance (1)
Aug 21 2016    [Issue 16411] New: Add display threads only option to advanced search (1)
Aug 21 2016    [Issue 16410] New: attribute inference inside templated classes (1)
Aug 21 2016    [Issue 16409] New: Allow -of=filename and -od=objdir switches (1)
Aug 21 2016    [Issue 16408] New: Converting char* to string with (1)
Aug 20 2016    [Issue 16407] New: fix from test15779 fails on windows 10 32bit builds (1)
Aug 20 2016    [Issue 16406] New: Compiler segfaults on __traits(getprotection, (1)
Aug 19 2016    [Issue 16405] New: Trojan Win32/Ipac.B!cl detected on dmd-2.071.1.exe (1)
Aug 19 2016    [Issue 16404] New: Funky type for parameterless lambdas () => { ... } (1)
Aug 18 2016    [Issue 16403] New: wrong "matches more than one template (1)
Aug 18 2016    [Issue 16402] New: ICE when reinterpreting a function as a long[2] (1)
Aug 18 2016    [Issue 16401] New: incorrect fully qualified name in error message (1)
Aug 17 2016    [Issue 16400] New: naked variadic C function emits broken prologue (1)
Aug 17 2016    [Issue 16399] New: template with func. ptr. argument and anon. func. (1)
Aug 17 2016    [Issue 16398] New: aligned allocator: aligned reallocation is not (1)
Aug 16 2016    [Issue 16397] New: test_runner in coverage mode doesn't match with (1)
Aug 16 2016    [Issue 16396] New: Octal value 08 should result in error (1)
Aug 16 2016    [Issue 16395] New: auto return on override (1)
Aug 15 2016    [Issue 16394] New: TypeInfo.init() for static arrays returns single (1)
Aug 15 2016    [Issue 16393] New: Move install.sh to a more stable machine (1)
Aug 15 2016    [Issue 16392] New: drop win32.mak (1)
Aug 15 2016    [Issue 16391] New: please add rt_loadLibrary/rt_unloadLibrary (1)
Aug 15 2016    [Issue 16390] New: __traits not accepted where a type is expected (1)
Aug 14 2016    [Issue 16389] New: "const" should be inferred for template methods (1)
Aug 14 2016    [Issue 16388] New: Throwing constructors must destroy fully (1)
Aug 14 2016    [Issue 16387] New: getSymbolsByUDA works with structs but fails with (1)
Aug 14 2016    [Issue 16386] New: std.concurrency: destructors called twice on (1)
Aug 14 2016    [Issue 16385] New: std.range: undefined behaviour when skipping over (1)
Aug 13 2016    [Issue 16384] New: Invariant not called with multiple defined. (1)
Aug 13 2016    [Issue 16383] New: Algebraic visit does not match handlers to const (1)
Aug 13 2016    [Issue 16382] New: Passing &this as a CT parameter seg faults dmd (1)
Aug 12 2016    [Issue 16381] New: Wrapping a float4 array leads to segfault. (1)
Aug 12 2016    [Issue 16380] New: no bindings for err.h (1)
Aug 11 2016    [Issue 16379] New: merging coverage sometimes overwrites existing (1)
Aug 11 2016    [Issue 16378] New: Cases where empty statements warnings not emitted (1)
Aug 11 2016    [Issue 16377] New: Make --DRT GC profile information available (1)
Aug 11 2016    [Issue 16376] New: The specifications misses for overload resolution (1)
Aug 11 2016    [Issue 16375] New: Computing finite ranges with std.range.recurrence (1)
Aug 10 2016    [Issue 16374] New: Foreach lowering tries opSlice before range (1)
Aug 10 2016    [Issue 16373] New: gcc 6.1.1 compatibility (1)
Aug 10 2016    [Issue 16372] New: Broken links in documentation (1)
Aug 10 2016    [Issue 16371] New: warn/deprecate implicit final in interfaces (1)
Aug 10 2016    [Issue 16370] New: outdated spec: templated functions allowed in (1)
Aug 10 2016    [Issue 16369] New: [REG 2.071] getSymbolsByUDA fails if type (1)
Aug 09 2016    [Issue 16368] New: support for apple icloud (1)
Aug 09 2016    [Issue 16367] New: m.a.c.b.o.o.k A.p.p.l.e i.c.l.o.u.d (1)
Aug 09 2016    [Issue 16366] New: macbook+Apple+icloud 18007909186 Apple icloud (1)
Aug 08 2016    [Issue 16365] New: cannot allow calling function pointer from (1)
Aug 08 2016    [Issue 16364] New: getUDAs and hasUDA do not give consistent results (1)
Aug 07 2016    [Issue 16363] New: Cannot construct a random access range using (1)
Aug 07 2016    [Issue 16362] New: `foreach (ref v; range)` with non-ref returning (1)
Aug 07 2016    [Issue 16361] New: Exclude other OS folders from a OS relase (1)
Aug 07 2016    [Issue 16360] New: DMD fails to inline functions that contain a type (1)
Aug 07 2016    [Issue 16359] New: Mangling of const static arrays does not match C++ (1)
Aug 06 2016    [Issue 16358] New: the most basic program leaks 88 bytes (1)
Aug 06 2016    [Issue 16357] New: cast(T[])[x] casts x to T instead of [x] to T[] (1)
Aug 06 2016    [Issue 16356] New: cdouble is broken (1)
Aug 05 2016    [Issue 16355] New: __xpostblit incorrectly generated for a struct (1)
Aug 05 2016    [Issue 16354] New: CTFE static foreach doesn't work with mixin import (1)
Aug 05 2016    [Issue 16353] New: Virtual function cannot be declared and defined (1)
Aug 05 2016    [Issue 16352] New: dead-lock in std.allocator.free_list unittest (1)
Aug 03 2016    [Issue 16351] New: Nonstandard output library causes no-argument (1)
Aug 02 2016    [Issue 16350] New: Error: function core.checkedint.muls cannot (1)
Aug 02 2016    [Issue 16349] New: better curl retry for install.sh script (1)
Aug 02 2016    [Issue 16348] New: ICE with package visibility (1)
Aug 01 2016    [Issue 16347] New: Strange deprecation message when using templates (1)
Aug 01 2016    [Issue 16346] New: Enum used as a constructor evaluates to the (1)
Aug 01 2016    [Issue 16345] New: lazy variadic function in template with default (1)
Jul 31 2016    [Issue 16344] New: Real FP magic on windows (1)
Jul 31 2016    [Issue 16343] New: Incorrectly requiring this pointer for a free (1)
Jul 31 2016    [Issue 16342] New: std.algorithm.fill can't fill a char[]? (1)
Jul 31 2016    [Issue 16341] New: 32-bit floating-point issue (1)
Jul 30 2016    [Issue 16340] New: case where version(unittest) results in an (1)
Jul 30 2016    [Issue 16339] New: insertInPlace should be tested for unions and (1)
Jul 30 2016    [Issue 16338] New: sort variantArray bug (1)
Jul 29 2016    [Issue 16337] New: Posix get empty environment value returns null (1)
Jul 29 2016    [Issue 16336] New: Inconsistent flag handling of std.format.FormatSpec (1)
Jul 29 2016    [Issue 16335] New: Thread constructor accepts a delegate with (1)
Jul 29 2016    [Issue 16334] New: dmd producing invalid OMF file (1)
Jul 28 2016    [Issue 16333] New: show stack overflow as error message instead of (1)
Jul 28 2016    [Issue 16332] New: std.algorithm.copy uses too restricted array (1)
Jul 28 2016    [Issue 16331] New: std.container.array constructor shouldn't check (1)
Jul 28 2016    [Issue 16330] New: Expansion of code (static foreach, templates) is (1)
Jul 28 2016    [Issue 16329] New: Function declaration followed by definition does (1)
Jul 27 2016    [Issue 16328] New: shared-unshared method collision for templated (1)
Jul 27 2016    [Issue 16327] New: direct floating point equal comparison fails on (1)
Jul 27 2016    [Issue 16326] New: filter is not lazy enough & has weird save behavior (1)
Jul 27 2016    [Issue 16325] New: Provide a construct for a source file to (1)
Jul 27 2016    [Issue 16324] New: std.parallelism taskPool does not terminate (1)
Jul 26 2016    [Issue 16323] New: std.utf.decodeBack (1)
Jul 26 2016    [Issue 16322] New: Improve error message for missing module (1)
Jul 25 2016    [Issue 16321] New: ICE with delegate in UDA (1)
Jul 25 2016    [Issue 16320] New: DMD segfault with T.classinfo.hashOf (1)
Jul 24 2016    [Issue 16319] New: std.experimental.allocator.make subtly wrong with (1)
Jul 24 2016    [Issue 16318] New: inherit from interface via abstract class (1)
Jul 24 2016    [Issue 16317] New: Wrong binop evaluation/load order when optimizing (1)
Jul 24 2016    [Issue 16316] New: [REG 2.071] (Import deprecation) fully qualified (1)
Jul 24 2016    [Issue 16315] New: [] ?= operations does not work with packed slices (1)
Jul 23 2016    [Issue 16314] New: private copyBackwards is broken (1)
Jul 23 2016    [Issue 16313] New: Duplicate symbol generated (1)
Jul 22 2016    [Issue 16312] New: "Error: Overlapping fields" caused by use of (1)
Jul 22 2016    [Issue 16311] New: toHash for Slice is not defined (1)
Jul 21 2016    [Issue 16310] New: std.zip: can't specify archive member order (1)
Jul 21 2016    [Issue 16309] New: DMD segfault with __traits(getProtection) (1)
Jul 21 2016    [Issue 16308] New: [ndslice] should always has save primitive (1)
Jul 21 2016    [Issue 16307] New: [ndslice] should be safe (1)
Jul 21 2016    [Issue 16306] New: Interface extending another interface with same (1)
Jul 20 2016    [Issue 16305] New: opCat opCatAssign priority bug (1)
Jul 20 2016    [Issue 16304] (1)
Jul 20 2016    [Issue 16303] New: covariant delegates should implicitly convert (1)
Jul 20 2016    [Issue 16302] New: Add opStaticIndex that takes compile-time indices (1)
Jul 20 2016    [Issue 16301] New: CTFE execution of opApply keeps wrong "this" (1)
Jul 20 2016    [Issue 16300] New: Add pragma(section, "section-name") to place (1)
Jul 19 2016    [Issue 16299] New: Documentation for Phobos needs to warn about (1)
Jul 19 2016    [Issue 16298] New: [ER] lazily register standard codecs from (1)
Jul 19 2016    [Issue 16297] New: Immutable data with statically-known initializer (1)
Jul 19 2016    [Issue 16296] New: std.math.expo should run in CTFE (1)
Jul 18 2016    [Issue 16295] New: REG since 2.069: undefined symbol that should be (1)
Jul 18 2016    [Issue 16294] New: import treated as public import (1)
Jul 18 2016    [Issue 16293] New: hashOf should be nogc when it can be (1)
Jul 18 2016    [Issue 16292] New: [REG2.069] bogus "Error: goto skips declaration (1)
Jul 18 2016    [Issue 16291] New: phobosinit fails to register encodings on (1)
Jul 18 2016    [Issue 16290] New: Problems with -fPIC, libraries and exceptions (1)
Jul 18 2016    [Issue 16289] New: no extern(C++) mangling for unsigned long (1)
Jul 18 2016    [Issue 16288] New: splitter() that doesn't eat sentinels (1)
Jul 17 2016    [Issue 16287] New: update mixin template specs to reflect new import (1)
Jul 17 2016    [Issue 16286] New: REG(2.071): Alias with 0 arguments gives: (1)
Jul 16 2016    [Issue 16285] New: IAllocator crash (1)
Jul 15 2016    [Issue 16284] New: [REG2.067] CTFE internal error: bad compare (1)
Jul 14 2016    [Issue 16283] New: [Modules] (1)
Jul 14 2016    [Issue 16282] New: Partial permutation/nextPermutation in (1)
Jul 14 2016    [Issue 16281] New: std.format.formattedRead should use ref instead (1)
Jul 14 2016    [Issue 16280] New: -profile=gc wrongly reports allocation when using (1)
Jul 13 2016    [Issue 16279] New: foreach and opApply cannot be nogc (1)
Jul 13 2016    [Issue 16278] New: [REG2.067] undefined reference when class (1)
Jul 13 2016    [Issue 16277] New: Can't use atomicStore with classes or interface (1)
Jul 13 2016    [Issue 16276] New: terminated by signal SIGSEGV (Address boundary (1)
Jul 13 2016    [Issue 16275] New: final functions allowed (1)
Jul 12 2016    [Issue 16274] New: The curses of debugging: short argument passed in (1)
Jul 12 2016    [Issue 16273] New: [REG 2.072a] dmd segfault with inheritance, (1)
Jul 12 2016    [Issue 16272] New: Yield like semantics for function execution (1)
Jul 12 2016    [Issue 16271] New: Should be able to express that a lambda returns (1)
Jul 12 2016    [Issue 16270] New: scoped Alignment (1)
Jul 12 2016    [Issue 16269] New: add `aa.clear!true` method to associative array (1)
Jul 12 2016    [Issue 16268] New: Wrong optimization in code with integer overflow (1)
Jul 11 2016    [Issue 16267] New: Windows modules are missing key information (1)
Jul 11 2016    [Issue 16266] New: safe functions may dereference (1)
Jul 11 2016    [Issue 16265] New: unittest imports should not be counted as (1)
Jul 10 2016    [Issue 16264] New: BigInt multiplication crashes on 64-bit (1)
Jul 10 2016    [Issue 16263] New: Error: template (1)
Jul 10 2016    [Issue 16262] New: assumeUTF attributes change between debug and (1)
Jul 10 2016    [Issue 16261] New: dmd -profile & nativeToLittleEndian() --> wrong (1)
Jul 10 2016    [Issue 16260] New: "Improve this page" links broken for Visual D (1)
Jul 09 2016    [Issue 16259] New: entropy in std.numeric fails in release unittest (1)
Jul 09 2016    [Issue 16258] New: std.net.curl (download) failed (1)
Jul 09 2016    [Issue 16257] New: std.parallelism stress tests don't compile (1)
Jul 09 2016    [Issue 16256] New: std.experimental.logger cant log a dstring properly (1)
Jul 08 2016    [Issue 16255] New: std.algorithm.iteration.each on opApply doesn't (1)
Jul 08 2016    [Issue 16254] New: [REG 2.072-devel] wrong switch skips (1)
Jul 08 2016    [Issue 16253] New: BitmappedBlock allocator not working with (1)
Jul 08 2016    [Issue 16252] New: Region allocator should not be copyable (1)
Jul 07 2016    [Issue 16251] New: regex - `(..).*\1` doesn't match "axxxx" (1)
Jul 07 2016    [Issue 16250] New: GCAllocator should be at least safe, nothrow (1)
Jul 07 2016    [Issue 16249] New: std.signals: disconnect() is unsafe during emit() (1)
Jul 07 2016    [Issue 16248] New: nested const functions can mutate the aggregate (1)
Jul 07 2016    [Issue 16247] New: QuickBooks Online: Using the QuickBooks Online (1)
Jul 07 2016    [Issue 16246] New: cannot call iota with 3 [u]bytes or 3 [u]shorts (1)
Jul 07 2016    [Issue 16245] New: the message emitted when a const function mutates (1)
Jul 06 2016    [Issue 16244] New: compiler ICE on complex `typeof()` for method arg (1)
Jul 06 2016    [Issue 16243] New: wrong argument passed with empty struct and 6 (1)
Jul 06 2016    [Issue 16242] New: Sometimes dependencies are not properly (1)
Jul 06 2016    [Issue 16241] New: std.xml mistakenly disallows "==" in comments but (1)
Jul 06 2016    [Issue 16240] New: std.exception.enforce should be nothrow when (1)
Jul 05 2016    [Issue 16239] New: is(typeof(foo)) hides deprecation message about foo (1)
Jul 05 2016    [Issue 16238] New: std.string.lastIndexOf fails compilation with -de (1)
Jul 05 2016    [Issue 16237] New: Some DMD Assertion Failures (1)
Jul 05 2016    [Issue 16236] New: core.sys.windows.oleauto functions duplicated (1)
Jul 04 2016    [Issue 16235] New: type of conditional expression (ternary operator) (1)
Jul 03 2016    [Issue 16234] New: ICE on opEquals (1)
Jul 03 2016    [Issue 16233] New: ICE on wrong code (1)
Jul 03 2016    [Issue 16232] New: std.experimental.logger.core.sharedLog isn't (1)
Jul 03 2016    [Issue 16231] New: Language specification: rename std.regexp -> (1)
Jul 03 2016    [Issue 16230] New: core.atomic.atomicLoad removes shared from (1)
Jul 03 2016    [Issue 16229] New: [Win64] Crash when generating huge symbols (1)
Jul 02 2016    [Issue 16228] New: Insufficient diagnostics for wrong application of (1)
Jul 02 2016    [Issue 16227] New: std.numeric unit tests fail when run in isolation (1)
Jul 01 2016    [Issue 16226] New: -dip25 doesn't work if the return type is not (1)
Jul 01 2016    [Issue 16225] New: Internal error cod1.c 1338 with -O (1)
Jul 01 2016    [Issue 16224] New: -cov marks the last line of do/while(0); as (1)
Jun 30 2016    [Issue 16223] New: BigUint: undefined shift for small instantiation (1)
Jun 30 2016    [Issue 16222] New: template failed to infer/coerce types for (1)
Jun 30 2016    [Issue 16221] New: Better compiler error message for disabled (1)
Jun 29 2016    [Issue 16220] New: sync (1)
Jun 29 2016    [Issue 16219] New: std.experimental.allocator.makeArray does (1)
Jun 29 2016    [Issue 16218] New: Windows std.file.readImpl should be marked system (1)
Jun 29 2016    [Issue 16217] New: Wrong code with -O -inline on function with right (1)
Jun 28 2016    [Issue 16216] New: struct equality compares padding (1)
Jun 27 2016    [Issue 16215] New: Nested class unable to resolve outer class (1)
Jun 27 2016    [Issue 16214] New: [REG2.069] ICE: Assertion `fd->semanticRun == (1)
Jun 27 2016    [Issue 16213] New: CTFE internal error with static array $ as (1)
Jun 27 2016    [Issue 16212] New: Segfault using "with" for field access inside (1)
Jun 27 2016    [Issue 16211] New: [REG 2.058] Cyclic dependencies broken again (1)
Jun 27 2016    [Issue 16210] New: std.utf.byUTF can be made into a bidirectional (1)
Jun 27 2016    [Issue 16209] New: std.string.isNumeric can work with forward ranges (1)
Jun 27 2016    [Issue 16208] New: moduleinfo importedModules contains needless (1)
Jun 26 2016    [Issue 16207] New: CTFE cast from void* to ubyte* doesn't work (1)
Jun 26 2016    [Issue 16206] New: traits getOverloads fails when one of the (1)
Jun 26 2016    [Issue 16205] New: core.sys.windows.oaidl.VARIANT missing fields (1)
Jun 25 2016    [Issue 16204] New: When using the -profile flag phobos unit tests fail (1)
Jun 24 2016    [Issue 16203] New: std.signals connect() error (1)
Jun 24 2016    [Issue 16202] New: Floating point types implicitly convert losing (1)
Jun 24 2016    [Issue 16201] New: When all paths inside a static if return/throw, (1)
Jun 24 2016    [Issue 16200] New: Faster pow implementation for integral exponents (1)
Jun 23 2016    [Issue 16199] New: Looking up string-keyed AA with static char[n] (1)
Jun 23 2016    [Issue 16198] New: Language specification should have a page about (1)
Jun 23 2016    [Issue 16197] New: [The D Bug Tracker] (1)
Jun 23 2016    [Issue 16196] New: enhance floating spec by floating article (1)
Jun 23 2016    [Issue 16195] New: delete should be system (1)
Jun 22 2016    [Issue 16194] New: auto return type inference depends on return (1)
Jun 22 2016    [Issue 16193] New: opApply() doesn't heap allocate closure (1)
Jun 22 2016    [Issue 16192] New: std.conv.toChars() opSlice wrong for radix other (1)
Jun 21 2016    [Issue 16191] New: std/digest/digest.d should be renamed to package.d (1)
Jun 21 2016    [Issue 16190] New: to!string on enum should be fully qualified for (1)
Jun 21 2016    [Issue 16189] New: Optimizer bug, with simple test case (1)
Jun 20 2016    [Issue 16188] New: [Home] (1)
Jun 20 2016    [Issue 16187] New: std.bitmanip fields should be lvalues (1)
Jun 20 2016    [Issue 16186] New: [Programming in D for C Programmers] Backticks (1)
Jun 19 2016    [Issue 16185] New: Contents of object files are non-deterministic (1)
Jun 19 2016    [Issue 16184] New: allocator.dispose allows to dispose C++ interfaces (1)
Jun 18 2016    [Issue 16183] New: compile-time string concatenation fails with CTFE (1)
Jun 18 2016    [Issue 16182] New: std.traits.fullyQualifiedName Bug (1)
Jun 17 2016    [Issue 16181] New: Overloading doesn't consider default arguments (1)
Jun 17 2016    [Issue 16180] New: Unable to dispose an interface with (1)
Jun 17 2016    [Issue 16179] New: [REG2.072] git HEAD: multiSort no longer callable (1)
Jun 16 2016    [Issue 16178] New: Can't alias a mixin (1)
Jun 16 2016    [Issue 16177] New: Inner exception cannot be caught by specific (1)
Jun 15 2016    [Issue 16176] New: Unreachable code not detected with -w (1)
Jun 15 2016    [Issue 16175] New: allow statements and declaration in a compiles (1)
Jun 14 2016    [Issue 16174] New: (1)
Jun 14 2016    [Issue 16173] New: Implicit fall through is silently allowed (1)
Jun 14 2016    [Issue 16172] New: std.experimental.allocator.make mistakenly thinks (1)
Jun 14 2016    [Issue 16171] New: std.experimental.allocator.make does not respect (1)
Jun 13 2016    [Issue 16170] New: std.algorithm.sorting.partition has many issues (1)
Jun 13 2016    [Issue 16169] New: nWayUnion assertion failure (1)
Jun 13 2016    [Issue 16168] New: isCopyable trait for value types (1)
Jun 12 2016    [Issue 16167] New: chm-nav.json generation is broken (1)
Jun 11 2016    [Issue 16166] New: struct constructor and AliasSeq (1)
Jun 11 2016    [Issue 16165] New: Better error message for mismatched function (1)
Jun 11 2016    [Issue 16164] New: struct(class)'s template is NOT available the (1)
Jun 11 2016    [Issue 16163] New: merge article pages with dlang blog (1)
Jun 11 2016    [Issue 16162] New: not reachable sites (1)
Jun 10 2016    [Issue 16161] New: std.format doesn't acknowledge preceding (1)
Jun 10 2016    [Issue 16160] New: selective imports in aggregation shadow property (1)
Jun 10 2016    [Issue 16159] New: Put the newest entry of the official Blog on the (1)
Jun 10 2016    [Issue 16158] New: Highlight the instructions for the current OS of (1)
Jun 10 2016    [Issue 16157] New: group releases after OS (1)
Jun 10 2016    [Issue 16156] New: make gpg key link more visible on the download page (1)
Jun 10 2016    [Issue 16155] New: show md5 and sha1 hashes for the official downloads (1)
Jun 10 2016    [Issue 16154] New: Modules should have an global example at front (1)
Jun 10 2016    [Issue 16153] New: Better documentation overview page (1)
Jun 10 2016    [Issue 16152] New: dpl-docs/ddox doesn't show documentation for (1)
Jun 09 2016    [Issue 16151] New: duplicate symbol (1)
Jun 09 2016    [Issue 16150] New: Rework overview of D's features page (1)
Jun 09 2016    [Issue 16149] New: foreach_reverse can't handle index variable of (1)
Jun 09 2016    [Issue 16148] New: The Fibers specifics should be included in the (1)
Jun 09 2016    [Issue 16147] New: Provide nshiny 404 error pages (1)
Jun 09 2016    [Issue 16146] New: postblit is not called on struct creation with (1)
Jun 09 2016    [Issue 16145] New: enumerate can't work with ref foreach (1)
Jun 08 2016    [Issue 16144] New: send expiration date headers (enable caching) (1)
Jun 08 2016    [Issue 16143] New: Assertion error for nested functions (1)
Jun 08 2016    [Issue 16142] New: Adding a dtor / postblit (even disabled) forces (1)
Jun 08 2016    [Issue 16141] New: Organizations page unreachable (1)
Jun 08 2016    [Issue 16140] New: while(auto x = y) does not behave like if(auto x (1)
Jun 07 2016    [Issue 16139] New: Attributes of functions inside templates should (1)
Jun 07 2016    [Issue 16138] New: Attributes of private functions should be inferred (1)
Jun 07 2016    [Issue 16137] New: Better error message: function literal accessing (1)
Jun 07 2016    [Issue 16136] New: std.ascii missing isNumber (1)
Jun 07 2016    [Issue 16135] New: missing std.format import in (1)
Jun 07 2016    [Issue 16134] New: core.sys.windows.exdisp.DWebBrowserEvents2 (1)
Jun 06 2016    [Issue 16133] New: core.sys.windows.oleidl.IOleInPlaceSite (1)
Jun 06 2016    [Issue 16132] New: std.variant.VariantN does not work with a class (1)
Jun 06 2016    [Issue 16131] New: A struct is being copied unnecessarily when (1)
Jun 05 2016    [Issue 16130] New: Disallow class template constraints from (1)
Jun 05 2016    [Issue 16129] New: Linker error when using zero length array (1)
Jun 05 2016    [Issue 16128] New: zlib version should not be hardcoded in etc.c.zlib (1)
Jun 05 2016    [Issue 16127] New: array op cache conflates incompatible functions (1)
Jun 05 2016    [Issue 16126] New: Merge comparison into overview page (1)
Jun 05 2016    [Issue 16125] New: mixin string/template confusion, results in no-op (1)
Jun 05 2016    [Issue 16124] New: Object.factory fails for static libs (1)
Jun 04 2016    [Issue 16123] New: alias member of member (1)
Jun 04 2016    [Issue 16122] New: user-friendly CLI interface for dmd (1)
Jun 04 2016    [Issue 16121] New: the canonical way to create and use an exception (1)
Jun 04 2016    [Issue 16120] New: dmd does not inline simple range primitives (1)
Jun 03 2016    [Issue 16119] New: std.uni.normalize should accept ranges. (1)
Jun 03 2016    [Issue 16118] New: ICE on double import erroneous file (1)
Jun 03 2016    [Issue 16117] New: std.experimental.alloctor does not work with non (1)
Jun 02 2016    [Issue 16116] New: Infinite loop on (somewhat complex) simd math (1)
Jun 02 2016    [Issue 16115] New: [REG2.067] Wrong code with comma operator (1)
Jun 02 2016    [Issue 16114] New: [ddox] "Improve this page" links broken for (1)
Jun 01 2016    [Issue 16113] New: Support CTFE in ddoc (1)
Jun 01 2016    [Issue 16112] New: Replace ddoc with markdown (1)
Jun 01 2016    [Issue 16111] New: support markdown header (1)
Jun 01 2016    [Issue 16110] New: ddoc should emit paragraphs not hard-coded (1)
Jun 01 2016    [Issue 16109] New: replace all UL/LI code with markdown syntax (1)
Jun 01 2016    [Issue 16108] New: [The D Bug Tracker] (1)
May 31 2016    [Issue 16107] New: [ICE] - Internal error: backend/cgcod.c 2297 (1)
May 31 2016    [Issue 16106] New: Calling a fiber from itself causes hard-to-debug (1)
May 31 2016    [Issue 16105] New: `is` fails for init value of struct with float (1)
May 30 2016    [Issue 16104] New: Unions should allow fields with destructors, (1)
May 30 2016    [Issue 16103] New: DDOC module-level function list descriptions (1)
May 30 2016    [Issue 16102] New: struct dtor replace value on stack (1)
May 30 2016    [Issue 16101] New: ddoc inserts empty section with newline (1)
May 30 2016    [Issue 16100] New: Error with -O of struct enumeration value and (1)
May 30 2016    [Issue 16099] New: Inconsistent rules for overloading lambdas (1)
May 30 2016    [Issue 16098] New: align(32) not respected for stack variables (1)
May 30 2016    [Issue 16097] New: Confusing error message when concatenating (1)
May 30 2016    [Issue 16096] New: Linking to static library: can't parse (1)
May 30 2016    [Issue 16095] New: a delegate can mutate immutable data (1)
May 29 2016    [Issue 16094] New: error: overlapping slice assignment (CTFE) (1)
May 29 2016    [Issue 16093] New: Trivial case of passing a template function to (1)
May 29 2016    [Issue 16092] New: AVX registers YMM0-YMM7 are inaccessible to (1)
May 28 2016    [Issue 16091] New: Assertion `thisfd->isNested() || thisfd->vthis' (1)
May 28 2016    [Issue 16090] New: popFront generates out-of-bounds array index on (1)
May 28 2016    [Issue 16089] New: Outdated "D on GitHub" link. (1)
May 28 2016    [Issue 16088] New: Parse error for import expression in statement (1)
May 28 2016    [Issue 16087] New: Alignment (.alignof) and stack space incorrect (1)
May 28 2016    [Issue 16086] New: Imported function name shadows alias this member (1)
May 27 2016    [Issue 16085] New: Imported name causes lookup deprecation warning (1)
May 27 2016    [Issue 16084] New: Linker error with interface final function (1)
May 27 2016    [Issue 16083] New: AliasSeq loses type of enums that have the same (1)
May 27 2016    [Issue 16082] New: Can't access alias this member with same name as (1)
May 26 2016    [Issue 16081] New: CTFE mistakes &arr for arr in cast (1)
May 26 2016    [Issue 16080] New: Internal error: backend\cgobj.c 3406 when (1)
May 26 2016    [Issue 16079] New: memoize should cache objects too (1)
May 26 2016    [Issue 16078] New: %e (scientific notation) should be supported for (1)
May 26 2016    [Issue 16077] New: [CodeView] no language information in MS-COFF (1)
May 25 2016    [Issue 16076] New: auto-deploy on every merged PR (1)
May 25 2016    [Issue 16075] New: Compiler rejects basic mixin template (1)
May 25 2016    [Issue 16074] New: std.concurrency receive wont work (1)
May 25 2016    [Issue 16073] New: Ranges without opDollar not supported (1)
May 24 2016    [Issue 16072] New: std.container.binaryheap should be extendable for (1)
May 24 2016    [Issue 16071] New: Source file path and module name should match (1)
May 24 2016    [Issue 16070] New: std.meta.{ApplyLeft,ApplyRight} fail with mixed (1)
May 24 2016    [Issue 16069] New: std.regex.splitter should accept any random (1)
May 24 2016    [Issue 16068] New: DDoc sections have serious design issues (1)
May 24 2016    [Issue 16067] New: Invalid source lines shown with disassembly with (1)
May 24 2016    [Issue 16066] New: Implement KnuthMorrisPrattFinder (1)
May 23 2016    [Issue 16065] New: Provide digitally signed binaries for Windows (1)
May 23 2016    [Issue 16064] New: std.experimental.allocator.dispose can't be used (1)
May 22 2016    [Issue 16063] New: DLL projects seem to ignore DllMain, won't link (1)
May 22 2016    [Issue 16062] New: Add 'clear' method to OutBuffer (std.outbuffer) (1)
May 22 2016    [Issue 16061] New: 2.071.1-b1 regression -- Works with 2.071 (1)
May 22 2016    [Issue 16060] New: extern(C++) abstract base class and interface (1)
May 22 2016    [Issue 16059] New: needed better error messages for failed overloads (1)
May 22 2016    [Issue 16058] New: `immutable delegate()` and `immutable delegate() (1)
May 22 2016    [Issue 16057] New: [TDPL] synchronized (a, b) compiles and runs with (1)
May 22 2016    [Issue 16056] New: [The D Bug Tracker] (1)
May 21 2016    [Issue 16055] New: double.stringof is not precise (1)
May 21 2016    [Issue 16054] New: can break immutable with std.typecons.Rebindable (1)
May 21 2016    [Issue 16053] New: SysTime.fromIsoExtString don't work if (1)
May 21 2016    [Issue 16052] New: Debugging not possible - probably wrong debug (1)
May 21 2016    [Issue 16051] New: ICE with nested functions and template alias (1)
May 20 2016    [Issue 16050] New: Template type parameter "action at at a distance" (1)
May 19 2016    [Issue 16049] New: core.sys.windows structs have wrong sizes and (1)
May 19 2016    [Issue 16048] New: std.getopt: duplicated (short) options are not (1)
May 19 2016    [Issue 16047] New: Range violation in setting multi-dimensional AA (1)
May 19 2016    [Issue 16046] New: ScopedAllocator does not set prev, causing (1)
May 19 2016    [Issue 16045] New: Unable to loading global variables in inline (1)
May 18 2016    [Issue 16044] New: __traits(allMembers) returns empty tuple for (1)
May 18 2016    [Issue 16043] New: Wrong line number for closure in -vgc (1)
May 18 2016    [Issue 16042] New: Identifier on template arguments should consider (1)
May 18 2016    [Issue 16041] New: Forward reference with auto return (1)
May 17 2016    [Issue 16040] New: Remove Dconf announcement (1)
May 17 2016    [Issue 16039] New: DMD produces huge binary when using a complex (1)
May 17 2016    [Issue 16038] New: -O Codegen bug: Missing floating-point negation (1)
May 17 2016    [Issue 16037] New: Closure allocation despite scope variable for (1)
May 17 2016    [Issue 16036] New: std.net.isemail - isEmail reurns "valid: false" (1)
May 17 2016    [Issue 16035] New: Compiler error when compiling specific union (1)
May 17 2016    [Issue 16034] New: map should be possible with a reference only (1)
May 17 2016    [Issue 16033] New: std.algorithm.sorting.sort should be possible (1)
May 17 2016    [Issue 16032] New: extern(Windows) missing from (1)
May 16 2016    [Issue 16031] New: [REG2.071.1] dmd internal error when compiling (1)
May 16 2016    [Issue 16030] New: bad error message when trying to use union in CTFE (1)
May 16 2016    [Issue 16029] New: D exception aborts program when called from C++ (1)
May 15 2016    [Issue 16028] New: Incorrect cache size returned from core.cpuid (1)
May 15 2016    [Issue 16027] New: Wrong result of double multiplication (1)
May 15 2016    [Issue 16026] New: std.math.frexp!float() wrong for very small (1)
May 14 2016    [Issue 16025] New: mixin myTemplate should throw an error (1)
May 13 2016    [Issue 16024] New: More struct/class/interface introspection helpers (1)
May 13 2016    [Issue 16023] New: Add template or trait to find the importable (1)
May 13 2016    [Issue 16022] New: dmd assertion failure due to misplaced comma (1)
May 12 2016    [Issue 16021] New: Template constraint bug (1)
May 12 2016    [Issue 16020] New: AliasDeclarationY doesn't allow to alias a (1)
May 12 2016    [Issue 16019] New: Implement a way to check GC usage stats from (1)
May 11 2016    [Issue 16018] New: fold size_t[] with int seed causes forward (1)
May 11 2016    [Issue 16017] New: package functions show up in (1)
May 11 2016    [Issue 16016] New: Remove std.concurrencybase from the docs (1)
May 11 2016    [Issue 16015] New: Sometimes importing a module both top-level and (1)
May 10 2016    [Issue 16014] New: Concatenated strings don't work in deprecation (1)
May 10 2016    [Issue 16013] New: [REG2.072a] ICE with mutually dependent structs (1)
May 10 2016    [Issue 16012] New: [REG2.070] forward reference with alias this (1)
May 10 2016    [Issue 16011] New: [REG2.068] recursive RefCounted used to work (1)
May 10 2016    [Issue 16010] New: [ndslice] byElement throw assert error (1)
May 10 2016    [Issue 16009] New: '_d_monitorenter' is not nothrow (1)
May 09 2016    [Issue 16008] New: FreeList should implement deallocateAll, as (1)
May 09 2016    [Issue 16007] New: Some Win32 API structs has wrong definitions (1)
May 09 2016    [Issue 16006] New: Investigate adding fork() to std.process (1)
May 09 2016    [Issue 16005] New: std.uni.toUpper returns wrong value for U+1FE2 (1)
May 08 2016    [Issue 16004] New: Properly document changes to protection attributes (1)
May 08 2016    [Issue 16003] New: stringof for module doesn't include full path (1)
May 07 2016    [Issue 16002] New: Add __traits(isModule) and __traits(isPackage) (1)
May 07 2016    [Issue 16001] New: Lambda syntax: forbid use with (1)
May 07 2016    [Issue 16000] New: linking issues on OSX with size_t, extern(C++), (1)
May 07 2016    [Issue 15999] New: Inline assembly incorrect sign extension instead (1)
May 06 2016    [Issue 15998] New: Segmentation fault on const folding of arrays of (1)
May 06 2016    [Issue 15997] New: Wrong constant value for (1)
May 06 2016    [Issue 15996] New: safe allows escaping of ptrs to variables going (1)
May 05 2016    [Issue 15995] New: std.conv.text and friends can be made faster with (1)
May 05 2016    [Issue 15994] New: Trivial code compiled with dmd ends with code 11 !? (1)
May 05 2016    [Issue 15993] New: using mixin to specify 2 arguments for writefln (1)
May 04 2016    [Issue 15992] New: [REG2.072a] dmd: todt.c:787: void (1)
May 04 2016    [Issue 15991] New: std.datetime.StopWatch is not nogc (1)
May 04 2016    [Issue 15990] New: Error handling page on spec needs work (1)
May 03 2016    [Issue 15989] New: Win32 optimizer bug (1)
May 02 2016    [Issue 15988] New: [REG v2.070] Massive Compile Time Slowdown (1)
May 02 2016    [Issue 15987] New: core.sys.windows.msacm remains pseudo definitions (1)
May 02 2016    [Issue 15986] New: [std.experimental.allocator.mallocator] calloc? (1)
May 02 2016    [Issue 15985] New: [REG2.068/2.069] Code doesn't link unless (1)
May 02 2016    [Issue 15984] New: Interface contracts retrieve garbage instead of (1)
May 02 2016    [Issue 15983] New: [REG 2.071] Symbol visibility in derived classes (1)
May 02 2016    [Issue 15982] New: std.array.array treats dynamic arrays as input (1)
May 01 2016    [Issue 15981] New: infer function types for auto functions (1)
May 01 2016    [Issue 15980] New: std.traits.Identity is undocumented but public (1)
May 01 2016    [Issue 15979] New: std.net.curl should use strings (1)
May 01 2016    [Issue 15978] New: Can't pass vector.init as template parameter (1)
May 01 2016    [Issue 15977] New: `rdmd --eval' fails with `Error: module syserror (1)
May 01 2016    [Issue 15976] New: explicite TLS initializes badly in DLLs if other (1)
May 01 2016    [Issue 15975] New: TLS not scanned correctly for main thread (1)
Apr 29 2016    [Issue 15974] New: Spurious error: argument to mixin must be a (1)
Apr 29 2016    [Issue 15973] New: nextPow2 relies on processor specific behavior (1)
Apr 29 2016    [Issue 15972] New: joiner doesn't recognize range of chars (1)
Apr 29 2016    [Issue 15971] New: BigInt ctor should accept forward ranges (1)
Apr 29 2016    [Issue 15970] New: C++ mangling of templated arg type (1)
Apr 29 2016    [Issue 15969] New: makeNrray - allocate + dispose multi-dimensional (1)
Apr 29 2016    [Issue 15968] New: deep-version of equals (1)
Apr 28 2016    [Issue 15967] New: Dwarf EH caused a 85Kib increase in hello world (1)
Apr 28 2016    [Issue 15966] New: [REG 2.071] {public,protected} imports in base (1)
Apr 28 2016    [Issue 15965] New: [REG 2.070] Reference to other CT-known field on (1)
Apr 28 2016    [Issue 15964] New: The template constraints for std.uni.sicmp are (1)
Apr 27 2016    [Issue 15963] New: Hidden unresolved forward reference issue in (1)
Apr 27 2016    [Issue 15962] New: [REG2.069] Don't strip off asserts to check (1)
Apr 27 2016    [Issue 15961] New: [REG-master] ICE with instance field introduced (1)
Apr 26 2016    [Issue 15960] New: SetUnion should filter duplicates (1)
Apr 26 2016    [Issue 15959] New: core.sys.windows modules should be modified for x64 (1)
Apr 26 2016    [Issue 15958] New: Missing extern(Windows) of core.sys.windows (1)
Apr 25 2016    [Issue 15957] New: Disabled postblit + template mixin break opAssign (1)
Apr 25 2016    [Issue 15956] New: Incorrect value inside enum using simd vectors, (1)
Apr 25 2016    [Issue 15955] New: dwExtraInfo in winuser.d is DWORD in some cases, (1)
Apr 25 2016    [Issue 15954] New: std.experimental.logger repeats wstring message (1)
Apr 25 2016    [Issue 15953] New: std.net.curl: contentLength reset method DELETE (1)
Apr 23 2016    [Issue 15952] New: struct in closure is destroyed when parent (1)
Apr 23 2016    [Issue 15951] New: Inefficiencies in struct initialization (1)
Apr 22 2016    [Issue 15950] New: Wish: __compressed_import("file.ext"); (1)
Apr 21 2016    [Issue 15949] New: Improve readtext handling of byte order mark (BOM) (1)
Apr 21 2016    [Issue 15948] New: wrong line numbers in stack traces (1)
Apr 21 2016    [Issue 15947] New: [REG 2.069.0?] simple multithreaded program + (1)
Apr 21 2016    [Issue 15946] New: Exception collected during unwinding (1)
Apr 21 2016    [Issue 15945] New: sizeof on an invalid type seems to compile. (1)
Apr 21 2016    [Issue 15944] New: Wrong directory separators in (1)
Apr 21 2016    [Issue 15943] New: wrong code for extern(C++) thread local variables (1)
Apr 20 2016    [Issue 15942] New: bogus "cannot implicitly convert expression" (1)
Apr 20 2016    [Issue 15941] New: Regression: rbtree no longer supports classes (1)
Apr 20 2016    [Issue 15940] New: std.variant.Variant: compilation fails if a value (1)
Apr 18 2016    [Issue 15939] New: GC.collect causes deadlock in multi-threaded (1)
Apr 18 2016    [Issue 15938] New: ctor doesn't initialize fields when struct is (1)
Apr 17 2016    [Issue 15937] New: DMD should only expand tilde at start of paths (1)
Apr 17 2016    [Issue 15936] New: misleading error message about disable where (1)
Apr 17 2016    [Issue 15935] New: compiling dub with -fPIC triggers internal (1)
Apr 17 2016    [Issue 15934] New: Non-virtual super class member function call (1)
Apr 16 2016    [Issue 15933] New: GDC support for core.cpuid (1)
Apr 15 2016    [Issue 15932] New: Get rid of the implicit slicing of static arrays (1)
Apr 15 2016    [Issue 15931] New: The compiler lets you try to derive from a const,  (1)
Apr 15 2016    [Issue 15930] New: min/max of pointers violates const (1)
Apr 15 2016    [Issue 15929] New: First sentence to (1)
Apr 15 2016    [Issue 15928] New: chain(r1, r2, r3, ...) should discard all (1)
Apr 15 2016    [Issue 15927] New: KeyType and ValueType for User Defined AAs (1)
Apr 14 2016    [Issue 15926] New: Peculiar behavior of 'inout' (1)
Apr 14 2016    [Issue 15925] New: [REG 2.071] Import declaration from mixin (1)
Apr 14 2016    [Issue 15924] New: [Home] (1)
Apr 13 2016    [Issue 15923] New: is expression qualifier matching does not work (1)
Apr 13 2016    [Issue 15922] New: DMD segfault in functionParameters() (1)
Apr 13 2016    [Issue 15921] New: Win64: wrong codegen with array of structs slicing (1)
Apr 13 2016    [Issue 15920] New: std.traits.MemberFunctionsTuple gives a wrong (1)
Apr 12 2016    [Issue 15919] New: Undetected spell miss in (1)
Apr 12 2016    [Issue 15918] New: [2.070] Results from findSplit can no longer be (1)
Apr 12 2016    [Issue 15917] New: std.concurrency module destructor causes useless (1)
Apr 12 2016    [Issue 15916] New: void makes a function impure + system (1)
Apr 12 2016    [Issue 15915] New: std.process.execute throws an exception when (1)
Apr 11 2016    [Issue 15914] New: getopt, the new option validator doesn't accept a (1)
Apr 11 2016    [Issue 15913] New: cannot initialize immutable fixed size array (1)
Apr 10 2016    [Issue 15912] New: Anonymous class with missing method results in (1)
Apr 10 2016    [Issue 15911] New: undefined __Unwind_GetIPInfo for x86_64 (1)
Apr 10 2016    [Issue 15910] New: Prevent mismatch of VERSION information in dmd (1)
Apr 09 2016    [Issue 15909] New: Duplicate case error reports characters as numbers (1)
Apr 09 2016    [Issue 15908] New: Implicitly typed lambda inside class "has no value" (1)
Apr 09 2016    [Issue 15907] New: Unjustified "is not visible from module" (1)
Apr 09 2016    [Issue 15906] New: GIT HEAD undefined references (1)
Apr 09 2016    [Issue 15905] New: Tuple Op Assignment Overload incorrect? (1)
Apr 09 2016    [Issue 15904] New: Undefined reference to ModuleInfo (1)
Apr 09 2016    [Issue 15903] New: module foo.bar is not accessible here, perhaps (1)
Apr 09 2016    [Issue 15902] New: std.range.Take.opSlice is incorrect (1)
Apr 09 2016    [Issue 15901] New: Perfect hash map for the visual D lexer (1)
Apr 08 2016    [Issue 15900] New: [REG 2.071] (Import deprecation) Public import (1)
Apr 08 2016    [Issue 15899] New: Tuple.toString not recognized as a function with (1)
Apr 08 2016    [Issue 15898] New: [REG2.069] Internal error: backend\cgcod.c 1651 (1)
Apr 08 2016    [Issue 15897] New: private base functions not callable from base (1)
Apr 08 2016    [Issue 15896] New: private ignored when import bindings are used (1)
Apr 07 2016    [Issue 15895] New: Make rt_trapExceptions apply to fibers as well (1)
Apr 07 2016    [Issue 15894] New: Allow setting of rt_trapExceptions from module (1)
Apr 07 2016    [Issue 15893] New: std.algorithm.each returns a misleading compile (1)
Apr 07 2016    [Issue 15892] New: Can't use alias this with struct static member (1)
Apr 07 2016    [Issue 15891] New: Compiler error when std.algorithm.cache and (1)
Apr 07 2016    [Issue 15890] New: IFTI for static array argument length when (1)
Apr 06 2016    [Issue 15889] New: Array bounds check should report index and length (1)
Apr 06 2016    [Issue 15888] New: std.format generates broken hex strings for (1)
Apr 06 2016    [Issue 15887] New: invalid char/wchar/dchar values are (1)
Apr 06 2016    [Issue 15886] New: Add an uncaught exception handler (1)
Apr 06 2016    [Issue 15885] New: float serialized to JSON loses precision (1)
Apr 06 2016    [Issue 15884] New: Assigning char[] to std.json.JSONValue creates (1)
Apr 06 2016    [Issue 15883] New: building dmd from master shows (1)
Apr 05 2016    [Issue 15882] New: writeln on a bad dstring triggering assert(0) in (1)
Apr 05 2016    [Issue 15881] New: approxEqual Ignores maxAbsDiff (1)
Apr 05 2016    [Issue 15880] New: int hex literals properties are rejected (1)
Apr 05 2016    [Issue 15879] New: Compiler crashes when two template structs have (1)
Apr 05 2016    [Issue 15878] New: Discarding return value prevents inlining (1)
Apr 04 2016    [Issue 15877] New: [REG2.071beta] Some members are not visible by (1)
Apr 04 2016    [Issue 15876] New: "a[{keyword" causes DMD to segfault (1)
Apr 04 2016    [Issue 15875] New: "d o(int[a]a)(){}" causes DMD segfault (1)
Apr 04 2016    [Issue 15874] New: getSymbolsByUDA fails if struct has no UDAs (1)
Apr 04 2016    [Issue 15873] New: In order to implement std.simd, compile time info (1)
Apr 04 2016    [Issue 15872] New: [ndslice] indexing a slice with an array causes (1)
Apr 04 2016    [Issue 15871] New: Implement SIMD-friendly set intersection (1)
Apr 04 2016    [Issue 15870] New: UFCS not recognized on array when passing as (1)
Apr 03 2016    [Issue 15869] New: RVO can overwrite argument (1)
Apr 03 2016    [Issue 15868] New: Inappropriate error message: "base type must be (1)
Apr 03 2016    [Issue 15867] New: Compiler reports wrong error location for (1)
Apr 03 2016    [Issue 15866] New: casting away const from "super" results in "this" (1)
Apr 02 2016    [Issue 15865] New: std.file.copy(from,to) deletes the file if from (1)
Apr 02 2016    [Issue 15864] New: chmgen triggers exception in std.regex (1)
Apr 01 2016    [Issue 15863] New: .length for AA.byKey (1)
Apr 01 2016    [Issue 15862] New: dmd thinks functions are strongly pure despite (1)
Apr 01 2016    [Issue 15861] New: Wrong double-to-string conversion with -O (1)
Apr 01 2016    [Issue 15860] New: lockstep should support foreach_reverse (1)
Apr 01 2016    [Issue 15859] New: opApply resolution on attributes (1)
Mar 31 2016    [Issue 15858] New: core.sys.posix.dirent.dirent for glibc is invalid (1)
Mar 31 2016    [Issue 15857] New: Confusing/wrong error message with (1)
Mar 31 2016    [Issue 15856] New: Confusing error message with (1)
Mar 30 2016    [Issue 15855] New: "a[{for" causes dmd to segfault (1)
Mar 30 2016    [Issue 15854] New: Intrinsic sin function uses buggy hardware fsin (1)
Mar 30 2016    [Issue 15853] New: [std.random] save method must be immutable (1)
Mar 30 2016    [Issue 15852] New: ICE(cod1) 1669: DMD failed with SIMD code (1)
Mar 30 2016    [Issue 15851] New: Access violation when foreaching variadic (1)
Mar 30 2016    [Issue 15850] New: Host gh-pages at official repo (1)
Mar 29 2016    [Issue 15849] New: change in std.ui test leads to magic linking (1)
Mar 29 2016    [Issue 15848] New: out doesn't call opAssign() (1)
Mar 29 2016    [Issue 15847] New: It is not an error to call opAssign on an (1)
Mar 28 2016    [Issue 15846] New: Windows console cannot read properly UTF-8 lines (1)
Mar 28 2016    [Issue 15845] New: Windows console cannot read properly UTF-8 lines (1)
Mar 28 2016    [Issue 15844] New: how to create a program for the EK-LM3S8962 (1)
Mar 28 2016    [Issue 15843] New: D-type mangling used for extern(C) (extern) (1)
Mar 28 2016    [Issue 15842] New: struct is being copied when returned directly (1)
Mar 27 2016    [Issue 15841] New: [std.net.curl] static curl lib link not on (1)
Mar 27 2016    [Issue 15840] New: std.typecons.RefCounted segfaults when checking (1)
Mar 27 2016    [Issue 15839] New: this.outer is of wrong type (1)
Mar 27 2016    [Issue 15838] New: Many Win32 API callback functions miss (1)
Mar 26 2016    [Issue 15837] New: [REG 2.071-b1] stdout.writeln not called anymore (1)
Mar 26 2016    [Issue 15836] New: [REG 2.071-b1] memory error when a class is not (1)
Mar 26 2016    [Issue 15835] New: Segfault with typeid call from lazy argument (1)
Mar 26 2016    [Issue 15834] New: Import of std.stdio (std.stdiobase) in dll fails (1)
Mar 25 2016    [Issue 15833] New: [REG2.071b] -m32mscoff always fails to link (1)
Mar 25 2016    [Issue 15832] New: Crashing program when a helper template function (1)
Mar 25 2016    [Issue 15831] New: IFTI voldemort type exploding bloat (1)
Mar 24 2016    [Issue 15830] New: UFCS prevents to select a free function when the (1)
Mar 24 2016    [Issue 15829] New: hasElaborateDestructor doesn't work for classes (1)
Mar 24 2016    [Issue 15828] New: DMD should refuse comparing unions (1)
Mar 24 2016    [Issue 15827] New: std.variant.Variant can not be initialized with (1)
Mar 24 2016    [Issue 15826] New: Insufficient locations of deprecation message in (1)
Mar 23 2016    [Issue 15825] New: dmd's -transition=checkimports reports a false (1)
Mar 23 2016    [Issue 15824] New: 'scope' attribute ignored when making an alias to (1)
Mar 23 2016    [Issue 15823] New: opIndex doesn't work for const std.variant.Variant (1)
Mar 23 2016    [Issue 15822] New: InvalidMemoryOperationError when calling (1)
Mar 22 2016    [Issue 15821] New: std.container.array.Array on the heap leads to (1)
Mar 22 2016    [Issue 15820] New: inconsistent error msg on assert between runtime (1)
Mar 21 2016    [Issue 15819] New: Error: cannot resolve type for (1)
Mar 21 2016    [Issue 15818] New: Multiple function declarations without definition (1)
Mar 21 2016    [Issue 15817] New: ICE (with no stacktrace) instead of 'cannot index (1)
Mar 20 2016    [Issue 15816] New: ICE void ddmd.dclass.__assert(int) with error: (1)
Mar 19 2016    [Issue 15815] New: [Reg 2.071-devel] deprecation for aliased (1)
Mar 19 2016    [Issue 15814] New: [REG-master] Custom deprecation message is not (1)
Mar 19 2016    [Issue 15813] New: extern (C++) classes cannot be used as (1)
Mar 19 2016    [Issue 15812] New: static struct inside extern(C++) class cannot be (1)
Mar 18 2016    [Issue 15811] New: -transition=import and -transition=checkimport (1)
Mar 18 2016    [Issue 15810] New: Store historical docs (1)
Mar 18 2016    [Issue 15809] New: Putting std.stdio.File.ByLine ina class causes (1)
Mar 18 2016    [Issue 15808] New: Invalid memory operation with Git HEAD (1)
Mar 17 2016    [Issue 15807] New: Array!bool insertBack is broken (1)
Mar 17 2016    [Issue 15806] New: DirEntry interface inconsistency (1)
Mar 17 2016    [Issue 15805] New: Automatic fix two erroneous integer comparison (1)
Mar 17 2016    [Issue 15804] New: missing UDAs on nested struct template (1)
Mar 16 2016    [Issue 15803] New: std.file should support sub-second file time (1)
Mar 15 2016    [Issue 15802] New: (SIGSEGV) CppMangleVisitor::source_name (1)
Mar 15 2016    [Issue 15801] New: Overloaded alias parameter variable cannot be (1)
Mar 15 2016    [Issue 15800] New: std.conv.to!int does not work with ranges of char (1)
Mar 14 2016    [Issue 15799] New: Misleading error message against the contract (1)
Mar 14 2016    [Issue 15798] New: std.algorithm.mutation.copy takes target by value (1)
Mar 14 2016    [Issue 15797] New: Add Option to Not Drop Matches in (1)
Mar 14 2016    [Issue 15796] New: REF_ALTTEXT doesn't work yet (1)
Mar 14 2016    [Issue 15795] New: bogus "conflicts with" error depending on order (1)
Mar 13 2016    [Issue 15794] New: Lambda mangled differently after being passed as (1)
Mar 12 2016    [Issue 15793] New: Change !is error to warning (1)
Mar 12 2016    [Issue 15792] New: Error Filling an array (1)
Mar 12 2016    [Issue 15791] New: Cannot get a stored nested struct object from (1)
Mar 11 2016    [Issue 15790] New: The GC frees managed members made w/ (1)
Mar 11 2016    [Issue 15789] New: ICE Assert in TemplateInstance semanticTiargs (1)
Mar 11 2016    [Issue 15788] New: ICE assert triggered on overloaded function (1)
Mar 11 2016    [Issue 15787] New: core.stdc.config should be documented (1)
Mar 11 2016    [Issue 15786] New: Line buffering not activated for stdout when (1)
Mar 10 2016    [Issue 15785] New: [DMD HEAD] Spurious warning when calling (1)
Mar 10 2016    [Issue 15784] New: Overload set constructor call should be supported (1)
Mar 10 2016    [Issue 15783] New: Junk is written into environment variable after (1)
Mar 09 2016    [Issue 15782] New: [Reg 2.071-devel] something about the (1)
Mar 09 2016    [Issue 15781] New: Type deduction const (1)
Mar 09 2016    [Issue 15780] New: CTFE foreach fails with tuple (1)
Mar 08 2016    [Issue 15779] New: Program exits with dwarfeh(316) fatal error (1)
Mar 08 2016    [Issue 15778] New: polysemous string type doesn't work in array (1)
Mar 07 2016    [Issue 15777] New: Premature expansion of overload set in tuples (1)
Mar 06 2016    [Issue 15776] New: symlink documentation wrong: "Relative paths are (1)
Mar 06 2016    [Issue 15775] New: Object.factory replacement based on experimental (1)
Mar 06 2016    [Issue 15774] New: cant write import std.range; twice (1)
Mar 06 2016    [Issue 15773] New: D's treatment of whitespace in character classes (1)
Mar 06 2016    [Issue 15772] New: emplace works with abstract classes but it (1)
Mar 06 2016    [Issue 15771] New: FileLogger should create the output directory if (1)
Mar 05 2016    [Issue 15770] New: SocketSet.add OutOfMemoryError on Posix (1)
Mar 05 2016    [Issue 15769] New: Unittests example should have titles (1)
Mar 05 2016    [Issue 15768] New: std.stdio.trustedStdout accesses __gshared data (1)
Mar 05 2016    [Issue 15767] New: Why isn't there a deprecation plan for TypeTuple? (1)
Mar 05 2016    [Issue 15766] New: extern(Objective-C) should result in compile (1)
Mar 05 2016    [Issue 15765] New: TypeInfo for C++ classes uses wrong vtbl (1)
Mar 04 2016    [Issue 15764] New: Name of template cannot (1)
Mar 04 2016    [Issue 15763] New: std.math.approxEqual is not symmetric (1)
Mar 04 2016    [Issue 15762] New: Array casts involving const enums can be made safe (1)
Mar 04 2016    [Issue 15761] New: Windows wide character console output broken with (1)
Mar 04 2016    [Issue 15760] New: Segfault when compiling when using __gshared and (1)
Mar 04 2016    [Issue 15759] New: chunks should work with only an input range (1)
Mar 04 2016    [Issue 15758] New: .deb not installing on Ubuntu 15.10 since 2.7x (1)
Mar 04 2016    [Issue 15757] New: D main is a nested function and cannot be accessed (1)
Mar 04 2016    [Issue 15756] New: reading wrong address for alias in nested struct (1)
Mar 04 2016    [Issue 15755] New: DMD segfault upon alias on alias on (1)
Mar 04 2016    [Issue 15754] New: can access alias from instance but not from type (1)
Mar 04 2016    [Issue 15753] New: clear method for AA not work (1)
Mar 03 2016    [Issue 15752] New: Diagnostic: Better Error Message for Assigning (1)
Mar 03 2016    [Issue 15751] New: atomicLoad doesn't return stable result if (1)
Mar 03 2016    [Issue 15750] New: net/isemail uses lots of redundant helper methods (1)
Mar 03 2016    [Issue 15749] New: allow `with` on an expression (1)
Mar 03 2016    [Issue 15748] New: inconsistent symbols generated by dmd vs ldc (1)
Mar 03 2016    [Issue 15747] New: debug info missing for static library (dmd only, (1)
Mar 02 2016    [Issue 15746] New: Add github hooks for autotester (1)
Mar 02 2016    [Issue 15745] New: Inline Assembly stomped on by Profiling (1)
Mar 02 2016    [Issue 15744] New: (SIGABRT) Error: overloadset t.Bar.__ctor is (1)
Mar 02 2016    [Issue 15743] New: typeof function literal with unnamed parameter of (1)
Mar 02 2016    [Issue 15742] New: parseJSON does not work at compile time for JSON (1)
Mar 02 2016    [Issue 15741] New: A combination of union, pointer type parameter, (1)
Mar 02 2016    [Issue 15740] New: Indexing a std.typecons.Tuple with names doesn't (1)
Mar 01 2016    [Issue 15739] New: Can't inspect contents of a struct in an AA of (1)
Mar 01 2016    [Issue 15738] New: Problem with std.experimental.ndslice empty() (1)
Mar 01 2016    [Issue 15737] New: forward reference error in std.format (1)
Feb 29 2016    [Issue 15736] New: clang vs gcc-42 on osx 10.11 (el capitan) (1)
Feb 28 2016    [Issue 15735] New: std.algorithm.iteration.splitter returns empty (1)
Feb 28 2016    [Issue 15734] New: Need this for map (1)
Feb 27 2016    [Issue 15733] New: Forward reference issue involving inheritance (1)
Feb 27 2016    [Issue 15732] New: std.function partial does not work with function (1)
Feb 27 2016    [Issue 15731] New: Analysis error on explicit case fall-through (1)
Feb 27 2016    [Issue 15730] New: invalid template merging in tuple foreach (1)
Feb 26 2016    [Issue 15729] New: [REG(master)] broken library causes OPTLINK error (1)
Feb 26 2016    [Issue 15728] New: ICE while simd vec.f.array compared to ordinal (1)
Feb 26 2016    [Issue 15727] New: DMD adds default opEqals to structure with SIMD (1)
Feb 25 2016    [Issue 15726] New: forward reference error for circular classes, (1)
Feb 25 2016    [Issue 15725] New: [D Builtin Rationale] (1)
Feb 25 2016    [Issue 15724] New: CTFE internal error: determining classinfo (1)
Feb 25 2016    [Issue 15723] New: GC memory leakade depending on source code size (1)
Feb 25 2016    [Issue 15722] New: std.algorithm sum should favour speed (1)
Feb 25 2016    [Issue 15721] New: std.experimental.allocator dispose on interface (1)
Feb 24 2016    [Issue 15720] New: iota(long.max, long.min, step) does not work (1)
Feb 24 2016    [Issue 15719] New: Can't make template with name "this" (1)
Feb 24 2016    [Issue 15718] New: use ref or out parameters in the anonymous method (1)
Feb 23 2016    [Issue 15717] New: iota: "Error: cannot implicitly convert (1)
Feb 23 2016    [Issue 15716] New: How to resolve the warning explicit braces to (1)
Feb 22 2016    [Issue 15715] New: rangeHasMutableElements is not defined (1)
Feb 22 2016    [Issue 15714] New: byElement seems to be missing some slicing (1)
Feb 21 2016    [Issue 15713] New: ctfe string concatenation is templates is broken (1)
Feb 21 2016    [Issue 15712] New: nested functions in unittests extern(C) not applied (1)
Feb 21 2016    [Issue 15711] New: Incorrect type inferring of [char]/string when (1)
Feb 20 2016    [Issue 15710] New: Replacement for std.utf.validate which does not (1)
Feb 20 2016    [Issue 15709] New: [Downloads] cannot install dmd using curl script (1)
Feb 20 2016    [Issue 15708] New: std.range.choose assumes (1)
Feb 20 2016    [Issue 15707] New: Extend aggregate TypeInfo with information about (1)
Feb 19 2016    [Issue 15706] New: std.conv.to!int - wrong line number in exception (1)
Feb 19 2016    [Issue 15705] New: Invalid memory operation during array growth (1)
Feb 18 2016    [Issue 15704] New: safe code should not allow copying of void[] (1)
Feb 18 2016    [Issue 15703] New: safe code should not allow certain types of (1)
Feb 18 2016    [Issue 15702] New: std.socket.Socket.receive is breaks safe (1)
Feb 18 2016    [Issue 15701] New: documenation should link to line number (1)
Feb 18 2016    [Issue 15700] New: Source code links are partially broken (1)
Feb 18 2016    [Issue 15699] New: Array length expansion should consider elements' (1)
Feb 17 2016    [Issue 15698] New: Compiler crash with unusual function call (1)
Feb 17 2016    [Issue 15697] New: The script for This Week in D is served over HTTP (1)
Feb 17 2016    [Issue 15696] New: The website logo overlaps the Learn tab when (1)
Feb 17 2016    [Issue 15695] New: Wrong error message in failed conversion from (1)
Feb 17 2016    [Issue 15694] New: Initializing static array member of a type that (1)
Feb 16 2016    [Issue 15693] New: Peculiar problems with OSX archive (1)
Feb 16 2016    [Issue 15692] New: Allow struct member initializer everywhere (1)
Feb 16 2016    [Issue 15691] New: Improve error message for struct member initializer (1)
Feb 16 2016    [Issue 15690] New: [ICE] backend/symbol.c 1032 (1)
Feb 15 2016    [Issue 15689] New: std.typecons.RefCounted doesn't work in ctfe (1)
Feb 15 2016    [Issue 15688] New: dmd segfault (1)
Feb 15 2016    [Issue 15687] New: isInputRange/isForwardRange discriminate against (1)
Feb 15 2016    [Issue 15686] New: std.uni overloads documentation (1)
Feb 15 2016    [Issue 15685] New: &slice[$] should be allowed (1)
Feb 15 2016    [Issue 15684] New: secure wiki formatting (1)
Feb 14 2016    [Issue 15683] New: broken link in DDoc (1)
Feb 14 2016    [Issue 15682] New: concat associative arrays (1)
Feb 14 2016    [Issue 15681] New: Nested user type enum not retaining value properly. (1)
Feb 13 2016    [Issue 15680] New: TypeInfo broken for typeof(null) (1)
Feb 13 2016    [Issue 15679] New: DMD manpage out of date (1)
Feb 12 2016    [Issue 15678] New: BigInt("") should fail more prominently (1)
Feb 12 2016    [Issue 15677] New: std.experimental.allocators.expandArray overload (1)
Feb 12 2016    [Issue 15676] New: The compiler does not preserve disable while (1)
Feb 12 2016    [Issue 15675] New: BinaryHeap!(Array!T) is built wrong (1)
Feb 12 2016    [Issue 15674] New: [REG 2.066] alias this rejected for 'out' parameter (1)
Feb 12 2016    [Issue 15673] New: [Function atan2] (1)
Feb 10 2016    [Issue 15672] New: Casting from void[] to T[] is erroneously (1)
Feb 10 2016    [Issue 15671] New: The compiler should take into account inline (1)
Feb 10 2016    [Issue 15670] New: std.variant.Variant does not allow classes (1)
Feb 10 2016    [Issue 15669] New: Wrong line number in error message (1)
Feb 09 2016    [Issue 15668] New: [REG] __LINE__ evaluated at declaration context (1)
Feb 09 2016    [Issue 15667] New: dmd infinite loop on invalid syntax. (1)
Feb 09 2016    [Issue 15666] New: Grammar does not allow member function attributes (1)
Feb 09 2016    [Issue 15665] New: Templated scope class with constructor don't (1)
Feb 09 2016    [Issue 15664] New: incorrect initialisation of member of an (1)
Feb 09 2016    [Issue 15663] New: writefln("%#o", 0); -> "00" (1)
Feb 08 2016    [Issue 15662] New: Cannot move struct with defined opAssign due to (1)
Feb 08 2016    [Issue 15661] New: Destructor called while object still alive (1)
Feb 08 2016    [Issue 15660] New: result of pure function (1)
Feb 08 2016    [Issue 15659] New: SList: clear() can cause crash (1)
Feb 08 2016    [Issue 15658] New: isFile isn't a template (1)
Feb 08 2016    [Issue 15657] New: [internal] StructLiteralExp.sinst comparison in (1)
Feb 08 2016    [Issue 15656] New: broken link in datetime.d documentation (1)
Feb 07 2016    [Issue 15655] New: SysTime.from*String incorrectly accept single (1)
Feb 07 2016    [Issue 15654] New: SysTime.toISOString formats the time zones (1)
Feb 07 2016    [Issue 15653] New: IFTI fails for immutable parameter (1)
Feb 07 2016    [Issue 15652] New: Alias this exceptions cannot be caught, but (1)
Feb 07 2016    [Issue 15651] New: filter: only parameters or stack based variables (1)
Feb 06 2016    [Issue 15650] New: Closure variable access broken in contracts (1)
Feb 06 2016    [Issue 15649] New: Wish: forum.dlang.org: It would be nice to see (1)
Feb 05 2016    [Issue 15648] New: Destructor constness doesn't take member (1)
Feb 05 2016    [Issue 15647] New: Casting from one C++ interface in a hierarchy to (1)
Feb 04 2016    [Issue 15646] New: Unresolved symbols when using m32mscoff with (1)
Feb 04 2016    [Issue 15645] New: Tuple.slice() causes memory corruption. (1)
Feb 03 2016    [Issue 15644] New: Change object layout ABI to MI style (1)
Feb 03 2016    [Issue 15643] New: install.sh signature verification fails on fresh (1)
Feb 03 2016    [Issue 15642] New: std.utf.encode should return ubyte (1)
Feb 03 2016    [Issue 15641] New: std.typecons.Proxy doesn't work when destructor (1)
Feb 02 2016    [Issue 15640] New: type inference in variadic array params not (1)
Feb 02 2016    [Issue 15639] New: std.experimental.allocator enables abstract class (1)
Feb 02 2016    [Issue 15638] New: no common type for const classes (1)
Feb 01 2016    [Issue 15637] New: Region allocator assert failure when expanding (1)
Feb 01 2016    [Issue 15636] New: Dwarf everywhere (1)
Feb 01 2016    [Issue 15635] New: dmd says it is installing dmc 8.57 but installs (1)
Feb 01 2016    [Issue 15634] New: new __traits request: isLvalue (1)
Jan 31 2016    [Issue 15633] New: -profile and -cov produce bogus output [2.070] (1)
Jan 31 2016    [Issue 15632] New: Calling delete on scope class should be an error? (1)
Jan 30 2016    [Issue 15631] New: gdb: Parent's scope not considered for symbol (1)
Jan 30 2016    [Issue 15630] New: gdb: <incomplete type> for enums values (1)
Jan 30 2016    [Issue 15629] New: [REG] wrong code with "-O -inline" but correct (1)
Jan 30 2016    [Issue 15628] New: Exceptions in fibers never caught with /SAFESEH (1)
Jan 29 2016    [Issue 15627] New: safe code generates access violation (1)
Jan 29 2016    [Issue 15626] New: extern(C++) calling crash (1)
Jan 29 2016    [Issue 15625] New: Internal error: backend/elfobj.c 1014 (1)
Jan 29 2016    [Issue 15624] New: opApply with safe and system variants can't be (1)
Jan 29 2016    [Issue 15623] New: is(M!N) evaluates to true for M!N that fails to (1)
Jan 29 2016    [Issue 15622] New: Order of execution of module destructors is not (1)
Jan 29 2016    [Issue 15621] New: std.file.rename does not allow moving files to a (1)
Jan 28 2016    [Issue 15620] New: Use of FunctionLiteralBody grammar rule is not (1)
Jan 28 2016    [Issue 15619] New: [REG 2.068] (1)
Jan 28 2016    [Issue 15618] New: [REG-master] Class member layout has been (1)
Jan 28 2016    [Issue 15617] New: New project wizard creates broken projects (1)
Jan 27 2016    [Issue 15616] New: missing candidate in error message (1)
Jan 26 2016    [Issue 15615] New: Creating a Variant with a const primitive type (1)
Jan 26 2016    [Issue 15614] New: more helpful error messages when bang omiitted (1)
Jan 26 2016    [Issue 15613] New: Parameter type mismatch error message are not (1)
Jan 26 2016    [Issue 15612] New: Break immutability with default initialisers (1)
Jan 25 2016    [Issue 15611] New: DMD doesn't build with VS2015 (1)
Jan 25 2016    [Issue 15610] New: extern(C++) multiple inheritance - calling with (1)
Jan 25 2016    [Issue 15609] New: Populate vtable in debuginfo (1)
Jan 25 2016    [Issue 15608] New: extern(C++) mangling problem (1)
Jan 25 2016    [Issue 15607] New: [ICE] CTFE internal error: bad compare on (1)
Jan 25 2016    [Issue 15606] New: core.exception.rangeerror pipedmd(285) range (1)
Jan 25 2016    [Issue 15605] New: Invalid result of ptrdiff_t comparison. (1)
Jan 25 2016    [Issue 15604] New: std.array.array on nested structs, weird corner (1)
Jan 24 2016    [Issue 15603] New: ICE in cgxmm.c 647 (1)
Jan 24 2016    [Issue 15602] New: Write GC profiling summary to stderr rather than (1)
Jan 24 2016    [Issue 15601] New: version not allowed within enum declaration (1)
Jan 24 2016    [Issue 15600] New: Missing functions in a template struct cause (1)
Jan 23 2016    [Issue 15599] New: Broken link here: https://dlang.org/features2.html (1)
Jan 23 2016    [Issue 15598] New: core.atomicFence is not nogc on x86 (1)
Jan 23 2016    [Issue 15597] New: error messages in mixins should show context (1)
Jan 22 2016    [Issue 15596] New: strip with delimiter? (1)
Jan 22 2016    [Issue 15595] New: access violation in _d_interface_cast during GC (1)
Jan 22 2016    [Issue 15594] New: Make all of std.json safe-friendly (1)
Jan 22 2016    [Issue 15593] New: ctRegex: "munmap_chunk(): invalid pointer" (1)
Jan 22 2016    [Issue 15592] New: Template specializations don't work in nested scope (1)
Jan 22 2016    [Issue 15591] New: order of base interface list affects semantics (1)
Jan 22 2016    [Issue 15590] New: the coverage fails in __ctfe branches (1)
Jan 21 2016    [Issue 15589] New: extern(C++) virtual destructors are not put in (1)
Jan 21 2016    [Issue 15588] New: Improve DMD -L switch documentation (1)
Jan 20 2016    [Issue 15587] New: Enable use of D keywords as identifiers when (1)
Jan 20 2016    [Issue 15586] New: std.utf.toUTF8() segfaults when fed an invalid (1)
Jan 20 2016    [Issue 15585] New: VRP incorrectly assumes that out-of-range dchar (1)
Jan 20 2016    [Issue 15584] New: Security issue: symlink attack (1)
Jan 18 2016    [Issue 15583] New: [REG] topN without uniform can show quadratic (1)
Jan 18 2016    [Issue 15582] New: Slice returned by opSlice() not accepted as lvalue (1)
Jan 18 2016    [Issue 15581] New: foreach should not do bounds checking (1)
Jan 18 2016    [Issue 15580] New: Coverage Reports Should Not Count Lines in Unit (1)
Jan 18 2016    [Issue 15579] New: extern(C++) interfaces/multiple-inheritence (1)
Jan 18 2016    [Issue 15578] New: Should have access to namespace private symbols (1)
Jan 18 2016    [Issue 15577] New: -profile and atomicOp segfaults (1)
Jan 17 2016    [Issue 15576] New: extern(C++) wrong mangling (1)
Jan 17 2016    [Issue 15575] New: Wrong value for static immutable struct with union (1)
Jan 17 2016    [Issue 15574] New: wrong order of linker arguments breaks with (1)
Jan 16 2016    [Issue 15573] New: safe code using TLS works in debug; crashes in (1)
Jan 16 2016    [Issue 15572] New: Windows installer leaves "sc.ini" inaccessible (1)
Jan 16 2016    [Issue 15571] New: .dup is incompatible with self referencing structs (1)
Jan 16 2016    [Issue 15570] New: std.array.Appender: segfault on using (1)
Jan 15 2016    [Issue 15569] New: Implicit fall-through does not cause an error (1)
Jan 14 2016    [Issue 15568] New: Wrong contracts generated when compiled with -O (1)
Jan 14 2016    [Issue 15567] New: local import hijacking (1)
Jan 14 2016    [Issue 15566] New: [Writing Shared Libraries With D On Linux] (1)
Jan 13 2016    [Issue 15565] New: Forward reference error with namespaces (1)
Jan 13 2016    [Issue 15564] New: Bogus non local error messages (1)
Jan 13 2016    [Issue 15563] New: synchronized can't be used as a postfix qualifier (1)
Jan 12 2016    [Issue 15562] New: scope parameter doesn't work (1)
Jan 12 2016    [Issue 15561] New: std.typecons.Proxy gets NaN comparisons wrong (1)
Jan 12 2016    [Issue 15560] New: is expression with template parameter list and (1)
Jan 12 2016    [Issue 15559] New: std.datetime.benchmark should offer a tear down (1)
Jan 12 2016    [Issue 15558] New: std.parallelism giving inscrutable error messages (1)
Jan 11 2016    [Issue 15557] New: Common type of void* and const(int)* should be (1)
Jan 11 2016    [Issue 15556] New: Script line missing from lexical specification (1)
Jan 11 2016    [Issue 15555] New: [Reg 2.070.0-b1] Hidden error cause by (1)
Jan 11 2016    [Issue 15554] New: typedef standard type can't be used with to! (1)
Jan 11 2016    [Issue 15553] New: topN very inefficient [slower than sort, even for (1)
Jan 11 2016    [Issue 15552] New: broken link (1)
Jan 11 2016    [Issue 15551] New: default construction disabled with default (1)
Jan 10 2016    [Issue 15550] New: [Reg 2.070.0-b1] compile error while testing (1)
Jan 10 2016    [Issue 15549] New: [ndslice] byElement is broken for packed slices (1)
Jan 10 2016    [Issue 15548] New: [Home] Interaction with the code box adds (1)
Jan 10 2016    [Issue 15547] New: 64-bit struct alignment in (1)
Jan 10 2016    [Issue 15546] New: Spurious circular reference Error when using (1)
Jan 10 2016    [Issue 15545] New: csv Reader line feed '\r' failure (1)
Jan 10 2016    [Issue 15544] New: Escaping fields to a heap delegate must be (1)
Jan 10 2016    [Issue 15543] New: [ndslice] assumeSameStructure has useless flag (1)
Jan 10 2016    [Issue 15542] New: pure function with no argument returning (1)
Jan 10 2016    [Issue 15541] New: ndslice package should have detailed assert (1)
Jan 09 2016    [Issue 15540] New: [ndslice] sliced ignores ReplaceArrayWithPointer (1)
Jan 09 2016    [Issue 15539] New: core.sys.windows.* tweaks for 2.070 (1)
Jan 09 2016    [Issue 15538] New: final switch statement raises an exception even (1)
Jan 09 2016    [Issue 15537] New: Private function is not accessible from other (1)
Jan 09 2016    [Issue 15536] New: [std.experimental.logger] More detailed example (1)
Jan 09 2016    [Issue 15535] New: Emit error on "goto default" in final switch (1)
Jan 09 2016    [Issue 15534] New: [std.experimental.logger.core] Documentation (1)
Jan 09 2016    [Issue 15533] New: RDMD: -g switch produces linker error (1)
Jan 08 2016    [Issue 15532] New: iota(5).sliced(2,2) should throw (1)
Jan 08 2016    [Issue 15531] New: dmd.conf linker flags should be prepended instead (1)
Jan 08 2016    [Issue 15530] New: multiSort forbids any SwapStrategy different fron (1)
Jan 08 2016    [Issue 15529] New: opEquals(string) conflicts with (1)
Jan 08 2016    [Issue 15528] New: [DDoc] Make symbols in Phobos documentation links (1)
Jan 07 2016    [Issue 15527] New: Template instantiation uses same-name symbol from (1)
Jan 07 2016    [Issue 15526] New: ignore underscores for parsing integers (1)
Jan 07 2016    [Issue 15525] New: SEGV running semantic analysis on non-root decl (1)
Jan 06 2016    [Issue 15524] New: [REG2.069] 64bit app with anon-class crashes in (1)
Jan 06 2016    [Issue 15523] New: extern(C++) support TLS (C++ 'thread_local') (1)
Jan 06 2016    [Issue 15522] New: StackOverflowException in DParserCOMServer.exe (1)
Jan 06 2016    [Issue 15521] New: Redo the https://dlang.org/spec/errors.html (1)
Jan 06 2016    [Issue 15520] New: Phobos Pull Requests Should Have Automatic (1)
Jan 06 2016    [Issue 15519] New: Circular imports leads to fwd ref error with (1)
Jan 05 2016    [Issue 15518] New: add date info to dmd --version (1)
Jan 04 2016    [Issue 15517] New: std.experimental.logger: using 'sharedLog' to (1)
Jan 04 2016    [Issue 15516] New: etc.linux.memoryerror has no documentation (1)
Jan 04 2016    [Issue 15515] New: default construction disabled for struct (1)
Jan 04 2016    [Issue 15514] New: Segfault when calling valid D code from C (1)
Jan 04 2016    [Issue 15513] New: Memory Corruption with thread local objects (1)
Jan 04 2016    [Issue 15512] New: extern(C++, ns) should consider taking a string (1)
Jan 03 2016    [Issue 15511] New: fork: Invalid memory operation (1)
Jan 03 2016    [Issue 15510] New: json shouldn't escape forward slash by default (1)
Jan 03 2016    [Issue 15509] New: IAllocator must be exposed via a reference (1)
Jan 03 2016    [Issue 15508] New: Malloctor `deallocate` allocates in GC (1)
Jan 03 2016    [Issue 15507] New: Throwable.message() should be pure safe (1)
Jan 03 2016    [Issue 15506] New: VS2015 crash while debugging (1)
Jan 03 2016    [Issue 15505] New: cxtern(C++) array parameter mangling gains (1)
Jan 03 2016    [Issue 15504] New: core.demangle uses exception handling for normal (1)
Jan 02 2016    [Issue 15503] New: Namespace lookup not following scoping rules (1)
Jan 02 2016    [Issue 15502] New: no property 'nsecs' for type (1)
Jan 02 2016    [Issue 15501] New: bad error message: Error: no property 'nsecs' for (1)
Jan 02 2016    [Issue 15500] New: 'default construction is disabled for type' even (1)
Jan 02 2016    [Issue 15499] New: IFTI fails with function literal alias (1)
Jan 02 2016    [Issue 15498] New: Unhelpful error message "destructors, postblits (1)
Jan 01 2016    [Issue 15497] New: Error: snprintf cannot be interpreted at compile (1)
Jan 01 2016    [Issue 15496] New: Documentation about special/'__' symbols (1)
Jan 01 2016    [Issue 15495] New: initializeAll should initialise const objects? (1)
Jan 01 2016    [Issue 15494] New: moveEmplaceAll should support const? (1)
Jan 01 2016    [Issue 15493] New: GC.BlkAttr.APPENDABLE refers to a broken link (1)
Dec 31 2015    [Issue 15492] New: ICE (segfault) on class { auto f() with out (1)

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