summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Switch to `shake-0.17.5` to avoid dependency on `heaps`wip/andrey/cached-hadrianAndrey Mokhov2019-02-131-1/+1
* Record contents of the build/lib directory after package configurationAndrey Mokhov2019-02-101-0/+1
* Make sure autogen files have been generated before scanning sources.Andrey Mokhov2019-02-095-16/+18
* Drop GhcPkg Init, which is no longer used.Andrey Mokhov2019-02-083-11/+12
* Enable cached builds with HadrianAndrey Mokhov2019-02-0825-319/+349
* gitlab-ci: Don't allow x86_64-linux-deb9-llvm to failBen Gamari2019-02-041-1/+0
* testsuite: Mark print037 as broken when GHC is built with LLVMBen Gamari2019-02-042-1/+13
* testsuite: Use makefile_test for T16212Ben Gamari2019-02-041-1/+1
* testsuite: Skip T15897 in unregisterised wayBen Gamari2019-02-041-1/+4
* Report multiple errorsVladislav Zavialov2019-02-035-21/+96
* Add werror function to Flavour.hsMatthew Pickering2019-02-033-1/+22
* Fix missing space in ppr_cmd for HsCmdArrFormVladislav Zavialov2019-02-031-2/+2
* docs: change meta-variable of -interactive-print from expr to nameZejun Wu2019-02-031-4/+4
* Turn on -Wno-unused-imports in make build systemMatthew Pickering2019-02-021-0/+3
* Bump hsc2hs for removed unused matchSebastian Graf2019-02-021-0/+0
* Remove unused importsSebastian Graf2019-02-022-5/+1
* Turn on -Werror when validatingMatthew Pickering2019-02-021-1/+1
* Polished Note [Exceptions and strictness]Sebastian Graf2019-02-021-15/+27
* Update user-settings.md with a pointer to `Packages`Sebastian Graf2019-02-021-1/+5
* Reject oversaturated VKAs in type family equationsRyan Scott2019-02-018-2/+108
* Remove ExnStr and ThrowsExn businessSebastian Graf2019-02-0111-240/+149
* Fix #16219: TemplateHaskell causes indefinite package build errorEdward Z. Yang2019-01-3111-0/+137
* Revert "Performance tests: recover a baseline from ancestor commits and CI re...Ben Gamari2019-01-317-353/+63
* Hadrian: Fix outdated link.Andrey Mokhov2019-01-311-1/+1
* Hadrian: Update instructions for building on WindowsAndrey Mokhov2019-01-312-24/+25
* Update terminfo submoduleHerbert Valerio Riedel2019-01-311-0/+0
* Update stm submoduleHerbert Valerio Riedel2019-01-311-0/+0
* Update process submoduleHerbert Valerio Riedel2019-01-311-0/+0
* Update parsec submoduleHerbert Valerio Riedel2019-01-311-0/+0
* Update haskeline submoduleHerbert Valerio Riedel2019-01-311-0/+0
* Update deepseq submoduleHerbert Valerio Riedel2019-01-311-0/+0
* Update unix submoduleHerbert Valerio Riedel2019-01-312-0/+1
* Update text submoduleHerbert Valerio Riedel2019-01-311-0/+0
* Update hsc2hs submoduleHerbert Valerio Riedel2019-01-311-0/+0
* PPC NCG: Promote integers to word size in C callsPeter Trommler2019-01-312-15/+29
* Small optimizations to BlockLayout.klebinger.andreas@gmx.at2019-01-311-39/+31
* Replace BlockSequence with OrdList in BlockLayout.hsklebinger.andreas@gmx.at2019-01-312-77/+45
* testsuite: Add test for #14828Ben Gamari2019-01-312-0/+19
* Introduce GhciMonad and generalize types of functions in GHCi.UIZejun Wu2019-01-312-234/+250
* Add O2 to hsCompiler on stage0 for most hadrian flavours.klebinger.andreas@gmx.at2019-01-316-10/+10
* Use O2 on stage1 for faster overall build times with make.klebinger.andreas@gmx.at2019-01-319-9/+9
* Add -fdefer-diagnostics to defer and group diagnostic messages in make-modeZejun Wu2019-01-3110-2/+105
* hWaitForInput-accurate-stdin testBen Gamari2019-01-313-0/+53
* Optimize pprASCIISylvain Henry2019-01-311-12/+23
* Use ByteString to represent Cmm string literals (#16198)Sylvain Henry2019-01-3132-97/+97
* Fix syntax in CODEOWNERS fileMatthew Pickering2019-01-311-28/+28
* Don't use X86_64_ELF_NONPIC_HACK for +RTS -xpZejun Wu2019-01-301-6/+8
* Allocate bss section within proper range of other sectionsZejun Wu2019-01-3016-72/+127
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2019-01-309-94/+155
* API Annotations: Parens not attached correctly for ClassDeclAlan Zimmerman2019-01-306-37/+56