Feed Advanced Search

Oct 30 2018

egospodinova committed R866:e8b4266dcfa3: License as LGPL-2.1-or-later (authored by egospodinova).
License as LGPL-2.1-or-later
Oct 30 2018, 11:06 PM

Aug 30 2017

egospodinova closed T6487: kdev-rust: Make kdev-rust compile out of the box as Resolved.

ast-redux is now part of the build process for kdev-rust. Alternatively, if the library is found on the CMAKE_PREFIX_PATH, that is used.

Aug 30 2017, 2:14 PM · KDevelop

Aug 29 2017

egospodinova committed R866:c39aab5b0406: app_templates: add simple rust application and library templates (authored by egospodinova).
app_templates: add simple rust application and library templates
Aug 29 2017, 3:10 PM
egospodinova committed R866:c4b3db1d7e72: readme: fix working directory error in instructions (authored by egospodinova).
readme: fix working directory error in instructions
Aug 29 2017, 11:47 AM
egospodinova committed R866:895550c7538a: readme: add additional running instructions (authored by egospodinova).
readme: add additional running instructions
Aug 29 2017, 11:46 AM
egospodinova committed R866:66f3d1e57002: readme: updated compilation instructions (authored by egospodinova).
readme: updated compilation instructions
Aug 29 2017, 2:57 AM
egospodinova committed R866:a9020518e5aa: build: add build of dependent library from cmake (authored by egospodinova).
build: add build of dependent library from cmake
Aug 29 2017, 2:39 AM

Aug 23 2017

egospodinova committed R866:b4c001f0c8a2: parser: show problems detected by parser (authored by egospodinova).
parser: show problems detected by parser
Aug 23 2017, 11:23 PM
egospodinova committed R866:f1f9c38ac02a: api: add diagnostic inspection functions and corresponding raii wrappers (authored by egospodinova).
api: add diagnostic inspection functions and corresponding raii wrappers
Aug 23 2017, 11:23 PM
egospodinova committed R866:8bfe14133aa0: duchain: add test for pattern bindings declarations (authored by egospodinova).
duchain: add test for pattern bindings declarations
Aug 23 2017, 11:23 PM
egospodinova committed R866:f5788358d3a6: duchain: ignore non-container-like declarations when path is qualified (authored by egospodinova).
duchain: ignore non-container-like declarations when path is qualified
Aug 23 2017, 11:23 PM
egospodinova committed R866:7f6aee340f80: api: repeal and replace raii wrapper (authored by egospodinova).
api: repeal and replace raii wrapper
Aug 23 2017, 11:23 PM
egospodinova committed R866:09b1a4790928: api: build contexts for match arms (authored by egospodinova).
api: build contexts for match arms
Aug 23 2017, 11:23 PM
egospodinova committed R866:99a3121b1310: build: add logging categories for submodules (authored by egospodinova).
build: add logging categories for submodules
Aug 23 2017, 11:23 PM
egospodinova committed R866:43f98a93559e: build: build shared libs instead of static libs for submodules (authored by egospodinova).
build: build shared libs instead of static libs for submodules
Aug 23 2017, 11:23 PM
egospodinova committed R866:10e43953ccee: build: add support for locating rust standard libraries (authored by egospodinova).
build: add support for locating rust standard libraries
Aug 23 2017, 11:23 PM
egospodinova committed R866:43e07dc1b5e8: duchain: add skeleton tests (authored by egospodinova).
duchain: add skeleton tests
Aug 23 2017, 11:23 PM
egospodinova committed R866:09e5a3c4df26: parser: add more abort request checks (authored by egospodinova).
parser: add more abort request checks
Aug 23 2017, 11:23 PM
egospodinova committed R866:48a60ad0b1b5: build: organize CMakeLists better (authored by egospodinova).
build: organize CMakeLists better
Aug 23 2017, 11:23 PM
egospodinova committed R866:72170f529636: highlighting: fix missing highlighting immediately after some actions (authored by egospodinova).
highlighting: fix missing highlighting immediately after some actions
Aug 23 2017, 11:23 PM
egospodinova committed R866:628489c80ff7: duchain: add sane default type for declarations (authored by egospodinova).
duchain: add sane default type for declarations
Aug 23 2017, 11:23 PM
egospodinova committed R866:63726483fe24: langsupport: add rustfmt integration (authored by egospodinova).
langsupport: add rustfmt integration
Aug 23 2017, 11:23 PM
egospodinova committed R866:24af47fd53e3: highlighting: enable highlighting for Other contexts (authored by egospodinova).
highlighting: enable highlighting for Other contexts
Aug 23 2017, 11:23 PM
egospodinova committed R866:ec1eb9fc9edd: duchain: remove redundant impl declaration creation (authored by egospodinova).
duchain: remove redundant impl declaration creation
Aug 23 2017, 11:23 PM
egospodinova committed R866:8a8abe25e920: duchain: remove unnecessary function (authored by egospodinova).
duchain: remove unnecessary function
Aug 23 2017, 11:23 PM
egospodinova committed R866:773a45c88bbf: duchain: fix type alias declaration type (authored by egospodinova).
duchain: fix type alias declaration type
Aug 23 2017, 11:23 PM
egospodinova committed R866:33ada36cda28: style: move conditional code into polymorphic function call (authored by egospodinova).
style: move conditional code into polymorphic function call
Aug 23 2017, 11:23 PM
egospodinova committed R866:4110c7b031c0: duchain: add support for building contexts out of blocks (authored by egospodinova).
duchain: add support for building contexts out of blocks
Aug 23 2017, 11:23 PM
egospodinova committed R866:a46c2e728324: api: remove placeholder name "unknown" for unnamed nodes (authored by egospodinova).
api: remove placeholder name "unknown" for unnamed nodes
Aug 23 2017, 11:23 PM

Jul 27 2017

egospodinova committed R866:f392bf4d9e99: duchain: process module declarations (authored by egospodinova).
duchain: process module declarations
Jul 27 2017, 3:03 PM
egospodinova committed R866:898a0fc97747: duchain: change trait and impl contexts to class (authored by egospodinova).
duchain: change trait and impl contexts to class
Jul 27 2017, 3:03 PM
egospodinova committed R866:79aed0d7e22f: duchain: only visit path segments part of a path (authored by egospodinova).
duchain: only visit path segments part of a path
Jul 27 2017, 3:03 PM
egospodinova committed R866:05ab69d4411e: duchain: add parser rescheduling options (authored by egospodinova).
duchain: add parser rescheduling options
Jul 27 2017, 3:03 PM
egospodinova committed R866:b3a7048a3779: langsupport: rename language support name to unify names in a few places (authored by egospodinova).
langsupport: rename language support name to unify names in a few places
Jul 27 2017, 3:03 PM
egospodinova committed R866:a248a9e4353e: duchain: unify context creation between declaration and use builders (authored by egospodinova).
duchain: unify context creation between declaration and use builders
Jul 27 2017, 3:03 PM
egospodinova claimed T6487: kdev-rust: Make kdev-rust compile out of the box.

I'll look into this over the next week or so. Currently the need for a nightly rust compiler and the need to have libsyntax in the library search path for kdev-rust might be a hassle to compile and use kdev-rust. The rust devs are looking to make libsyntax buildable on stable (rustfmt needs it for example), so I'll relay with them and see what's the progress there.

Jul 27 2017, 12:14 PM · KDevelop

Jul 25 2017

egospodinova committed R866:88715b704431: duchain: fix error reporting in use builder (authored by egospodinova).
duchain: fix error reporting in use builder
Jul 25 2017, 11:30 PM
egospodinova committed R866:19f1dcac9227: duchain: fix node-context associations needed by builders (authored by egospodinova).
duchain: fix node-context associations needed by builders
Jul 25 2017, 11:30 PM
egospodinova committed R866:45aeb83703ae: style: fix minor style issues (authored by egospodinova).
style: fix minor style issues
Jul 25 2017, 11:30 PM
egospodinova committed R866:d8ee4ab7d29d: style: disable some debug messages and style fixes (authored by egospodinova).
style: disable some debug messages and style fixes
Jul 25 2017, 11:30 PM
egospodinova committed R866:60a99ac695bd: duchain: delegate node-context mapping to parse session (authored by egospodinova).
duchain: delegate node-context mapping to parse session
Jul 25 2017, 11:30 PM

Jul 13 2017

egospodinova committed R866:667159c61437: style: fix line length issue (authored by egospodinova).
style: fix line length issue
Jul 13 2017, 3:44 AM
egospodinova committed R866:50bf20bb0e1f: completion: add basic declaration completions (authored by egospodinova).
completion: add basic declaration completions
Jul 13 2017, 3:44 AM
egospodinova committed R866:c963979a48dc: parser: handle parse errors more gracefully (authored by egospodinova).
parser: handle parse errors more gracefully
Jul 13 2017, 3:44 AM
egospodinova committed R866:7b25231034c0: style: bind * and & operators to identifiers rather than type (authored by egospodinova).
style: bind * and & operators to identifiers rather than type
Jul 13 2017, 3:44 AM
egospodinova committed R866:602a57ac04ef: completion: add skeleton code completion classes (authored by egospodinova).
completion: add skeleton code completion classes
Jul 13 2017, 3:44 AM

Jul 12 2017

egospodinova committed R866:211f76e644bc: cmake: fix library name (authored by egospodinova).
cmake: fix library name
Jul 12 2017, 11:21 PM

Jul 10 2017

egospodinova accepted D6618: Make it easier to detect the ast-redux Rust lib.

Looks good, thanks!

Jul 10 2017, 9:59 PM
egospodinova committed R866:138106a8460c: duchain: change context of function bodies to Other (authored by egospodinova).
duchain: change context of function bodies to Other
Jul 10 2017, 12:20 AM
egospodinova committed R866:cf991284aaee: duchain: add use builder (authored by egospodinova).
duchain: add use builder
Jul 10 2017, 12:20 AM
egospodinova committed R866:812511b3815f: duchain: use pathsegments to build uses (authored by egospodinova).
duchain: use pathsegments to build uses
Jul 10 2017, 12:20 AM
egospodinova committed R866:246c5d7c3bd7: uses: don't recalculate use range as path exposes it correctly (authored by egospodinova).
uses: don't recalculate use range as path exposes it correctly
Jul 10 2017, 12:20 AM
egospodinova committed R866:3d75b7588bee: declarations: assume declarations with contexts are definitions (authored by egospodinova).
declarations: assume declarations with contexts are definitions
Jul 10 2017, 12:20 AM
egospodinova committed R866:1d335af28c40: duchain: change function signature to be more general (authored by egospodinova).
duchain: change function signature to be more general
Jul 10 2017, 12:20 AM
egospodinova committed R866:2ce0fc0c7dd6: build: remove redundant kdev-pg-qt dependency (authored by egospodinova).
build: remove redundant kdev-pg-qt dependency
Jul 10 2017, 12:20 AM