summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Only build vanilla way in devel2 flavourMatthew Pickering2019-01-301-1/+4
* Include type info for only some exprs in HIE filesAlec Theriault2019-01-302-8/+68
* Use `NameEnv Id` instead of `Map Name Id`Alec Theriault2019-01-301-5/+8
* make ghc-pkg shut upMoritz Angermann2019-01-301-1/+1
* Avoid compiling Hadrian dependencies with profiling on Cabal/LinuxNeil Mitchell2019-01-301-1/+1
* Avoid compiling Hadrian dependencies with profiling on Cabal/WindowsNeil Mitchell2019-01-301-1/+1
* gitlab-ci: Use build cleanup logic on Darwin as wellBen Gamari2019-01-301-3/+21
* Compile count{Leading,Trailing}Zeros to corresponding x86_64 instructions und...Dmitry Ivanov2019-01-307-28/+107
* Performance tests: recover a baseline from ancestor commits and CI results.David Eichmann2019-01-307-63/+353
* testsuite: Use makefile_testBen Gamari2019-01-30154-790/+617
* testsuite: Introduce makefile_testBen Gamari2019-01-302-1/+8
* Revert "Batch merge"Ben Gamari2019-01-30198-1521/+1097
* Batch mergeBen Gamari2019-01-30198-1097/+1521
* Fix #12509: ghci -XSafe fails in an inscrutable wayRoland Senn2019-01-283-4/+10
* Use sigPrec in more places in Convert and HsUtilsRyan Scott2019-01-286-41/+62
* Some refactoring in tcInferAppsRichard Eisenberg2019-01-272-92/+99
* Test that hsc2hs works with promoted data constructorsAndrew Martin2019-01-274-0/+20
* gitlab-ci: Fix Windows cleanup command lineBen Gamari2019-01-271-1/+4
* Update CODEOWNERS files with utilsTamar Christina2019-01-271-0/+2
* Fix regDotColor for amd64.klebinger.andreas@gmx.at2019-01-272-31/+48
* Fix incorrectly named configure optionsAlec Theriault2019-01-272-4/+4
* Don't overwrite the set log_action when using --interactiveMatthew Pickering2019-01-271-4/+8
* Add @simonmar to various things in CODEOWNERSSimon Marlow2019-01-271-3/+4
* Update CODEOWNERSMoritz Angermann2019-01-271-2/+13
* Add myself to a few more placesÖmer Sinan Ağacan2019-01-271-0/+2
* testsuite: Add tests from #11982Ben Gamari2019-01-274-0/+45
* testsuite: Skip foreignInterruptible in unregisterised wayBen Gamari2019-01-271-0/+2
* testsuite: Skip T1288_ghci in unregisterisedBen Gamari2019-01-271-0/+2
* check-api-annotations checks for annotation preceding its spanAlan Zimmerman2019-01-2730-31/+237
* hadrian: use new-exec to make sure alex & happy are in PATH (#16120)Adam Sandberg Eriksson2019-01-273-2/+8
* Update Cabal submodule to latest master branch tipHerbert Valerio Riedel2019-01-271-0/+0
* Update binary submodule to latest master branch tipHerbert Valerio Riedel2019-01-271-0/+0
* testsuite: Mark hWaitForInput-accurate-socket as requiring unixBen Gamari2019-01-271-1/+1
* testsuite: Remove directories that already exist when seeding extra_filesBen Gamari2019-01-271-0/+2
* testsuite: Normalise styleBen Gamari2019-01-271-6/+7
* GhcPlugins: Fix lookup of TH namesBen Gamari2019-01-271-3/+3