summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/Stack
Commit message (Expand)AuthorAgeFilesLines
* JS: replace "js" architecture with "javascript"Sylvain Henry2023-02-061-1/+1
* Add Javascript backendSylvain Henry2022-11-291-0/+17
* Separate IPE source file from spanBen Gamari2022-10-111-1/+1
* base: Move IPE helpers to GHC.InfoProvBen Gamari2022-10-112-75/+1
* Fix since annotations in GHC.Stack.CloneStackMatthew Pickering2022-08-021-5/+5
* typosEric Lindblad2022-07-181-5/+5
* add since annotation for GHC.Stack.CCS.whereFromTeo Camarasu2022-04-281-0/+2
* Use Info Table Provenances to decode cloned stack (#18163)Sven Tennie2021-09-232-37/+167
* Introduce stack snapshotting / cloning (#18741)Sven Tennie2021-09-231-0/+154
* Add whereFrom and whereFrom# primopMatthew Pickering2021-03-031-0/+53
* Correct doctestsOleg Grenrus2021-01-021-3/+7
* Remove all the unnecessary LANGUAGE pragmasHécate2020-08-051-2/+1
* Update `base` packageSylvain Henry2020-06-171-3/+2
* Remove OPTIONS_HADDOCK hide in favour for not-homeAdam Sandberg Eriksson2019-01-061-1/+1
* base: Add references to Notes for certain special importsChaitanya Koparkar2018-09-051-3/+3
* Built-in Natural literals in CoreSylvain Henry2018-06-151-0/+1
* Add @since annotations for derived instances in baseChaitanya Koparkar2018-03-021-1/+1
* tentative improvement to callstack docsAlp Mestanogullari2018-01-211-10/+13
* base: Document GHC.Stack.CCS internalsBen Gamari2017-11-211-0/+17
* base: Escape \ in CallStack exampleChris Martin2017-11-071-1/+1
* Remove redundant import; fix noteDavid Feuer2017-07-111-5/+3
* GHC.Stack.CCS: Fix typo in HaddocksBen Gamari2016-07-081-1/+1
* Mark GHC.Stack.Types TrustworthyHerbert Valerio Riedel2016-04-191-1/+2
* Don't infer CallStacksEric Seidel2016-04-041-8/+8
* Add IsList instance for CallStack, restore Show instance for CallStackRyanGlScott2016-02-121-1/+8
* Restore derived Eq instance for SrcLocRyanGlScott2016-02-091-1/+2
* Hide the CallStack implicit parameterEric Seidel2016-02-011-26/+67
* Add -prof stack trace to assertSimon Marlow2016-01-131-1/+2
* Allow CallStacks to be frozenEric Seidel2015-12-231-8/+46
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-0/+4
* GHC.Stack: Fix Haddock markupBen Gamari2015-12-162-3/+9
* Rework the Implicit CallStack solver to handle local lets.Eric Seidel2015-12-121-13/+46
* Make 'error' include the CCS call stack when profiledSimon Marlow2015-11-132-0/+132
* base: Update `@since 4.8.2` annotations (re #11026)Herbert Valerio Riedel2015-11-021-2/+2
* Generate Typeable info at definition sitesBen Gamari2015-10-301-0/+13
* Revert "Generate Typeable info at definition sites"Ben Gamari2015-10-291-13/+0
* Generate Typeable info at definition sitesBen Gamari2015-10-291-0/+13
* Move CallStack back to baseBen Gamari2015-10-021-0/+76