Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 40 million developers.
Sign up- St. Petersburg
- Sign in to view email
- https://matklad.github.io/
Pinned
5,766 contributions in the last year
Contribution activity
December 2019
- matklad/http-client Rust
- matklad/nixpkgs-channels Nix
- matklad/surf Rust
- matklad/rust-analyzer.github.io Rust
- matklad/aoc2019 Rust
Created a pull request in rust-analyzer/rust-analyzer that received 8 comments
- Remove code that never was alive?
- Fix resolve for field init shorthand
- Fix highlighting for field init shorthand
- Reduce copy-paste some more
- Use generic ItemLoc for impls
- Support for nested traits
- More ground work for local defs
- :arrow_up: deps
- Plumbing for local items support
- Drop dead code
- Touch up TokenSet a bit
- Handle start imports in import groups
- Refactor macro tests
- Fix parsing of interpolated expressions
- Remove dead code
- Touch up docs
- Don't bother with focus range for navigation to locals
- Refactor goto tests to always specify texts
- Make reformat hook actually reformat files
- Drop dead code
- Refactor PathKind
- Fix highlighting token names
- Default to client watching on VS Code
- Improve recovery for incomplete lambdas
- link website
- Some pull requests not shown.
- Omit default parameter types
- Cleanup Vim and NeoVim instructions. Fix #2579
- Fill type info assist
- Handle impl Trait more correctly
- Fixed syntax highlighting not refreshing on windows.
- Introduce named constants for highlighting tag names.
- Fix NavigationTarget ranges
- Add macros for known names and paths
- fix goto definition when inbetween tokens
- Infer - and ! using std::ops::{Neg, Not}
- Support setting cargo features and resolve `default` features by default
- Map first and last tokens in original_range
- Add Token id to all tt::TokenTree
- Implement `format_args`
- Don't unify within a reference
- Add expansion infrastructure for derive macros
- Move `ModuleSource`, create `ModuleOrigin`
- Extract built-in trait implementations to separate module
- More correct method resolution
- Fix #2443
- Clarify installation instructions
Created an issue in rust-analyzer/rust-analyzer that received 3 comments
Extract highlighting tags to an enum
We use strings to tag syntax-highlighted tokens: rust-analyzer/crates/ra_ide/src/syntax_highlighting.rs Line 119 in d622325 This is less…
3
comments
19
contributions
in private repositories
Dec 3 – Dec 17