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 `AtomicRefCell` in layout 2020 as preparation for incremental layout #25957

Merged
merged 8 commits into from Mar 18, 2020

Commits on Mar 18, 2020

  1. Switch the standard slice iterator in inline layout to a custom one i…

    …n order to
    
    avoid lifetime problems
    pcwalton committed Mar 18, 2020
  2. Make whitespace preservation computation recursive in order to fix li…

    …fetime issues
    pcwalton committed Mar 18, 2020
You can’t perform that action at this time.