Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start using the ToCss trait, to be used for CSS serialization #4455

Merged
merged 8 commits into from Dec 29, 2014
Merged

Commits on Dec 29, 2014

  1. Remove some tabs

    @jdm, can you configure your editor to not insert them in the first
    place?
    SimonSapin committed Dec 29, 2014
  2. Declare dependencies on text_writer.

    Transitive dependencies being available is considered a bug:
    rust-lang/cargo#1037
    SimonSapin committed Dec 29, 2014
  3. Add a match_ignore_ascii_case! macro that does not allocate.

    It should replace `match foo.to_ascii_lower().as_slice() { ...}`
    
    @Manishearth I changed map.get to map.find in the lint to work around an ICE:
    
        task 'rustc' panicked at 'couldn't find node id 0 in the AST map'
    
    Does this look OK?
    SimonSapin committed Dec 29, 2014
  4. Move the define_css_keyword_enum macro to the style crate.

    SimonSapin committed Dec 29, 2014
You can’t perform that action at this time.