]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-28 bors[bot]Merge #4193
2020-04-28 bors[bot]Merge #4184
2020-04-28 adamrkFix comment prefix method for four slash comments
2020-04-28 bors[bot]Merge #4148
2020-04-28 Aleksey KladovMerge pull request #4157 from lnicola/glibc-releases
2020-04-28 Laurențiu NicolaUse x86_64-unknown-linux-gnu for releases
2020-04-28 Aleksey KladovMake it impossible to forget to add a semantic token...
2020-04-28 bors[bot]Merge #4190
2020-04-28 Youngsuk Kimtiny fix in markdown ordered list
2020-04-28 bors[bot]Merge #4183
2020-04-28 Leander TentrupIntroduce new semantic highlight token for format specifier
2020-04-28 adamrkTreat comments beginning with four slashes as regular...
2020-04-27 bors[bot]Merge #4173
2020-04-27 Edwin ChengCheck dep name to detect it is core
2020-04-27 Edwin ChengUse empty-deps tricks to detect it is core
2020-04-27 Edwin ChengAdd test
2020-04-27 Edwin ChengUse core instead of std for builtin derive macros
2020-04-26 bors[bot]Merge #4158
2020-04-26 Günter ZöchbauerAdd missing .
2020-04-26 bors[bot]Merge #4159
2020-04-26 Günter ZöchbauerChange install directory suggestion to `~/.local/bin`
2020-04-26 Günter Zöchbauerxtask does not need to be installed
2020-04-26 Florian DieboldFor associated type shorthand (T::Item), use the substs...
2020-04-26 Günter ZöchbauerClarify rust-analyzer binary install
2020-04-26 bors[bot]Merge #4155
2020-04-26 Aleksey KladovPrecompute expected type during completion
2020-04-26 bors[bot]Merge #4154
2020-04-26 Aleksey KladovAdd `cargo test` to the list of Run commands
2020-04-25 veetahaSimplify profiler impl (bubble up Option and shorten...
2020-04-25 bors[bot]Merge #4146
2020-04-25 Jonas SchievinkFix broken test
2020-04-25 Jonas SchievinkDon't add call parens when an fn type is expected
2020-04-25 bors[bot]Merge #4145
2020-04-25 bors[bot]Merge #4113 #4136 #4141 #4142
2020-04-25 Aleksey KladovRemove dead code
2020-04-25 Aleksey KladovExtract messy tree handling out of profiling code
2020-04-25 Aleksey KladovFix panic in NoSuchField diagnostic
2020-04-25 veetahaRemove unnecessary async from vscode language client...
2020-04-25 Aleksey KladovSimplify
2020-04-25 veetahaFix typo
2020-04-25 Aleksey KladovSimplify hprof
2020-04-25 Aleksey KladovMove hprof to a separate file
2020-04-25 Aleksey Kladovminor clenup
2020-04-25 bors[bot]Merge #4139
2020-04-25 bors[bot]Merge #4137
2020-04-25 Edwin ChengChecks no repetition for an empty token
2020-04-25 bors[bot]Merge #4133
2020-04-25 Jonas SchievinkPrefer core/alloc paths on #![no_std]
2020-04-25 Andrew Gallantmain: fix bug where thread pool isn't joined
2020-04-25 Benjamin Coenenadd support for cfg feature attributes on expression...
2020-04-25 Andrew Gallantmain: eagerly prime goto-definition caches
2020-04-25 bors[bot]Merge #4135
2020-04-25 Aleksey KladovRename StructField -> Field
2020-04-25 bors[bot]Merge #4134
2020-04-25 Edwin ChengFix whitespaces
2020-04-25 bors[bot]Merge #4125
2020-04-25 bors[bot]Merge #4131
2020-04-25 Aleksey Kladovtext-size 1.0.0
2020-04-25 Aleksey KladovSwitch to TryFrom
2020-04-25 Aleksey KladovCleanups
2020-04-25 Aleksey KladovConvert tests to text-size
2020-04-25 Aleksey KladovConvert code to text-size
2020-04-25 Edwin ChengSpecial case for empty comments
2020-04-25 Laurențiu NicolaAvoid lossy OsString conversions
2020-04-24 bors[bot]Merge #4128
2020-04-24 bors[bot]Merge #4129
2020-04-24 Aleksey KladovDon't print cargo version to stdout, breaking everything
2020-04-24 Jonas SchievinkInclude correct item path for variant completions
2020-04-24 bors[bot]Merge #3998 #4006
2020-04-24 bors[bot]Merge #4127
2020-04-24 Aleksey KladovMore helpful error message if toolchain is not in PATH
2020-04-24 bors[bot]Merge #4126
2020-04-24 Jonas SchievinkDon't omit methods with self from path completion
2020-04-24 bors[bot]Merge #4105
2020-04-24 Roberto VidalAdds attribute completions (#3941)
2020-04-24 kjeremySupport returning non-hierarchical symbols
2020-04-24 kjeremyAdd hierarchical symbols client capability
2020-04-24 bors[bot]Merge #4121
2020-04-24 Aleksey KladovBetter label for macros completion
2020-04-24 bors[bot]Merge #4101
2020-04-24 Edwin ChengRefactor a bit
2020-04-24 bors[bot]Merge #4118
2020-04-24 Aleksey Kladov:arrow_up: crates (to bust the caches)
2020-04-24 bors[bot]Merge #4117
2020-04-24 Aleksey KladovHonor snippet capability
2020-04-24 bors[bot]Merge #4116
2020-04-24 Aleksey KladovMake sure that adding a snippet requires corresponding...
2020-04-24 Aleksey KladovIntroduce internal snippet cap
2020-04-24 Aleksey KladovMove CompletionConfig to a separate module
2020-04-23 bors[bot]Merge #4114
2020-04-23 Aleksey KladovDon't set sortText
2020-04-23 Aleksey KladovAdd test marks
2020-04-23 Aleksey KladovIntroduce ActiveParameter
2020-04-23 Aleksey KladovMove tests to where they belong
2020-04-23 Aleksey KladovRefactor
2020-04-23 Aleksey KladovRestore CompletionItem immutability
2020-04-23 Aleksey KladovMore functional
2020-04-23 Aleksey KladovMove
2020-04-23 bors[bot]Merge #4106
2020-04-23 Florian DieboldFix wrong substitution code
next