]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-06-15 Laurențiu NicolaUse objects instead of bools for markers in package...
2021-06-14 bors[bot]Merge #9277
2021-06-14 Aleksey Kladovinternal: more natural order of sources for TypeParam
2021-06-14 bors[bot]Merge #9276
2021-06-14 Aleksey Kladovinternal: test diagnostic severeties and presense of...
2021-06-14 Aleksey Kladovminor: make diagnostics more similar
2021-06-14 bors[bot]Merge #9275
2021-06-14 Lukas WirthSupport goto type for field expressions and patterns
2021-06-14 bors[bot]Merge #9273
2021-06-14 Aleksey Kladovinternal: don't pull tracing via chalk
2021-06-14 bors[bot]Merge #9272
2021-06-14 Aleksey Kladovinternal: document diagnostics crate
2021-06-14 bors[bot]Merge #9270
2021-06-14 Lukas WirthAdd assoc type in trait bound completion test
2021-06-14 Aleksey Kladovminor: less ambiguous name
2021-06-14 Aleksey Kladovinternal: flatten module hierarchy
2021-06-14 Aleksey Kladovinternal: document rename challenges
2021-06-14 Aleksey Kladovinternal: adapt diagnostics to the new rename API
2021-06-14 Aleksey Kladovinternal: cut deps between assists and diagnostics
2021-06-14 Aleksey Kladovinternal: prepare to move assist definitions
2021-06-14 Aleksey Kladovinternal: move diagnostics to a new crate
2021-06-14 Aleksey Kladovinternal: start ide diagnostics crate
2021-06-14 bors[bot]Merge #9265
2021-06-14 Aleksey Kladovinternal: prepare to move rename to base_db
2021-06-14 bors[bot]Merge #9263
2021-06-14 Aleksey Kladovfix: don't use display-related functionality where...
2021-06-14 bors[bot]Merge #9262
2021-06-14 Lukas WirthDon't keep a trailing self token in import paths after...
2021-06-14 bors[bot]Merge #8951
2021-06-14 bors[bot]Merge #9261
2021-06-14 JadeFix typo in env-var quoting
2021-06-14 bors[bot]Merge #9260
2021-06-14 Jadetree-wide: make rustdoc links spiky so they are clickable
2021-06-13 bors[bot]Merge #9257
2021-06-13 Aleksey Kladovinternal: diagnostic code is mandatory
2021-06-13 Aleksey Kladovminor: dead code
2021-06-13 bors[bot]Merge #9256
2021-06-13 Aleksey Kladovinternal: kill diagnostic sink
2021-06-13 Aleksey Kladovinternal: use cov-mark rather than bailing out diagnostic
2021-06-13 Aleksey Kladovinternal: refactor missing match arms diagnostics
2021-06-13 bors[bot]Merge #9255
2021-06-13 Aleksey Kladovinternal: remove DiagnosticWithFix infra
2021-06-13 Aleksey Kladovinternal: refactor incorrect case diagnostics
2021-06-13 bors[bot]Merge #9253
2021-06-13 Aleksey Kladovminor
2021-06-13 Aleksey Kladovinternal: refactor find_map diagnostic
2021-06-13 Aleksey Kladovminor
2021-06-13 Aleksey Kladovinternal: refactor missing or or some diagnostic
2021-06-13 Aleksey Kladovinternal: refactor remove this semicolon diagnostics
2021-06-13 bors[bot]Merge #9252
2021-06-13 Aleksey Kladovinternal: refactor mismatched args count diagnostic
2021-06-13 Aleksey Kladovinternal: refactor missing unsafe diagnostic
2021-06-13 Aleksey Kladovinternal: refactor BreakOutsideOfLoop diagnostic
2021-06-13 Aleksey Kladovinternal: refactor NoSuchField diagnostic
2021-06-13 Aleksey Kladovinternal: refactor unimplemented builtin macro diagnostic
2021-06-13 bors[bot]Merge #9251
2021-06-13 Aleksey Kladovminor: simplify
2021-06-13 bors[bot]Merge #9250
2021-06-13 Aleksey Kladovinternal: check diagnostics in all files and not just...
2021-06-13 bors[bot]Merge #9249
2021-06-13 Aleksey Kladovinternal: remove def-level diagnostics tests
2021-06-13 Aleksey Kladovinternal: refactor macro error
2021-06-13 Aleksey Kladovinternal: refactor unresolved proc macro diagnostic
2021-06-13 Aleksey Kladovinternal: refactor inactive code diagnostics
2021-06-13 bors[bot]Merge #9248
2021-06-13 Aleksey Kladovinternal: refactor unresolved macro call diagnostic
2021-06-13 Aleksey Kladovinternal: refactor unresolved import diagnostic
2021-06-13 bors[bot]Merge #9247
2021-06-13 Aleksey Kladovinternal: refactor unresolved extern crate diagnostic
2021-06-13 bors[bot]Merge #9246
2021-06-13 Aleksey Kladovinternal: unified missing fields diagnostic
2021-06-13 Aleksey Kladovinternal: move missing_fields diagnostics
2021-06-13 bors[bot]Merge #9245
2021-06-13 Aleksey Kladovinternal: start new diagnostics API
2021-06-13 bors[bot]Merge #9244
2021-06-13 Florian DieboldMake block-local trait impls work
2021-06-13 bors[bot]Merge #9243
2021-06-13 Aleksey Kladovinternal: check that coverage marks are always paired
2021-06-13 Aleksey Kladovminor: put a mark back
2021-06-13 bors[bot]Merge #9242
2021-06-13 bors[bot]Merge #9240
2021-06-13 Maan2003cargo fmt
2021-06-13 Maan2003clippy::redundant_field_names
2021-06-13 Maan2003clippy::manual_str_repeat
2021-06-13 Maan2003clippy::useless_return
2021-06-13 Maan2003clippy::redundant_closure
2021-06-13 Maan2003clippy::clone_on_copy
2021-06-13 Maan2003clippy::useless_conversion
2021-06-13 Maan2003clippy::redudant_borrow
2021-06-12 bors[bot]Merge #9239
2021-06-12 Florian DieboldFix coercion in match with expected type
2021-06-12 bors[bot]Merge #9238
2021-06-12 Aleksey Kladovinternal: cross-crate cov-marks
2021-06-12 bors[bot]Merge #9237
2021-06-12 Aleksey Kladovinternal: move diagnostics infra to hir
2021-06-12 bors[bot]Merge #9236
2021-06-12 Kirill BulatovFix some typos in flyimport docs
2021-06-12 bors[bot]Merge #9233
2021-06-12 Aleksey KladovMove some hir_ty diagnostics to hir
2021-06-12 bors[bot]Merge #9231
next