]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-06-16 bors[bot]Merge #9304
2021-06-16 Aleksey Kladovinternal: cleanup tests
2021-06-16 Aleksey Kladovinternal: switch some tests to minicore
2021-06-16 bors[bot]Merge #9301
2021-06-16 Lukas WirthMove test_utils into tests module
2021-06-16 Lukas WirthDon't complete paths after attributes
2021-06-16 Lukas WirthDon't show incorrect completions after unsafe or visibl...
2021-06-16 Lukas WirthDon't complete visibility accessors after existing...
2021-06-16 Lukas WirthStart refactoring ide_completion tests
2021-06-16 Aleksey Kladovinternal: add iterator to minicore
2021-06-16 Aleksey Kladovinternal: switch some tests to minicore
2021-06-16 Aleksey Kladovinternal: switch some tests to minicore
2021-06-16 bors[bot]Merge #9302
2021-06-16 Lukas WirthDon't complete already used derive attributes
2021-06-16 Lukas WirthAdd builtin derives to attribute completion fixtures
2021-06-16 bors[bot]Merge #9258
2021-06-16 bors[bot]Merge #9300
2021-06-16 Lukas WirthSimplify
2021-06-16 bors[bot]Merge #9299
2021-06-16 Lukas WirthFilter out non-type completions in the respective compl...
2021-06-16 bors[bot]Merge #9297
2021-06-16 Aleksey Kladovinternal: add fn to minicore
2021-06-16 Aleksey Kladovinternal: add deref_mut to minicore
2021-06-15 bors[bot]Merge #9267 #9279
2021-06-15 Aleksey KladovUpdate docs/user/manual.adoc
2021-06-15 bors[bot]Merge #9293
2021-06-15 bors[bot]Merge #9294
2021-06-15 Aleksey Kladovinternal: switch some tests to minicore
2021-06-15 Aleksey Kladovinternal: add result to minicore
2021-06-15 bors[bot]Merge #9292
2021-06-15 Aleksey Kladovinternal: switch some tests to minicore
2021-06-15 Aleksey Kladovinternal: add option to minicore
2021-06-15 bors[bot]Merge #9295
2021-06-15 Lukas WirthHighlight unsafe trait refs as unsafe only in impl...
2021-06-15 Aleksey Kladovinternal: add future to minicore
2021-06-15 Aleksey Kladovinternal: sanity-check minicore flags
2021-06-15 Aleksey Kladovinternal: switch some tests to minicore
2021-06-15 Aleksey Kladovinternal: switch some tests to minicore
2021-06-15 Aleksey Kladovinternal: add ranges to minicore
2021-06-15 Aleksey Kladovinternal: unindent some tests
2021-06-15 Aleksey Kladovinternal: switch some tests to minicore
2021-06-15 Aleksey Kladovinternal: switch some tests to minicore
2021-06-15 Aleksey Kladovinternal: switch some tests to minicore
2021-06-15 Aleksey Kladovinternal: switch some tests to minicore
2021-06-15 wxb1ankUse `.then()` for Thenable
2021-06-15 Aleksey Kladovinternal: introduce minicore -- a subset of libcore...
2021-06-15 Laurențiu NicolaShow diagnostic fixes before assists
2021-06-15 wxb1ankfix: clean-up #8951
2021-06-15 Laurențiu NicolaConsolidate the privacy notes
2021-06-15 bors[bot]Merge #9291
2021-06-15 Aleksey Kladovminor: fix typo
2021-06-15 bors[bot]Merge #9290
2021-06-15 Aleksey Kladovinternal: enforce no #[ignore] and no #[should_panic]
2021-06-15 Aleksey Kladovinternal: don't #[ignore] tests
2021-06-15 bors[bot]Merge #9288
2021-06-15 Aleksey Kladovinternal: cleanup tests
2021-06-15 bors[bot]Merge #9285
2021-06-15 Aleksey Kladovminor: add a test variation
2021-06-15 bors[bot]Merge #9278
2021-06-15 Aleksey Kladovinternal: document that we don't #[ignore] tests
2021-06-15 bors[bot]Merge #9282
2021-06-15 Laurențiu NicolaUse objects instead of bools for markers in package...
2021-06-15 bors[bot]Merge #9281
2021-06-15 wxb1ankUse `Uri.toString()` for URLs
2021-06-14 Kevin SvetlitskiDocument installation via Homebrew; Add gitignore entry...
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 Laurențiu NicolaCode: automatically update the LSP server
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 Lukas WirthGive ImportPrefix variants better config names
2021-06-13 bors[bot]Merge #9257
next