aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Check for rust doc code attributes like rustdoc doesLukas Wirth2021-04-195-45/+40
* Don't require all doc fences to be valid for identifying rust codeLukas Wirth2021-04-192-2/+6
* Merge #8540bors[bot]2021-04-1910-29/+101
|\
| * Better visualise control flow for change_annotation_support"Lukas Wirth2021-04-181-51/+46
| * Prevent being able to rename items that are not part of the workspaceLukas Wirth2021-04-1810-15/+92
* | Merge #8467bors[bot]2021-04-196-0/+269
|\ \
| * | implement field stuff toojake2021-04-191-22/+106
| * | Adds impl Deref assistjake2021-04-116-0/+185
* | | Collect inherent impls in unnamed constsJonas Schievink2021-04-192-17/+62
* | | Fix visibility of items in block modulesJonas Schievink2021-04-192-1/+21
* | | Merge #8564bors[bot]2021-04-182-0/+11
|\ \ \
| * | | Expand `global_asm!` to nothingJonas Schievink2021-04-182-0/+11
* | | | Merge #8561bors[bot]2021-04-182-5/+23
|\ \ \ \
| * | | | Accept `E<error_number>` notation in doctestsChayim Refael Friedman2021-04-182-5/+23
| |/ / /
* | | | Merge #8560bors[bot]2021-04-182-3/+23
|\ \ \ \ | |/ / / |/| | |
| * | | Escape characters in doc comments in macros correctlyChayim Refael Friedman2021-04-182-3/+23
* | | | Add some more error messages to fixture failure casesLukas Wirth2021-04-172-4/+6
* | | | Add an error message to fixture errorsYoshua Wuyts2021-04-171-1/+3
* | | | nail rowan version downBernhard Schuster2021-04-171-1/+1
* | | | Handle extended key value attr in mbeEdwin Cheng2021-04-173-48/+35
* | | | Fix `TestDB::module_at_position` with submodulesJonas Schievink2021-04-172-2/+72
* | | | Merge #8546bors[bot]2021-04-162-2/+35
|\ \ \ \
| * | | | Return CallInfo for unclosed call expressionsLukas Wirth2021-04-162-2/+35
| | |_|/ | |/| |
* | | | Merge #8542bors[bot]2021-04-168-20/+40
|\ \ \ \
| * | | | Include path in `unresolved-macro-call` diagnosticJonas Schievink2021-04-168-20/+40
| |/ / /
* | | | Merge #8539bors[bot]2021-04-165-7/+53
|\ \ \ \
| * | | | Exclude inherent traits from flyimportsKirill Bulatov2021-04-165-7/+53
| |/ / /
* | | | Fix primitive shadowing with inner itemsJonas Schievink2021-04-162-1/+25
* | | | Merge #8543bors[bot]2021-04-162-16/+24
|\ \ \ \ | |/ / / |/| | |
| * | | Fill match arms for a tuple of a single enum.Dawer2021-04-162-16/+24
* | | | change grammarMilo2021-04-151-4/+4
* | | | Remove unneeded annotations from find_path testsJonas Schievink2021-04-151-6/+0
| | | |
| \ \ \
*-. | | | Merge #8510 #8533bors[bot]2021-04-154-48/+75
|\ \| | |
| * | | | Move cursor position when using item moversJonas Schievink2021-04-134-48/+75
* | | | | Make find_path tests adhere to style guideJonas Schievink2021-04-151-260/+327
| |/ / / |/| | |
* | | | Do not show flyimports in trait or impl declarationsKirill Bulatov2021-04-151-0/+50
* | | | Profile trait solving for all invocationsKirill Bulatov2021-04-143-6/+20
* | | | Better places for spansKirill Bulatov2021-04-141-2/+1
* | | | We need to go deeperKirill Bulatov2021-04-141-1/+5
* | | | Add a missing spanKirill Bulatov2021-04-141-0/+2
|/ / /
* | | internal: follow test style guide in typing.rsJonas Schievink2021-04-131-96/+104
* | | decl_check: follow test style guideJonas Schievink2021-04-131-60/+59
* | | Merge #8432bors[bot]2021-04-132-14/+150
|\ \ \
| * | | address review feedbackJade2021-04-131-21/+35
| * | | decl_check: consider outer scopes' allowsJade2021-04-082-10/+132
* | | | Merge #8354bors[bot]2021-04-137-21/+87
|\ \ \ \
| * | | | 8279: Fix the not operator use and test case fix.Chetan Khilosiya2021-04-083-10/+3
| * | | | 8279: Added initial implementation forChetan Khilosiya2021-04-085-19/+92
* | | | | Merge #8415bors[bot]2021-04-131-2/+46
|\ \ \ \ \
| * | | | | Add macro testBrandon2021-04-111-0/+32