]> git.lizzy.rs Git - rust.git/history - crates/ra_hir_ty
Move LocalImportId
[rust.git] / crates / ra_hir_ty /
2019-12-21 bors[bot]Merge #2628
2019-12-21 bors[bot]Merge #2626
2019-12-21 bors[bot]Merge #2627
2019-12-21 bors[bot]Merge #2625
2019-12-20 Edwin ChengRecursive collect macros in impl items
2019-12-20 kjeremyClippy lints
2019-12-20 bors[bot]Merge #2624
2019-12-20 bors[bot]Merge #2623
2019-12-20 Edwin ChengAdd support macros in impl blocks
2019-12-20 bors[bot]Merge #2617
2019-12-20 bors[bot]Merge #2619
2019-12-20 Florian DieboldCoerce closures to fn pointers
2019-12-20 bors[bot]Merge #2618
2019-12-20 Florian DieboldFix coercion of last expression in function body
2019-12-20 bors[bot]Merge #2616
2019-12-20 Florian DieboldHandle closure return types
2019-12-20 Aleksey KladovMove impls to ItemScope
2019-12-20 bors[bot]Merge #2614
2019-12-20 bors[bot]Merge #2592
2019-12-20 bors[bot]Merge #2609
2019-12-20 Aleksey KladovUse generic ItemLoc for impls
2019-12-20 bors[bot]Merge #2608
2019-12-20 Aleksey KladovSupport for nested traits
2019-12-20 Aleksey KladovSupport for nested ADT
2019-12-20 Aleksey KladovIntroduce `ContainerId`
2019-12-20 Aleksey KladovRename ContainerId -> AssocContainerId
2019-12-19 Edwin ChengUse fill instread of for loop
2019-12-19 bors[bot]Merge #2601
2019-12-19 bors[bot]Merge #2600
2019-12-19 Aleksey KladovAdd body as a possible container for items
2019-12-19 bors[bot]Merge #2597
2019-12-19 bors[bot]Merge #2594
2019-12-19 Kirill BulatovRemove TruncateOptions struct
2019-12-19 Edwin ChengUse build_for_def
2019-12-19 Kirill BulatovOmit default parameter types
2019-12-19 Edwin ChengAdd std::ops::Index support for infering
2019-12-18 bors[bot]Merge #2589 #2591
2019-12-18 Aleksey KladovForbid <T>::foo syntax in mod paths
2019-12-17 bors[bot]Merge #2562
2019-12-17 bors[bot]Merge #2568
2019-12-15 bors[bot]Merge #2567
2019-12-15 Florian DieboldAdd test mark
2019-12-15 Florian DieboldHandle impl Trait more correctly
2019-12-15 Florian DieboldAdd test for unifying impl Trait
2019-12-15 bors[bot]Merge #2559
2019-12-14 bors[bot]Merge #2561
2019-12-14 Aleksey KladovUse different types for path with and without generics
2019-12-14 bors[bot]Merge #2552
2019-12-14 Omer Ben-AmramMerge branch 'refs/heads/master' into feature/granular...
2019-12-14 bors[bot]Merge #2554
2019-12-14 bors[bot]Merge #2548
2019-12-13 Florian DieboldUse path macro
2019-12-13 Florian DieboldRename N! to name!
2019-12-13 Florian DieboldAdd macros for known names and paths
2019-12-13 bors[bot]Merge #2550
2019-12-13 Emil LauridsenCorrectly infer - and ! using std::ops::{Neg,Not}
2019-12-13 Emil LauridsenAdd helper for resolving associated type of trait in...
2019-12-13 bors[bot]Merge #2544
2019-12-12 bors[bot]Merge #2539
2019-12-12 Aleksey KladovMove enum&union to new loc
2019-12-12 Aleksey KladovMove structs to new loc
2019-12-12 Aleksey KladovMove traits to the new loc
2019-12-12 bors[bot]Merge #2537
2019-12-12 Aleksey KladovSwitch to the new location for impls
2019-12-09 bors[bot]Merge #2516
2019-12-09 Laurențiu Nicolachore: bump deps and use mainline chalk
2019-12-08 bors[bot]Merge #2500 #2505 #2506
2019-12-08 bors[bot]Merge #2501 #2502 #2503
2019-12-08 Florian DieboldFix coercion from &Foo to an inference variable in...
2019-12-08 bors[bot]Merge #2499
2019-12-08 bors[bot]Merge #2498
2019-12-08 bors[bot]Merge #2466
2019-12-07 bors[bot]Merge #2494
2019-12-07 Aleksey KladovRename GenericParam -> TypeParam
2019-12-07 Aleksey KladovMerge pull request #2491 from matklad/skip-heavy-tests...
2019-12-07 bors[bot]Merge #2492
2019-12-07 Aleksey KladovReformat
2019-12-07 Aleksey KladovRefactor parameter count tracking
2019-12-07 Aleksey KladovRemove idx and parent generics from generics
2019-12-07 Aleksey KladovStore GenericParams in arena
2019-12-06 bors[bot]Merge #2489
2019-12-06 bors[bot]Merge #2484
2019-12-06 Aleksey KladovDynMap
2019-12-06 bors[bot]Merge #2481
2019-12-06 Edwin ChengAdd tests
2019-12-06 bors[bot]Merge #2487
2019-12-06 Florian DieboldDon't unify within a reference
2019-12-05 bors[bot]Merge #2483
2019-12-05 Aleksey KladovSimplify test
2019-12-05 bors[bot]Merge #2479
2019-12-05 Florian DieboldImplement derive(Copy, Clone) properly (well, kind of)
2019-12-05 bors[bot]Merge #2474
2019-12-04 ice1000Fix test compilation
2019-12-03 bors[bot]Merge #2471
2019-12-03 bors[bot]Merge #2472
2019-12-03 Florian DieboldSplit up ty tests a bit
2019-12-03 bors[bot]Merge #2469
2019-12-03 ice1000Replace `ra_hir_expand::either` with crate
2019-12-03 bors[bot]Merge #2468
2019-12-03 Florian DieboldFix #2467
next