summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fix an oversight in the spec-compliant unescape().Eevee (Alex Munroe)2014-09-052-5/+10
* Append a newline in compressed mode.Eevee (Alex Munroe)2014-09-041-0/+4
* Fix @extend heisenbug when extending a selector that appears twice in the sam...Eevee (Alex Munroe)2014-09-042-34/+55
* Better approach to registering Compass functions.Eevee (Alex Munroe)2014-09-048-35/+19
* Give up on matching Ruby's quoting behavior for now.Eevee (Alex Munroe)2014-09-043-5/+9
* Update sprite-map test.Eevee (Alex Munroe)2014-09-041-1/+1
* Fix interactions between interpolation and function literals.Eevee (Alex Munroe)2014-09-044-6/+41
* Oops, broke Url and Function a bit.Eevee (Alex Munroe)2014-09-041-4/+4
* Unfix this test, alas.Eevee (Alex Munroe)2014-09-041-1/+2
* Allow CSS escapes in barewords.Eevee (Alex Munroe)2014-09-044-17/+19
* Sass allows space after the ! in !important.Eevee (Alex Munroe)2014-09-042-4/+4
* Lots of fixes to gritty details of how Sass treats url().Eevee (Alex Munroe)2014-09-046-59/+235
* Learn to parse the IE alpha(opacity=100) syntax.Eevee (Alex Munroe)2014-09-032-28/+53
* Fix parsing of expression().Eevee (Alex Munroe)2014-09-022-7/+7
* Delete a big ol block of commented-out scanner code.Eevee (Alex Munroe)2014-09-021-62/+0
* Make scanner errors slightly more friendly to read.Eevee (Alex Munroe)2014-09-024-29/+59
* Fix setup.py to include the grammar, oops.Eevee (Alex Munroe)2014-09-021-0/+1
* Support !global (currently a no-op). Fixes #272.Eevee (Alex Munroe)2014-09-011-12/+21
* Fix a couple bugs with interpolation.Eevee (Alex Munroe)2014-09-016-35/+67
* Preserve the order of slurpy kwargs. Fix a heisentest.Eevee (Alex Munroe)2014-08-315-12/+30
* Fix spurious deprecation warning.Eevee (Alex Munroe)2014-08-291-1/+2
* Support CSS calc().Eevee (Alex Munroe)2014-08-295-30/+41
* Couple more test fixes...Eevee (Alex Munroe)2014-08-292-3/+2
* Urgh fix this test another way.Eevee (Alex Munroe)2014-08-291-1/+1
* Fix parsing of a lone interpolation.Eevee (Alex Munroe)2014-08-292-27/+47
* Stop doing interpolation before parsing.Eevee (Alex Munroe)2014-08-291-9/+5
* Understand (and correctly ignore) IE's expression() function.Eevee (Alex Munroe)2014-08-293-25/+80
* Fix a couple bogus tests.Eevee (Alex Munroe)2014-08-293-5/+6
* Ruby only treats escapes specially inside quoted strings.Eevee (Alex Munroe)2014-08-292-8/+8
* Fix most of the catastrophic fallout.Eevee (Alex Munroe)2014-08-296-127/+147
* Make the C block locator aware of escape sequences.Eevee (Alex Munroe)2014-08-291-5/+10
* Remove extraneous Pattern_setup function from speedups.Eevee (Alex Munroe)2014-08-291-25/+12
* Remove #define DEBUG, oops.Eevee (Alex Munroe)2014-08-291-1/+0
* So apparently the C scanner quietly fails if you feed it non-Unicode patterns.Eevee (Alex Munroe)2014-08-292-0/+8
* Several vast improvements to string parsing.Eevee (Alex Munroe)2014-08-2912-81/+431
* Remove some old Python that I don't think is useful any more...?Eevee (Alex Munroe)2014-08-293-860/+0
* Move ALL the parsing stuff under scss/grammar/.Eevee (Alex Munroe)2014-08-2913-596/+585
* Break the AST and grammar into their own modules.Eevee (Alex Munroe)2014-08-296-803/+880
* Fix reporting of block locator errors.Eevee (Alex Munroe)2014-08-291-1/+1
* Add some helpers for doing simple compilations.Eevee (Alex Munroe)2014-08-285-11/+64
* Shuffle exception hierarchy a bit.Eevee (Alex Munroe)2014-08-282-35/+84
* Fix this ancient xCSS-style test, and add some warnings.Eevee (Alex Munroe)2014-08-272-2/+10
* Don't show py.test stuff in the traceback for file tests.Eevee (Alex Munroe)2014-08-271-1/+5
* Oops, fix __all__.Eevee (Alex Munroe)2014-08-274-4/+3
* Remove calculator's reliance on config.FATAL_UNDEFINED.Eevee (Alex Munroe)2014-08-273-7/+17
* Remove compiler's reliance on config.CONTROL_SCOPING.Eevee (Alex Munroe)2014-08-272-4/+14
* Reduce tool's reliance on config.LOAD_PATHS.Eevee (Alex Munroe)2014-08-272-23/+23
* Remove compiler's reliance on config.VERBOSITY.Eevee (Alex Munroe)2014-08-272-9/+3
* Remove compiler's reliance on config.DEBUG.Eevee (Alex Munroe)2014-08-273-14/+23
* Remove scss.functions!Eevee (Alex Munroe)2014-08-273-102/+2