Developer Program Member
- New York City
- coreyf@rwell.org
- https://rwell.org/
-
Joined on
Sep 26, 2010
Pinned repositories
2,525 contributions in the last year
Contribution activity
December 2016
- frewsxcv/neveragaindottech.github.io HTML
- frewsxcv/hyper_serde Rust
- frewsxcv/url Shell
Created a pull request in rust-lang/rust
that received 33
comments
Improvements to `BTreeSet` documentation.
- Implement "child text content" concept; use it where appropriate.
- Show the placeholder text for textarea elements.
- Remove `Constellation::child_processes`.
- Add preference toggling touch events.
- Alphabetize `document.createEvent` `match` list.
- Remove unused `ExpandToPixelBoundaries` trait from `util`.
- Attempt at refactoring and simplifying 'set cookies' operations on resource thread.
- Fix doc comment syntax.
- Add uncommitted lockfile change; fix check script. 🔒
- Rename `Reflectable` to `DomObject`.
- Bump rust-openssl, add support for OpenSSL 1.1.0 [WIP]
- Add tracking issues for DOM APIs related to 'browsing context names'.
- Proof of concept: parameterized node traversal methods.
- Clarify phrasing of MSYS2 dependencies in README.md.
- Improvements to 'include' macro documentation.
- Improve the API examples for `std::fs::File`.
- Document platform-specific differences for `std::process::exit`.
- Rewrite, improve documentation for `core::hash::BuildHasherDefault`.
- Rollup of 7 pull requests
- Rollup of 8 pull requests
- Clarify zero-value behavior of `ctlz`/`cttz` intrinsics.
- Add docs for last undocumented `Default` `impl`.
- Rollup of 15 pull requests
- Expand documentation of process::exit and exec
- Docs: Explain why/when `.lines()` returns an error
- Add missing example for Thread struct
- Clarify phrasing of MSYS2 dependencies in README.md.
- Add missing examples in some thread functions
- Builder docs
- Document platform-specific differences for `std::process::exit`.
- Thread docs
- Add prefix to config.toml
- Update book for rustup
- Clarify zero-value behavior of `ctlz`/`cttz` intrinsics.
- Duration doc
- Unix socket doc
- Deprecate TcpListener::set_only_v6
- Improvements to `BTreeSet` documentation.
- Add docs for last undocumented `Default` `impl`.
- Add missing links to Rc doc
- Add missing examples for panicking objects
- Add more examples to UpdSocket
- Add remove_item to Vecs
- Support `is_letter()` on `char`
- Redox Support Preview
- Implement "child text content" concept; use it where appropriate.
- Implement discarding Document objects to reclaim space.
- Show the placeholder text for textarea elements.
- Add domain and path checks for secure cookies eviction
- Add preference toggling touch events.
- Attempt at refactoring and simplifying 'set cookies' operations on resource thread.
- Replace an unidiomatic use of filter_map().
- Add uncommitted lockfile change; fix check script. 🔒
- Proof of concept: parameterized node traversal methods.
- Commit that fixes the issue #11074 by upgrading pip whenever virtuale…
- Implement "list of options" concept on `HTMLSelectElement`.
- HTMLElement::Offset{Parent,Left,Right} should call is_the_html_body_element.
Created an issue in rust-lang/rust
that received 11
comments
Migrate from hoedown to pulldown-cmark for markdown parsing
For markdown parsing, we currently use rust-lang/hoedown (based on hoedown/hoedown). There's a (somewhat) new Markdown pull parser entirely written…