summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [armv7] PIC by default + [aarch64-linux] T11276 metric increaseMoritz Angermann2021-10-112-1/+2
* [testsuite/aarch64-darwin] disable T12674Moritz Angermann2021-10-111-1/+3
* [testsuite/aarch64] disable T18623Moritz Angermann2021-10-111-1/+6
* [armv7] arm32 needs symbols!Moritz Angermann2021-10-112-3/+5
* [aarch64-darwin] be very careful of warnings.Moritz Angermann2021-10-111-0/+1
* [rts] cast return value to struct.Moritz Angermann2021-10-111-1/+1
* [linker] no munmap if either agument is invalid.Moritz Angermann2021-10-111-1/+4
* rts/linker: Introduce munmapForLinkerBen Gamari2021-10-117-30/+22
* rts: Introduce mmapAnonForLinkerBen Gamari2021-10-118-25/+31
* [linker] Fix out of range relocations.Moritz Angermann2021-10-118-24/+118
* [testsuite] Fix SubsectionsViaSymbols testMoritz Angermann2021-10-112-1/+2
* [linker/aarch64-elf] support section symbols for GOT relocationMoritz Angermann2021-10-111-1/+7
* [linker] align prototype with implementation signature.Moritz Angermann2021-10-111-2/+2
* [linker] SymbolExtras are only used on PPC and X86Moritz Angermann2021-10-112-5/+4
* [linker] Additional FALLTHROUGH decorations.Moritz Angermann2021-10-111-0/+2
* rts: Use CHECK instead of assertBen Gamari2021-10-112-30/+28
* rts/linker: Replace some ASSERTs with CHECKBen Gamari2021-10-115-34/+31
* Allocate Adjustors and mark them readable in two stepsMoritz Angermann2021-10-1117-18/+77
* [macho] improved linker with proper plt supportMoritz Angermann2021-10-118-97/+311
* Rectify the haddock markup surrounding symbols for foldl' and foldMap'Hécate Moonlight2021-10-111-0/+29
* Backport of !6555 to GHC 9.0Viktor Dukhovni2021-10-091-58/+156
* Consistent use of coercion and TypeApplicationsViktor Dukhovni2021-10-051-6/+11
* Rewrite of Traversable overviewViktor Dukhovni2021-10-051-215/+853
* Fix two testswip/9.0.2-backportsZubin Duggal2021-09-242-3/+3
* driver: Only check for unused package warning in after succesful downsweepMatthew Pickering2021-09-2410-21/+80
* driver: Fix interaction of -Wunused-packages and reexported-modulesMatthew Pickering2021-09-2420-17/+142
* Correct treatment of rexported modules in mkModuleNameProvidersMapMatthew Pickering2021-09-242-4/+3
* Catch type-checker exceptions when splicingSimon Peyton Jones2021-09-214-4/+28
* [rts] Untag bq->bh prior to reading the info tableMoritz Angermann2021-09-211-1/+12
* Check the buffer size *before* calling the continuation in withEncodedCStringMatthew Pickering2021-09-213-13/+63
* Pass -DLIBICONV_PLUG when building base library on FreeBSD.Gleb Popov2021-09-211-0/+6
* Set min LLVM version to 9 and make version checking use a non-inclusive upperZubin Duggal2021-09-215-18/+21
* linker: Replace one missed usage of Opt_RPath with useXLinkerRPathMatthew Pickering2021-09-211-1/+1
* Linker/darwin: Properly honour -fno-use-rpathsMatthew Pickering2021-09-217-35/+58
* rts: Pass -Wl,_U,___darwin_check_fd_set_overflow on DarwinMatthew Pickering2021-09-211-0/+42
* Guard Allocate Exec via LIBFFI by LIBFFIMoritz Angermann2021-09-211-1/+1
* CI: Keep the value of PERF_NOTE_KEY in darwin environmentsMatthew Pickering2021-09-211-0/+1
* Update docs for change in parsing behaviour of infix operators like in GHC 9Zubin Duggal2021-09-211-2/+8
* Add exports to GHC.Tc.Errors.Hole (fixes #19864)Matthías Páll Gissurarson2021-09-212-107/+153
* Testsuite fixesBen Gamari2021-09-213-4/+24
* Unify remaining GHCi prompt exampleEmily Martins2021-09-211-1/+1
* Unify primary and secondary GHCi promptEmily Martins2021-09-212-16/+16
* Detect underflow in fromIntegral/Int->Natural ruleSylvain Henry2021-09-214-3/+29
* Fix desugaring with unboxed types (#19883)Krzysztof Gogolewski2021-09-213-1/+21
* rts: move xxxHash out of the user namespaceTamar Christina2021-09-214-7/+25
* Do not reassociate lexical negation (#19838)Vladislav Zavialov2021-09-213-11/+27
* Optimiser: Correctly deal with strings starting with unicode characters in ex...Matthew Pickering2021-09-213-21/+30
* rts: Eliminate redundant branchGHC GitLab CI2021-09-211-3/+1
* codeGen: Fix header size for array write barriersGHC GitLab CI2021-09-211-3/+3
* RTS: try to fix timer racesSylvain Henry2021-09-212-2/+5