]> git.lizzy.rs Git - rust.git/history - crates/ra_hir/src/ty/infer.rs
Merge #1677
[rust.git] / crates / ra_hir / src / ty / infer.rs
2019-08-12 bors[bot]Merge #1677
2019-08-12 Florian DieboldNormalize assoc types in more places
2019-08-12 Florian DieboldNormalize associated types during inference
2019-07-21 Kirill BulatovMerge branch 'master' into add-type-lenses
2019-07-21 bors[bot]Merge #1570
2019-07-21 bors[bot]Merge #1572
2019-07-21 Ekaterina Babshukovaprovide completion in struct patterns
2019-07-20 bors[bot]Merge #1568
2019-07-20 bors[bot]Merge #1567
2019-07-20 bors[bot]Merge #1566
2019-07-20 bors[bot]Merge #1562
2019-07-20 Unreal Hoanginfer type for await
2019-07-20 Unreal Hoangadd await expr to ast
2019-07-15 bors[bot]Merge #1532
2019-07-14 Florian DieboldHave InferenceContext contain an InferenceResult instea...
2019-07-14 Florian DieboldSome renamings for clarity
2019-07-12 bors[bot]Merge #1525
2019-07-12 Ekaterina Babshukovacomplete fields in enum variants
2019-07-09 bors[bot]Merge #1515
2019-07-09 bors[bot]Merge #1512
2019-07-08 Florian DieboldUnify `normalize` and `implements` to simplify code
2019-07-08 Florian DieboldUse environment for associated type normalization as...
2019-07-08 Florian DieboldStart handling environment in trait resolution
2019-07-08 Florian DieboldRefactor a bit & introduce Environment struct
2019-07-08 Unreal Hoanguse namespaced consts for KnownName
2019-07-08 Unreal Hoangprojection over std::ops::Try::Ok to infer try/?
2019-07-08 bors[bot]Merge #1504
2019-07-08 bors[bot]Merge #1507
2019-07-07 Muhammad Mominul... cargo format
2019-07-07 Muhammad Mominul... Constify KnownName's
2019-07-07 bors[bot]Merge #1501
2019-07-07 bors[bot]Merge #1499
2019-07-07 Unreal Hoangadd projection to infer for loop variable
2019-07-06 bors[bot]Merge #1496
2019-07-06 Florian DieboldMake EnumVariant a GenericDef and simplify some code
2019-07-06 Florian DieboldAdd trait obligations for where clauses when calling...
2019-07-05 bors[bot]Merge #1495
2019-07-05 bors[bot]Merge #1494
2019-07-05 bors[bot]Merge #1493
2019-07-05 Jeremy KolbClippy trivially_copy_pass_by_ref
2019-07-05 bors[bot]Merge #1491
2019-07-05 bors[bot]Merge #1492
2019-07-05 Shotaro YamadaFix clippy::redundant_clone
2019-07-05 Jeremy KolbClippy changes
2019-07-04 bors[bot]Merge #1487
2019-07-04 bors[bot]Merge #1482
2019-07-04 Jeremy KolbSome clippy fixes for 1.36
2019-07-04 bors[bot]Merge #1485
2019-07-04 bors[bot]Merge #1486
2019-07-04 Aleksey Kladovallow rustfmt to reorder imports
2019-06-24 bors[bot]Merge #1415
2019-06-19 bors[bot]Merge #1414
2019-06-19 bors[bot]Merge #1418
2019-06-18 Aleksey Kladovrename XSignature -> XData
2019-06-16 bors[bot]Merge #1409
2019-06-16 bors[bot]Merge #1408
2019-06-15 Florian DieboldImplement * operation using Deref trait
2019-06-15 Florian DieboldImplement autoderef using the Deref trait
2019-06-12 bors[bot]Merge #1398
2019-06-12 Aleksey Kladovcheck for cancellation when executing queries
2019-06-12 bors[bot]Merge #1393
2019-06-11 bors[bot]Merge #1394
2019-06-11 bors[bot]Merge #1395
2019-06-11 Aleksey Kladovremove inherent source impls
2019-06-11 Aleksey Kladovuse Source for Function
2019-06-09 bors[bot]Merge #1388
2019-06-08 bors[bot]Merge #1386
2019-06-08 Aleksey Kladovsomewhat better name
2019-06-06 bors[bot]Merge #1377
2019-06-06 bors[bot]Merge #1380
2019-06-06 Andrey Tkachenko[#1083] Try block syntax: fix tests
2019-06-06 Andrey Tkachenko[#1083] Try block syntax
2019-06-04 bors[bot]Merge #1374
2019-06-04 Alan DuFix clippy::or_fun_call
2019-06-04 Alan DuFix clippy::identity_conversion
2019-06-04 Alan DuFix clippy::into_iter_on_ref
2019-06-04 Alan DuFix clippy::single_match
2019-05-30 bors[bot]Merge #1352
2019-05-30 Aleksey Kladovadd ModuleDef::BuiltInType
2019-05-27 bors[bot]Merge #1328
2019-05-23 bors[bot]Merge #1290
2019-05-23 Aleksey Kladovadd union to code_model
2019-05-22 bors[bot]Merge #1281
2019-05-21 bors[bot]Merge #1299
2019-05-21 bors[bot]Merge #1302
2019-05-21 Aleksey Kladovprofile type inference
2019-05-13 bors[bot]Merge #1257
2019-05-07 bors[bot]Merge #1251
2019-05-07 Florian DieboldTurn `implements` into a query again
2019-05-04 bors[bot]Merge #1208
2019-05-04 bors[bot]Merge #1216
2019-05-04 Florian DieboldDifferentiate Tuple / FnPtr type constructors by cardin...
2019-05-04 Florian DieboldMake canonicalization API a bit nicer
2019-05-04 Florian DieboldCanonicalize before doing method resolution
2019-05-04 Florian DieboldChalk integration
2019-04-21 bors[bot]Merge #1175
2019-04-20 bors[bot]Merge #1154
2019-04-19 Marco GroppoNew krate() method in Resolver.
2019-04-19 Marco GroppoInitial support for lang items.
2019-04-17 bors[bot]Merge #1160
next