Skip to content
Permalink

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: robotcodedev/robotcode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 6e4b469
Choose a base ref
...
head repository: robotcodedev/robotcode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f715d32
Choose a head ref
  • 7 commits
  • 26 files changed
  • 2 contributors

Commits on Dec 5, 2025

  1. chore: update packages

    d-biehl committed Dec 5, 2025
    Configuration menu
    Copy the full SHA
    2de75ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9b4eca7 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2025

  1. feat: enhance diagnostics and analysis features with progress indicat…

    …ors in verbose mode and performance improvements
    d-biehl committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    1ac9247 View commit details
    Browse the repository at this point in the history
  2. fix(robocop): update robocop documentation urls

    Co-authored-by: Bartlomiej Hirsz <bartlomiej.hirsz@iqvia.com>
    d-biehl and bhirsz committed Dec 14, 2025
    Configuration menu
    Copy the full SHA
    c15bdfa View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. perf(lsp): use dataclass slots for protocol types

    use @DataClass(slots=True) for LSP model classes to reduce per-instance memory overhead and speed up attribute access in LSP hot paths
    d-biehl committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    82012e8 View commit details
    Browse the repository at this point in the history
  2. fix(langserver): default to folding ranges to character-based

    Use character-based folding ranges by default when client capabilities are unknown.
    d-biehl committed Dec 15, 2025
    Configuration menu
    Copy the full SHA
    6cbefe2 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2025

  1. Configuration menu
    Copy the full SHA
    f715d32 View commit details
    Browse the repository at this point in the history
Loading