]> git.lizzy.rs Git - rust.git/history - crates/hir_ty
Merge #6586
[rust.git] / crates / hir_ty /
2020-11-27 bors[bot]Merge #6586
2020-11-26 bors[bot]Merge #6614 #6632
2020-11-26 bors[bot]Merge #6496
2020-11-24 bors[bot]Merge #6624
2020-11-24 Lukas WirthCheck structs for match exhaustiveness
2020-11-24 bors[bot]Merge #6621
2020-11-24 Lukas WirthAdd middle ellipsis missing arm text
2020-11-24 Lukas WirthHandle ellipsis in tuple patterns in match exhaustivene...
2020-11-24 bors[bot]Merge #6618
2020-11-24 Lukas WirthProperly infer tuple struct patterns when encountering...
2020-11-24 Lukas WirthProperly infer tuple patterns when encountering ellipsis
2020-11-13 Anatol Liuadd open Cargo.toml action
2020-11-12 bors[bot]Merge #6524
2020-11-12 bors[bot]Merge #6514
2020-11-12 bors[bot]Merge #6513
2020-11-11 bors[bot]Merge #6526
2020-11-11 Aleksey KladovReplace RacyFlag with OnceCell
2020-11-03 bors[bot]Merge #6287
2020-11-03 bors[bot]Merge #6401
2020-11-03 bors[bot]Merge #6435
2020-11-03 bors[bot]Merge #6430
2020-11-03 bors[bot]Merge #6447
2020-11-03 bors[bot]Merge #6421
2020-11-03 Igor AleksanovImprove decl_check module readability
2020-11-03 Igor AleksanovRemove numbers from comments in decl_check.rs
2020-11-03 Igor AleksanovCheck for allow(..) attributes for case diagnostic
2020-11-02 bors[bot]Merge #6365
2020-11-02 bors[bot]Merge #6393 #6399
2020-11-02 bors[bot]Merge #6441
2020-11-02 bors[bot]Merge #6442
2020-11-02 kjeremyBump chalk and lexer
2020-11-02 bors[bot]Merge #6440
2020-11-02 Aleksey KladovRemove more unreachable pubs
2020-11-02 bors[bot]Merge #6438
2020-11-02 Aleksey KladovDeny unreachable-pub
2020-10-30 bors[bot]Merge #6416
2020-10-30 bors[bot]Merge #6415
2020-10-30 Florian DieboldUpgrade Chalk to 0.36
2020-10-28 bors[bot]Merge #6398
2020-10-28 bors[bot]Merge #6396
2020-10-28 Benjamin Coenenrefactor(hir_ty): do not override DisplayTarget in...
2020-10-28 bors[bot]Merge #6394
2020-10-28 bors[bot]Merge #6387
2020-10-28 Benjamin Coenendo not use associated types placeholder for inlay hint
2020-10-28 Benjamin Coenendo not use associated types placeholder for inlay hint
2020-10-28 bors[bot]Merge #6384
2020-10-28 Benjamin Coenendo not use associated types placeholder for inlay hint
2020-10-28 Benjamin Coenendo not use associated types placeholder for inlay hint
2020-10-27 Benjamin Coenendo not use associated types placeholder for inlay hint...
2020-10-27 bors[bot]Merge #6379
2020-10-27 bors[bot]Merge #6382
2020-10-27 bors[bot]Merge #6383
2020-10-27 bors[bot]Merge #6376
2020-10-26 bors[bot]Merge #6257
2020-10-26 bors[bot]Merge #6351
2020-10-26 GrayJackFix case where non FnOnce variables is marked callable
2020-10-26 bors[bot]Merge #6313
2020-10-26 bors[bot]Merge #6333
2020-10-26 bors[bot]Merge #6347
2020-10-26 bors[bot]Merge #6350
2020-10-25 bors[bot]Merge #6354
2020-10-25 Florian DieboldAdd tracing to main rust-analyzer binary
2020-10-25 bors[bot]Merge #6353
2020-10-25 Florian DieboldGet rid of FAKE_PLACEHOLDER
2020-10-24 Arif RoktimMake IncorrectDiagnostic match rustc by copying rustc...
2020-10-24 bors[bot]Merge #6331 #6342
2020-10-24 bors[bot]Merge #6344
2020-10-24 Laurențiu NicolaBump chalk
2020-10-23 bors[bot]Merge #6251 #6310
2020-10-23 bors[bot]Merge #6339
2020-10-23 bors[bot]Merge #6336
2020-10-23 Florian DieboldImprove Chalk debugging
2020-10-23 bors[bot]Merge #6324
2020-10-22 bors[bot]Merge #6326
2020-10-22 bors[bot]Merge #6319
2020-10-22 bors[bot]Merge #6314
2020-10-21 Arif RoktimProperly identify camel cased acronyms as UpperCamelCase
2020-10-21 bors[bot]Merge #6307
2020-10-21 Francesco ZardiMove safe intrinsic tests
2020-10-20 bors[bot]Merge #6259
2020-10-20 bors[bot]Merge #6256
2020-10-20 bors[bot]Merge #6172
2020-10-20 bors[bot]Merge #6294
2020-10-20 bors[bot]Merge #6266
2020-10-19 Igor AleksanovAdd descriptions for diagnostics parseable by xtask
2020-10-16 bors[bot]Merge #6245
2020-10-16 bors[bot]Merge #6246
2020-10-16 bors[bot]Merge #6250
2020-10-15 bors[bot]Merge #6220
2020-10-14 Roland Ruckerbauerbinary operator overload type inference: add test mark
2020-10-13 Roland RuckerbauerImplement binary operator overloading type inference
2020-10-12 bors[bot]Merge #6130 #6135
2020-10-12 bors[bot]Merge #6137
2020-10-12 bors[bot]Merge #6195
2020-10-12 bors[bot]Merge #6198
2020-10-12 bors[bot]Merge #6199
2020-10-12 Igor AleksanovKeep SyntaxNodePtr::range private
2020-10-12 Igor AleksanovReplace 'if let' with 'match' in decl_check.rs
2020-10-12 Igor AleksanovAdd to_upper_snake_case function to stdx
2020-10-12 Igor AleksanovFix compilation error
next