summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* base: Update Unicode database to 14.0wip/update-unicodeBen Gamari2021-10-015-112/+208
* Constant-folding for timesInt2# (#20374)Sylvain Henry2021-09-234-0/+94
* testsuite: Ensure that C++11 is used in T20199Ben Gamari2021-09-231-1/+1
* gitlab-ci: Unset MACOSX_DEPLOYMENT_TARGET in stage0 buildBen Gamari2021-09-231-0/+3
* rts: Ensure that headers don't refer to undefined __STDC_VERSION__Ben Gamari2021-09-231-0/+6
* testsuite: Fix gnu sed-ismBen Gamari2021-09-232-2/+2
* testsuite: Don't use cc directly in section_alignment testBen Gamari2021-09-231-1/+1
* testsuite: Make unsigned_reloc_macho_x64 and section_alignment makefile_testsBen Gamari2021-09-231-2/+2
* testsuite: Fix ipeMapBen Gamari2021-09-231-0/+1
* testsuite: Pass CFLAGS to hsc2hs testsBen Gamari2021-09-234-10/+19
* configure: Clarify meaning of CabalHaveLibffiBen Gamari2021-09-233-7/+3
* configure: Fix copy/paste errorBen Gamari2021-09-231-1/+1
* hadrian: Pass CFLAGS to gmp configureGHC GitLab CI2021-09-231-0/+4
* gitlab-ci: bash fixesBen Gamari2021-09-231-3/+3
* Ensure that cabal update is invoked before buildingBen Gamari2021-09-231-2/+7
* gitlab-ci: Use correct CABAL executableBen Gamari2021-09-231-1/+1
* gitlab-ci: Ensure that CABAL_DIR is a Windows pathBen Gamari2021-09-231-2/+8
* ci: Add version to cache keyBen Gamari2021-09-231-20/+21
* configure: Add check for whether CC supports --targetBen Gamari2021-09-233-1/+42
* configure: Move nm search logic to new fileBen Gamari2021-09-232-33/+41
* ci: More surgical use of nix in Darwin buildsBen Gamari2021-09-236-164/+337
* ci: Move phase timing logic into ci.shBen Gamari2021-09-232-101/+33
* ci: Isolate build from HOMEBen Gamari2021-09-232-15/+25
* ci: Consolidate handling of cabal cacheBen Gamari2021-09-232-10/+24
* ci: Drop redundant `cabal update`sBen Gamari2021-09-232-5/+2
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-2340-205/+886
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-2324-28/+650
* base: Generalize newStablePtrPrimMVarSven Tennie2021-09-231-2/+2
* deriveConstants: Add hie.yamlSven Tennie2021-09-231-0/+1
* Typo [skip ci]wip/typo-cgMatthew Pickering2021-09-231-1/+1
* Remove unused, undocumented debug/dump flag `-ddump-vt-trace`. See 20403.Benjamin Maurer2021-09-223-5/+0
* Fix minor inconsistency in documentationalirezaghey2021-09-221-2/+2
* Link with libm dynamically (#19877)Sylvain Henry2021-09-2211-10/+26
* Convert Diagnostics in GHC.Tc.Gen.* (Part 2)Aaron Allen2021-09-224-114/+330
* Clarify that malloc, free etc. are the ones from stdlib.hOleg Grenrus2021-09-221-0/+5
* hadrian: Disable verbose timing informationMatthew Pickering2021-09-181-1/+1
* users-guide: Improve documentation of ticky eventsBen Gamari2021-09-183-1/+13
* deriving: Always use module prefix in dataTypeNameMatthew Pickering2021-09-187-51/+81
* docs: Fix examples for (un)escapeArgsMatthew Pickering2021-09-181-2/+2
* Fix formatting of link in base/Type.ReflectionJoaquin "Florius" Azcarate2021-09-181-2/+1
* CoreUtils: Make exprIsHNF return True for unlifted variables (#20140)Sebastian Graf2021-09-181-0/+2
* WorkWrap: Update Note [Wrapper activation] (#15056)Sebastian Graf2021-09-183-25/+33
* Add more instances for SoloDavid Feuer2021-09-187-5/+42
* Testsuite: Mark T12903 as fragile on i386Matthew Pickering2021-09-171-0/+1
* Constant folding for ctz/clz/popCnt (#20376)Sylvain Henry2021-09-174-0/+142
* Use an ADT for RecompReasonSylvain Henry2021-09-175-57/+116
* Refactor module dependencies codeSylvain Henry2021-09-1715-196/+216
* Fix annoying warning about Data.List unqualified importSylvain Henry2021-09-171-1/+1
* Code Gen: Rewrite shortcutWeightMap more efficientlyMatthew Pickering2021-09-171-33/+53
* Code Gen: Use more efficient block merging algorithmMatthew Pickering2021-09-173-27/+109