]> git.lizzy.rs Git - rust.git/history - crates
Merge #4273
[rust.git] / crates /
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 bors[bot]Merge #4455
2020-05-14 Aleksey KladovPrioritize locals with correct types
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 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...
2020-05-10 Benjamin Coenendo not remove then block when you unwrap else block...
2020-05-10 Timo FreibergTrigger change_visibility assist when on a path to...
2020-05-10 Benjamin Coenenadd if let and while let postfix for Option and Result
2020-05-10 Benjamin CoenenMerge branch 'master' of github.com:rust-analyzer/rust...
2020-05-10 bors[bot]Merge #4409
2020-05-10 Edwin ChengRemove dbg
2020-05-10 Edwin ChengHot fix panic for function_signature
2020-05-09 Edwin ChengRemove dbg
2020-05-09 Edwin ChengUpdate cargo-metadata
2020-05-09 Edwin ChengImprove panic message for ast_from_text
2020-05-09 veetahaSimplify match
2020-05-09 veetahaSimplify crate graph creation
2020-05-09 veetahaSimplify
2020-05-09 bors[bot]Merge #4392
2020-05-09 Aleksey KladovAdd From should not move the cursor
2020-05-09 bors[bot]Merge #4389
2020-05-09 Aleksey KladovAscribe more correct types
2020-05-09 bors[bot]Merge #4388
2020-05-09 Aleksey Kladovunindent -> dedent
next