]> git.lizzy.rs Git - rust.git/history - crates
Set explicit target directory to avoid cargo deadlock
[rust.git] / crates /
2021-06-21 oxalicaSet explicit target directory to avoid cargo deadlock
2021-06-21 bors[bot]Merge #9165
2021-06-21 Clemens WasserApply some clippy suggestions
2021-06-21 bors[bot]Merge #9264
2021-06-21 Lukas WirthRemove deprecation support in config
2021-06-21 bors[bot]Merge #9314
2021-06-21 Daiki IharaFix var name
2021-06-21 bors[bot]Merge #9227
2021-06-21 bors[bot]Merge #9357
2021-06-21 Jonas SchievinkUpdate sysroot crates
2021-06-21 bors[bot]Merge #9356
2021-06-21 Lukas WirthVarious keyword completion fixes
2021-06-21 Lukas WirthMove out completion type position tests
2021-06-21 bors[bot]Merge #9355
2021-06-21 Jonas SchievinkDon't insert `}` when typing `{` in string
2021-06-21 bors[bot]Merge #9347
2021-06-21 Lukas WirthMove out completion pattern tests
2021-06-21 Daiki IharaFix pointed out
2021-06-21 Daiki IharaFix extract_function with await
2021-06-20 bors[bot]Merge #9346
2021-06-20 Florian DieboldFix `benchmark_include_macro`
2021-06-20 Florian DieboldMore cleanups, use `check` for `display_source_code...
2021-06-20 Florian DieboldClean up coercion tests
2021-06-20 Florian Dieboldtest_utils: Make overlapping annotations possible
2021-06-20 Florian DieboldUnify check_mismatches and check_types
2021-06-20 Florian DieboldAdd coverage mark for block local impls
2021-06-20 bors[bot]Merge #9345
2021-06-20 Aleksey Kladovfix: don't add duplicate `&` during completion
2021-06-20 bors[bot]Merge #9344
2021-06-20 Aleksey Kladovfix: rename works when invoked on a reference
2021-06-20 bors[bot]Merge #9328
2021-06-19 bors[bot]Merge #9339
2021-06-19 Lukas WirthCleanup insert_use tests
2021-06-19 bors[bot]Merge #9338
2021-06-19 Aleksey Kladovminor: use minicore
2021-06-19 JadeImplement a config override for the default #[cfg(test...
2021-06-19 JadeFix libcore not being included in rust-lang/rust module...
2021-06-18 bors[bot]Merge #9335
2021-06-18 Lukas WirthDon't insert imports outside of cfg attributed items
2021-06-18 bors[bot]Merge #9334
2021-06-18 Lukas WirthAllow to disable import insertion on single path glob...
2021-06-18 bors[bot]Merge #9333
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-18 bors[bot]Merge #9332
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-18 bors[bot]Merge #9331
2021-06-18 Aleksey Kladovinternal: use minicore deref more
2021-06-18 Aleksey Kladovinternal: add index to minicore
2021-06-18 bors[bot]Merge #9330
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-18 Aleksey Kladovminor: use minicore
2021-06-18 bors[bot]Merge #9329
2021-06-18 Aleksey Kladovinternal: add Copy to minicore
2021-06-18 kjeremyUpdate test
2021-06-18 bors[bot]Merge #9321
2021-06-18 rdambrosioLift ast -> hir out of the for_each
2021-06-18 bors[bot]Merge #9325
2021-06-18 Laurențiu NicolaAvoid string allocation
2021-06-18 Laurențiu NicolaMinor clippy perf fixes
2021-06-18 rdambrosioRemove extra whitespace
2021-06-17 rdambrosioFeat: inline generics in const and func trait completions
2021-06-17 bors[bot]Merge #9313
2021-06-17 bors[bot]Merge #9320
2021-06-17 Aleksey Kladovinternal: retire famous_defs_fixture
2021-06-17 Aleksey Kladovminor: simplify
2021-06-17 bors[bot]Merge #9319
2021-06-17 Aleksey Kladovinternal: add derive and ord support to minicore
2021-06-17 bors[bot]Merge #9318
2021-06-17 Lukas WirthComplete `repr` attribute parameters
2021-06-17 bors[bot]Merge #9317
2021-06-17 Aleksey Kladovinternal: add From to minicore
2021-06-17 Aleksey Kladovminor: dead code
2021-06-17 bors[bot]Merge #9316
2021-06-17 Aleksey Kladovinternal: add default to minicore
2021-06-17 bors[bot]Merge #9315
2021-06-17 Lukas WirthFix parser tests for 1.53
2021-06-17 Lukas Wirthsimplify
2021-06-17 Lukas WirthNest all the or-patterns!
2021-06-17 Lukas WirthDon't complete keywords in attributes inside expressions
2021-06-17 bors[bot]Merge #9312
2021-06-17 Lukas WirthCorrect completions in items tests
2021-06-17 Lukas WirthMove item specific completion tests
2021-06-17 Lukas WirthLess filtering in completion tests
2021-06-17 bors[bot]Merge #9310
2021-06-17 Lukas WirthFix incorrect completions in empty braced use statement
2021-06-17 Lukas WirthRefine `self`, `super` and `crate` completion in use...
2021-06-17 Lukas WirthMove out and rewrite UseTree completion tests
2021-06-17 bors[bot]Merge #9308
2021-06-17 Lukas WirthCreate modules in correct directory for nested modules...
2021-06-17 bors[bot]Merge #9307
2021-06-17 Aleksey Kladovinternal: remove dead code
2021-06-17 Aleksey Kladovinternal: switch some tests to minicore
2021-06-17 bors[bot]Merge #9306
2021-06-17 Aleksey Kladovinternal: minimize minicore
2021-06-17 Aleksey Kladovinternal: switch some tests to minicore
2021-06-16 bors[bot]Merge #9304
2021-06-16 Aleksey Kladovinternal: cleanup tests
next