summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Add stack traces on crashes on WindowsTamar Christina2017-10-228-4/+325
* Untag the potential AP_STACK in stg_getApStackValzhJames Clarke2017-10-191-1/+1
* whitespace onlyGabor Greif2017-10-181-2/+1
* updateThunk: indirectee can be taggedJames Clarke2017-10-161-1/+1
* rts/posix: Ensure that memory commit succeedsBen Gamari2017-10-161-1/+4
* rts: Label all threads created by the RTSBen Gamari2017-10-164-14/+23
* FreeBSD dtrace probe supportBen Gamari2017-10-162-7/+40
* Implement new `compareByteArrays#` primopHerbert Valerio Riedel2017-10-162-0/+15
* Fix calculation in threadStackOverflowSimon Marlow2017-10-161-2/+2
* rts: Print newline after "Stack trace:" on barfBen Gamari2017-10-031-1/+1
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-034-1/+76
* Adds x86 NONE relocation typeMoritz Angermann2017-10-031-0/+4
* Add TODO about getMonotonicNSec() wrapping that can no longer happen.Niklas Hambüchen2017-09-271-0/+5
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-264-12/+106
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-264-106/+12
* rts: Throw proper HeapOverflow exception on allocating large arrayBen Gamari2017-09-262-34/+76
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-264-18/+112
* rts: Silence missing __noreturn__ warningBen Gamari2017-09-261-1/+1
* rts: Inform kernel that we won't need reserved address spaceBen Gamari2017-09-261-0/+13
* A bunch of typofixesGabor Greif2017-09-264-5/+5
* Use SIGQUIT for DWARF backtraces instead of SIGUSR2Ben Gamari2017-09-251-6/+6
* Include original process name in worker thread name (#14153)Echo Nolan2017-09-251-1/+22
* Ensure text mode when calling debug functionsTamar Christina2017-09-251-6/+25
* rts: Set unwind information for catch_frameBen Gamari2017-09-211-0/+1
* rts: Set unwind information for remaining stack framesBen Gamari2017-09-213-1/+6
* rts: Fix typo in commentNiklas Hambüchen2017-09-191-1/+1
* rts: Update comment about FreeBSD's unsigned FD_SETSIZENiklas Hambüchen2017-09-191-1/+6
* base: fdReady(): Improve accuracy and simplify code.Niklas Hambüchen2017-09-192-1/+1
* rts/RetainerProfile: Adding missing closure types to isRetainerBen Gamari2017-09-191-0/+23
* [RTS] Add getObjectLoadStatusBartosz Nitka2017-09-182-9/+24
* Fix pointer tagging mistakeDavid Feuer2017-09-171-1/+3
* [RTS] Make -po workBartosz Nitka2017-09-141-2/+11
* rts: Add regsterCc(s)List to RTS symbols listBen Gamari2017-09-131-0/+2
* [RTS] Harden against buffer overflowBartosz Nitka2017-09-131-1/+2
* rts: Print message before SIGUSR2 backtraceBen Gamari2017-09-131-0/+1
* Fix typos in diagnostics, testsuite and commentsGabor Greif2017-09-072-2/+2
* rts: Fix use of #ifBen Gamari2017-09-061-1/+1
* rts: Add heap breakdown type for -hTBen Gamari2017-09-051-0/+2
* eventlog: Clean up profiling heap breakdown typeBen Gamari2017-09-051-9/+0
* Replace hashing function for string keys implementation with xxhashTamar Christina2017-09-054-10/+1190
* Add gen-dll as replacement for dll-splitTamar Christina2017-08-291-5/+19
* rts: Fix ASSERTs with space before opening parenBen Gamari2017-08-251-13/+13
* rts: Fix references to Note [BFD import library]Ben Gamari2017-08-253-2/+3
* rts: Fix warnings on aarch64 and clean up styleBen Gamari2017-08-251-22/+23
* CNF: Implement compaction for small pointer arraysBen Gamari2017-08-241-3/+21
* Fix loading of dlls on 32bit windowsSergey Vinokurov2017-08-211-0/+7
* Correct incorrect free in PE linkerTamar Christina2017-08-191-3/+7
* rts: Enable USDT probes object on LinuxBen Gamari2017-08-171-1/+5
* Speed up compilation of profiling stubsBen Gamari2017-08-161-0/+19
* Properly handle dlerror() message on FreeBSD when linking linker scriptsGleb Popov2017-08-141-1/+1