aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Implement more precise binary op return type predictionLukas Wirth2021-04-102-17/+51
* | | | | Merge #8410bors[bot]2021-04-105-20/+50
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Use CompletionTextEdit::InsertAndReplace if supported by the clientLukas Wirth2021-04-085-20/+50
* | | | | Let's try testing for "is not quadratic" conditionAleksey Kladov2021-04-102-0/+99
* | | | | Avoid an unnecessary `collect`Jonas Schievink2021-04-091-3/+1
* | | | | Merge #8450bors[bot]2021-04-092-1/+5
|\ \ \ \ \
| * | | | | Insert unnamed consts to ChildBySource DynMapLukas Wirth2021-04-092-1/+5
* | | | | | Resolve prelude and crate root names in the root DefMapJonas Schievink2021-04-093-7/+64
| | | | | |
| \ \ \ \ \
*-. \ \ \ \ \ Merge #8443 #8446bors[bot]2021-04-0910-143/+149
|\ \ \ \ \ \ \
| | * | | | | | Undo path resolution hack for extern preludeJonas Schievink2021-04-091-9/+4
| * | | | | | | Use `name![derive]`Jonas Schievink2021-04-091-2/+6
| * | | | | | | Use `pub(crate)`Jonas Schievink2021-04-091-1/+5
| * | | | | | | Rewrite `#[derive]` removal to be based on ASTJonas Schievink2021-04-094-105/+92
| * | | | | | | Store `#[derive]` attribute ID along macro invocJonas Schievink2021-04-095-12/+22
| * | | | | | | Rename `Attr`s `index` field to `id`Jonas Schievink2021-04-091-8/+8
| * | | | | | | Add `AttrId` to track attribute sourcesJonas Schievink2021-04-092-14/+20
| |/ / / / / /
* | | | | | | Merge #8445bors[bot]2021-04-0914-361/+355
|\ \ \ \ \ \ \
| * | | | | | | More cleanups / module docsFlorian Diebold2021-04-096-10/+12
| * | | | | | | More cleanupsFlorian Diebold2021-04-093-38/+29
| * | | | | | | More moving stuff aroundFlorian Diebold2021-04-094-78/+74
| * | | | | | | Move some more stuff to better placesFlorian Diebold2021-04-092-100/+93
| * | | | | | | Move ToChalk -> mappingFlorian Diebold2021-04-0910-37/+76
| * | | | | | | Reorganize hir_ty modulesFlorian Diebold2021-04-0910-100/+73
| |/ / / / / /
* / / / / / / Shrink `unlinked-file` diagnostic to 3 charactersJonas Schievink2021-04-091-7/+9
|/ / / / / /
* | | | | | Merge #8406bors[bot]2021-04-093-28/+85
|\ \ \ \ \ \
| * | | | | | Improve indexing of implsFlorian Diebold2021-04-093-28/+85
| |/ / / / /
* / / / / / Fix crash on syn involving lifetimes returned by ChalkFlorian Diebold2021-04-093-6/+77
|/ / / / /
* | | | | Merge #8429bors[bot]2021-04-091-0/+20
|\ \ \ \ \
| * | | | | 8425: Added documentation for on enter covering //! doc comments.Chetan Khilosiya2021-04-081-0/+20
| | |_|/ / | |/| | |
* | | | | CleanupFlorian Diebold2021-04-082-24/+19
* | | | | Intern VariancesFlorian Diebold2021-04-081-2/+3
* | | | | Don't intern ProgramClause at allFlorian Diebold2021-04-081-2/+2
* | | | | Intern QuantifiedWhereClausesFlorian Diebold2021-04-081-2/+3
* | | | | Intern ProgramClausesFlorian Diebold2021-04-081-2/+3
* | | | | Intern CanonicalVarKindsFlorian Diebold2021-04-081-2/+3
* | | | | Intern consts & lifetimesFlorian Diebold2021-04-082-7/+20
* | | | | Intern typesFlorian Diebold2021-04-081-3/+7
* | | | | Intern SubstitutionsFlorian Diebold2021-04-088-27/+34
* | | | | Intern VariableKindsFlorian Diebold2021-04-081-4/+14
* | | | | 8024: Added the trait modifier for assoc types.Chetan Khilosiya2021-04-081-2/+12
* | | | | Use named fields in `MacroCallKind`Jonas Schievink2021-04-087-33/+40
|/ / / /
* | | | Track recursion limit when expanding custom deriveJonas Schievink2021-04-081-1/+1
* | | | Merge #8421bors[bot]2021-04-081-13/+30
|\ \ \ \
| * | | | Reduce allocations in Expand macroLaurențiu Nicola2021-04-081-13/+30
| | | | |
| \ \ \ \
*-. \ \ \ \ Merge #8419 #8423bors[bot]2021-04-0818-1546/+340
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| | * | | | Bump lsp-types and synkjeremy2021-04-081-1/+1
| |/ / / / |/| | | |
| * | | | Remove unusedFlorian Diebold2021-04-0814-69/+20
| * | | | Replace `make_binders` by the now equivalent `make_only_type_binders`Florian Diebold2021-04-082-35/+22
| * | | | Remove identity impls for ToChalkFlorian Diebold2021-04-084-215/+21
| * | | | Fix `Canonicalized::apply_solution`Florian Diebold2021-04-081-13/+16