]> git.lizzy.rs Git - rust.git/history - crates/hir/src/lib.rs
Add ConstParams to the HIR
[rust.git] / crates / hir / src / lib.rs
2021-01-01 Lukas WirthAdd ConstParams to the HIR
2020-12-27 bors[bot]Merge #7047
2020-12-25 bors[bot]Merge #7038
2020-12-25 bors[bot]Merge #7036
2020-12-24 bors[bot]Merge #7030
2020-12-24 bors[bot]Merge #7029
2020-12-24 bors[bot]Merge #7028
2020-12-24 bors[bot]Merge #7021
2020-12-24 Lukas WirthTrack labels in the HIR
2020-12-20 bors[bot]Merge #6968
2020-12-20 bors[bot]Merge #6963
2020-12-20 bors[bot]Merge #6961
2020-12-20 bors[bot]Merge #6921
2020-12-20 bors[bot]Merge #6958
2020-12-20 Aleksey KladovAlign code_model name with ungrammar
2020-12-18 bors[bot]Merge #6901
2020-12-17 bors[bot]Merge #6912
2020-12-17 bors[bot]Merge #6914
2020-12-17 Aleksey KladovRename ImplDef -> Impl
2020-12-14 bors[bot]Merge #6817
2020-12-12 bors[bot]Merge #6845
2020-12-12 bors[bot]Merge #6818
2020-12-11 Lukas WirthAdd Lifetimes to the HIR
2020-12-10 bors[bot]Merge #6769
2020-12-09 bors[bot]Merge #6771
2020-12-09 bors[bot]Merge #6775
2020-12-09 bors[bot]Merge #6774
2020-12-08 bors[bot]Merge #6766
2020-12-08 bors[bot]Merge #6761
2020-12-08 bors[bot]Merge #6765
2020-12-08 Jonas SchievinkMake `original_range` a method on `InFile<&SyntaxNode>`
2020-12-08 bors[bot]Merge #6760
2020-12-08 bors[bot]Merge #6750
2020-12-07 Lukas WirthRemove hir_def/docs.rs module
2020-11-29 bors[bot]Merge #6599
2020-11-29 bors[bot]Merge #6601
2020-11-27 bors[bot]Merge #6586
2020-11-26 bors[bot]Merge #6635
2020-11-26 bors[bot]Merge #6639
2020-11-26 Jonas SchievinkUse `ExpandResult` instead of `MacroResult`
2020-11-26 bors[bot]Merge #6614 #6632
2020-11-26 bors[bot]Merge #6496
2020-11-24 bors[bot]Merge #6625
2020-11-24 Jonas Schievinkhir_expand: propagate expansion errors
2020-11-17 bors[bot]Merge #6577 #6579 #6581
2020-11-17 bors[bot]Merge #6553
2020-11-16 Kirill BulatovRemove query aliases
2020-11-16 Kirill BulatovUse imports_locator
2020-11-16 Kirill BulatovAdd imports in auto completion
2020-11-03 bors[bot]Merge #6435
2020-11-02 bors[bot]Merge #6365
2020-11-02 bors[bot]Merge #6393 #6399
2020-11-02 bors[bot]Merge #6440
2020-11-02 Aleksey KladovRemove more unreachable pubs
2020-10-08 bors[bot]Merge #5651
2020-10-08 Zac Pullar-StreckerRemove methodowner & fix formatting
2020-10-08 Zac Pullar-StreckerDifferentiate method/tymethod by determining 'defaultness'
2020-10-07 bors[bot]Merge #6161
2020-10-07 bors[bot]Merge #6154
2020-10-07 bors[bot]Merge #6160
2020-10-06 bors[bot]Merge #6128
2020-10-06 bors[bot]Merge #6140
2020-10-06 Lukas WirthShorten type hints for std::iter Iterators
2020-10-06 bors[bot]Merge #6150
2020-10-06 Aleksey KladovMove ModPath->ast::Path function to IDE layer
2020-10-06 bors[bot]Merge #6148
2020-10-06 bors[bot]Merge #6124
2020-10-06 bors[bot]Merge #6139
2020-10-05 Lukas WirthMake ImportPrefix a configuration option
2020-08-26 bors[bot]Merge #5895
2020-08-26 Aleksey KladovTease apart orthogonal concerns in markdown link rewriting
2020-08-25 bors[bot]Merge #5873
2020-08-25 bors[bot]Merge #5874
2020-08-25 Aleksey KladovRemove AttrDef
2020-08-25 bors[bot]Merge #5870
2020-08-25 Aleksey KladovMove attrs from code_module to a separate module
2020-08-25 bors[bot]Merge #5867
2020-08-25 Aleksey KladovUse the same abstraction for attrs and docs
2020-08-25 bors[bot]Merge #5866
2020-08-25 bors[bot]Merge #5865
2020-08-25 bors[bot]Merge #4873
2020-08-25 Zac Pullar-StreckerMerge remote-tracking branch 'upstream/master' into...
2020-08-24 Zac Pullar-StreckerRenames, comments, and dead code removal
2020-08-24 Zac Pullar-StreckerMerge remote-tracking branch 'upstream/master' into...
2020-08-19 bors[bot]Merge #5817
2020-08-19 Aleksey KladovBetter API factoring around self access modes
2020-08-19 bors[bot]Merge #5814
2020-08-19 Aleksey KladovAdd SelfParam to code_model
2020-08-19 bors[bot]Merge #5811
2020-08-19 bors[bot]Merge #5643
2020-08-18 DmitryMerge remote-tracking branch 'rust-analyzer/master'
2020-08-18 bors[bot]Merge #5682
2020-08-18 bors[bot]Merge #5687
2020-08-18 bors[bot]Merge #5758
2020-08-17 bors[bot]Merge #5776 #5780
2020-08-17 bors[bot]Merge #5782
2020-08-16 bors[bot]Merge #5766
2020-08-16 Paul Daniel FariaAdd new method to Semantics, method_receiver_kind,...
2020-08-15 bors[bot]Merge #5769
2020-08-15 Aleksey KladovDon't expose hir::Path out of hir
next