]> git.lizzy.rs Git - rust.git/history - crates/ra_ide
Merge #5732
[rust.git] / crates / ra_ide /
2020-08-13 bors[bot]Merge #5732
2020-08-13 bors[bot]Merge #5744
2020-08-13 bors[bot]Merge #5743
2020-08-13 Aleksey KladovRemove ra_fmt crate
2020-08-13 bors[bot]Merge #5741
2020-08-13 Aleksey KladovMinor
2020-08-13 Aleksey KladovMinor
2020-08-13 Aleksey KladovMerge pull request #5738 from matklad/cfg
2020-08-13 Aleksey Kladovfmt
2020-08-13 Aleksey KladovRename ra_cfg -> cfg
2020-08-12 Kirill BulatovConsider only IdentPats for param name hints
2020-08-12 bors[bot]Merge #5729
2020-08-12 Aleksey KladovRename ra_syntax -> syntax
2020-08-12 bors[bot]Merge #5726
2020-08-12 Aleksey KladovRename ra_text_edit -> text_edit
2020-08-12 Aleksey KladovCleanup TextEdit API
2020-08-12 bors[bot]Merge #5724
2020-08-12 Aleksey KladovRename ra_prof -> profile
2020-08-12 bors[bot]Merge #5723
2020-08-12 bors[bot]Merge #5637
2020-08-12 bors[bot]Merge #5553
2020-08-12 bors[bot]Merge #4743
2020-08-12 bors[bot]Merge #5722
2020-08-12 Aleksey KladovReplace SepBy with Itertools
2020-08-12 bors[bot]Merge #5699
2020-08-12 bors[bot]Merge #5717
2020-08-12 Jonas SchievinkMerge pull request #5716 from jonas-schievink/musl
2020-08-12 bors[bot]Merge #5711
2020-08-11 Kirill BulatovDisplay snippet in the completion label
2020-08-11 Kirill BulatovBetter naming and docs
2020-08-11 Kirill BulatovSimplify fix structure
2020-08-11 Kirill BulatovAdd rustdocs
2020-08-11 Kirill BulatovImprove the ide diagnostics trait API
2020-08-11 Kirill BulatovMove the DiagnosticsWithFix trait on the ide level
2020-08-11 Kirill BulatovMake the fix AST source Optional
2020-08-11 Kirill BulatovRefactor the diagnostics
2020-08-11 Kirill BulatovBetter naming
2020-08-11 Kirill BulatovLess stubs
2020-08-11 Kirill BulatovCustom ranges for missing fields
2020-08-11 Kirill BulatovSeparate diagnostics and diagnostics fix ranges
2020-08-11 bors[bot]Merge #5708
2020-08-11 Laurențiu NicolaUse Hygiene in completion
2020-08-10 bors[bot]Merge #5697
2020-08-10 Paul Daniel FariaRemove unused import left behind after rebasing
2020-08-10 Paul Daniel FariaFix type names broken by rebase, redo expected test...
2020-08-10 Paul Daniel FariaReturn bool from is_unsafe_method_call and cleanup...
2020-08-10 Paul Daniel FariaMove semantic logic into Semantics, fix missing tag...
2020-08-10 Paul Daniel FariaRemove merge backup
2020-08-10 Paul Daniel FariaFix rebase errors
2020-08-10 Paul Daniel FariaMove unsafe packed ref logic to Semantics, use `Attrs...
2020-08-10 Paul Daniel FariaRevert function structs back to using bool to track...
2020-08-10 Paul Daniel FariaDeduplicate unsafe method call into a single function
2020-08-10 Paul Daniel FariaUnsafe borrow of packed fields: account for borrow...
2020-08-10 Paul Daniel FariaCleanup repr check, fix packed repr check and test
2020-08-10 Paul Daniel FariaUpdate FIXME comment to be more useful
2020-08-10 Paul Daniel FariaLimit scope of unsafe to & instead of all ref exprs...
2020-08-10 Paul Daniel FariaRemove token tree from ReprKind::Other variant, expose...
2020-08-10 Paul Daniel FariaAdd tracking of packed repr, use it to highlight unsafe...
2020-08-10 bors[bot]Merge #5698
2020-08-10 JmPotatoBetter codes
2020-08-10 JmPotatoShow const body in short_label
2020-08-09 bors[bot]Merge #5692
2020-08-09 Paul Daniel FariaRemove Option<...> from result of Crate::root_module
2020-08-09 bors[bot]Merge #5693
2020-08-09 bors[bot]Merge #5414
2020-08-09 bors[bot]Merge #5694
2020-08-09 JmPotatoformat in to_proto::markup_content
2020-08-08 Paul Daniel FariaAdd support for extern crate
2020-08-08 bors[bot]Merge #5684
2020-08-08 Paul Daniel FariaApply unsafe semantic highlighting to union field access
2020-08-08 Paul Daniel FariaAdd support for unions in inference and lowering
2020-08-07 bors[bot]Merge #5679
2020-08-07 bors[bot]Merge #5678
2020-08-07 Paul Daniel FariaAdd test for unsafe union field access highlighting
2020-08-07 Paul Daniel FariaMark static mutable names as unsafe
2020-08-06 Paul Daniel FariaAdd test for accessing static mut
2020-08-06 bors[bot]Merge #5526
2020-08-05 bors[bot]Merge #5672
2020-08-05 bors[bot]Merge #5639
2020-08-05 Aleksey Kladovalign names in make
2020-08-05 bors[bot]Merge #5648
2020-08-05 bors[bot]Merge #5664
2020-08-04 Paul Daniel FariaWhen resolving a rename, fallback to the name higher...
2020-08-04 Paul Daniel FariaAdd test showing unresolved module rename
2020-08-03 bors[bot]Merge #5653
2020-08-03 Laurențiu NicolaFold trait declarations
2020-08-03 bors[bot]Merge #5628
2020-08-01 bors[bot]Merge #5638
2020-08-01 bors[bot]Merge #5642
2020-08-01 Aleksey KladovUpdate grammar
2020-08-01 David LattimoreSSR: Matching trait associated constants, types and...
2020-07-31 bors[bot]Merge #5633
2020-07-31 Aleksey KladovRename DotDotPat -> RestPat
2020-07-31 bors[bot]Merge #5632
2020-07-31 Aleksey KladovRename
2020-07-31 bors[bot]Merge #5631
2020-07-31 Aleksey KladovRename BindPat -> IdentPat
2020-07-31 Aleksey KladovAllign RecordPat with RecordExpr
2020-07-31 bors[bot]Merge #5630
2020-07-31 bors[bot]Merge #5629
next