| Commit message (Expand) | Author | Age | Files | Lines |
* | Add test for old issue w/ bad source locations for warnings in .lhs files (#515)wip/T515 | Kevin Buhr | 2019-07-05 | 3 | -0/+28 |
* | Fix #16895 by checking whether infix expression operator is a variable | nineonine | 2019-07-05 | 14 | -11/+108 |
* | More sensible SrcSpans for recursive pattern synonym errors (#16900) | Ryan Scott | 2019-07-05 | 4 | -6/+26 |
* | Make all submodules have absolute URLs | Artem Pelenitsyn | 2019-07-05 | 1 | -27/+27 |
* | Dont gather ticks when only striping them in STG. | Andreas Klebinger | 2019-07-04 | 3 | -5/+11 |
* | Fix over-eager implication constraint discard | Simon Peyton Jones | 2019-07-04 | 8 | -5/+98 |
* | rts: Fix -hT option with profiling rts | Daniel Gröber | 2019-07-04 | 1 | -4/+1 |
* | Add a missing zonk (fixes #16902) | Simon Peyton Jones | 2019-07-04 | 4 | -10/+40 |
* | Produce all DerivInfo in tcTyAndClassDecls | Vladislav Zavialov | 2019-07-04 | 9 | -547/+561 |
* | gitlab: Reduce size of template headings | Ben Gamari | 2019-07-04 | 2 | -6/+6 |
* | Make printer untag when chasing a pointer in a RET_FUN frame | Siddharth Bhat | 2019-07-04 | 1 | -1/+1 |
* | Bump parsec submodule to 3.1.14.0 | Ben Gamari | 2019-07-04 | 1 | -0/+0 |
* | Bump template-haskell version to 2.16.0.0 | Ryan Scott | 2019-07-03 | 4 | -4/+4 |
* | gitlab-ci: Fix doc-tarball job | Ben Gamari | 2019-07-03 | 2 | -2/+4 |
* | Add support for SIMD operations in the NCG | Abhiroop Sarkar | 2019-07-03 | 45 | -246/+1512 |
* | Hadrian: disable cloud build cache for symlinks #16800 | David Eichmann | 2019-07-02 | 1 | -0/+4 |
* | Fix stage 1 warnings | Ömer Sinan Ağacan | 2019-07-02 | 2 | -2/+6 |
* | Add test for #16575 | Eric Wolf | 2019-07-02 | 4 | -0/+54 |
* | Fix #15843 by extending Template Haskell AST for tuples to support sections | nineonine | 2019-07-02 | 13 | -40/+201 |
* | Apply suggestion to rts/linker/Elf.c | Ben Gamari | 2019-07-02 | 1 | -0/+3 |
* | Apply suggestion to rts/linker/elf_got.c | Ben Gamari | 2019-07-02 | 1 | -0/+1 |
* | No atomics on arm32; this will just yield stubs. | Moritz Angermann | 2019-07-02 | 1 | -0/+2 |
* | Lookup _GLOBAL_OFFSET_TABLE by symbol->addr when doing relocations | Edward Amsden | 2019-07-02 | 1 | -1/+1 |
* | Add _GLOBAL_OFFSET_TABLE_ support | Moritz Angermann | 2019-07-02 | 2 | -5/+38 |
* | rts: Assert that LDV profiling isn't used with parallel GCwip/memory-barriers | Ben Gamari | 2019-06-28 | 1 | -0/+3 |
* | Correct closure observation, construction, and mutation on weak memory machines. | Travis Whitaker | 2019-06-28 | 31 | -56/+361 |
* | typo in the docs for DynFlags.hs | Artem Pelenitsyn | 2019-06-27 | 1 | -1/+1 |
* | Fix GCC warnings with __clear_cache builtin (#16867) | Sylvain Henry | 2019-06-27 | 1 | -6/+8 |
* | testsuite: Add more type annotations to perf_notes | Ben Gamari | 2019-06-27 | 2 | -54/+100 |
* | Fix #16805 by formatting warning message | nineonine | 2019-06-27 | 3 | -9/+13 |
* | getExecutablePath: get path from sysctl on FreeBSD | Fraser Tweedale | 2019-06-27 | 1 | -0/+47 |
* | Fix Happy deps for Stack (#16825) | Sylvain Henry | 2019-06-27 | 1 | -10/+5 |
* | configure: prefer cc over gcc | Roland Zumkeller | 2019-06-27 | 1 | -1/+1 |
* | Improve doc for :type-at. (#14780) | Roland Senn | 2019-06-27 | 1 | -1/+8 |
* | rts: Do not traverse nursery for dead closures in LDV profile | Matthew Pickering | 2019-06-27 | 1 | -23/+0 |
* | rts: Correct assertion in LDV_recordDead | Matthew Pickering | 2019-06-27 | 1 | -1/+1 |
* | rts: Correct handling of LARGE ARR_WORDS in LDV profiler | Matthew Pickering | 2019-06-27 | 3 | -19/+20 |
* | testsuite: More type signatureswip/run-fragile-tests | Ben Gamari | 2019-06-26 | 2 | -9/+12 |
* | testsuite: Run and report on fragile tests | Ben Gamari | 2019-06-26 | 3 | -9/+23 |
* | testsuite: Mark T5611 and T5611a as fragile | Ben Gamari | 2019-06-26 | 1 | -2/+2 |
* | testsuite: Add T5611a | Ben Gamari | 2019-06-26 | 5 | -4/+42 |
* | testsuite: Use safe FFI call in T5611 | Ben Gamari | 2019-06-26 | 1 | -3/+3 |
* | [skip ci] add a blurb about the purpose of Printer.c | Siddharth Bhat | 2019-06-26 | 1 | -1/+2 |
* | testsuite: Fix T16832 | Ben Gamari | 2019-06-26 | 2 | -5/+6 |
* | Add -Wmissing-safe-haskell-mode warning | Oleg Grenrus | 2019-06-25 | 2 | -1/+27 |
* | Add -Winferred-safe-imports warning | Oleg Grenrus | 2019-06-25 | 8 | -22/+79 |
* | Bump Cabal submodule to what will become 3.0.0.0 | Ben Gamari | 2019-06-25 | 2 | -0/+6 |
* | Bump containers submodule to v0.6.2.1 | Ben Gamari | 2019-06-25 | 11 | -16/+23 |
* | Remove unused UniqSupply functions | Ömer Sinan Ağacan | 2019-06-25 | 1 | -42/+1 |
* | testsuite: Unbreak T16608 tests | Ben Gamari | 2019-06-25 | 2 | -2/+4 |