]> git.lizzy.rs Git - rust.git/history - crates
add support of feature flag for runnables #4464
[rust.git] / crates /
2020-05-21 Benjamin Coenenadd support of feature flag for runnables #4464
2020-05-16 bors[bot]Merge #4472
2020-05-16 Hasan AliAdd doc comment for resolve_hir_path_qualifier
2020-05-16 bors[bot]Merge #4479
2020-05-16 Florian DieboldChalk upgrade
2020-05-16 bors[bot]Merge #4288
2020-05-16 zbszAdd 'self to parameter' renaming.
2020-05-16 Hasan AliFix completion and hover for module and function of...
2020-05-15 bors[bot]Merge #4470
2020-05-15 Florian DieboldHandle `Self` in values and patterns
2020-05-15 bors[bot]Merge #4448
2020-05-15 bors[bot]Merge #4431
2020-05-15 bors[bot]Merge #4460
2020-05-15 Aleksey KladovCleanups
2020-05-14 Aleksey KladovBetter structure
2020-05-14 Aleksey KladovMove LSP bits from flycheck to rust-analyzer
2020-05-14 bors[bot]Merge #4273
2020-05-14 bors[bot]Merge #4456
2020-05-14 Aleksey KladovMinor
2020-05-14 Aleksey KladovPut preselect items on top
2020-05-14 vsrsBetter label for a runnable.
2020-05-14 bors[bot]Merge #4455
2020-05-14 Aleksey KladovPrioritize locals with correct types
2020-05-14 vsrsMultiple binaries support for launch.json.
2020-05-14 bors[bot]Merge #4445
2020-05-14 Fedor SakharovTy -> Type
2020-05-14 Fedor SakharovAdds a param_idx helper
2020-05-14 Edwin ChengStore proc-macro result in salsa db
2020-05-14 bors[bot]Merge #4405
2020-05-14 Pavan Kumar SunkaraMake some stuff public so that they can be reused by...
2020-05-14 bors[bot]Merge #4432
2020-05-14 Fedor SakharovFix formatting
2020-05-14 Fedor SakharovChange type_arg to type_ref func
2020-05-14 Fedor SakharovUse generic_defaults and display_source_code
2020-05-13 bors[bot]Merge #4452
2020-05-13 Trevor SpiteriUse back ticks instead of single quotes around code
2020-05-13 bors[bot]Merge #4447
2020-05-13 bors[bot]Merge #4400
2020-05-13 Laurențiu NicolaRemove hidden VARIATION SELECTOR-16
2020-05-13 Fedor SakharovCorrectly fill default type parameters
2020-05-13 bors[bot]Merge #4440
2020-05-13 bors[bot]Merge #4434
2020-05-13 bors[bot]Merge #4083
2020-05-13 bors[bot]Merge #4441
2020-05-12 Trevor Spiterifix typo unimplementated -> unimplemented
2020-05-12 veetahaRemove an equals sign from `ConstArg` (this probably...
2020-05-12 veetahaConvert TODO to a Note(matklad)
2020-05-12 veetahaConvert to TODOs to FIXMEs as per matklad
2020-05-12 veetahaRevert "Remove MacroStmts as per edwin0cheng" (cc ...
2020-05-12 veetahaAdd a doc comment on the difference between Name and...
2020-05-12 Benjamin Coenenadd more specific match postfix for Result and Option
2020-05-11 Aleksey KladovMerge pull request #4427 from matklad/old
2020-05-11 bors[bot]Merge #4423
2020-05-11 bors[bot]Merge #4358
2020-05-11 Benjamin Coenenadd tests module snippet
2020-05-11 bors[bot]Merge #4397
2020-05-11 bors[bot]Merge #4403
2020-05-11 Jeremy KolbCheck client capabilities before sending progress notif...
2020-05-11 bors[bot]Merge #4424
2020-05-11 Aleksey KladovUse RA_LOG instead of RUST_LOG for logging
2020-05-11 Benjamin Coenenadd tests module snippet
2020-05-11 bors[bot]Merge #4421
2020-05-11 Fedor SakharovNew definition_visibility method
2020-05-11 Fedor SakharovAlso for consts and type aliases
2020-05-11 Fedor SakharovFind references to a function outside module
2020-05-10 bors[bot]Merge #4419
2020-05-10 George FraserColor `for` as a regular keyword when it's part of...
2020-05-10 George FraserColor `in` as a control keyword
2020-05-10 George FraserUse Property instead of Member for fields
2020-05-10 veetahaResolve TODO about macro 2.0 def
2020-05-10 veetahaFix typo
2020-05-10 veetahaCarify on a semicolon in macro call
2020-05-10 veetahaResolve TODO about curly-braced constructions in expres...
2020-05-10 veetahaResolve todos about refs and empty statements
2020-05-10 veetahaConverted TODO about MacroItems to FIXME as per edwin0cheng
2020-05-10 veetahaVerified ConstArg example, waiting for response on...
2020-05-10 bors[bot]Merge #4396
2020-05-10 veetahaCorrecy use tree and type args docs
2020-05-10 bors[bot]Merge #4394 #4414
2020-05-10 bors[bot]Merge #4406 #4410 #4411 #4417
2020-05-10 bors[bot]Merge #4418
2020-05-10 Aleksey Kladovreq -> lsp_ext
2020-05-10 Aleksey KladovDon't re-export lsp_types
2020-05-10 veetahaCorrect `use` cannot have type args as per flodiebold
2020-05-10 veetahaCorrect path docs and add colon2 token to Path ast...
2020-05-10 Aleksey KladovBetter fn signature
2020-05-10 Aleksey Kladovto_proto::semantic_tokens
2020-05-10 Aleksey KladovSimplify proto conversion
2020-05-10 veetahaAdd example with const in TypeBound as per flodiebold
2020-05-10 veetahaProperly document const impl as per flodiebold
2020-05-10 veetahaRemove MacroStmts as per edwin0cheng
2020-05-10 Timo FreibergOmit default types in HirDisplay SourceCode mode
2020-05-10 veetahaAdd proper docs for TokenTree as per edwin0cheng
2020-05-10 veetahaRun codegen of ast types with documentation
2020-05-10 Matthew JasperHighlight the name in macro declarations
2020-05-10 Matthew JasperHighlight mutable statics as mutable
2020-05-10 Timo FreibergExpand fixture documentation a little
2020-05-10 Timo FreibergTrigger change_visibility assist when on an invisible...
2020-05-10 bors[bot]Merge #4412
2020-05-10 Emil Lauridseninfer: Make expected rhs type for plain assign the...
next