aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Rename ide::link_rewrite -> ide::doc_links & tidy importsZac Pullar-Strecker2020-10-083-4/+4
| * | | | Add support for struct & trait methodsZac Pullar-Strecker2020-10-081-7/+83
| * | | | WIP: Command to open docs under cursorZac Pullar-Strecker2020-10-085-2/+132
* | | | | Update crateskjeremy2020-10-111-3/+3
| |_|/ / |/| | |
* | | | Show reason for failed rename refactoringRüdiger Herrmann2020-10-104-61/+138
* | | | Merge #6176bors[bot]2020-10-101-0/+2
|\ \ \ \
| * | | | add eprintln in fmt-like postfixBenjamin Coenen2020-10-081-0/+2
| | |_|/ | |/| |
* | | | 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