]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-03-18 Jonas SchievinkSupport `#[cfg]` on all associated items
2021-03-17 bors[bot]Merge #8076
2021-03-17 Jonas SchievinkAdd test for self-calling inner function
2021-03-17 bors[bot]Merge #8075
2021-03-17 Jonas SchievinkFix `use crate as <name>;` imports
2021-03-17 bors[bot]Merge #8073
2021-03-17 Jonas SchievinkImprove diagnostic when including nonexistent file
2021-03-17 bors[bot]Merge #8072
2021-03-17 Jonas SchievinkUse first early expansion error during nameres
2021-03-17 bors[bot]Merge #8071
2021-03-17 Lukas WirthSemantic highlight intradoclinks in documentation
2021-03-17 bors[bot]Merge #8069
2021-03-17 Lukas WirthInject highlight into block doc comments
2021-03-17 bors[bot]Merge #8068
2021-03-17 Jonas SchievinkImprove test
2021-03-17 Jonas SchievinkApply `#[cfg]`s when computing function signatures
2021-03-17 Jonas SchievinkAdd test for `#[cfg]` on function params
2021-03-17 Jonas SchievinkItemTree: lower attributes on fn parameters
2021-03-17 Jonas SchievinkCorrectly parse attributes on fn parameters
2021-03-17 bors[bot]Merge #8067
2021-03-17 Lukas WirthCheck whether cursor is on and not between intra doc...
2021-03-17 bors[bot]Merge #8065
2021-03-17 Lukas WirthFix incorrect newline emission in Attrs::docs
2021-03-17 bors[bot]Merge #8066
2021-03-17 Jonas SchievinkHandle `#[cfg]` on call arguments
2021-03-17 Lukas WirthBetter handling of block doc comments
2021-03-17 bors[bot]Merge #8059
2021-03-17 Lukas WirthRemove quadratic attr source lookup
2021-03-17 bors[bot]Merge #8063
2021-03-17 bors[bot]Merge #8048
2021-03-17 BrandonFollow established ErrorEmitted pattern
2021-03-17 Matthias Krügeruse simpler .map(|x| y) instead of .and_then(|x| Some...
2021-03-17 Matthias Krügerremove uselessly wrapped ?s. (clippy::meedless_question...
2021-03-17 Matthias Krügerdon't clone types that are copy (clippy::clone_on_copy)
2021-03-17 Matthias Krügeruse if let Some(x) instead of if x.is_some() and x...
2021-03-17 Matthias Krügeravoid converting types into themselves via .into()...
2021-03-16 Lukas WirthProperly handle doc attributes in doc-comment highlight...
2021-03-16 bors[bot]Merge #8062
2021-03-16 Aleksey Kladovpit-of-successify tree editor
2021-03-16 bors[bot]Merge #8061
2021-03-16 Aleksey KladovAuto-magical whitespace
2021-03-16 bors[bot]Merge #8042
2021-03-16 bors[bot]Merge #8060
2021-03-16 Aleksey KladovMove more bounds
2021-03-16 Lukas WirthFix attribute index assignment in cfg_attr resolution
2021-03-16 Lukas WirthReplace trait object boxing with extra AttrsOwnerNode
2021-03-16 Lukas WirthMove doc-comment highlight injection from AST to HIR
2021-03-16 bors[bot]Merge #8041
2021-03-16 Florian DieboldRename Substs -> Substitution
2021-03-16 bors[bot]Merge #8055
2021-03-16 bors[bot]Merge #8053
2021-03-16 Lukas WirthImplement HirDisplay for some more types
2021-03-16 bors[bot]Merge #8034
2021-03-16 Lukas WirthDon't repeat work in transitive_reverse_dependencies
2021-03-16 Lukas WirthRemove ShortLabel
2021-03-16 Lukas WirthAdd new_source_root meta to test fixtures
2021-03-16 bors[bot]Merge #8052
2021-03-16 Josh Mcguiganminor style fixes per feedback on #8036
2021-03-16 bors[bot]Merge #8051
2021-03-16 Laurențiu NicolaFix more unused wariable warnings
2021-03-16 bors[bot]Merge #7498
2021-03-16 Aleksey KladovUpgrade rowan
2021-03-16 bors[bot]Merge #7900 #8000
2021-03-16 bors[bot]Merge #8036 #8046
2021-03-16 BrandonFix missing unresolved macro diagnostic in function...
2021-03-16 Aleksey KladovPrefer match to if let else
2021-03-16 bors[bot]Merge #8045
2021-03-16 Laurențiu NicolaIncrease fetch-depth to make `git describe` work
2021-03-16 bors[bot]Merge #8040
2021-03-16 bors[bot]Merge #8044
2021-03-16 Edwin ChengFix macro expansion for statements w/o semicolon
2021-03-16 Josh Mcguigancompletions: centralize calculation of relevance and...
2021-03-15 Douglas WeberAdd perf_revision to benchmark results
2021-03-15 Chetan Khilosiya7709: Import changes.
2021-03-15 Chetan Khilosiya7709: Added the check for return type of len function.
2021-03-15 bors[bot]Merge #8039
2021-03-15 Florian DieboldUse SmallVec for Substs
2021-03-15 bors[bot]Merge #7970
2021-03-15 brandondongUpdate crates/hir_def/src/nameres/collector.rs
2021-03-15 bors[bot]Merge #8038
2021-03-15 Florian DieboldFix unification logic
2021-03-15 bors[bot]Merge #8028
2021-03-15 bors[bot]Merge #8037
2021-03-15 Lukas WirthImplement Crate::transitive_reverse_dependencies
2021-03-15 oxalicaUpdate tests
2021-03-15 oxalicaPretty print root module of extern crates
2021-03-15 Chetan Khilosiya7709: Updated the implementation.
2021-03-15 oxalicaClean usage of ShortLabel
2021-03-15 oxalicaFix trait type parameter
2021-03-15 oxalicaUse hir formatter more
2021-03-15 oxalicaImpl HirDisplay for function hover message
2021-03-15 oxalicaIntroduce FunctionQualifier for hir::FunctionData
2021-03-15 oxalicaCollect HirDisplay impls to a single file
2021-03-15 oxalicaAdd test for hover of macro expanded function
2021-03-15 bors[bot]Merge #8035
2021-03-15 Lukas Wirthunqualfied_path completions aren't responsible for...
2021-03-15 Chetan Khilosiya7709: Added the assist to generate is_empty function
2021-03-15 bors[bot]Merge #7992
2021-03-15 bors[bot]Merge #8033
2021-03-15 Edwin ChengAdd test for proc-macro meta info retrieval
next