summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Add machinery to reify annotations (#8397)Austin Seipp2013-10-114-11/+35
* Remove outdated comment (#8434)Austin Seipp2013-10-111-9/+1
* Fix freezing on bare ')' with alternative layout rule (#8431)Krzysztof Gogolewski2013-10-121-1/+1
* Make MO_Prefetch_Data a no-op in the C backend (#8437).Reid Barton2013-10-121-0/+1
* Relax build-deps to allow upcoming `array-0.5.0.0`Herbert Valerio Riedel2013-10-111-1/+1
* Future-proof code for upcoming `array-0.5.0.0`Herbert Valerio Riedel2013-10-112-8/+8
* Fix a bug in the canned selector code when profiling.Simon Marlow2013-10-111-1/+6
* Use dynamic linking only if the GHC package is compiled with -dynamic (#8376)Simon Marlow2013-10-113-16/+26
* Update and clean-up the implmenation of GHC.TypeLitsIavor S. Diatchki2013-10-096-109/+131
* Show parentheses when printing type (forall x. T1) T2 (#8428)Krzysztof Gogolewski2013-10-091-3/+2
* TyposKrzysztof Gogolewski2013-10-092-2/+2
* Nuke {save,restore}StaticFlagGlobals.Austin Seipp2013-10-092-21/+20
* Use evaldUnfolding for proxyHashIdAustin Seipp2013-10-091-6/+11
* Turn -H and -Rghc-timing into dynamic flags.Austin Seipp2013-10-092-30/+37
* Clean up some outdated comments (#8418)Austin Seipp2013-10-094-11/+17
* Catch some popular typos in commentsGabor Greif2013-10-085-7/+7
* Print (non-representational) roles when display TyCon informationSimon Peyton Jones2013-10-081-14/+25
* Remove deprecated _scc_ (#8170)Krzysztof Gogolewski2013-10-054-9/+5
* Remove tab.Geoffrey Mainland2013-10-041-1/+1
* Add support for Template Haskell state.wip/th-newGeoffrey Mainland2013-10-043-0/+28
* Add support for Template Haskell module finalizers.Geoffrey Mainland2013-10-045-6/+33
* Change the types of typed brackets and splices.Geoffrey Mainland2013-10-042-9/+19
* Allow splices to add additional top-level declarations.Geoffrey Mainland2013-10-045-3/+92
* Code formatting cleanup.Geoffrey Mainland2013-10-041-32/+34
* Add full support for declaration splices.Geoffrey Mainland2013-10-0411-40/+117
* Add support for pattern splices.Geoffrey Mainland2013-10-0415-9/+154
* Clean up smart constructors for splices.Geoffrey Mainland2013-10-043-13/+16
* Clean up error context when checking brackets/splices.Geoffrey Mainland2013-10-042-5/+19
* Add support for typed brackets and splices.Geoffrey Mainland2013-10-041-91/+82
* Track TH stage in the renamer.Geoffrey Mainland2013-10-0412-288/+558
* Check the staging restriction in the renamer.Geoffrey Mainland2013-10-042-32/+134
* Track the typed/untyped distinction in the current TH stage.Geoffrey Mainland2013-10-045-36/+77
* Differentiate typed and untyped splices and brackets in the abstract syntax.Geoffrey Mainland2013-10-047-15/+35
* Add names for TExp type constructor and unType.Geoffrey Mainland2013-10-041-6/+22
* Add syntactic support for typed expression brackets and splices.Geoffrey Mainland2013-10-042-17/+40
* Consolidate TH renaming.Geoffrey Mainland2013-10-044-29/+50
* Move renamer splice functionality into a separate module.Geoffrey Mainland2013-10-045-117/+152
* Simplify the plumbing for checkValidTyClSimon Peyton Jones2013-10-042-40/+42
* Comments and white space onlySimon Peyton Jones2013-10-041-5/+9
* Simplify printing of boot-file mis-matches, by using PprTyThing.pprTyThingSimon Peyton Jones2013-10-041-15/+4
* Simplify PprTyThingSimon Peyton Jones2013-10-041-53/+53
* Improve pretty-printing of IfaceSyn type familiesSimon Peyton Jones2013-10-041-15/+14
* Fix the bytecode genreation for tagToEnum# (Trac #8383)Simon Peyton Jones2013-10-041-42/+83
* Comments onlySimon Peyton Jones2013-10-042-1/+8
* Fix Trac #8368.Richard Eisenberg2013-10-032-11/+43
* Close over kinds when checking fundep coverage (Trac #8391)Simon Peyton Jones2013-10-031-2/+19
* Improve -XAllowAmbiguousTypes (Trac #8392)Simon Peyton Jones2013-10-033-55/+66
* Tidy up the commit for Trac #3725Simon Peyton Jones2013-10-034-73/+69
* Look through tick-boxes when looking for integral literals in the desugarerSimon Peyton Jones2013-10-031-1/+6
* Add support for prefetch with locality levels.Austin Seipp2013-10-0111-50/+194