summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* package imports: Take into account package visibility when renamingwip/20779Matthew Pickering2021-12-0620-22/+167
* Test-suite: fix geometric mean of empty listsheaf2021-12-031-2/+5
* Revert "Data.List specialization to []"Matthew Pickering2021-12-0347-1464/+1694
* Require all dirty_MUT_VAR callers to do explicit stg_MUT_VAR_CLEAN_info compa...nineonine2021-12-023-12/+24
* Make openFile more tolerant of async excs (#18832)Kamil Dworakowski2021-12-025-45/+96
* hadrian: Don't rely on realpath in bindist MakefileBen Gamari2021-12-023-4/+58
* testsuite: Specify expected word-size of machop testsBen Gamari2021-12-021-7/+8
* CmmToC: Cast possibly-signed results as unsignedBen Gamari2021-12-021-10/+40
* CmmToC: Always cast arguments as unsignedBen Gamari2021-12-024-4/+33
* CmmToC: Zero-extend sub-word size resultsBen Gamari2021-12-021-6/+41
* CmmToC: Fix width of shift operationsBen Gamari2021-12-021-3/+15
* nativeGen/aarch64: Fix handling of subword valuesBen Gamari2021-12-023-83/+228
* cmm/opt: Fold away shifts larger than shiftee widthBen Gamari2021-12-021-2/+12
* nativeGen/aarch64: Don't rely on register width to determine amodeBen Gamari2021-12-021-12/+16
* testsuite: Add testcases for various machop issuesBen Gamari2021-12-0211-0/+72
* cmm: Disallow shifts larger than shifteeBen Gamari2021-12-022-0/+19
* ncg/aarch64: Don't sign extend loadsBen Gamari2021-12-021-2/+2
* cmm: narrow when folding signed quotientsBen Gamari2021-12-021-2/+2
* nativeGen/x86: Don't encode large shift offsetsBen Gamari2021-12-021-1/+10
* Use POSIX shell syntax to redirect stdout/errViktor Dukhovni2021-12-012-2/+2
* rts: Annotate benign race in pthread ticker's exit test Ben Gamari2021-12-011-0/+1
* Factor our `$dir_$distdir_PKGDATA` make variableJohn Ericson2021-12-012-5/+7
* Avoid raw `echo` in `FPTOOLS_SET_PLATFORM_VARS`John Ericson2021-12-011-1/+1
* Switch RTS cabal file / package conf to use Rts.h not Stg.hJohn Ericson2021-12-012-2/+2
* rts.cabal.in: Move `extra-source-files` so it is validJohn Ericson2021-12-011-4/+5
* Fix several quoting issues in testsuiteMatthew Pickering2021-12-014-7/+19
* users-guide: Describe requirements of DWARF unwindingBen Gamari2021-12-011-0/+10
* testsuite: Print geometric mean of stat metricsBen Gamari2021-12-011-0/+14
* Add failing test for #20674Matthew Pickering2021-12-015-0/+36
* user-guide: Fix :since: of -XCApiFFIBen Gamari2021-12-011-1/+1
* hadrian: Document fully_static flavour transformerBen Gamari2021-12-011-0/+4
* ghc-compact: Update cabal fileBen Gamari2021-12-011-2/+5
* ghc-cabal: Manually specify -XHaskell2010Ben Gamari2021-12-011-1/+2
* hadrian: Don't pass empty paths via -IBen Gamari2021-12-011-2/+2
* rts/RtsSymbols: Provide a proper prototype for environBen Gamari2021-12-011-1/+5
* Dump non-module specific info to file #20316Carrie Xu2021-12-019-21/+41
* gitlab-ci: Introduce no_tntc jobBen Gamari2021-12-011-0/+8
* rts: Refactor SRT representation selectionBen Gamari2021-12-014-37/+72
* rts/ProfHeap.c: Use setlocale() on platforms where uselocale() is not availablePHO2021-12-012-6/+17
* Fix caluclation of nonmoving GC elapsed timeMitchell Rosen2021-11-301-2/+2
* docs/users_guide/bugs.rst: RewordingAnton-Latukha2021-11-291-3/+3
* Use Monoid in hptSomeThingsBelowUsSylvain Henry2021-11-291-18/+15
* TTG: replace Void/NoExtCon with DataConCantHappenKrzysztof Gogolewski2021-11-2914-147/+134
* linker: Introduce linker_verbose debug outputBen Gamari2021-11-296-115/+132
* Make ambient MinGW support a proper settingsJohn Ericson2021-11-2714-40/+55
* Fix top-level configure script so --disable-foo worksJohn Ericson2021-11-271-12/+10
* Factor our `FP_CAPITALIZE_YES_NO`John Ericson2021-11-275-17/+18
* Allow keywords which can be used as variables to be used with OverloadedDotSy...Matthew Pickering2021-11-263-1/+11
* Reflect type change in the haddock commentKai Prott2021-11-261-1/+1
* Adapt plugin test caseKai Prott2021-11-261-1/+1