-
Notifications
You must be signed in to change notification settings - Fork 115
Comparing changes
Open a pull request
base repository: dbp/sublime-rust
base: master
head repository: rust-lang/rust-enhanced
compare: master
Commits on Oct 21, 2013
-
- Modified function detection (now the identifier doesn't contains type parameter)
KokaKiwi committedOct 21, 2013 Configuration menu - View commit details
-
Copy full SHA for 5aaf953 - Browse repository at this point
Copy the full SHA 5aaf953View commit details
Commits on Jan 17, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 3cec19b - Browse repository at this point
Copy the full SHA 3cec19bView commit details
Commits on Feb 20, 2014
-
Configuration menu - View commit details
-
Copy full SHA for de8e914 - Browse repository at this point
Copy the full SHA de8e914View commit details -
Merge branch 'master' of github.com:KokaKiwi/sublime-rust
Conflicts: Rust.JSON-tmLanguage Rust.tmLanguage
Configuration menu - View commit details
-
Copy full SHA for 1d20da9 - Browse repository at this point
Copy the full SHA 1d20da9View commit details -
Merge pull request #2 from KokaKiwi/master
Add keywords 'crate' and 'in'
Configuration menu - View commit details
-
Copy full SHA for ef4afde - Browse repository at this point
Copy the full SHA ef4afdeView commit details
Commits on Mar 13, 2014
-
Configuration menu - View commit details
-
Copy full SHA for e0b87cb - Browse repository at this point
Copy the full SHA e0b87cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f789775 - Browse repository at this point
Copy the full SHA f789775View commit details -
Merge pull request #4 from KokaKiwi/keyword_continue
Add 'continue' and 'in' keyword.
Configuration menu - View commit details
-
Copy full SHA for 92e5cb3 - Browse repository at this point
Copy the full SHA 92e5cb3View commit details
Commits on May 22, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 6205907 - Browse repository at this point
Copy the full SHA 6205907View commit details
Commits on May 26, 2014
-
Merge pull request #8 from bonifaido/master
added box to keywords, whitespace fix in test macro
Configuration menu - View commit details
-
Copy full SHA for 1e1d3bd - Browse repository at this point
Copy the full SHA 1e1d3bdView commit details
Commits on Jun 16, 2014
-
Fix errors in Syntax Def's JSON-tmLanguage file.
Make Rust syntax definition closer to that of vim's - Highlight var initialization in 'let' statements. - Highlight extern crate names. - Hightligth macros! Add names to some of the place holders in snippets. Improved handling of attribute meta information. Minor clean-up - Fix highlighting fn brackets - Fix highligthing ':' in 'let foo: type = val;' initializations.
Configuration menu - View commit details
-
Copy full SHA for 4c9cc1f - Browse repository at this point
Copy the full SHA 4c9cc1fView commit details -
Merge branch 'master' of github.com:spamwax/sublime-rust into spamwax…
…-master Conflicts: test.sublime-snippet
Configuration menu - View commit details
-
Copy full SHA for 6c28272 - Browse repository at this point
Copy the full SHA 6c28272View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a90521 - Browse repository at this point
Copy the full SHA 4a90521View commit details
Commits on Jul 1, 2014
-
Configuration menu - View commit details
-
Copy full SHA for fb9f759 - Browse repository at this point
Copy the full SHA fb9f759View commit details
Commits on Aug 9, 2014
-
Update language syntac to match Rust 0.11
- Add support for rust lifetime modifiers - Add full support for raw string - Add support for std library containers and classes - Add support for storage modifiers (box, mut) - Add support for Send/Sized/... - Add support for block documentation. - Update single quote support to match that of Rust specs. - Fix single quote issue. - Fix initialization syntax for mut variables. - Improve macro syntax definition.
Configuration menu - View commit details
-
Copy full SHA for adc19ac - Browse repository at this point
Copy the full SHA adc19acView commit details
Commits on Aug 12, 2014
-
Merge pull request #11 from spamwax/master
Update language syntax to match Rust 0.11
Configuration menu - View commit details
-
Copy full SHA for 4aecc2f - Browse repository at this point
Copy the full SHA 4aecc2fView commit details
Commits on Sep 9, 2014
-
Underscore is not colored if embedded in another word Crate-level attributes ( #![...] ) colored identically to normal attributes.
Configuration menu - View commit details
-
Copy full SHA for 1f5f42a - Browse repository at this point
Copy the full SHA 1f5f42aView commit details
Commits on Sep 17, 2014
-
Merge pull request #14 from TooManyBees/attributes
Updates syntax highlighting
Configuration menu - View commit details
-
Copy full SHA for 179f8f7 - Browse repository at this point
Copy the full SHA 179f8f7View commit details
Commits on Sep 26, 2014
-
Configuration menu - View commit details
-
Copy full SHA for ad33dc5 - Browse repository at this point
Copy the full SHA ad33dc5View commit details
Commits on Oct 11, 2014
-
Configuration menu - View commit details
-
Copy full SHA for f311794 - Browse repository at this point
Copy the full SHA f311794View commit details
Commits on Oct 13, 2014
-
Merge pull request #20 from yuryshulaev/master
Add support for fn<Sized? ...>
Configuration menu - View commit details
-
Copy full SHA for 5279d0f - Browse repository at this point
Copy the full SHA 5279d0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f8df45 - Browse repository at this point
Copy the full SHA 5f8df45View commit details
Commits on Oct 29, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 5ed8960 - Browse repository at this point
Copy the full SHA 5ed8960View commit details
Commits on Nov 9, 2014
-
Configuration menu - View commit details
-
Copy full SHA for b0ffba5 - Browse repository at this point
Copy the full SHA b0ffba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9609ab4 - Browse repository at this point
Copy the full SHA 9609ab4View commit details
Commits on Jan 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 24c5536 - Browse repository at this point
Copy the full SHA 24c5536View commit details
Commits on Jan 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5a9f644 - Browse repository at this point
Copy the full SHA 5a9f644View commit details -
Added print and println snipptes
Sondre Lefsaker committedJan 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 8d8778f - Browse repository at this point
Copy the full SHA 8d8778fView commit details -
Default print and println formatting to use the Show trait
Sondre Lefsaker committedJan 13, 2015 Configuration menu - View commit details
-
Copy full SHA for 58f107a - Browse repository at this point
Copy the full SHA 58f107aView commit details -
Sondre Lefsaker committed
Jan 13, 2015 Configuration menu - View commit details
-
Copy full SHA for ee1cfc8 - Browse repository at this point
Copy the full SHA ee1cfc8View commit details
Commits on Jan 15, 2015
-
Added wordboundries (\b) to floating point values
Sondre Lefsaker committedJan 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 31ca5c8 - Browse repository at this point
Copy the full SHA 31ca5c8View commit details -
Added negative lookahead after for instead of matching for _not_ . Th…
…is results in correct syntax highlighting for lifetimes inside <>-brackets.
Sondre Lefsaker committedJan 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 0030fb0 - Browse repository at this point
Copy the full SHA 0030fb0View commit details -
Disabled single quote auto-pairing
Sondre Lefsaker committedJan 15, 2015 Configuration menu - View commit details
-
Copy full SHA for 0cd4563 - Browse repository at this point
Copy the full SHA 0cd4563View commit details -
Merge pull request #32 from sondrele/fix-lifetime-parsing
Fix lifetime parsing. Fixes #26
Configuration menu - View commit details
-
Copy full SHA for 3c2daef - Browse repository at this point
Copy the full SHA 3c2daefView commit details -
Merge pull request #33 from sondrele/fix-float-highlighting
Added wordboundries (\b) to floating point values
Configuration menu - View commit details
-
Copy full SHA for b3c71eb - Browse repository at this point
Copy the full SHA b3c71ebView commit details -
Merge pull request #29 from sondrele/rust-snippets
Rust snippets. Fixes #15
Configuration menu - View commit details
-
Copy full SHA for 40df359 - Browse repository at this point
Copy the full SHA 40df359View commit details
Commits on Mar 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bba3078 - Browse repository at this point
Copy the full SHA bba3078View commit details -
Use curly brackets around a macro rather than parentheses.
This *seems* to be the new convention. Current Rust allows either, but requires a semicolon after a parentheses-based macro. All the uses I could see in the Rust repo use curly brackets.
Configuration menu - View commit details
-
Copy full SHA for 5e3af9a - Browse repository at this point
Copy the full SHA 5e3af9aView commit details -
Fix character and string escaping.
* Octal escapes no longer exist. * The Unicode escape is '\u{' HEX{1,6} '}' e.g.: "\u{30}" == "0" * Stop recognizing '\' as a character constant. The backslash must be escaped.
Configuration menu - View commit details
-
Copy full SHA for b7c2bdc - Browse repository at this point
Copy the full SHA b7c2bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7da22db - Browse repository at this point
Copy the full SHA 7da22dbView commit details
Commits on Mar 14, 2015
-
Merge pull request #39 from rprichard/assorted-fixes
Assorted fixes. Fixes #24 and #27.
Configuration menu - View commit details
-
Copy full SHA for ff3e197 - Browse repository at this point
Copy the full SHA ff3e197View commit details
Commits on Mar 18, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f3a2208 - Browse repository at this point
Copy the full SHA f3a2208View commit details -
Merge pull request #40 from hawkw/patch-1
Add cargo test build command
Configuration menu - View commit details
-
Copy full SHA for a1c3d2d - Browse repository at this point
Copy the full SHA a1c3d2dView commit details
Commits on Apr 14, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 4d7285d - Browse repository at this point
Copy the full SHA 4d7285dView commit details -
Merge pull request #45 from Jayflux/master
This would fix #44 and only show on rust projects
Configuration menu - View commit details
-
Copy full SHA for 491be5d - Browse repository at this point
Copy the full SHA 491be5dView commit details
Commits on May 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for edd2a18 - Browse repository at this point
Copy the full SHA edd2a18View commit details
Commits on May 3, 2015
-
Merge pull request #46 from alexanderchr/patch-1
Remove Left and Right keywords
Configuration menu - View commit details
-
Copy full SHA for 3bbd744 - Browse repository at this point
Copy the full SHA 3bbd744View commit details
Commits on May 6, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ed22ec9 - Browse repository at this point
Copy the full SHA ed22ec9View commit details
Commits on May 7, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e588129 - Browse repository at this point
Copy the full SHA e588129View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36be8a9 - Browse repository at this point
Copy the full SHA 36be8a9View commit details
There are no files selected for viewing