]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-10-23 bors[bot]Merge #6335
2020-10-23 Aleksey KladovFix panic context
2020-10-23 bors[bot]Merge #6324
2020-10-23 Jonas Schievinkcfg: move tests to separate file
2020-10-23 Jonas SchievinkReorder items
2020-10-23 Jonas SchievinkUse format_to
2020-10-22 bors[bot]Merge #6098
2020-10-22 adamrkInsert ref for completions
2020-10-22 bors[bot]Merge #6325 #6327
2020-10-22 bors[bot]Merge #6326
2020-10-22 Jonas SchievinkUpdate crates/cfg/src/cfg_expr.rs
2020-10-22 Adrian StanciuUpdate debugging.md
2020-10-22 Lukas WirthHide paramater inlay hints for cloned vars if applicable
2020-10-22 Florian DieboldAdd generated diagnostic docs to the manual
2020-10-22 Jonas SchievinkEmit better #[cfg] diagnostics
2020-10-22 Jonas SchievinkFix typo
2020-10-22 Jonas SchievinkImplement DNF-based `#[cfg]` introspection
2020-10-22 bors[bot]Merge #6319
2020-10-22 bors[bot]Merge #6320 #6321
2020-10-22 bors[bot]Merge #6314
2020-10-22 Benjamin Coenengenerate_impl assist respect cfg attributes #6312
2020-10-22 Zac Pullar... Fix opening module documentation opening parent documen...
2020-10-22 Dusty Pomerleaufix: prevent line comments inside block comments
2020-10-21 Arif RoktimProperly identify camel cased acronyms as UpperCamelCase
2020-10-21 bors[bot]Merge #6307
2020-10-21 Francesco ZardiRefactor is_intrinsic_fn_unsafe() and make it private
2020-10-21 Francesco ZardiMove safe intrinsic tests
2020-10-21 Francesco ZardiFix typo in comment
2020-10-21 Jonas SchievinkSimplify cfg representation
2020-10-21 bors[bot]Merge #6302
2020-10-21 Francesco ZardiAdd whitelist of safe intrinsics
2020-10-20 Dusty Pomerleaufix: require matching hash quantities for raw strings
2020-10-20 bors[bot]Merge #6270
2020-10-20 Jeremy KolbUpdate crates
2020-10-20 bors[bot]Merge #6259
2020-10-20 Emil Gardströmrename flag --client-code to --client on xtask install
2020-10-20 bors[bot]Merge #6109
2020-10-20 Benjamin Coenenadd completions for clippy lint in attributes
2020-10-20 bors[bot]Merge #6256
2020-10-20 Coenen BenjaminUpdate crates/assists/src/handlers/replace_string_with_...
2020-10-20 bors[bot]Merge #6172
2020-10-20 bors[bot]Merge #6299
2020-10-20 Jonas SchievinkFixup botched rename
2020-10-20 Jonas SchievinkMore detailed message
2020-10-20 Jonas SchievinkRename UnconfiguredCode -> InactiveCode
2020-10-20 bors[bot]Merge #6301
2020-10-20 Aleksey KladovDon't rely on display names in inlay_hints
2020-10-20 Jonas SchievinkAdd a (hint) diagnostic for unconfigured items
2020-10-20 Jonas SchievinkSimplify diagnostic construction, add unused field
2020-10-20 bors[bot]Merge #6297
2020-10-20 Aleksey KladovSupport Display name in project.json
2020-10-20 bors[bot]Merge #6295
2020-10-20 Aleksey KladovMore type safety around names
2020-10-20 Aleksey KladovIntroduce CrateDisplayName
2020-10-20 Benjamin CoenenAssist: replace string with char
2020-10-20 Aleksey KladovRename declaration_name -> display_name
2020-10-20 bors[bot]Merge #6294
2020-10-20 Aleksey KladovAdd a hacky remidy for #6038
2020-10-20 bors[bot]Merge #6266
2020-10-19 Igor AleksanovAdd generated_diagnostic.adoc to the release.rs and...
2020-10-19 Igor AleksanovUse xshell::read_file instead of fs::read_to_string
2020-10-19 Igor AleksanovAdd descriptions for diagnostics parseable by xtask
2020-10-19 Igor AleksanovCreate xtask module to generate diagnostics docs
2020-10-19 bors[bot]Merge #6290
2020-10-19 Aleksey KladovFix deprecation warning
2020-10-19 bors[bot]Merge #6288
2020-10-19 Aleksey KladovTag release branch rather than master
2020-10-19 bors[bot]Merge #6274
2020-10-19 bors[bot]Merge #6284
2020-10-19 Aleksey KladovDocument logging of project model
2020-10-19 bors[bot]Merge #6283
2020-10-19 Aleksey KladovMinor, rename feature
2020-10-19 bors[bot]Merge #6282
2020-10-19 Aleksey KladovTry to fix publishing
2020-10-19 bors[bot]Merge #6280
2020-10-19 Aleksey Kladov:arrow_up: crates
2020-10-18 bors[bot]Merge #6277
2020-10-18 Aleksey KladovChange visibility works for type aliases
2020-10-18 bors[bot]Merge #6276
2020-10-18 Igor AleksanovExtract call_info and completion into separate crates
2020-10-18 bors[bot]Merge #6275
2020-10-18 Dusty Pomerleaufix: prevent unwanted interpolation scopes
2020-10-18 feileacanCheck cargoExtraArgs for undefined before using
2020-10-17 bors[bot]Merge #6272
2020-10-17 Aleksey Kladovupdate deps
2020-10-17 Aleksey Kladov:arrow_up: xshell
2020-10-17 bors[bot]Merge #6271
2020-10-17 bors[bot]Merge #6248
2020-10-17 Aleksey KladovComplete methods when receiver is a macro
2020-10-17 Aleksey KladovImprove readability
2020-10-17 bors[bot]Merge #6265
2020-10-17 Aleksey Kladov:arrow_up: xshell
2020-10-17 bors[bot]Merge #6262
2020-10-17 Emil Gardströmallow xtask install --client-code[=CLIENT] to specify...
2020-10-17 Igor AleksanovScan all ancestors for the impl trait block check
2020-10-17 Igor AleksanovAllow hints after 'fn' keyword if it's an impl trait...
2020-10-17 Igor AleksanovAdd test for new pattern functions
2020-10-17 Igor AleksanovImprove test_no_completions_required test
2020-10-17 Igor AleksanovRemove redundant completions
2020-10-17 bors[bot]Merge #6260
next