]> git.lizzy.rs Git - rust.git/history - crates
Update readme.adoc
[rust.git] / crates /
2020-04-30 bors[bot]Merge #4225
2020-04-30 bors[bot]Merge #4222
2020-04-30 Edwin ChengSpecial-case try macro_rules
2020-04-30 bors[bot]Merge #4223
2020-04-30 bors[bot]Merge #4221
2020-04-30 Aleksey KladovSpecial-case try macro to better support 2015 edition
2020-04-30 bors[bot]Merge #4219
2020-04-30 bors[bot]Merge #4210
2020-04-30 bors[bot]Merge #4178
2020-04-30 oxalicaAdd tests of showing function qualifiers
2020-04-29 bors[bot]Merge #4162
2020-04-29 Jonas Schievinkif let -> match
2020-04-29 Jonas Schievink?
2020-04-29 Jonas SchievinkUse or-patterns more
2020-04-29 Jonas SchievinkRemove `.clone()`
2020-04-29 Jonas SchievinkRename to associated_type_shorthand_candidates
2020-04-29 Jonas SchievinkComplete assoc. items on type parameters
2020-04-29 John RennerValidate the location of `crate` in paths
2020-04-29 oxalicaInclude function qualifiers in signature
2020-04-29 bors[bot]Merge #4119
2020-04-29 bors[bot]Merge #4208
2020-04-29 Aleksey KladovMore principled approach for finding From trait
2020-04-29 bors[bot]Merge #4204
2020-04-29 Aleksey KladovUse specific pattern when translating if-let-else to...
2020-04-29 bors[bot]Merge #4203
2020-04-29 Aleksey KladovBetter filtering of qualified enum variants in completion
2020-04-29 Aleksey KladovMove shared assist code to utils
2020-04-28 bors[bot]Merge #4198
2020-04-28 bors[bot]Merge #4196
2020-04-28 Jonas SchievinkComplete union fields after dot
2020-04-28 bors[bot]Merge #4161
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 Aleksey KladovMake it impossible to forget to add a semantic token...
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 kjeremylsp-types 0.74
2020-04-26 bors[bot]Merge #4159
2020-04-26 Florian DieboldFor associated type shorthand (T::Item), use the substs...
2020-04-26 Edwin ChengGenerate uniq name
2020-04-26 Edwin ChengSimpify code
2020-04-26 Edwin ChengFix
2020-04-26 Edwin ChengCompare timestamp
2020-04-26 Edwin ChengCopy dylib to temp directory
2020-04-26 Edwin ChengCacheproc-macro dlls
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 KladovExtract messy tree handling out of profiling code
2020-04-25 Aleksey KladovFix panic in NoSuchField diagnostic
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
next