aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* adt: correctly inherit field visibility from enumJonas Schievink2020-10-093-15/+47
* Treat `ast::Name` in field patterns as useJonas Schievink2020-10-092-43/+119
* Update crates/project_model/src/sysroot.rsJonas Schievink2020-10-091-1/+1
* Add note if RUST_SRC_PATH is likely to be wrongJonas Schievink2020-10-091-2/+8
* Fix source_to_def for named enum variant fieldsJonas Schievink2020-10-092-0/+21
* Bump rustc_lexer, cfg-if to 1.0 and add new license to checkkjeremy2020-10-082-2/+2
* Merge #5651bors[bot]2020-10-085-0/+39
|\
| * Add track_env_var to the proc macro serverLaurențiu Nicola2020-10-085-0/+39
* | Merge #6161bors[bot]2020-10-073-3/+19
|\ \
| * | Switch from git to latest tagged release of chalk depsCasey Primozic2020-10-071-3/+3
| * | Make unimplemented match variants explicitCasey Primozic2020-10-071-1/+2
| * | `todo!()` -> `unimplemented!() // FIXME` for CICasey Primozic2020-10-062-3/+5
| * | Bump chalk to use latest git to get fixCasey Primozic2020-10-063-3/+16
* | | Merge #6154bors[bot]2020-10-075-56/+295
|\ \ \
| * | | Clean up inlay_hintsLukas Wirth2020-10-072-19/+26
| * | | Shorten iterator hints for std::iter iterators behind referencesLukas Wirth2020-10-072-3/+5
| * | | Shorten iterator chain hintsLukas Wirth2020-10-072-43/+115
| * | | Move IntoIterator into FamousDefsLukas Wirth2020-10-072-31/+20
| * | | Use FamousDefs for shorten_iterator hintLukas Wirth2020-10-062-69/+85
| * | | Shorten type hints for std::iter IteratorsLukas Wirth2020-10-064-9/+162
* | | | Better progress APIAleksey Kladov2020-10-072-4/+9
* | | | CleanupAleksey Kladov2020-10-072-22/+23
* | | | Merge #6158bors[bot]2020-10-071-5/+33
|\ \ \ \
| * | | | Added unit test for negative number literals in macros.Tim2020-10-061-0/+21
| * | | | Fixed parsing of negative number literals in macros.Tim2020-10-061-5/+12
| | |/ / | |/| |
* | | | Merge #6160bors[bot]2020-10-075-1/+448
|\ \ \ \ | |/ / / |/| | |
| * | | Add validation check for ambiguous trait objectsLukas Wirth2020-10-065-1/+448
* | | | Merge #6128bors[bot]2020-10-061-4/+25
|\ \ \ \
| * | | | Trim all trailing whitespace in onEnterWesley Norris2020-10-031-4/+25
| | |_|/ | |/| |
* | | | Document privacy invariant of SyntaxPtrAleksey Kladov2020-10-061-0/+2
* | | | Merge #6140bors[bot]2020-10-065-9/+81
|\ \ \ \
| * | | | add break after codeblocksRobin van Dijk2020-10-061-2/+4
| * | | | add doc describing limited capabilitiesRobin van Dijk2020-10-061-0/+2
| * | | | add docstringRobin van Dijk2020-10-051-0/+3
| * | | | honor content_format clientcapRobin van Dijk2020-10-055-9/+74
| |/ / /
* | | / Add test makrAleksey Kladov2020-10-061-0/+2
| |_|/ |/| |
* | | Constrain ImportMap to only store simple pathsAleksey Kladov2020-10-061-10/+26
* | | Merge #6150bors[bot]2020-10-068-46/+65
|\ \ \
| * | | Move ModPath->ast::Path function to IDE layerAleksey Kladov2020-10-068-46/+65
| | |/ | |/|
* | | Merge #6148bors[bot]2020-10-062-6/+57
|\ \ \ | |/ / |/| |
| * | Fix trait object hir formatting behind pointer and referencesLukas Wirth2020-10-062-6/+57
| |/
* | Merge #6124bors[bot]2020-10-0610-31/+64
|\ \
| * | Properly name the fieldKirill Bulatov2020-10-028-24/+26
| * | Fix the hover dash issuesKirill Bulatov2020-10-024-9/+10
| * | Add a dash testKirill Bulatov2020-10-022-2/+32
* | | Merge #6139bors[bot]2020-10-066-118/+172
|\ \ \
| * | | Make ImportPrefix a configuration optionLukas Wirth2020-10-055-9/+33
| * | | Make find_path_prefixed configurableLukas Wirth2020-10-052-110/+140
| | |/ | |/|
* | | Do not leave braces for colons in dbg!Kirill Bulatov2020-10-061-2/+7
* | | Merge #6111bors[bot]2020-10-054-5/+738
|\ \ \