The D Programming Language - Digitalmars-d-bugs
February 2015 Archives by thread
Starting: Sun Feb 1 00:13:10 PST 2015
Ending: Sat Feb 28 21:10:04 PST 2015
Messages: 1228
- [Issue 14099] New: Promote DPaste (dpaste.dzfl.pl) to run.dlang.org
via Digitalmars-d-bugs
- [Issue 14100] New: Remove barriers to D being a systems programming language
via Digitalmars-d-bugs
- [Issue 14101] New: [bare-metal] Bare-Metal Programming changes
via Digitalmars-d-bugs
- [Issue 14075] [REG2.067a] Segfault with ambiguous overloading functions without body
via Digitalmars-d-bugs
- [Issue 14071] ICE: backend/gloop.c 862
via Digitalmars-d-bugs
- [Issue 14062] Not pure std.variant.Variant ctor
via Digitalmars-d-bugs
- [Issue 14089] [REG2.064] Assigning to AA has no value when overriding opAssign
via Digitalmars-d-bugs
- [Issue 11488] Disallow chaining of - operator
via Digitalmars-d-bugs
- [Issue 11493] dlang.org/type.html incorrectly says that you can't cast from -1 to unsigned types
via Digitalmars-d-bugs
- [Issue 14074] [REG2.067a] non-separate compilation fails, but separate compilation works
via Digitalmars-d-bugs
- [Issue 14102] New: Bad 'is not an lvalue' diagnostic in chained -unary and --preincr expressions.
via Digitalmars-d-bugs
- [Issue 14103] New: dmd doesn't treat opIn as unsafe
via Digitalmars-d-bugs
- [Issue 14104] New: aa with pointer key type doesn't find existing value
via Digitalmars-d-bugs
- [Issue 9999] Integer literal 0 and 1 should prefer integer type in overload resolution
via Digitalmars-d-bugs
- [Issue 13963] BigInt modulo ulong is rejected
via Digitalmars-d-bugs
- [Issue 14080] No mention of documented unittests on ddoc's page
via Digitalmars-d-bugs
- [Issue 14105] New: Odd compiler error involving immutable char[], assertThrown, and stride
via Digitalmars-d-bugs
- [Issue 14106] New: sort is @safe in release mode, @system in debug mode
via Digitalmars-d-bugs
- [Issue 14090] [REG2.067a] Incorrect "recursive alias declaration"
via Digitalmars-d-bugs
- [Issue 14107] New: compiler shouldn't allow to compare unions without custom opEquals
via Digitalmars-d-bugs
- [Issue 13952] change in struct ctor lowering triggers codegen bug
via Digitalmars-d-bugs
- [Issue 14108] New: template object.get cannot deduce function from argument types
via Digitalmars-d-bugs
- [Issue 14109] New: no property 'z' for type 'Proxy!(true, a, null)
via Digitalmars-d-bugs
- [Issue 14110] New: std.file.read cannot read files open for writing
via Digitalmars-d-bugs
- [Issue 14111] New: Broken DDOC for std.format
via Digitalmars-d-bugs
- [Issue 11666] Separate each platform's port to its own folder/file: aka "if version{} else version {}" getting out of control
via Digitalmars-d-bugs
- [Issue 13605] Add ability to `version` a module declaration
via Digitalmars-d-bugs
- [Issue 12270] Move TypeInfo to the D Runtime
via Digitalmars-d-bugs
- [Issue 14112] New: Phobos git master doesn't build with MSVC-built compiler (DIP25)
via Digitalmars-d-bugs
- [Issue 14095] explicitly exclude symbol from resolution consideration
via Digitalmars-d-bugs
- [Issue 14113] New: Lexically first function is picked as overriding one even if it's `const` and base one isn't
via Digitalmars-d-bugs
- [Issue 14114] New: DMD optimizer defeats use of volatileLoad/Store with error: null dereference in function
via Digitalmars-d-bugs
- [Issue 14115] New: Copy dlang.org's look and feel to the wiki
via Digitalmars-d-bugs
- [Issue 481] Letting compiler determine length for fixed-length arrays
via Digitalmars-d-bugs
- [Issue 14116] New: Assertion failure: 'p->isPkgMod == PKGmodule' on line 143 in file 'import.c'
via Digitalmars-d-bugs
- [Issue 14117] New: core.atomic should be @safe
via Digitalmars-d-bugs
- [Issue 5944] Five ideas for the stacktrace
via Digitalmars-d-bugs
- [Issue 14066] [ICE] (init.c line 410) with wrongly used array definition syntax
via Digitalmars-d-bugs
- [Issue 14069] Partial type deduction should prefer the specified type qualifier
via Digitalmars-d-bugs
- [Issue 14076] Partial type deduction doesn't work with lambdas
via Digitalmars-d-bugs
- [Issue 14087] @disable this hides static opCall
via Digitalmars-d-bugs
- [Issue 14118] New: dmd -v misses imports
via Digitalmars-d-bugs
- [Issue 7016] local import does not create -deps dependency
via Digitalmars-d-bugs
- [Issue 13722] onFinalizeError should not allocate
via Digitalmars-d-bugs
- [Issue 13723] onFinalizeError should not be called for Errors
via Digitalmars-d-bugs
- [Issue 14119] New: Must not allocate TraceInfo for FinalizeErrors
via Digitalmars-d-bugs
- [Issue 14120] New: iasm is missing pause instruction
via Digitalmars-d-bugs
- [Issue 3462] Add a clean way to exit a process.
via Digitalmars-d-bugs
- [Issue 13996] Function for returning a temporary file with a randomly generated name where the name can be accessed
via Digitalmars-d-bugs
- [Issue 14121] New: Wiki: "Create account" page completely broken!
via Digitalmars-d-bugs
- [Issue 14122] New: GITHEAD -- Coner case regression with alias this and exceptions
via Digitalmars-d-bugs
- [Issue 14037] Problem with BigInt and std.functional.memoize
via Digitalmars-d-bugs
- [Issue 14123] New: cannot compare typeid(object.Object) at compile time
via Digitalmars-d-bugs
- [Issue 7151] [CTFE] cannot compare classes with ==
via Digitalmars-d-bugs
- [Issue 7147] [CTFE] typeid() should be supported in CTFE
via Digitalmars-d-bugs
- [Issue 14124] New: BigInt %= int can return "-0"
via Digitalmars-d-bugs
- [Issue 14025] unittests for memoize fail intermittently
via Digitalmars-d-bugs
- [Issue 13320] Redundant error messages for missing operation on struct instance
via Digitalmars-d-bugs
- [Issue 14125] New: std.file has gotten out of hand
via Digitalmars-d-bugs
- [Issue 14126] New: GITHEAD - GC seemingly corrupting memory
via Digitalmars-d-bugs
- [Issue 13918] lldb fails to decode DWARF DW_TAG_base_type
via Digitalmars-d-bugs
- [Issue 2500] template struct methods are left unresolved if imported from multiple modules
via Digitalmars-d-bugs
- [Issue 2644] Unresolved template reference
via Digitalmars-d-bugs
- [Issue 10920] template instantiation order dependent link failure problem
via Digitalmars-d-bugs
- [Issue 14127] New: @trusted functions in std.array present unsafe interfaces
via Digitalmars-d-bugs
- [Issue 12099] Linkers "Symbol Undefined" of class-member instance in mutual dependent modules
via Digitalmars-d-bugs
- [Issue 9567] "Symbol Undefined" linker error after separating project part into library
via Digitalmars-d-bugs
- [Issue 6857] Precondition contract checks should be statically bound.
via Digitalmars-d-bugs
- [Issue 9808] with statement does not work with opDispatch
via Digitalmars-d-bugs
- [Issue 13952] change in struct ctor lowering generates excessive init code
via Digitalmars-d-bugs
- [Issue 14128] New: wrong alias
via Digitalmars-d-bugs
- [Issue 14093] [REG2.065] __traits(compiles, cast(Object)(tuple)) is true even if it doesn't compile.
via Digitalmars-d-bugs
- [Issue 6400] opDispatch with WithStatement
via Digitalmars-d-bugs
- [Issue 13651] Writing Unicode text with console code page 65001 (UTF-8) may fail
via Digitalmars-d-bugs
- [Issue 14129] New: stdio.write crashed on window console with codepage 65001
via Digitalmars-d-bugs
- [Issue 12153] Ternary operator on static array lvalues creates copy
via Digitalmars-d-bugs
- [Issue 14130] New: REG(2.067) Ice following error in template parameter default value
via Digitalmars-d-bugs
- [Issue 14131] New: va_copy is broken on posix X86_64
via Digitalmars-d-bugs
- [Issue 14132] New: [ICE] error on arrays
via Digitalmars-d-bugs
- [Issue 13952] [REG2.067a] change in struct ctor lowering triggers codegen bug
via Digitalmars-d-bugs
- [Issue 14133] New: change in struct ctor lowering generates excessive init code
via Digitalmars-d-bugs
- [Issue 14059] Formatted write with wrong formatting string
via Digitalmars-d-bugs
- [Issue 14134] New: Free of large array does not work
via Digitalmars-d-bugs
- [Issue 14135] New: std.uuid.randomUUID violates breaks @safety
via Digitalmars-d-bugs
- [Issue 14136] New: std.uni.utfMatcher breaks @safety
via Digitalmars-d-bugs
- [Issue 14137] New: std.socket.getAddressInfo breaks @safety
via Digitalmars-d-bugs
- [Issue 14138] New: std.parallelism.task breaks @safety
via Digitalmars-d-bugs
- [Issue 14139] New: GIT HEAD : PI now has wrong value
via Digitalmars-d-bugs
- [Issue 4650] Static data that must be scanned by the GC should be grouped
via Digitalmars-d-bugs
- [Issue 14140] New: Bad codegen when variable used as default argument
via Digitalmars-d-bugs
- [Issue 14141] New: `pure` member function returning qualified member result is implicitly convertible to unqualified
via Digitalmars-d-bugs
- [Issue 14142] New: combine standard ddoc-umentation and wiki-style editing on single pages
via Digitalmars-d-bugs
- [Issue 14143] New: signals: SIGWINCH, SIGSYS, SIGSTKFLT, SIGPWR missing
via Digitalmars-d-bugs
- [Issue 14144] New: opAssign seems broken in master
via Digitalmars-d-bugs
- [Issue 14145] New: opDispatch should be considered over UFCS
via Digitalmars-d-bugs
- [Issue 14146] New: [REG2.067a] ICE with non-empty default constructor in struct
via Digitalmars-d-bugs
- [Issue 13474] 32 bit DMD optimizer FP arithmetic bug
via Digitalmars-d-bugs
- [Issue 14147] New: Compiler crash on identical functions in a single module
via Digitalmars-d-bugs
- [Issue 13485] FP wrong-code with -O
via Digitalmars-d-bugs
- [Issue 13548] wrong FP comparison
via Digitalmars-d-bugs
- [Issue 2789] Functions overloads are not checked for conflicts
via Digitalmars-d-bugs
- [Issue 14148] New: .dup of associative array is not mutable
via Digitalmars-d-bugs
- [Issue 14149] New: Bad std.algorithm error messages
via Digitalmars-d-bugs
- [Issue 13649] uniform01 Assertion failure
via Digitalmars-d-bugs
- [Issue 14150] New: std.getopt Documentation Page be Brokeded
via Digitalmars-d-bugs
- [Issue 14151] New: AA byKey/byValue unavailable for CTFE
via Digitalmars-d-bugs
- [Issue 14152] New: Document when function returns are moves vs. copies
via Digitalmars-d-bugs
- [Issue 14153] New: std.format page displaying incorrectly
via Digitalmars-d-bugs
- [Issue 14154] New: [e2ir] Error in e2ir at casting to struct
via Digitalmars-d-bugs
- [Issue 14155] New: [REG2.066] A defect in DIP29: the return value of some pure functions cannot be unique pointer
via Digitalmars-d-bugs
- [Issue 14156] New: buffer overflow in LibELF
via Digitalmars-d-bugs
- [Issue 14157] New: fabsf fabsl for CRuntime_Microsoft
via Digitalmars-d-bugs
- [Issue 4103] opAssign signature rules not enforced on templated opAssign
via Digitalmars-d-bugs
- [Issue 14158] New: ICE 1567
via Digitalmars-d-bugs
- [Issue 14159] New: Bug in ctRegex - "Error: found 'else' instead of statement"
via Digitalmars-d-bugs
- [Issue 14160] New: [REG2.066] mutable global data access is wrongly accepted in pure function
via Digitalmars-d-bugs
- [Issue 14161] New: UFCS call does not abide by scope
via Digitalmars-d-bugs
- [Issue 14162] New: Erratic inference of @safe for lambdas
via Digitalmars-d-bugs
- [Issue 11792] Investigate migrating to a meta repo
via Digitalmars-d-bugs
- [Issue 14163] New: No line number for error with disabled class constructor
via Digitalmars-d-bugs
- [Issue 14164] New: trivial lambdas are not inlined
via Digitalmars-d-bugs
- [Issue 13172] optimize and rawread cause symbol undefined errors
via Digitalmars-d-bugs
- [Issue 14165] New: Link failure on class declaration with @disable this();
via Digitalmars-d-bugs
- [Issue 10848] Compiler should always try to inlining a direct lambda call
via Digitalmars-d-bugs
- [Issue 14166] New: null dereference during CTFE
via Digitalmars-d-bugs
- [Issue 12105] ctRegex errors
via Digitalmars-d-bugs
- [Issue 14167] New: Improve performance of unstable remove()
via Digitalmars-d-bugs
- [Issue 14168] New: Class support for RefCounted
via Digitalmars-d-bugs
- [Issue 14169] New: Template symbol visibility regression
via Digitalmars-d-bugs
- [Issue 13972] Make scoped, Unique, and RefCounted @nogc
via Digitalmars-d-bugs
- [Issue 13983] RefCounted needs to be pure, @safe, nothrow
via Digitalmars-d-bugs
- [Issue 9998] RefCounted is impure
via Digitalmars-d-bugs
- [Issue 13640] [REG2.066] can break immutability with inout
via Digitalmars-d-bugs
- [Issue 14097] root/async.c: use after free
via Digitalmars-d-bugs
- [Issue 14170] New: `this` compiles in a static context
via Digitalmars-d-bugs
- [Issue 14171] New: Mark non-allocating GC functions as @nogc
via Digitalmars-d-bugs
- [Issue 9110] Escaping reference error from lazy variadic parameters
via Digitalmars-d-bugs
- [Issue 13775] [REG2.067a] Broken explicit casting of dynamic array slices of known size to static array of different type
via Digitalmars-d-bugs
- [Issue 14172] New: on windows , core.stdc.time.time function return value is wrong
via Digitalmars-d-bugs
- [Issue 13530] [REG 2.066] D Inline Assembler in nothrow function hides errors
via Digitalmars-d-bugs
- [Issue 14173] New: Ommiting return type with override hides an error
via Digitalmars-d-bugs
- [Issue 14174] New: Weird IFTI deduction failure
via Digitalmars-d-bugs
- [Issue 14175] New: Shared libs not compilable
via Digitalmars-d-bugs
- [Issue 8548] relocation R_X86_64_32 against can not be used when making a shared object
via Digitalmars-d-bugs
- [Issue 14176] New: the code has a link problem.
via Digitalmars-d-bugs
- [Issue 14177] New: ICE(statement.c) recursive aliases
via Digitalmars-d-bugs
- [Issue 13548] wrong CTFE sort
via Digitalmars-d-bugs
- [Issue 13548] wrong CTFE sqrt
via Digitalmars-d-bugs
- [Issue 14178] New: C++ linux name mangling does not handle standard abbreviations for const types
via Digitalmars-d-bugs
- [Issue 14179] New: Posix x86_64 varargs prolog clobbers RDX
via Digitalmars-d-bugs
- [Issue 6309] add make debug for druntime
via Digitalmars-d-bugs
- [Issue 13769] Wrong argument passing for variadic functions in 64 bits
via Digitalmars-d-bugs
- [Issue 14180] New: dlang.org: make apidocs-release requires user to hamstring own machine
via Digitalmars-d-bugs
- [Issue 14181] New: Wrong document for std.mathspecial.normalDistribution
via Digitalmars-d-bugs
- [Issue 14182] New: AA with pointer key can't find key (regression)
via Digitalmars-d-bugs
- [Issue 14183] New: Updates to groupBy
via Digitalmars-d-bugs
- [Issue 14184] New: Cannot resolve type for lambda stringof in constructor
via Digitalmars-d-bugs
- [Issue 14185] New: compiler segfault in aliasthisOf
via Digitalmars-d-bugs
- [Issue 13372] traits parent shows template function as its own parent
via Digitalmars-d-bugs
- [Issue 13474] Discard excess precision when returning double in x87 register
via Digitalmars-d-bugs
- [Issue 9937] CTFE floats don't overflow correctly
via Digitalmars-d-bugs
- [Issue 13474] Discard excess precision for float and double (x87)
via Digitalmars-d-bugs
- [Issue 14186] New: Silent syntax change from C and C++
via Digitalmars-d-bugs
- [Issue 14187] New: Wrong overload resolution when one of the parameters to a function is an interface
via Digitalmars-d-bugs
- [Issue 14068] [AA] Concurrent access allowed
via Digitalmars-d-bugs
- [Issue 4764] Lazy versions of std.string.split and std.string.splitlines
via Digitalmars-d-bugs
- [Issue 9685] Context pointer of struct isn't copied when a closure is passed by alias
via Digitalmars-d-bugs
- [Issue 12500] ICE in codegen when multiplying an incremented size_t by a double
via Digitalmars-d-bugs
- [Issue 14188] New: Add gcc-equivalent -MD options to dmd
via Digitalmars-d-bugs
- [Issue 14189] New: can't declare two identical function prototypes
via Digitalmars-d-bugs
- [Issue 14190] New: Overload sets example incorrect
via Digitalmars-d-bugs
- [Issue 13009] [REG2.064] inout overload conflicts with non-inout when used via alias this
via Digitalmars-d-bugs
- [Issue 7436] ICE(cg87.c) ubyte = ubyte op= float
via Digitalmars-d-bugs
- [Issue 13834] make levenshteinDistance @nogc
via Digitalmars-d-bugs
- [Issue 14191] New: Failure to locate overload with template this parameter
via Digitalmars-d-bugs
- [Issue 13949] Alias baseName() as stripPath()
via Digitalmars-d-bugs
- [Issue 13920] DMD crash when trying to set a delegate from __traits(getOverloads)
via Digitalmars-d-bugs
- [Issue 12] Assertion in pthread
via Digitalmars-d-bugs
- [Issue 7267] nothrow functions with lazy arguments too
via Digitalmars-d-bugs
- [Issue 12647] Lazy parameter evaluation should be marked as nothrow
via Digitalmars-d-bugs
- [Issue 14192] New: Access Violation when assigning to shared AA
via Digitalmars-d-bugs
- [Issue 14193] New: Provide a way to mangle a D struct as a C++ class.
via Digitalmars-d-bugs
- [Issue 14194] New: nothrow emplace for classes needed
via Digitalmars-d-bugs
- [Issue 14195] New: Ice when mangling templated function parameter extern(C++) function
via Digitalmars-d-bugs
- [Issue 14196] New: opApply and nothrow don't play along
via Digitalmars-d-bugs
- [Issue 14056] std.array.assocArray with a const value
via Digitalmars-d-bugs
- [Issue 13427] [REG2.066] cannot inline default argument alloca(...)
via Digitalmars-d-bugs
- [Issue 8425] Missing line number and module name that can't use core.simd
via Digitalmars-d-bugs
- [Issue 12636] extern(C++) class that implements D interface segfaults
via Digitalmars-d-bugs
- [Issue 7942] Appending different string types corrupts memory
via Digitalmars-d-bugs
- [Issue 3022] scope x = new Foo; does not allocate on stack if Foo has allocator
via Digitalmars-d-bugs
- [Issue 13434] [ICE] indexing array with empty tuple causes dmd segfault
via Digitalmars-d-bugs
- [Issue 1553] foreach_reverse is allowed for delegates
via Digitalmars-d-bugs
- [Issue 13403] [ICE][2.067Alpha] Internal error: backend\type.c 332 with new package protection extension.
via Digitalmars-d-bugs
- [Issue 6405] @safe doesn't work with multidimensional typesafe variadic parameters
via Digitalmars-d-bugs
- [Issue 6423] Garbage is returned from `void main()`
via Digitalmars-d-bugs
- [Issue 13336] auto ref return deduced to be ref despite return value coercion
via Digitalmars-d-bugs
- [Issue 12130] Segmentation fault if HOME environment variable does not exist
via Digitalmars-d-bugs
- [Issue 13459] segfault in two auto opSlices()
via Digitalmars-d-bugs
- [Issue 13437] [e2ir] ICE in e2ir.c 4616
via Digitalmars-d-bugs
- [Issue 6334] Template is silently not instantiated
via Digitalmars-d-bugs
- [Issue 7553] auto template param triggers mixin conflict
via Digitalmars-d-bugs
- [Issue 7849] Manifest constants don't resolve the polysemous literal type
via Digitalmars-d-bugs
- [Issue 8462] recursive alias error with function pointer
via Digitalmars-d-bugs
- [Issue 8724] Throwing exception in constructor prints strange warning
via Digitalmars-d-bugs
- [Issue 13382] [e2ir] compare string to int - leads to ICE in e2ir.c 1902
via Digitalmars-d-bugs
- [Issue 13476] [REG2.065] Writing stubs for dynamically loaded functions no longer works. (circular reference)
via Digitalmars-d-bugs
- [Issue 13479] [REG2.067a] Templates not emitted when instantiated in mixins mixed in functions
via Digitalmars-d-bugs
- [Issue 13478] [REG2.066] Templates not emitted when also referenced in speculative contexts
via Digitalmars-d-bugs
- [Issue 13484] Template type deduction from delegate parameter fails
via Digitalmars-d-bugs
- [Issue 13481] bug with inferring attributes from built-in properties
via Digitalmars-d-bugs
- [Issue 13472] [REG2.066] trying to insert a null into an array of object segfaults the compiler
via Digitalmars-d-bugs
- [Issue 13490] Can't append to array of structs with alias this as lvalue ternary opoerator result
via Digitalmars-d-bugs
- [Issue 13498] Return type is not checked in function template
via Digitalmars-d-bugs
- [Issue 13502] [REG2.065] Stray '(' warning not emitted for documentation of enum templates
via Digitalmars-d-bugs
- [Issue 13497] [REG2.065] [ICE e2ir 1911] Array op compiler error
via Digitalmars-d-bugs
- [Issue 13515] [REG2.064] "Range violation" when writing to array of AAs from static this
via Digitalmars-d-bugs
- [Issue 13505] No line number with void array in class
via Digitalmars-d-bugs
- [Issue 12381] [REG2.065] [ICE] An internal error in e2ir.c while casting array ops
via Digitalmars-d-bugs
- [Issue 13514] Druntime no longer builds with -g
via Digitalmars-d-bugs
- [Issue 13503] [REG2.065] Bad code with -inline, varargs and auto return
via Digitalmars-d-bugs
- [Issue 13508] array vararg function safety not inferred
via Digitalmars-d-bugs
- [Issue 8671] Segmentation fault with 1.0 - uniform(0.0, 1.0)
via Digitalmars-d-bugs
- [Issue 13465] Segfault by eager semantic2 running in template instantiation
via Digitalmars-d-bugs
- [Issue 13550] [REG2.067a] Inner functions take outer function attributes erroneously
via Digitalmars-d-bugs
- [Issue 9148] 'pure' is broken
via Digitalmars-d-bugs
- [Issue 10981] Contracts in pure class methods are useless
via Digitalmars-d-bugs
- [Issue 9620] Error messages of failed pure enforcement
via Digitalmars-d-bugs
- [Issue 12912] Lambda function is incorrectly inferred as impure if it uses member field or function
via Digitalmars-d-bugs
- [Issue 12908] [AA] `foreach` by keys and values over associative array in pure function allow impure function calls
via Digitalmars-d-bugs
- [Issue 13120] Body of `foreach` over string with transcoding ignores function attributes
via Digitalmars-d-bugs
- [Issue 13356] [ICE] (dmd 2.066: statement.c:754) with recursive Algebraic
via Digitalmars-d-bugs
- [Issue 8578] std.demangle.demangle does not parse symbols that are type names
via Digitalmars-d-bugs
- [Issue 13399] va_arg is nothrow yet may throw
via Digitalmars-d-bugs
- [Issue 11888] Incorrect behaviour taking slice from return value
via Digitalmars-d-bugs
- [Issue 13401] code cleanup: removing c-style array declarations in druntime
via Digitalmars-d-bugs
- [Issue 13563] ICE with opIndexAssign op-overloading and ModuleScopeOperator
via Digitalmars-d-bugs
- [Issue 13404] heap-allocating a struct passes TypeInfo_Pointer to the GC, not TypeInfo_struct
via Digitalmars-d-bugs
- [Issue 13564] [REG2.065] nested struct destructor trying to access members of a global class fail to compile
via Digitalmars-d-bugs
- [Issue 13414] Static destructors not called correctly with dynamic loading
via Digitalmars-d-bugs
- [Issue 12979] Nothrow violation error is hidden by inline assembler
via Digitalmars-d-bugs
- [Issue 12985] Better error message for not supported array operation
via Digitalmars-d-bugs
- [Issue 13377] core/sys/posix/syslog.d is in druntime/src but not in druntime/src/import
via Digitalmars-d-bugs
- [Issue 6677] static this attributes position
via Digitalmars-d-bugs
- [Issue 8081] pure nothrow unittest problem in generated 'header' file
via Digitalmars-d-bugs
- [Issue 8960] DMD tester: Unable to set thread priority
via Digitalmars-d-bugs
- [Issue 3449] const and immutable struct members do not behave according to spec
via Digitalmars-d-bugs
- [Issue 10318] Built-in array sort usage warning, then deprecation, and finally removal
via Digitalmars-d-bugs
- [Issue 13574] incorrect code for assignment to dollar in slice expression
via Digitalmars-d-bugs
- [Issue 13559] missing 64-bit version of array short operations
via Digitalmars-d-bugs
- [Issue 13504] ICE(backend/cgelem.c 2418) with "-O -cov"
via Digitalmars-d-bugs
- [Issue 13410] Performance problem with associative array byKey/byValue
via Digitalmars-d-bugs
- [Issue 9449] Static arrays of 128bit types segfault on initialization. Incorrect calling of memset128ii.
via Digitalmars-d-bugs
- [Issue 13052] TypeInfo.getHash should return same hash for different floating point zeros.
via Digitalmars-d-bugs
- [Issue 13661] static array init does not call destructors
via Digitalmars-d-bugs
- [Issue 11355] Copy through alias this with @disabled this(this)
via Digitalmars-d-bugs
- [Issue 12800] Fibers are broken on Win64
via Digitalmars-d-bugs
- [Issue 4181] GDB prints wrong value of TLS variables
via Digitalmars-d-bugs
- [Issue 13725] onInvalidMemoryOperationError et al should not be inlined
via Digitalmars-d-bugs
- [Issue 10439] Deprecate float.min, double.min, real.min, and later remove them
via Digitalmars-d-bugs
- [Issue 13748] benchmark druntime/benchmark/aabench/string.d fails
via Digitalmars-d-bugs
- [Issue 13583] Inconsistent naming of template arguments in debug symbols
via Digitalmars-d-bugs
- [Issue 13600] ICE in dwarf.c line 1949 with -g enabled and lazy void parameter
via Digitalmars-d-bugs
- [Issue 13701] [REG2.061] Associative array values ignore immutability
via Digitalmars-d-bugs
- [Issue 13138] add peek/poke as compiler intrinsics
via Digitalmars-d-bugs
- [Issue 13609] better error message for missing '}'
via Digitalmars-d-bugs
- [Issue 9728] Ddoc anchors non-unique across overloads
via Digitalmars-d-bugs
- [Issue 11216] Make synchronized statement `nothrow`
via Digitalmars-d-bugs
- [Issue 13809] dup no longer works with types with postblit and destructors
via Digitalmars-d-bugs
- [Issue 13460] dmd can no longer be built with DEBUG=1 on Linux/x86_64
via Digitalmars-d-bugs
- [Issue 13416] dead-lock in FreeBSD suspend handler
via Digitalmars-d-bugs
- [Issue 13630] Senseless error with foreach over variadic list
via Digitalmars-d-bugs
- [Issue 13854] Appending to an interior slice of a large array results in unnecessary 16-byte offset
via Digitalmars-d-bugs
- [Issue 13878] Appending to an array block with modified flags loses flag info
via Digitalmars-d-bugs
- [Issue 13645] Incorrect ddoc generation for deprecated module
via Digitalmars-d-bugs
- [Issue 9119] [AA] Forward range addition to associative arrays.
via Digitalmars-d-bugs
- [Issue 13601] [REG2.064] static if (__ctfe) should emit error
via Digitalmars-d-bugs
- [Issue 13902] Compiler allows escaping the address of part of a local
via Digitalmars-d-bugs
- [Issue 13644] [REG2.066] ICE with foreach over array of Tuples
via Digitalmars-d-bugs
- [Issue 2834] Struct Destructors are not called by the GC, but called on explicit delete.
via Digitalmars-d-bugs
- [Issue 14007] shmctl with IPC_STAT returns wrong number of attachments. shmid_ds is defined wrong.
via Digitalmars-d-bugs
- [Issue 12447] variadic template functions hijack all eponymous enum and alias template overloads
via Digitalmars-d-bugs
- [Issue 11981] unittest 'host' deadlock
via Digitalmars-d-bugs
- [Issue 11916] [IFTI] Disabled by constraint overload with `out` with IFTI breaks overload resolution
via Digitalmars-d-bugs
- [Issue 11915] Inconsistent overload resolution behaviour between `ref` and `out`
via Digitalmars-d-bugs
- [Issue 14024] [CTFE] unstable postblit/destructor call order on static array assignment
via Digitalmars-d-bugs
- [Issue 9495] Win64 vararg issue when first argument is > 8 byte
via Digitalmars-d-bugs
- [Issue 13586] Destructors not run when argument list evaluation throws
via Digitalmars-d-bugs
- [Issue 14036] Do not throw FinalizeError on OutOfMemoryError or InvalidMemoryOperationError
via Digitalmars-d-bugs
- [Issue 13666] Undefined Symbols for __gshared data symbols in templates
via Digitalmars-d-bugs
- [Issue 13095] Sometimes struct destructor is called if constructor throws
via Digitalmars-d-bugs
- [Issue 13668] [ICE] unable to compile __traits(allMembers...)
via Digitalmars-d-bugs
- [Issue 10528] Private constant (enum) properties not private
via Digitalmars-d-bugs
- [Issue 13613] Pragma msg affects data structure layout
via Digitalmars-d-bugs
- [Issue 4567] dmd should print the dmd.conf location with usage statement
via Digitalmars-d-bugs
- [Issue 13679] foreach_reverse is allowed for AAs
via Digitalmars-d-bugs
- [Issue 12765] dmd needs a "--version" option like gdc
via Digitalmars-d-bugs
- [Issue 13673] ICE(backend/cod2.d 5114)
via Digitalmars-d-bugs
- [Issue 7625] inlining only works with explicit else branch
via Digitalmars-d-bugs
- [Issue 10311] gdb prints wrong value for variable updated from closure
via Digitalmars-d-bugs
- [Issue 9906] filter of static opCall
via Digitalmars-d-bugs
- [Issue 13704] Confusing error message when passing the same file on the command line twice
via Digitalmars-d-bugs
- [Issue 13707] msvc32 C++ struct return ABI not followed for structs with constructors
via Digitalmars-d-bugs
- [Issue 12915] RedBlackTree leaks memory
via Digitalmars-d-bugs
- [Issue 13468] Wrong code when comparing class reference with typeof(null)
via Digitalmars-d-bugs
- [Issue 5908] Optimizer generates wrong value with divide-by-zero.
via Digitalmars-d-bugs
- [Issue 12090] Make std.concurrency compatible with fibers as threads
via Digitalmars-d-bugs
- [Issue 12969] std.json: Lack of opIndexAssign operator for JSONValue may become a source of runtime errors
via Digitalmars-d-bugs
- [Issue 4421] Union propagates copy constructors and destructors over all members
via Digitalmars-d-bugs
- [Issue 13675] enum type used with template causes compiler to segfault
via Digitalmars-d-bugs
- [Issue 13647] std.traits documentation needs linking correctly and has spurious category value
via Digitalmars-d-bugs
- [Issue 13594] std.algorithm.nextPermutation should accept ranges of lvalues
via Digitalmars-d-bugs
- [Issue 13714] [REG2.066.1] Assertion failure: '0' on line 2022 in file 'mtype.c'
via Digitalmars-d-bugs
- [Issue 13689] byCodeUnit fails to be a random access range
via Digitalmars-d-bugs
- [Issue 13694] Typesafe variadic function template overload fails to match to any template
via Digitalmars-d-bugs
- [Issue 13662] @safe pure @nogc nothrow findRoot
via Digitalmars-d-bugs
- [Issue 8246] tuple fields pollute the linker namespace
via Digitalmars-d-bugs
- [Issue 8087] Improve clarity of std.algorithm documentation
via Digitalmars-d-bugs
- [Issue 13736] Spellchecker should prefer symbols from inner scopes
via Digitalmars-d-bugs
- [Issue 13717] `split` no longer defined by std.string
via Digitalmars-d-bugs
- [Issue 13757] [CTFE] extern(C) alias declaration does not work in CTFE
via Digitalmars-d-bugs
- [Issue 13686] Reading unicode string with readf ("%s") produces a wrong string
via Digitalmars-d-bugs
- [Issue 13756] [AA] Allow ref const index on foreach AA iteration
via Digitalmars-d-bugs
- [Issue 12320] std.stdio.LockingTextReader populates .front in .empty
via Digitalmars-d-bugs
- [Issue 13737] Scope import do not work with function parameters in template.
via Digitalmars-d-bugs
- [Issue 13746] formatValue of delegates with @nogc
via Digitalmars-d-bugs
- [Issue 12810] PrimaryExpression grammar does not allow type constructors
via Digitalmars-d-bugs
- [Issue 13669] [CTFE] Destructor call on static array variable is not yet supported in CTFE
via Digitalmars-d-bugs
- [Issue 13745] Circular template attributes inference does not work
via Digitalmars-d-bugs
- [Issue 13310] Old style multiple alias declaration not documented
via Digitalmars-d-bugs
- [Issue 13766] std.container, std.range, std.regex documentation is now broken
via Digitalmars-d-bugs
- [Issue 13329] AutoDeclarationX grammar lists '=' token and template parameters in the wrong order
via Digitalmars-d-bugs
- [Issue 13760] [REG2.067a] Cannot deduce function for object.get
via Digitalmars-d-bugs
- [Issue 13783] Function overload with rvalue `inout` parameter not selected when `enum` parameter implicitly converted to its base type
via Digitalmars-d-bugs
- [Issue 12567] Modules can't be marked as deprecated
via Digitalmars-d-bugs
- [Issue 13738] RTInfo generation on deprecated struct causes deprecation message
via Digitalmars-d-bugs
- [Issue 13595] Extend std.algorithm.groupBy to support non-equivalence relations
via Digitalmars-d-bugs
- [Issue 6251] D spec should warn about using foreach_reverse on a delegate
via Digitalmars-d-bugs
- [Issue 13779] gdb can't find frame base when using ld.gold
via Digitalmars-d-bugs
- [Issue 6989] Implement toString for std.concurrency.Tid
via Digitalmars-d-bugs
- [Issue 4759] Generic matching not working with alias parameters
via Digitalmars-d-bugs
- [Issue 13786] Test coverage for dmd is inadequate
via Digitalmars-d-bugs
- [Issue 13093] D ABI change for guaranteed efficient return of fixed size array
via Digitalmars-d-bugs
- [Issue 13603] rdmd: if dmd.conf is missing, always rebuilds the target
via Digitalmars-d-bugs
- [Issue 13808] Scoped import in struct body hijacks UFCS
via Digitalmars-d-bugs
- [Issue 13200] Assertion `protName' failed
via Digitalmars-d-bugs
- [Issue 8307] inconsistent treatment of auto functions
via Digitalmars-d-bugs
- [Issue 13788] dmd segfault, pragma(mangle) and a mixin
via Digitalmars-d-bugs
- [Issue 11434] std.file.copy doesn't preserve file attributes (eg: executable mode etc)
via Digitalmars-d-bugs
- [Issue 13787] Error without line number when slicing function pointer
via Digitalmars-d-bugs
- [Issue 12741] DMD accepts functions with contracts and no body
via Digitalmars-d-bugs
- [Issue 9507] std.range.transposed behaves poorly with jagged ranges of ranges
via Digitalmars-d-bugs
- [Issue 10232] AndExpression grammar is not correct
via Digitalmars-d-bugs
- [Issue 13802] Improve pretty-print result for the const(string) type
via Digitalmars-d-bugs
- [Issue 12589] std.random.randomCover fails for empty ranges
via Digitalmars-d-bugs
- [Issue 10284] dlang.org/phobos/index.html needs redesign
via Digitalmars-d-bugs
- [Issue 13803] Improve pretty-print result for the wstring an dstring types
via Digitalmars-d-bugs
- [Issue 13321] Wrong goto skips declaration error
via Digitalmars-d-bugs
- [Issue 13837] Named tuples with type inference
via Digitalmars-d-bugs
- [Issue 10104] std.algorithm.group of a const/immutable array
via Digitalmars-d-bugs
- [Issue 13774] Multiple definition of `conv_50c_dc8` with three libraries and `std.file` import
via Digitalmars-d-bugs
- [Issue 13871] [REG2.067a] Segmentation fault from std/variant.d:609
via Digitalmars-d-bugs
- [Issue 13807] [REG2.067a] inout(T)[] no longer matches string[]
via Digitalmars-d-bugs
- [Issue 13781] Tuple assign should be @nogc
via Digitalmars-d-bugs
- [Issue 5700] Allow dup in nothrow functions
via Digitalmars-d-bugs
- [Issue 1829] Inline assembler cannot get label addresses
via Digitalmars-d-bugs
- [Issue 13805] Nested struct initialization error
via Digitalmars-d-bugs
- [Issue 13835] ICE in interpret.c:736 - Issue with static variables.
via Digitalmars-d-bugs
- [Issue 13909] A problem with immutable zip + assocArray
via Digitalmars-d-bugs
- [Issue 13827] [REG2.067a] Internal Compiler Error: null field
via Digitalmars-d-bugs
- [Issue 13839] Use new style for alias declarations in di files
via Digitalmars-d-bugs
- [Issue 5036] Remove caching from ranges
via Digitalmars-d-bugs
- [Issue 13831] DMD crash on newing struct with overlapped fields in CTFE
via Digitalmars-d-bugs
- [Issue 13124] std.algorithm.until with not-boolean predicates too
via Digitalmars-d-bugs
- [Issue 13877] Problem with map+join
via Digitalmars-d-bugs
- [Issue 13841] infinite loop in compiler on simd arithmetic
via Digitalmars-d-bugs
- [Issue 13795] DMD ICE segfault compiling druntime
via Digitalmars-d-bugs
- [Issue 13931] Missing overflow checks in `std.conv` for negative numbers which start from the most negative number digits
via Digitalmars-d-bugs
- [Issue 13847] CTFE internal error: dottype
via Digitalmars-d-bugs
- [Issue 13935] Problem with std.algorithm.cartesianProduct(map, map)
via Digitalmars-d-bugs
- [Issue 13028] [ICE] CTFE internal error: cannot evaluate at compile time
via Digitalmars-d-bugs
- [Issue 13528] Internal Compiler Error: CTFE DotType:
via Digitalmars-d-bugs
- [Issue 13832] delegates that return ref do not output correctly to .di file
via Digitalmars-d-bugs
- [Issue 13784] Wrong code with modulo operation and optimisations enabled
via Digitalmars-d-bugs
- [Issue 13990] std.algorithm.move incorrectly uses hasAliasing for class references
via Digitalmars-d-bugs
- [Issue 13864] [REG2.066] tuple expand causes range violation
via Digitalmars-d-bugs
- [Issue 14013] std.socket: off-by-one error when automatically resizing on POSIX
via Digitalmars-d-bugs
- [Issue 12776] Wrong type for __vector(int[4]).init
via Digitalmars-d-bugs
- [Issue 14012] std.socket: wrong SocketSet.max on Posix
via Digitalmars-d-bugs
- [Issue 12780] Multiplying integer array by scalar double fails
via Digitalmars-d-bugs
- [Issue 13806] std.bitmanip.BitArray -- use of methods named init() messes up templates
via Digitalmars-d-bugs
- [Issue 6447] iota(BigInt) too
via Digitalmars-d-bugs
- [Issue 12163] pdb debugging (win64): stepping loops points to incorrect lines
via Digitalmars-d-bugs
- [Issue 10762] std.range.iota should support any type that has ordered comparisons, incrementing, and addition
via Digitalmars-d-bugs
- [Issue 13899] Unwanted warning for pure opApply
via Digitalmars-d-bugs
- [Issue 2138] Allow more than 65535 files in Zip archives
via Digitalmars-d-bugs
- [Issue 13907] Surrogate pairs in wchar string literal will cause incorrect length match
via Digitalmars-d-bugs
- [Issue 14057] [REG2.066] opSlice not working correctly with AliasThis
via Digitalmars-d-bugs
- [Issue 12092] Wrong TLS access in PIC code (X86_32)
via Digitalmars-d-bugs
- [Issue 14065] std.json not tracking line:column properly
via Digitalmars-d-bugs
- [Issue 9497] ddoc: add support for handling undefined macros
via Digitalmars-d-bugs
- [Issue 14082] RedBlackTree unittest fails with custom predicate less
via Digitalmars-d-bugs
- [Issue 13840] [REG2.067a] nothrow attribute affects inside of try-catch block when using foreach with opApply
via Digitalmars-d-bugs
- [Issue 14041] Refused writeln of a fixed size array of chars
via Digitalmars-d-bugs
- [Issue 13921] ICE with template instantiation error
via Digitalmars-d-bugs
- [Issue 14042] std.conv.to of a immutable char pointer
via Digitalmars-d-bugs
- [Issue 13932] c++ mangling for template negative int parameter
via Digitalmars-d-bugs
- [Issue 10989] [CTFE] Uncaught exception messages are not pretty printed if message wasn't literal
via Digitalmars-d-bugs
- [Issue 13937] C++ mangling for template negative parameter not correct for dmc
via Digitalmars-d-bugs
- [Issue 13944] Built-in stringof and mangleof properties are unnecessarily fixed to the type 'string'
via Digitalmars-d-bugs
- [Issue 13938] IASM shouldn't be able to access TLS variables
via Digitalmars-d-bugs
- [Issue 13939] IASM shouldn't access global symbol with PIC code
via Digitalmars-d-bugs
- [Issue 13947] Padding in empty structs is compared
via Digitalmars-d-bugs
- [Issue 13950] [REG2.062] zero-length tuple does not work on function default argument
via Digitalmars-d-bugs
- [Issue 13955] 64 bit C ABI not followed for passing structs with mixed floating types
via Digitalmars-d-bugs
- [Issue 13843] Issue when passing a delegate as an class alias template parameter
via Digitalmars-d-bugs
- [Issue 13956] 64 bit C ABI not followed for passing empty structs
via Digitalmars-d-bugs
- [Issue 10915] std.typecons.Nullable throws in writeln() if it's null
via Digitalmars-d-bugs
- [Issue 12409] Add "each" function as found in Ruby and jQuery
via Digitalmars-d-bugs
- [Issue 12114] buildNormalizedPath shouldn't normalize current path to empty string
via Digitalmars-d-bugs
- [Issue 6574] Erroneous recursive call in template instantiation
via Digitalmars-d-bugs
- [Issue 13966] [REG2.067a] dmd: expression.c:3761: size_t StringExp::length(int): Assertion `encSize == 1 || encSize == 2 || encSize == 4' failed.
via Digitalmars-d-bugs
- [Issue 9537] auto ref returns a reference its own stack
via Digitalmars-d-bugs
- [Issue 13968] [REG2.067a] constructing and returing union causes segfault
via Digitalmars-d-bugs
- [Issue 13886] [REG2.066] global.gaggedErrors ICE
via Digitalmars-d-bugs
- [Issue 13910] Internal error: e2ir.c 1926
via Digitalmars-d-bugs
- [Issue 13861] compiler segfault with nested struct, cannot access frame
via Digitalmars-d-bugs
- [Issue 13740] CTFE fails ref foreach over range
via Digitalmars-d-bugs
- [Issue 10646] No front-end error for invalid casting dynamic array/static array to class reference
via Digitalmars-d-bugs
- [Issue 8179] ICE(e2ir.c) with failed fixed size array cast
via Digitalmars-d-bugs
- [Issue 13959] ICE in e2ir when casting struct to pointer
via Digitalmars-d-bugs
- [Issue 13977] Front-end optimizer bug in AndAndExp
via Digitalmars-d-bugs
- [Issue 13978] Front-end optimizer bug in OrOrExp
via Digitalmars-d-bugs
- [Issue 13976] Value range propagation to disable some slice bound tests
via Digitalmars-d-bugs
- [Issue 13992] [REG2.067a] CTFE produces strange error with += operator on integer type
via Digitalmars-d-bugs
- [Issue 13390] [REG2.066] std.range.cycle ctor fails when empty input passed
via Digitalmars-d-bugs
- [Issue 14197] New: "replace" was moved from std.string without alias added
via Digitalmars-d-bugs
- [Issue 14197] "replace" was moved from std.string without alias added
via Digitalmars-d-bugs
- [Issue 12726] replace section brackets with linker script
via Digitalmars-d-bugs
- [Issue 13167] Link errors with std.variant
via Digitalmars-d-bugs
- [Issue 14198] New: [REG2.067a] Link failure with Variant
via Digitalmars-d-bugs
- [Issue 14199] New: [REG2.067a] Dwarf Error: mangled line number section
via Digitalmars-d-bugs
- [Issue 14200] New: C++ mangling issue with expanded tuples
via Digitalmars-d-bugs
- [Issue 14201] New: fatal error LNK1235: corrupt or invalid COFF symbol table
via Digitalmars-d-bugs
- [Issue 14202] New: Missing template instantiation (Phobos) with -inline
via Digitalmars-d-bugs
- [Issue 14203] New: Return of floating point values from extern(C++) member functions does not match dmc
via Digitalmars-d-bugs
- [Issue 13324] dynamically load libcurl at runtime
via Digitalmars-d-bugs
- [Issue 6846] std.concurrency and fork/execv
via Digitalmars-d-bugs
- [Issue 14204] New: ldexp for double and float
via Digitalmars-d-bugs
- [Issue 14205] New: Document D compatibility with fork
via Digitalmars-d-bugs
- [Issue 4368] Fork() on OS X 2.047 results in a core.thread.ThreadException
via Digitalmars-d-bugs
- [Issue 14003] fork() on MacOS X 10.10.1 results in a core.exception.InvalidMemoryOperationError@(0)
via Digitalmars-d-bugs
- [Issue 14096] ICE in toir.c: 187
via Digitalmars-d-bugs
- [Issue 14206] New: cdouble is broken
via Digitalmars-d-bugs
- [Issue 14207] New: Assertion failure: '(vd->storage_class & (STCout | STCref)) ? isCtfeReferenceValid(newval) : isCtfeValueValid(newval)' on line 6724 in file 'interpret.c'
via Digitalmars-d-bugs
- [Issue 14208] New: Use a single signal number for GC thread suspend and resume
via Digitalmars-d-bugs
- [Issue 14209] New: Duplicate Comdat with extern(C++)
via Digitalmars-d-bugs
- [Issue 14210] New: invalid merging of template instances
via Digitalmars-d-bugs
- [Issue 13975] ICE: dmd crash if -gc and enum member is immutable int
via Digitalmars-d-bugs
- [Issue 14211] New: Compiler should devirtualize calls to members of final class
via Digitalmars-d-bugs
- [Issue 13548] wrong sqrt
via Digitalmars-d-bugs
- [Issue 12379] Add toFile function which writes its first argument to a file
via Digitalmars-d-bugs
- [Issue 12368] std.file.write conflicts with std.stdio.write
via Digitalmars-d-bugs
- [Issue 14212] New: frexp for const and immutable fails to compile
via Digitalmars-d-bugs
- [Issue 14016] Nested inherited class doesn't know the type of its outer object
via Digitalmars-d-bugs
- [Issue 12983] overload not recognized depending on order of declaration
via Digitalmars-d-bugs
- [Issue 12871] inner function returning pointer to outer context local rejected
via Digitalmars-d-bugs
- [Issue 13280] `this.sizeof` rejected as static array length in some cases
via Digitalmars-d-bugs
- [Issue 13236] Invalid recursive struct field error not gagged in 'is'-expression
via Digitalmars-d-bugs
- [Issue 14213] New: Strange deprecated message in std.typecons.Proxy with using method
via Digitalmars-d-bugs
- [Issue 12502] Some static array casts incorrectly rejected in safe code
via Digitalmars-d-bugs
- [Issue 14214] New: Internal error: backend/go.c 242
via Digitalmars-d-bugs
- [Issue 6654] Fixed-sized array length not accessible in pure functions
via Digitalmars-d-bugs
- [Issue 12025] Wrong purity violation accessing the length of a fixed size array
via Digitalmars-d-bugs
- [Issue 3072] tuples can't be aliases ( except when the aliases are templates. )
via Digitalmars-d-bugs
- [Issue 602] Compiler allows a goto statement to skip an initalization
via Digitalmars-d-bugs
- [Issue 2573] [Tracker] Data integrity issues
via Digitalmars-d-bugs
- [Issue 12735] imports via mixin template become public imports
via Digitalmars-d-bugs
- [Issue 9834] incorrect detection of lambda locality.
via Digitalmars-d-bugs
- [Issue 8999] Closure not detected for reference paramters of templated functions
via Digitalmars-d-bugs
- [Issue 14215] New: invalid import in core.sys.linux.stdio
via Digitalmars-d-bugs
- [Issue 12422] [REG2.055] Templated nested function is inferred as `pure` even if it calls impure functions
via Digitalmars-d-bugs
- [Issue 13729] [REG2.067a] One not detected case of not purity
via Digitalmars-d-bugs
- [Issue 14216] New: Missing /phobos/std_windows_charset.html
via Digitalmars-d-bugs
- [Issue 11746] invalid enum forward reference pattern not detected
via Digitalmars-d-bugs
- [Issue 6810] Strange `tuple used as a type` error
via Digitalmars-d-bugs
- [Issue 13064] Redundant `auto` storage class is allowed for functions
via Digitalmars-d-bugs
- [Issue 13516] std.windows.charset documentation missing from dlang.org
via Digitalmars-d-bugs
- [Issue 14217] New: Misleading error message: Cannot deduce function
via Digitalmars-d-bugs
- [Issue 14218] New: casting null to integer type causes error message
via Digitalmars-d-bugs
- [Issue 14219] New: missing documentation std.traits
via Digitalmars-d-bugs
- [Issue 9462] Delegate breaks immutability
via Digitalmars-d-bugs
- [Issue 1983] Delegates violate const
via Digitalmars-d-bugs
- [Issue 14220] New: Bad codegen for optimized std.conv.text in combination with concatenation
via Digitalmars-d-bugs
- [Issue 14221] New: Investigate the impact of calling destructors during garbage collection
via Digitalmars-d-bugs
- [Issue 14222] New: emplace implicit dynamic to static array fails
via Digitalmars-d-bugs
- [Issue 14223] New: TimSort algorithm is incorrect
via Digitalmars-d-bugs
- [Issue 14224] New: std.range.chunks variable chunk size
via Digitalmars-d-bugs
- [Issue 13512] dmd cannot compile perfectly valid code with shebang
via Digitalmars-d-bugs
- [Issue 14225] New: [REG2.067a] GDB: error reading variable (string + char[])
via Digitalmars-d-bugs
- [Issue 9279] Static array return value implicitly converted to immutable dynamic array
via Digitalmars-d-bugs
- [Issue 14226] New: invalid Runtime.traceHandler setup
via Digitalmars-d-bugs
- [Issue 14227] New: Incorrect passed a delegate as argument with null value.
via Digitalmars-d-bugs
- [Issue 14228] New: Function argument evaluation spec is inconsistent
via Digitalmars-d-bugs
- [Issue 6586] feqrel for const values too
via Digitalmars-d-bugs
- [Issue 14229] New: RAII ordering is wrong
via Digitalmars-d-bugs
- [Issue 14230] New: [REG2.067b2] std.array.join misses the first element which is empty string
via Digitalmars-d-bugs
- [Issue 13010] Use variable range propagation (VRP) for static assert
via Digitalmars-d-bugs
- [Issue 14231] New: findRoot fails with trivial bounds
via Digitalmars-d-bugs
- [Issue 7067] std.random.RandomSample and RandomCover are poorly designed
via Digitalmars-d-bugs
- [Issue 14232] New: redundant attribute 'const'
via Digitalmars-d-bugs
- [Issue 13612] Wrong 'this' variable accessed in recursive ctfe member function
via Digitalmars-d-bugs
- [Issue 12036] Wrong code with auto-returning function as mixin alias param
via Digitalmars-d-bugs
Last message date:
Sat Feb 28 21:10:04 PST 2015
Archived on: Sat Feb 28 21:10:23 PST 2015
This archive was generated by
Pipermail 0.09 (Mailman edition).