]> git.lizzy.rs Git - rust.git/history - crates/ra_hir_def
Merge #2706
[rust.git] / crates / ra_hir_def /
2019-12-20 Aleksey KladovReduce copy-paste some more
2019-12-20 bors[bot]Merge #2609
2019-12-20 Aleksey KladovUse generic ItemLoc for impls
2019-12-20 Aleksey KladovRemove more copy-paste
2019-12-20 Aleksey KladovRemove more copy-paste
2019-12-20 bors[bot]Merge #2608
2019-12-20 Aleksey KladovSupport for nested traits
2019-12-20 Aleksey KladovSupport for nested statics, consts and type aliases
2019-12-20 Aleksey KladovSupport for nested ADT
2019-12-20 Aleksey KladovIntroduce `ContainerId`
2019-12-20 Aleksey KladovRename ContainerId -> AssocContainerId
2019-12-20 bors[bot]Merge #2607
2019-12-20 Aleksey KladovAdd local functions to bodies
2019-12-19 bors[bot]Merge #2601
2019-12-19 bors[bot]Merge #2600
2019-12-19 Aleksey KladovImplement ChildBySource for DefWithBody
2019-12-19 Aleksey KladovAdd body as a possible container for items
2019-12-19 Aleksey KladovAllow storing defs in bodies
2019-12-19 bors[bot]Merge #2598
2019-12-19 bors[bot]Merge #2597
2019-12-19 Aleksey KladovHandle start imports in import groups
2019-12-19 Edwin ChengAdd std::ops::Index support for infering
2019-12-18 bors[bot]Merge #2589 #2591
2019-12-18 Aleksey KladovRemove dead code
2019-12-18 Aleksey KladovTouch up docs
2019-12-18 Aleksey KladovForbid <T>::foo syntax in mod paths
2019-12-18 Aleksey KladovMove PathKindUp
2019-12-18 Aleksey KladovTouch up docs
2019-12-17 bors[bot]Merge #2583
2019-12-17 bors[bot]Merge #2582
2019-12-17 Aleksey KladovDrop dead code
2019-12-17 bors[bot]Merge #2581
2019-12-17 Aleksey KladovRefactor PathKind
2019-12-17 bors[bot]Merge #2562
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 bors[bot]Merge #2544
2019-12-12 bors[bot]Merge #2543
2019-12-12 Aleksey KladovCorrect obsolete comment
2019-12-12 Aleksey KladovMove use tree lowering to a separate module
2019-12-12 bors[bot]Merge #2540
2019-12-12 Aleksey KladovDedupe from_source impls
2019-12-12 bors[bot]Merge #2539
2019-12-12 Aleksey KladovRemove old location infra
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-08 bors[bot]Merge #2500 #2505 #2506
2019-12-08 bors[bot]Merge #2501 #2502 #2503
2019-12-08 bors[bot]Merge #2504
2019-12-08 Edwin ChengDelay legacy macro expansion
2019-12-08 Florian DieboldExpand macros in blocks to expressions for now
2019-12-08 bors[bot]Merge #2499
2019-12-08 bors[bot]Merge #2498
2019-12-08 Aleksey KladovCleanup Field ty
2019-12-08 bors[bot]Merge #2466
2019-12-08 bors[bot]Merge #2497
2019-12-08 Edwin ChengRemove MacroFileKind
2019-12-07 bors[bot]Merge #2494
2019-12-07 Aleksey KladovRename GenericParam -> TypeParam
2019-12-07 Aleksey KladovClassify name works for TypeParams
2019-12-07 Aleksey KladovTrack source of type parameters
2019-12-07 Aleksey KladovMinor
2019-12-07 Aleksey KladovMerge pull request #2491 from matklad/skip-heavy-tests...
2019-12-07 bors[bot]Merge #2492
2019-12-07 Aleksey KladovRemove idx and parent generics from generics
2019-12-07 Aleksey KladovStore GenericParams in arena
2019-12-07 Edwin ChengRefactor resolve_imports logic
2019-12-07 Edwin ChengPush glob_imports only if non-exists
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-05 bors[bot]Merge #2479
2019-12-05 Aleksey KladovRemove obsolete comment
2019-12-05 Florian DieboldAdd expansion infrastructure for derive macros
2019-12-05 bors[bot]Merge #2480
2019-12-05 Aleksey KladovIntroduce ChildFromSource
2019-12-05 bors[bot]Merge #2474
2019-12-05 ice1000Publicize `file_id` to make `test_db` compile
2019-12-05 ice1000Use placeholder instead of `Option`
2019-12-05 ice1000One pub function less is good!
2019-12-05 ice1000Reduce visibility, use struct instead of tuples
2019-12-04 ice1000No block at the moment
2019-12-04 ice1000Remove almost unused `ModuleSource::new`
2019-12-04 ice1000Confluent `ModuleSource` usage
2019-12-04 ice1000Add `ModuleSource::Block`
next