summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update .gitlab-ci.ymlwip/test-ci-images-commitMatthew Pickering2019-03-181-1/+1
* Update .gitlab-ci.ymlMatthew Pickering2019-03-181-1/+1
* Update sphinx.mkMatthew Pickering2019-03-181-4/+4
* Update .gitlab-ci.ymlMatthew Pickering2019-03-151-1/+1
* Try another commitMatthew Pickering2019-03-121-1/+1
* Update ci-images commitMatthew Pickering2019-03-121-1/+1
* Revert: Update ci-images commitMatthew Pickering2019-03-121-1/+1
* CI: Update ci-images commitMatthew Pickering2019-03-121-1/+1
* Add regression test for #16347Ryan Scott2019-03-122-1/+9
* Remove duplicate functions in StgCmmUtils, use functions from CgUtilsÖmer Sinan Ağacan2019-03-122-51/+11
* Use transSuperClasses in TcErrorsSimon Peyton Jones2019-03-125-12/+62
* Remove trailing whitespaceMatthew Pickering2019-03-121-1/+1
* CI: Add ghc-in-ghci build jobMatthew Pickering2019-03-121-0/+26
* Remove training whitespaceMatthew Pickering2019-03-121-1/+1
* Hadrian: Add ./hadrian/ghci.sh script for fast development feedbackMatthew Pickering2019-03-1210-5/+123
* Hadrian: Fix rpath so shared objects work after being copiedMatthew Pickering2019-03-121-2/+2
* Hadrian: Make makeRelativeNoSysLink totalMatthew Pickering2019-03-121-7/+8
* Hadrian: Make libsuf and distDir stage awareMatthew Pickering2019-03-125-10/+15
* Hadrian: Allow passing CABFLAGS into build.cabal.shMatthew Pickering2019-03-121-1/+1
* Add a test for Trac #13951Krzysztof Gogolewski2019-03-112-0/+20
* Change the warning in substTy back to an assertionKrzysztof Gogolewski2019-03-114-6/+5
* Ignore more version numbers in the testsuiteAlec Theriault2019-03-1115-18/+25
* Drop utils/count_linesBen Gamari2019-03-093-74/+0
* Rip out perl dependencyBen Gamari2019-03-0910-26/+2
* NCG: correctly escape path strings on Windows (#16389)Sylvain Henry2019-03-093-3/+15
* Make bkpcabal01 test compatible with new ordering requirements.Edward Z. Yang2019-03-091-8/+8
* rts: Factor out large bitmap walkingBen Gamari2019-03-092-16/+40
* compiler: Refactor: extract `withAtomicRename`Niklas Hambüchen2019-03-092-8/+29
* compiler: Write .o files atomically. See #14533Niklas Hambüchen2019-03-091-1/+6
* Stop inferring over-polymorphic kindsSimon Peyton Jones2019-03-0920-147/+145
* Fix #13839: GHCi warnings do not respect the default module headerwip/magic-carpet-rideRoland Senn2019-03-0810-4/+82
* TH: support raw bytes literals (#14741)Sylvain Henry2019-03-0811-1/+103
* Use captureTopConstraints in TcRnDriver callsSimon Peyton Jones2019-03-087-10/+47
* Testsuite: use 'fragile' instead of 'skip' for T3424, T14697Vladislav Zavialov2019-03-082-13/+10
* Hadrian: Drop remaining symlink traversal code from build scriptsAndrey Mokhov2019-03-082-64/+6
* Hadrian: various improvements around the 'test' ruleAlp Mestanogullari2019-03-086-106/+218
* Always do the worker/wrapper split for NOINLINEsSebastian Graf2019-03-0712-30/+63
* Fix #16391 by using occCheckExpand in TcValidityRyan Scott2019-03-0712-34/+131
* Fix #16392: revertCAFs in external interpreter when necessaryPhuong Trinh2019-03-078-4/+35
* Test Trac #16263Simon Peyton Jones2019-03-063-0/+10
* Add tests for Trac #16221 and #16342Simon Peyton Jones2019-03-065-0/+42
* gitlab-ci: Don't allow i386-deb9 to failBen Gamari2019-03-061-1/+0
* testsuite: Use fragile modifier for more testsBen Gamari2019-03-065-18/+9
* testsuite: Mark heapprof001 as fragile on i386Ben Gamari2019-03-061-1/+1
* testsuite: Introduce fragile modifierBen Gamari2019-03-061-0/+24
* Move reifyGHCi function into GhciMonad type classZejun Wu2019-03-061-13/+3
* Fix #16385 by appending _maybe to a use of lookupGlobalOccRyan Scott2019-03-064-8/+38
* Fix itBen Gamari2019-03-063-6/+10
* rts: Unglobalize dead_weak_ptr_list and resurrected_threadsÖmer Sinan Ağacan2019-03-065-24/+23
* Handle absolute paths to build roots in Hadrian.P.C. Shyamshankar2019-03-066-10/+29