aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Fix joinLines panic if run on the empty last lineEdwin Cheng2021-04-031-2/+16
* | | | Support `#[rustc_builtin_macro = "builtin_name"]`Jonas Schievink2021-04-031-1/+11
* | | | Implement edition-dependent builtin `panic!` macroJonas Schievink2021-04-033-2/+26
* | | | Allow `,` to delimit macro 2.0 rulesJonas Schievink2021-04-033-2/+30
* | | | Allow interning stringsJonas Schievink2021-04-031-9/+46
* | | | Stop using an upgradeable read lock in interningJonas Schievink2021-04-021-5/+2
* | | | Only populate prelude for crate-level DefMapsJonas Schievink2021-04-022-14/+58
* | | | Merge #8284bors[bot]2021-04-0214-136/+229
|\ \ \ \
| * | | | Remove `?Sized` on `PartialEq`/`Eq` implsJonas Schievink2021-04-021-3/+5
| * | | | Split `Intern::drop` into hot and cold pathJonas Schievink2021-04-021-16/+23
| * | | | Remove unnecessary region, relax `Sized` boundsJonas Schievink2021-04-011-16/+12
| * | | | Intern Attr, MacroCall and Path componentsJonas Schievink2021-04-017-17/+21
| * | | | Global TypeRef/TraitRef interningJonas Schievink2021-04-0110-120/+204
* | | | | Merge #8291bors[bot]2021-04-021-1/+1
|\ \ \ \ \
| * | | | | Put the revision in the logged startup messageJade2021-04-021-1/+1
* | | | | | Merge #8287bors[bot]2021-04-021-36/+33
|\ \ \ \ \ \
| * | | | | | Don't allocate in `associated_type_shorthand_candidates`Lukas Wirth2021-04-021-36/+33
* | | | | | | minor: add profile call for resolve_obligationsAleksey Kladov2021-04-021-0/+2
| |_|_|/ / / |/| | | | |
* | | | | | Merge #8285bors[bot]2021-04-024-8/+26
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Don't recheck obligations if we have learned nothing newFlorian Diebold2021-04-014-8/+26
| | |/ / / | |/| | |
* | | | | Merge #8265bors[bot]2021-04-012-47/+192
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Check for and skip dummy macro filesJonas Schievink2021-04-012-120/+16
| * | | | Adjust message when pointing at location in macroJonas Schievink2021-04-011-2/+10
| * | | | Search for a suitable primary locationJonas Schievink2021-03-311-9/+27
| * | | | Rename `convert_location` -> `location`Jonas Schievink2021-03-311-11/+11
| * | | | Improve rustc diagnostic mappingJonas Schievink2021-03-303-49/+272
* | | | | Merge #8283bors[bot]2021-04-015-7/+96
|\ \ \ \ \
| * | | | | Resolve associated types with type anchorsLukas Wirth2021-04-013-12/+42
| * | | | | Resolve associated typesLukas Wirth2021-04-014-5/+64
* | | | | | Include remaining memory in memory usage statsJonas Schievink2021-04-011-1/+2
| |_|/ / / |/| | | |
* | | | | Merge #8274bors[bot]2021-04-012-0/+6
|\ \ \ \ \
| * | | | | Additional syntax highlighting screenshot in manualAyomide Bamidele2021-03-311-0/+1
| * | | | | Gif of "let = " typing assistAyomide Bamidele2021-03-311-0/+1
| * | | | | Gifs and screenshots for features in manual (syntax highlighting and typing)Ayomide Bamidele2021-03-312-0/+4
| |/ / / /
* / / / / Fix block inner item defined in macroEdwin Cheng2021-03-312-0/+32
|/ / / /
* | | | Merge #8210bors[bot]2021-03-314-1/+174
|\ \ \ \
| * | | | Don't use snippetsJonas Schievink2021-03-292-19/+14
| * | | | Use `find_node_at_range`Jonas Schievink2021-03-292-26/+7
| * | | | Snippet support in extract_type_aliasJonas Schievink2021-03-272-15/+26
| * | | | Implement "Extract type alias" assistJonas Schievink2021-03-263-0/+186
* | | | | Merge #8271bors[bot]2021-03-311-2/+17
|\ \ \ \ \
| * | | | | Fix parse u128 bug in proc-macroEdwin Cheng2021-03-311-2/+17
* | | | | | Merge #8269bors[bot]2021-03-311-0/+9
|\ \ \ \ \ \
| * | | | | | internal: document semantics for missing namesAleksey Kladov2021-03-311-0/+9
* | | | | | | Merge #8267bors[bot]2021-03-3124-0/+44
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Gifs and screenshots for features in manualAyomide Bamidele2021-03-3124-0/+44
* | | | | | | Merge #8266bors[bot]2021-03-312-1/+46
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Fix generic arguments being incorrectly offset in qualified trait castsLukas Wirth2021-03-302-1/+46
| | |_|_|/ / | |/| | | |
* | | | | | Revert "8024: Added test case for highlighting trait items."Chetan Khilosiya2021-03-302-104/+0
* | | | | | 8024: Fix for function name change.Chetan Khilosiya2021-03-301-2/+2