summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make DmdAnalOpts a newtypewip/andreask/dmdAnalOptsNewtypeAndreas Klebinger2021-01-202-3/+3
* Rectify Haddock typos for the Functor classHécate2021-01-181-4/+5
* Add examples for Complex, (,,) and (,,,) Eq2 etc instancesOleg Grenrus2021-01-181-0/+51
* Add lifted instances for 3 and 4 tuplesOleg Grenrus2021-01-182-1/+114
* Add Eq1, Show1, Read1 Complex instancesOleg Grenrus2021-01-182-0/+23
* Add some additional information to the fail message based on exit codeHécate2021-01-171-2/+16
* hadrian: Introduce no_profiled_libs flavour transformerBen Gamari2021-01-172-0/+11
* Use captureTopConstraints at top levelSimon Peyton Jones2021-01-174-4/+14
* Hadrian: fix flavour parserSylvain Henry2021-01-171-2/+3
* Bump gmp submodule, now with arm64 supportMoritz Angermann2021-01-172-31/+31
* Add regression test for #16577Sylvain Henry2021-01-172-0/+2088
* Bignum: fix for Integer/Natural Ord instancesSylvain Henry2021-01-175-84/+105
* Third pass on doctest corrections.Oleg Grenrus2021-01-173-11/+27
* Fix unsoundness for linear guards (#19120)Krzysztof Gogolewski2021-01-174-1/+18
* configure: fix the use of some obsolete macros (#19189)Sylvain Henry2021-01-172-35/+35
* rts: Initialize card table in newArray#Ben Gamari2021-01-172-13/+23
* Revert "Remove SpecConstrAnnotation (#13681)" (#19168)Sylvain Henry2021-01-177-31/+118
* base: Eliminate pinned allocations from IntTableBen Gamari2021-01-173-13/+43
* Import fcntl with capi calling conventionOleg Grenrus2021-01-171-0/+1
* rts/linker: Don't assume existence of dlinfoBen Gamari2021-01-174-12/+22
* rts: gc: use mutex+condvar instead of spinlooks in gc entry/exitDouglas Wilson2021-01-175-124/+113
* rts: add timedWaitConditionDouglas Wilson2021-01-173-0/+27
* rts: add max_n_todo_overflow internal counterDouglas Wilson2021-01-176-11/+39
* rts: remove no_work counterDouglas Wilson2021-01-176-31/+6
* rts: gc: use mutex+condvar instead of sched_yield in gc main loopDouglas Wilson2021-01-173-134/+237
* Remove unused extension pragmas from the compiler code baseHécate2021-01-1718-26/+17
* Hadrian: Pass -jshakethreads to Haddock invocationsalexbiehl2021-01-171-1/+3
* Bump Haddock submodulealexbiehl2021-01-171-0/+0
* rts/eventlog: Reset ticky counters after dumping sampleBen Gamari2021-01-172-1/+5
* rts/eventlog: Introduce event to demarcate new ticky sampleBen Gamari2021-01-173-1/+16
* CmmToLlvm: Sign/Zero extend parameters for foreign callsStefan Schulze Frielinghaus2021-01-173-24/+47
* Accept (fixed) T14059bSebastian Graf2021-01-172-3/+3
* PmCheck: Positive info doesn't imply there is an inhabitant (#18960)Sebastian Graf2021-01-175-28/+207
* Missing fields: enhance error messages (#18869)Sylvain Henry2021-01-175-27/+47
* Show missing field types (#18869)Sylvain Henry2021-01-1713-30/+100
* Remove references to ApplicativeDo in the base haddocksHécate2021-01-135-137/+106
* Update expected-undocumented-flags.txtBenjamin Maurer2021-01-101-1/+0
* Document flag -dasm-lint in debugging.rstBenjamin Maurer2021-01-101-0/+7
* WorkWrap: Use SysLocal Name for Thunk Splitting (#19180)Sebastian Graf2021-01-103-13/+67
* Fix `not32Word#` -> `notWord32#`John Ericson2021-01-101-1/+1
* Correct more doctestsOleg Grenrus2021-01-109-20/+33
* Fix calls to varargs C function fcntlNick Erdmann2021-01-091-1/+2
* testsuite: Increase delay in conc059Ben Gamari2021-01-093-26/+37
* Natural: fix left shift of 0 (fix #19170)Sylvain Henry2021-01-094-1/+17
* gone_wrong.rst: remove duplicate termGreg Steuck2021-01-091-1/+1
* intro.rst: remove duplication of release references and fix a linkGreg Steuck2021-01-091-6/+1
* gitlab-ci: Don't attempt to push perf notes in cross buildBen Gamari2021-01-091-0/+5
* rts/PEi386: Fix reentrant lock usageBen Gamari2021-01-094-4/+1
* rts/Capability: Use relaxed load in findSparkBen Gamari2021-01-091-1/+2
* rts: Use SEQ_CST accesses when touching `wakeup`Ben Gamari2021-01-093-4/+4