summaryrefslogtreecommitdiff
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Update assert to fix retc001 and retc002 (#9243)Thomas Miedema2015-07-181-1/+1
* Reduce non-determinism in ABI hashes with RULES and instance declsBartosz Nitka2015-07-172-6/+19
* Handle Char#, Addr# in TH quasiquoter (fixes #10620)RyanGlScott2015-07-175-9/+49
* DeriveFoldable for data types with existential constraints (#10447)RyanGlScott2015-07-172-11/+132
* Put Opt_Static into defaultFlags if not pc_DYNAMIC_BY_DEFAULT (#7478)Bernhard Herzog2015-07-171-1/+2
* Implement -fprint-expanded-synonymsÖmer Sinan Ağacan2015-07-173-33/+172
* CoreLint: Use size-annotated ppr variantBen Gamari2015-07-161-1/+1
* PprCore: Add size annotations for top-level bindingsBen Gamari2015-07-161-21/+44
* CoreUtils: Move size utilities to CoreStatsBen Gamari2015-07-167-120/+135
* CoreUtils: Move seq* functions to CoreSeqBen Gamari2015-07-165-108/+114
* Fix #10642.Richard Eisenberg2015-07-153-13/+14
* Another comment with a leading # (sigh)Simon Peyton Jones2015-07-131-2/+2
* Reformat a leading # in a commentSimon Peyton Jones2015-07-131-1/+1
* Make sure rule LHSs are simplifiedSimon Peyton Jones2015-07-131-4/+21
* Add Linting for RulesSimon Peyton Jones2015-07-131-16/+48
* Do not optimise RULE lhs in substRuleSimon Peyton Jones2015-07-131-8/+23
* Delete the WayPar wayThomas Miedema2015-07-103-117/+1
* Improve error message for fundepsSimon Peyton Jones2015-07-101-7/+14
* Better type wildcard errorsSimon Peyton Jones2015-07-101-20/+24
* Comments onlySimon Peyton Jones2015-07-101-0/+2
* Make mkQualPackage more robust when package key is bad.Edward Z. Yang2015-07-091-4/+3
* Infer types with flexible contextsSimon Peyton Jones2015-07-091-3/+4
* White space onlySimon Peyton Jones2015-07-091-1/+1
* Bitmap: Fix thunk explosionBen Gamari2015-07-091-20/+64
* Fix Trac #10618 (out of scope operator)Simon Peyton Jones2015-07-081-2/+5
* Comments onlySimon Peyton Jones2015-07-081-26/+32
* Broaden Outputable instance for TerminationSimon Peyton Jones2015-07-081-1/+1
* Delete duplicate "Note [Unpack equality predicates]"Thomas Miedema2015-07-081-11/+0
* holePackageKey and isHoleModule utility functions.Edward Z. Yang2015-07-071-0/+9
* Fix #10596 by looking up 'Int' not 'Maybe Int' in the map.Edward Z. Yang2015-07-071-4/+11
* always use -fPIC on OpenBSD/AMD64 platformKarel Gardas2015-07-071-0/+6
* Deferred type errors now throw TypeError (#10284)David Kraeutmann2015-07-073-4/+13
* Fix todo in compiler/nativeGen: Rename Size to Formatmarkus2015-07-0722-936/+945
* Allow deferred type error warnings to be suppressedDavid Kraeutmann2015-07-072-21/+37
* Fix word repetitions in commentsGabor Greif2015-07-072-2/+2
* Add Note [Warnings in code generated by Alex]Thomas Miedema2015-07-072-12/+36
* Fix "CPP directive" in commentBen Gamari2015-07-071-6/+6
* Add more discussion of black-holing logic for #10414Ben Gamari2015-07-071-9/+59
* Don't eagerly blackhole single-entry thunks (#10414)Reid Barton2015-07-071-1/+11
* Spelling in commentsGabor Greif2015-07-063-3/+3
* Remove warnings for -fwarn-incomplete-patternswip/lexer-warningsAlan Zimmerman2015-07-061-3/+3
* Specialise: Avoid unnecessary recomputation of free variable informationBen Gamari2015-07-061-22/+34
* Lexer.x and Parser.y: delete dead codeThomas Miedema2015-07-052-17/+1
* Use -fno-warn-unused-imports instead of hiding `ord`Thomas Miedema2015-07-052-2/+4
* Lexer: remove -fno-warn-unused-do-bindThomas Miedema2015-07-041-6/+3
* Remove dead code / overlapping pattern (#9723)Thomas Miedema2015-07-041-2/+0
* Support MO_{Add,Sub}IntC and MO_Add2 in the LLVM backendMichal Terepeta2015-07-045-8/+121
* Replace usages of `-w` by `-fno-warn`sThomas Miedema2015-07-044-32/+18
* parser: Allow Lm (MODIFIER LETTER) category in identifiersThomas Miedema2015-07-033-3/+21
* Remove redundant parser entry pointMatthew Pickering2015-07-031-2/+1