-
Notifications
You must be signed in to change notification settings - Fork 743
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: rouge-ruby/rouge
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.1.3
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: rouge-ruby/rouge
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 21 files changed
- 10 contributors
Commits on Jul 31, 2023
-
* Group changes in recent releases by lexers * Format changelog file for consistency
Configuration menu - View commit details
-
Copy full SHA for 263655e - Browse repository at this point
Copy the full SHA 263655eView commit details
Commits on Aug 25, 2023
-
Update groovy for record, enum, var (#1984)
The 'record' keyword defines a new kind of record class. 'enum' was moved as the same level as the other types, as enums are also kind of classes. Added 'var' as an alternative to 'def' for defining variables and such.
Configuration menu - View commit details
-
Copy full SHA for 4e47529 - Browse repository at this point
Copy the full SHA 4e47529View commit details
Commits on Sep 15, 2023
-
Remove
inline
from Dart declaration keywords (#1990)The [inline classes feature](https://github.com/dart-lang/language/blob/main/working/1426-extension-types/feature-specification-inline-classes.md) this was part of is now obsolete and will not be part of the language. It will likely be replaced by [extension types](https://github.com/dart-lang/language/blob/main/accepted/future-releases/extension-types/feature-specification.md).
Configuration menu - View commit details
-
Copy full SHA for 17b3aef - Browse repository at this point
Copy the full SHA 17b3aefView commit details
Commits on Sep 22, 2023
-
* add svelte lexer * remove trailing newline * remove unneeded comment Co-authored-by: Tan Le <numbat@fastmail.com> * remove excessive newlines Co-authored-by: Tan Le <numbat@fastmail.com> * formatting * Add guessing specs for Svelte lexer * Ensure HTML is loaded as part of Svelte lexer * Add Svelte to the list of supported languages --------- Co-authored-by: Brodie Davis <bdavis@c2games.org> Co-authored-by: Tan Le <numbat@fastmail.com>
Configuration menu - View commit details
-
Copy full SHA for b584ea1 - Browse repository at this point
Copy the full SHA b584ea1View commit details
Commits on Sep 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b9d05fd - Browse repository at this point
Copy the full SHA b9d05fdView commit details
Commits on Oct 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 90ca46e - Browse repository at this point
Copy the full SHA 90ca46eView commit details
Commits on Oct 24, 2023
-
* bpf: highlight signed type keywords Signed type keywords such as s16 have always been supported by BPF but recently became more frequent. They were missing in the original lexer so this commit adds them, with an example. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com> * bpf: highlight simpler call syntax The lexer already supports the following syntax for call instructions: call bpf_skb_load_bytes#1234 but a simpler syntax without the number at the end is now also possible. This commit adds support for it, with an example. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com> * bpf: highlight all byte-swapping instructions The original lexer was missing support for the little-endian byte-swapping instructions le{16,32,64}. This commit adds them, together with the new bswap{16,32,64} instructions. The later are unconditional byte-swapping instructions, meaning they don't depend on the architecture. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com> * bpf: fix highlight of negative hexadecimal numbers Hexadecimal literals can also have a sign in BPF. This commit fixes this error in the lexer and adds a corresponding example. Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com> * bpf: highlight hexadecimal jump offsets The offset of BPF jump instructions is now sometimes displayed in hexadecimal format. This commit adds support for that, together with an example. It also adds an example to cover the syntax where the jump has both an offset literal and an offset label (ex. "+1 <LBB0_2>"). Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com> * bpf: highlight long jumps Jump instructions with a 32-bit offset are displayed as "gotol" instead of "goto". Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com> --------- Signed-off-by: Paul Chaignon <paul.chaignon@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for fdfcbd4 - Browse repository at this point
Copy the full SHA fdfcbd4View commit details -
* Updated Xojo Syntax * Update .gitignore --------- Co-authored-by: Tan Le <numbat@fastmail.com>
Configuration menu - View commit details
-
Copy full SHA for 55d2b48 - Browse repository at this point
Copy the full SHA 55d2b48View commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c71fa2f - Browse repository at this point
Copy the full SHA c71fa2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 73d0e36 - Browse repository at this point
Copy the full SHA 73d0e36View commit details -
* Updated Xojo Syntax * Update .gitignore * Updated Xojo Syntax Added missing Keyword "Var" --------- Co-authored-by: Tan Le <numbat@fastmail.com>
Configuration menu - View commit details
-
Copy full SHA for b3036a7 - Browse repository at this point
Copy the full SHA b3036a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1687d63 - Browse repository at this point
Copy the full SHA 1687d63View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.1.3...v4.2.0