[D-runtime] [dlang/druntime] 5bf2e2: Merge remote-tracking branch 'upstream/master' int...
GitHub via D-runtime
d-runtime at puremagic.com
Sun Oct 9 10:10:19 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/druntime
Commit: 5bf2e23617fa14e9dc09693f435407719dbe5107
https://github.com/dlang/druntime/commit/5bf2e23617fa14e9dc09693f435407719dbe5107
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-01 (Sat, 01 Oct 2016)
Changed paths:
A .codecov.yml
A CONTRIBUTING.md
R HACKING.md
M README.md
M benchmark/aabench/bigval.d
M benchmark/aabench/bulk.d
M benchmark/aabench/int.d
M benchmark/aabench/l3cache.d
M benchmark/aabench/obj.d
M benchmark/aabench/ptr.d
M benchmark/aabench/resize.d
M benchmark/aabench/stomper.d
M benchmark/aabench/string.d
A benchmark/arrayops/arrayops.d
A benchmark/arrayops/arrayops.ignore
A benchmark/arrayops/plot.R
M benchmark/gcbench/vdparser.extra/vdc/versions.d
M benchmark/runbench.d
M changelog.dd
A circle.yml
A circleci.sh
M mak/COPY
M mak/DOCS
M mak/SRCS
M posix.mak
M src/core/atomic.d
M src/core/bitop.d
M src/core/checkedint.d
M src/core/cpuid.d
M src/core/demangle.d
M src/core/internal/hash.d
M src/core/internal/string.d
M src/core/math.d
M src/core/memory.d
M src/core/runtime.d
M src/core/stdc/config.d
M src/core/stdc/errno.d
M src/core/stdc/fenv.d
M src/core/stdc/locale.d
M src/core/stdc/math.d
M src/core/stdc/stdint.d
M src/core/stdc/stdio.d
M src/core/stdc/stdlib.d
M src/core/stdc/string.d
M src/core/stdc/tgmath.d
M src/core/stdc/time.d
M src/core/stdc/wchar_.d
M src/core/stdcpp/exception.d
M src/core/stdcpp/typeinfo.d
M src/core/sync/semaphore.d
A src/core/sys/darwin/dlfcn.d
A src/core/sys/darwin/execinfo.d
A src/core/sys/darwin/mach/dyld.d
A src/core/sys/darwin/mach/getsect.d
A src/core/sys/darwin/mach/kern_return.d
A src/core/sys/darwin/mach/loader.d
A src/core/sys/darwin/mach/port.d
A src/core/sys/darwin/mach/semaphore.d
A src/core/sys/darwin/mach/thread_act.d
A src/core/sys/darwin/pthread.d
A src/core/sys/darwin/sys/cdefs.d
A src/core/sys/darwin/sys/event.d
A src/core/sys/darwin/sys/mman.d
A src/core/sys/freebsd/pthread_np.d
A src/core/sys/freebsd/sys/_bitset.d
A src/core/sys/freebsd/sys/_cpuset.d
M src/core/sys/linux/dlfcn.d
M src/core/sys/linux/elf.d
A src/core/sys/linux/sys/auxv.d
M src/core/sys/linux/sys/inotify.d
A src/core/sys/openbsd/dlfcn.d
M src/core/sys/osx/execinfo.d
M src/core/sys/osx/mach/dyld.d
M src/core/sys/osx/mach/getsect.d
M src/core/sys/osx/mach/kern_return.d
M src/core/sys/osx/mach/loader.d
M src/core/sys/osx/mach/port.d
M src/core/sys/osx/mach/semaphore.d
M src/core/sys/osx/mach/thread_act.d
M src/core/sys/osx/pthread.d
M src/core/sys/osx/sys/cdefs.d
M src/core/sys/osx/sys/event.d
M src/core/sys/osx/sys/mman.d
M src/core/sys/posix/arpa/inet.d
M src/core/sys/posix/dirent.d
M src/core/sys/posix/dlfcn.d
M src/core/sys/posix/fcntl.d
M src/core/sys/posix/grp.d
M src/core/sys/posix/net/if_.d
M src/core/sys/posix/netdb.d
M src/core/sys/posix/netinet/in_.d
M src/core/sys/posix/netinet/tcp.d
M src/core/sys/posix/poll.d
M src/core/sys/posix/pthread.d
M src/core/sys/posix/pwd.d
M src/core/sys/posix/sched.d
M src/core/sys/posix/semaphore.d
M src/core/sys/posix/setjmp.d
M src/core/sys/posix/signal.d
M src/core/sys/posix/stdio.d
M src/core/sys/posix/stdlib.d
A src/core/sys/posix/sys/filio.d
A src/core/sys/posix/sys/ioccom.d
M src/core/sys/posix/sys/ioctl.d
M src/core/sys/posix/sys/ipc.d
M src/core/sys/posix/sys/mman.d
M src/core/sys/posix/sys/msg.d
M src/core/sys/posix/sys/resource.d
M src/core/sys/posix/sys/select.d
M src/core/sys/posix/sys/shm.d
M src/core/sys/posix/sys/socket.d
M src/core/sys/posix/sys/stat.d
M src/core/sys/posix/sys/time.d
A src/core/sys/posix/sys/ttycom.d
M src/core/sys/posix/sys/types.d
M src/core/sys/posix/sys/uio.d
M src/core/sys/posix/sys/un.d
M src/core/sys/posix/sys/utsname.d
M src/core/sys/posix/sys/wait.d
M src/core/sys/posix/syslog.d
M src/core/sys/posix/termios.d
M src/core/sys/posix/time.d
M src/core/sys/posix/unistd.d
M src/core/sys/posix/utime.d
M src/core/sys/solaris/link.d
M src/core/sys/windows/basetsd.d
M src/core/sys/windows/commctrl.d
M src/core/sys/windows/commdlg.d
M src/core/sys/windows/cpl.d
M src/core/sys/windows/ddeml.d
M src/core/sys/windows/dll.d
M src/core/sys/windows/errorrep.d
M src/core/sys/windows/imagehlp.d
M src/core/sys/windows/imm.d
M src/core/sys/windows/iptypes.d
M src/core/sys/windows/lmat.d
M src/core/sys/windows/lmmsg.d
M src/core/sys/windows/mapi.d
M src/core/sys/windows/mmsystem.d
M src/core/sys/windows/msacm.d
M src/core/sys/windows/mswsock.d
M src/core/sys/windows/nb30.d
M src/core/sys/windows/nspapi.d
M src/core/sys/windows/ntsecpkg.d
M src/core/sys/windows/oaidl.d
M src/core/sys/windows/objbase.d
M src/core/sys/windows/objidl.d
M src/core/sys/windows/ole.d
M src/core/sys/windows/olectl.d
M src/core/sys/windows/oledlg.d
M src/core/sys/windows/oleidl.d
M src/core/sys/windows/prsht.d
M src/core/sys/windows/psapi.d
M src/core/sys/windows/ras.d
M src/core/sys/windows/rasdlg.d
M src/core/sys/windows/richedit.d
M src/core/sys/windows/richole.d
M src/core/sys/windows/rpcdce.d
M src/core/sys/windows/rpcdce2.d
M src/core/sys/windows/rpcdcep.d
M src/core/sys/windows/rpcndr.d
M src/core/sys/windows/rpcnsi.d
M src/core/sys/windows/setupapi.d
M src/core/sys/windows/shellapi.d
M src/core/sys/windows/shlobj.d
M src/core/sys/windows/snmp.d
M src/core/sys/windows/stat.d
M src/core/sys/windows/threadaux.d
M src/core/sys/windows/tlhelp32.d
M src/core/sys/windows/uuid.d
M src/core/sys/windows/vfw.d
M src/core/sys/windows/winbase.d
M src/core/sys/windows/wincrypt.d
M src/core/sys/windows/windows.d
M src/core/sys/windows/wingdi.d
M src/core/sys/windows/winhttp.d
M src/core/sys/windows/wininet.d
M src/core/sys/windows/winldap.d
M src/core/sys/windows/winnetwk.d
M src/core/sys/windows/winnt.d
M src/core/sys/windows/winperf.d
M src/core/sys/windows/winreg.d
M src/core/sys/windows/winspool.d
M src/core/sys/windows/winuser.d
M src/core/sys/windows/wtsapi32.d
M src/core/thread.d
M src/core/threadasm.S
M src/core/time.d
M src/gc/config.d
R src/gc/gc.d
A src/gc/gcinterface.d
A src/gc/impl/conservative/gc.d
A src/gc/impl/manual/gc.d
M src/gc/os.d
M src/gc/proxy.d
R src/gc/stats.d
M src/object.d
M src/rt/aaA.d
M src/rt/alloca.d
M src/rt/arrayassign.d
M src/rt/arraybyte.d
M src/rt/arraycast.d
M src/rt/arraycat.d
M src/rt/arraydouble.d
M src/rt/arrayfloat.d
M src/rt/arrayint.d
M src/rt/arrayreal.d
M src/rt/arrayshort.d
M src/rt/deh_win32.d
M src/rt/deh_win64_posix.d
M src/rt/minfo.d
M src/rt/minit.asm
A src/rt/osx_tls.c
M src/rt/qsort.d
M src/rt/sections.d
M src/rt/sections_elf_shared.d
R src/rt/sections_osx.d
A src/rt/sections_osx_x86.d
A src/rt/sections_osx_x86_64.d
M src/rt/tlsgc.d
M src/rt/typeinfo/ti_Ag.d
M src/rt/typeinfo/ti_Aint.d
M src/rt/typeinfo/ti_Along.d
M src/rt/typeinfo/ti_Ashort.d
M src/rt/typeinfo/ti_cent.d
M src/rt/typeinfo/ti_delegate.d
M src/rt/typeinfo/ti_long.d
A src/rt/typeinfo/ti_n.d
M src/rt/typeinfo/ti_ucent.d
M src/rt/typeinfo/ti_ulong.d
M src/rt/util/array.d
M src/rt/util/container/array.d
M src/rt/util/container/common.d
M src/rt/util/container/hashtab.d
M src/rt/util/hash.d
M src/rt/util/random.d
M src/rt/util/typeinfo.d
M src/rt/util/utf.d
M src/test_runner.d
M test/exceptions/Makefile
A test/exceptions/src/unknown_gc.d
M test/shared/Makefile
M test/shared/src/finalize.d
M test/shared/src/lib.d
M test/shared/src/plugin.d
M win32.mak
M win64.mak
Log Message:
-----------
Merge remote-tracking branch 'upstream/master' into stable
Commit: f54fa2d97dbf7d5bb078d22737bdf78ee679d1c8
https://github.com/dlang/druntime/commit/f54fa2d97dbf7d5bb078d22737bdf78ee679d1c8
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-01 (Sat, 01 Oct 2016)
Changed paths:
M changelog.dd
Log Message:
-----------
purge copied changelog
Commit: 20f84a3fd96859da98291f34107065b876a4ce6c
https://github.com/dlang/druntime/commit/20f84a3fd96859da98291f34107065b876a4ce6c
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-05 (Wed, 05 Oct 2016)
Changed paths:
M src/rt/dmain2.d
M test/exceptions/Makefile
A test/exceptions/src/static_dtor.d
Log Message:
-----------
fix Issue 16594 - static dtors called twice w/ exception
- must call finiSections when an exception is thrown in a destructor
- marks runtime as shut down, so final unloading
of executable doesn't try to run module dtors again
Commit: cccf03e08713229665ea5f4a00878cd589ce4a97
https://github.com/dlang/druntime/commit/cccf03e08713229665ea5f4a00878cd589ce4a97
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-05 (Wed, 05 Oct 2016)
Changed paths:
M test/exceptions/Makefile
Log Message:
-----------
fix trailing ws and remove unused rule
Commit: 9a94b49ebb22788b068d2487a76f719bc76a13f1
https://github.com/dlang/druntime/commit/9a94b49ebb22788b068d2487a76f719bc76a13f1
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2016-10-05 (Wed, 05 Oct 2016)
Changed paths:
M src/rt/minfo.d
Log Message:
-----------
Allow configuration of cycle detection via command line parameters
Commit: b53b07fe337d675690c847d149de4834fb467c14
https://github.com/dlang/druntime/commit/b53b07fe337d675690c847d149de4834fb467c14
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2016-10-05 (Wed, 05 Oct 2016)
Changed paths:
M posix.mak
A test/cycles/Makefile
A test/cycles/src/mod1.d
A test/cycles/src/mod2.d
A test/cycles/src/mod3.d
Log Message:
-----------
Add tests for new DRT options for cycle handling
Commit: 6e27f17d90bee735895ec7d5bb144605552724f8
https://github.com/dlang/druntime/commit/6e27f17d90bee735895ec7d5bb144605552724f8
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2016-10-05 (Wed, 05 Oct 2016)
Changed paths:
M src/rt/minfo.d
Log Message:
-----------
Remove outdated comment
Commit: d364c4b0683b6575b0fd639288252c006cb8d94f
https://github.com/dlang/druntime/commit/d364c4b0683b6575b0fd639288252c006cb8d94f
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
M src/rt/minfo.d
Log Message:
-----------
simplify self-import filtering
- directly compare pointers instead of module indices
- rename e (edge) -> imp (import)
Commit: 6e7ff71ffd6e0ca3ebcd2fe8254abc35a82ad40f
https://github.com/dlang/druntime/commit/6e7ff71ffd6e0ca3ebcd2fe8254abc35a82ad40f
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
M src/rt/minfo.d
Log Message:
-----------
fix printf parameter
- %.*s expects an int length
Commit: a9102475cfe169a7fac2c6ce2494f5a272765b21
https://github.com/dlang/druntime/commit/a9102475cfe169a7fac2c6ce2494f5a272765b21
Author: Steven Schveighoffer <schveiguy at yahoo.com>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
M src/rt/dmain2.d
M test/exceptions/Makefile
A test/exceptions/src/static_dtor.d
Log Message:
-----------
Merge pull request #1665 from MartinNowak/fix16594
fix Issue 16594 - static dtors called twice w/ exception
Commit: 45f2014d5b3f4965ccbda5c2dabb3f8e612924b4
https://github.com/dlang/druntime/commit/45f2014d5b3f4965ccbda5c2dabb3f8e612924b4
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-07 (Fri, 07 Oct 2016)
Changed paths:
M posix.mak
M src/rt/minfo.d
A test/cycles/Makefile
A test/cycles/src/mod1.d
A test/cycles/src/mod2.d
A test/cycles/src/mod3.d
Log Message:
-----------
Merge pull request #1668 from schveiguy/allowcycles
Allow configuration of cycle detection via command line parameters.
Commit: 159385837b47ee67c55e7c41d660b31a89c357a1
https://github.com/dlang/druntime/commit/159385837b47ee67c55e7c41d660b31a89c357a1
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-09 (Sun, 09 Oct 2016)
Changed paths:
M changelog.dd
M posix.mak
M src/rt/dmain2.d
M src/rt/minfo.d
A test/cycles/Makefile
A test/cycles/src/mod1.d
A test/cycles/src/mod2.d
A test/cycles/src/mod3.d
M test/exceptions/Makefile
A test/exceptions/src/static_dtor.d
Log Message:
-----------
Merge remote-tracking branch 'upstream/stable' into merge_stable
Commit: 66b4c97d1a82497fb6b9a38cdbb2ee378e0b12ee
https://github.com/dlang/druntime/commit/66b4c97d1a82497fb6b9a38cdbb2ee378e0b12ee
Author: Martin Nowak <code at dawg.eu>
Date: 2016-10-09 (Sun, 09 Oct 2016)
Changed paths:
M changelog.dd
M posix.mak
M src/rt/dmain2.d
M src/rt/minfo.d
A test/cycles/Makefile
A test/cycles/src/mod1.d
A test/cycles/src/mod2.d
A test/cycles/src/mod3.d
M test/exceptions/Makefile
A test/exceptions/src/static_dtor.d
Log Message:
-----------
Merge pull request #1670 from MartinNowak/merge_stable
Merge remote-tracking branch 'upstream/stable' into merge_stable
Compare: https://github.com/dlang/druntime/compare/565b5c3163ae...66b4c97d1a82
More information about the D-runtime
mailing list