]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-12-28 Yerkebulan... update README with Rust 1.31
2018-12-28 bors[bot]Merge #352
2018-12-28 Aleksey Kladovnameify structs&enums
2018-12-28 Aleksey Kladovcompletion for enum variants
2018-12-28 Aleksey Kladovsimplify
2018-12-28 Aleksey Kladovextend selection works with macros
2018-12-28 Aleksey Kladovfix lockfile
2018-12-28 bors[bot]Merge #350
2018-12-28 bors[bot]Merge #351
2018-12-28 Aleksey Kladov:arrow_up: salsa
2018-12-28 Aleksey Kladovmove macro to a separate module
2018-12-28 Aleksey Kladovswitch to FileRange
2018-12-28 Aleksey Kladovintroduce FileRange
2018-12-28 Aleksey Kladovhighlight macro idents
2018-12-28 Aleksey Kladovsuper simplistic macro expansion
2018-12-28 Aleksey Kladovadd macro-call node
2018-12-28 Aleksey Kladovmove highlightning to a separate file
2018-12-28 bors[bot]Merge #349
2018-12-28 dependabot... Bump serde from 1.0.82 to 1.0.83
2018-12-27 bors[bot]Merge #348
2018-12-27 Aleksey Kladovsimplify
2018-12-27 Aleksey Kladovdead code
2018-12-27 Aleksey Kladovremove FnId
2018-12-27 bors[bot]Merge #330
2018-12-27 bors[bot]Merge #347
2018-12-27 Aleksey Kladovuse names everywhere
2018-12-27 Aleksey Kladovfix cancelation?
2018-12-27 Aleksey Kladovdont leak Name details in testing
2018-12-27 Aleksey Kladovintroduce known names
2018-12-27 Aleksey Kladovintroduce hir::Name
2018-12-27 Aleksey KladovClarify installation prodecude
2018-12-27 bors[bot]Merge #346
2018-12-27 Aleksey Kladovadd function to completion ctx
2018-12-27 bors[bot]Merge #341
2018-12-27 bors[bot]Merge #342
2018-12-27 dependabot... Bump languageserver-types from 0.53.0 to 0.53.1
2018-12-27 dependabot... Bump parking_lot from 0.6.4 to 0.7.0
2018-12-27 bors[bot]Merge #343 #344
2018-12-27 dependabot... Bump itertools from 0.7.11 to 0.8.0
2018-12-27 dependabot... Bump arrayvec from 0.4.9 to 0.4.10
2018-12-27 bors[bot]Merge #325
2018-12-27 bors[bot]Merge #339
2018-12-27 Aleksey Kladovfix suffix ranges
2018-12-27 Aleksey Kladovdump validation errors
2018-12-27 Aleksey Kladovsupport literal suffixes
2018-12-27 Aleksey Kladovdedupe literal parsers
2018-12-27 bors[bot]Merge #337
2018-12-27 Aleksey Kladovcheck edits in diagnostics
2018-12-27 bors[bot]Merge #332
2018-12-27 bors[bot]Merge #336
2018-12-27 Aleksey Kladovadd cancelation module & cancelation backtraces
2018-12-27 Aleksey Kladovfix the test
2018-12-27 Aleksey Kladovexpose make_pub_crate action
2018-12-27 bors[bot]Merge #334
2018-12-26 gfreezyfix use std::{self}
2018-12-26 bors[bot]Merge #333
2018-12-25 Florian DieboldResolve field types lazily
2018-12-25 Bernardotest code and dependency cleanup
2018-12-25 Florian DieboldAdd a hir::TypeRef as an intermediate between ast:...
2018-12-25 Bernardochange to `TextEdit` to avoid allocation and sort
2018-12-25 Florian DieboldImplement reference / pointer types
2018-12-25 Bernardoremove benchmark and simplify tests
2018-12-25 Bernardouse new translate_offset_with_edit for TryConvWith
2018-12-25 Bernardoadd line_index proptest
2018-12-25 Bernardomake criterion args work, small simplification
2018-12-25 Bernardofix arbitrary offset generation, col translation working
2018-12-25 Bernardocolumn translation implemented but not quite working yet
2018-12-25 Bernardoiterate over `Step`s which are either, newlines or...
2018-12-25 Bernardosimplify newline check with macro
2018-12-25 Bernardoremove slower impl, add benchmarks
2018-12-25 Bernardofinal iteration, faster a bit simpler
2018-12-25 Bernardosimplified version
2018-12-25 Bernardomove translate_offset_with_edit to ra_editor
2018-12-25 Bernardoinitial newline translation working
2018-12-25 Bernardotest translate_offset_with_edit against simple impl...
2018-12-25 Bernardosimplify and reduce number of values explored
2018-12-25 Bernardoproptest strategies for TextUnit and AtomTextEdit
2018-12-25 gfreezyfix tests
2018-12-25 Florian DieboldHandle structs/enums with missing names a bit better
2018-12-25 gfreezyadd fix for removing unnecessary braces in use statements
2018-12-25 Florian DieboldDetermine receiver for completion in a more robust way
2018-12-25 Florian DieboldCleanup
2018-12-25 Florian DieboldAdd . to trigger characters
2018-12-25 Florian DieboldImplement basic completion for fields
2018-12-25 Florian DieboldImprove parsing of incomplete field accesses in prepara...
2018-12-25 Florian DieboldType field accesses
2018-12-25 Florian DieboldCollect field data for structs/enum variants
2018-12-25 Florian DieboldAdd AST definitions for struct/variant fields etc.
2018-12-25 Florian DieboldInfer result of struct literals, and recurse into their...
2018-12-25 Florian DieboldDo name resolution by namespace (types/values)
2018-12-25 Florian DieboldAdd basic HIR and types for structs/enums
2018-12-25 bors[bot]Merge #331
2018-12-25 Aleksey Kladovcancelled is not Copy
2018-12-24 bors[bot]Merge #328
2018-12-24 Aleksey Kladovfix warning conversion
2018-12-24 bors[bot]Merge #326
2018-12-24 gfreezyfix tests
2018-12-24 gfreezyremove option from Diagnostic
2018-12-24 gfreezykeep severity to Error & WeakWarning
2018-12-24 bors[bot]Merge #327
next