summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * SIMD primops are now generated using schemas that are polymorphic inGeoffrey Mainland2013-09-2215-652/+723
| * Do not expose LLVM-only primops in GHC.PrimopWrappers.Geoffrey Mainland2013-09-221-20/+7
| * Enable passing vector arguments in xmm registers on x86-32.Geoffrey Mainland2013-09-221-1/+6
| * Do not assume that XMM registers are used to pass floating point arguments.Geoffrey Mainland2013-09-221-15/+24
| * Ensure that globalRegMaybe returns accurate information for XMM registers.Geoffrey Mainland2013-09-221-1/+13
|/
* Release note blurb.Austin Seipp2013-09-221-4/+18
* Restructure compilation pipeline to allow hooksAustin Seipp2013-09-2224-190/+458
* users_guide/ghci: Whitespace cleanup (#7501)Ben Gamari2013-09-221-513/+513
* Document remaining GHCi commands in users_guide (#7501)Ben Gamari2013-09-222-8/+76
* Add release note entry for `{-# MINIMAL #-}` (#7633)Herbert Valerio Riedel2013-09-211-0/+40
* Document more stolen syntax (#4196)Krzysztof Gogolewski2013-09-211-3/+24
* Fix name of vanilla RTS way in the user's guideReid Barton2013-09-201-1/+1
* TyposKrzysztof Gogolewski2013-09-204-10/+10
* Update `Cabal` to 1.18.1 finalHerbert Valerio Riedel2013-09-201-0/+0
* Comments onlyJan Stolarek2013-09-201-0/+1
* Improve error message for deriving polykinded Typeable (Trac #7800)Simon Peyton Jones2013-09-201-8/+21
* Nuke tc-trace that makes the typechecker loopSimon Peyton Jones2013-09-201-1/+0
* Kill Type.isKindTy in favour of Kind.isKind (same code)Simon Peyton Jones2013-09-202-5/+3
* Refactor AMP warnings a bitSimon Peyton Jones2013-09-204-47/+57
* Ignore Tickish Breakpoints when serialising Core into interface filesSimon Peyton Jones2013-09-201-5/+9
* Comments onlyJan Stolarek2013-09-191-0/+1
* Update release notes for new comparison primopsJan Stolarek2013-09-191-6/+3
* Document -floopification flag in user guideJan Stolarek2013-09-191-0/+7
* Remove trailing whitespaces in flags.xmlJan Stolarek2013-09-191-5/+5
* Fix egregious blunder in extractRelevantInertsSimon Peyton Jones2013-09-181-5/+3
* Make Word# a wired-in TyCon (fix Trac #8280)Simon Peyton Jones2013-09-182-10/+10
* Comments onlySimon Peyton Jones2013-09-181-8/+14
* Restore old names of comparison primopsJan Stolarek2013-09-1814-128/+419
* Trailing whitespacesJan Stolarek2013-09-187-133/+132
* Tidy up and refactor overflow checking for literalsSimon Peyton Jones2013-09-182-149/+153
* Optimise (case tagToEnum# x of ..) as in Trac #8317Simon Peyton Jones2013-09-181-3/+40
* Accommodate Derived constraints in two places (fix Trac #8129, #8134)Simon Peyton Jones2013-09-182-8/+16
* A little refactoringSimon Peyton Jones2013-09-183-25/+32
* Add flag to control loopificationJan Stolarek2013-09-183-4/+12
* Tweaks to release notesGabor Greif2013-09-181-5/+5
* Implement checkable "minimal complete definitions" (#7633)Twan van Laarhoven2013-09-1819-32/+373
* Limit upper versions of Alex and HappyJan Stolarek2013-09-181-0/+10
* Fix-up Docbook XML broken in f4046b508a5a7Herbert Valerio Riedel2013-09-181-1/+1
* Suppress unused variable when OS does not support setuid.Edward Z. Yang2013-09-171-2/+6
* Change role annotation syntax.Richard Eisenberg2013-09-1727-532/+729
* Release Notes: New printf features in baseJoachim Breitner2013-09-171-0/+18
* Allow branches with / in them (e.g. wip/) in ./sync-allJoachim Breitner2013-09-171-3/+3
* Add warning comment about Mach-O section name hack.Edward Z. Yang2013-09-171-0/+5
* Implement ctors support for Linux.Edward Z. Yang2013-09-161-6/+21
* Further linguistic improvement of that one lineJoachim Breitner2013-09-161-1/+1
* Typo in release notesJoachim Breitner2013-09-161-1/+1
* s/TypeNats/DataKinds/ in release notes.Austin Seipp2013-09-161-1/+1
* Make sure type literals aren't negative (#8306)Austin Seipp2013-09-161-9/+15
* Release Notes: Document Data.Bool.bool (#8302)Joachim Breitner2013-09-161-0/+8
* Comment typo onlyGabor Greif2013-09-161-1/+1