summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testsuite: Mark concprog001 as fragilewip/concprog001Ben Gamari2019-04-261-0/+1
* Minor RTS refactoring:Ömer Sinan Ağacan2019-04-253-4/+4
* checkPattern error hint is PV contextVladislav Zavialov2019-04-253-90/+136
* Introduce MonadP, make PV a newtypeVladislav Zavialov2019-04-253-73/+104
* gitlab-ci: source-tarball job should have no dependenciesBen Gamari2019-04-241-0/+1
* Fix error message for './configure' regarding '--with-ghc' [skip ci]Alexandre Baldé2019-04-231-1/+1
* osReserveHeapMemory: handle signed rlim_tFraser Tweedale2019-04-231-2/+4
* Stop misusing EWildPat in pattern match coverage checkingVladislav Zavialov2019-04-221-27/+22
* Hadrian: use the testsuite driver's config.haddock arg more correctlyAlp Mestanogullari2019-04-222-1/+16
* Correct off by one error in ghci +cMatthew Pickering2019-04-227-8/+25
* testsuite: fix ifdef lint errors under tests/rts/linkerArtem Pyanykh2019-04-213-3/+3
* testsuite: move tests related to linker under tests/rts/linkerArtem Pyanykh2019-04-2153-162/+170
* [skip ci] correct the docs for casArray a little more. clarify that the retur...Andrew Martin2019-04-211-3/+5
* [skip ci] correct formatting of casArray# in docs for casSmallArray#Andrew Martin2019-04-211-1/+1
* [skip ci] say "machine words" instead of "Int units" in the primops docsAndrew Martin2019-04-211-16/+19
* improve docs for casArray and casSmallArrayAndrew Martin2019-04-211-1/+8
* users-guide: Add libraries section to 8.10.1 release notesBen Gamari2019-04-211-0/+40
* users-guide: Add pretty to package listBen Gamari2019-04-211-0/+1
* gitlab-ci: Do not build profiled libraries on 32-bit WindowsBen Gamari2019-04-201-0/+4
* gitlab-ci: Add centos7 release jobBen Gamari2019-04-201-0/+21
* gitlab-ci: Only run release notes lint on release tagsBen Gamari2019-04-201-1/+2
* gitlab-ci: Allow doc-tarball job to failBen Gamari2019-04-201-0/+4
* gitlab-ci: Improve error message on failure of doc-tarball jobBen Gamari2019-04-201-1/+13
* Hadrian: Drop old/unused CI scriptsAndrey Mokhov2019-04-193-193/+0
* Haddock: support strict GADT args with docsAlec Theriault2019-04-197-29/+37
* Tagless final encoding of ExpCmdI in the parserVladislav Zavialov2019-04-191-122/+131
* Don't indent single alternative case expressions for STG.klebinger.andreas@gmx.at2019-04-191-5/+18
* StgCmmPrim: remove an unnecessary instruction in doNewArrayOpMichal Terepeta2019-04-191-5/+2
* Add test case for #16384Alec Theriault2019-04-182-0/+10
* TH: make `Lift` and `TExp` levity-polymorphicAlec Theriault2019-04-1815-150/+306
* Hadrian: fix the value we pass to the test driver for config.compiler_debuggedAlp Mestanogullari2019-04-181-3/+5
* Hadrian: fix ghcDebugged and document itAlp Mestanogullari2019-04-184-5/+30
* Gitlab: allow execution of CI pipeline from the web interfaceSylvain Henry2019-04-181-0/+1
* Add an Outputable instance for SDoc with ppr = id.klebinger.andreas@gmx.at2019-04-171-0/+4
* Typeset Big-O complexities with Tex-style notation (#16090)Sven Tennie2019-04-177-68/+69
* Hadrian: Generate GHC wrapper scriptsAndrey Mokhov2019-04-162-1/+21
* Show dynamic object files (#16062)erthalion2019-04-167-14/+51
* asm-emit-time IND_STATIC eliminationGabor Greif2019-04-1514-12/+269
* users-guide: document :set local-configFraser Tweedale2019-04-151-0/+17
* GHCi: add 'local-config' settingFraser Tweedale2019-04-151-2/+16
* users-guide: update startup script orderFraser Tweedale2019-04-151-8/+8
* GHCi: fix load order of .ghci filesFraser Tweedale2019-04-152-9/+46
* Apply suggestion to docs/users_guide/using-optimisation.rstGiles Anderson2019-04-151-1/+1
* Document how -O3 is handled by GHCGiles Anderson2019-04-151-0/+11
* Hadrian: don't accept p_dyn for executables, to fix --flavour=profAlp Mestanogullari2019-04-142-5/+10
* CODEOWNERS: Add simonmar as owner of rts/linkerBen Gamari2019-04-141-1/+1
* Add a safeguard to Core LintKrzysztof Gogolewski2019-04-141-3/+6
* Ord docs: Add explanation on 'min' and 'max' operator interactionsSimon Jakobi2019-04-141-0/+4
* docs: mention memcpy optimization for ByteArrays in 8.10.1-notesArtem Pyanykh2019-04-141-4/+5
* codegen: unroll memcpy calls for small bytearraysArtem Pyanykh2019-04-146-30/+70