about summary refs log tree commit diff
path: root/compiler
AgeCommit message (Expand)AuthorLines
2021-09-10Add actual spans to the crate hash.Camille GILLOT-13/+13
2021-09-10Add sanity check.Camille GILLOT-3/+9
2021-09-10Rename decode to data_untracked.Camille GILLOT-7/+8
2021-09-10Track span dependency using a callback.Camille GILLOT-5/+40
2021-09-10Encode spans relative to their parent.Camille GILLOT-16/+76
2021-09-10Keep a parent LocalDefId in SpanData.Camille GILLOT-30/+70
2021-09-10Keep def_spans collected by resolution.Camille GILLOT-11/+22
2021-09-10Improve diagnostics if a character literal contains combining marksFabian Wolff-14/+47
2021-09-10Rollup merge of #88732 - durin42:llvm-14-attrs-2, r=nikicManish Goregaokar-25/+31
2021-09-10Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo...Manish Goregaokar-4/+13
2021-09-10Rollup merge of #88546 - scrabsha:scrabsha/closure-missing-braces, r=estebankManish Goregaokar-9/+124
2021-09-10Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillotManish Goregaokar-15/+32
2021-09-10Rollup merge of #87088 - FabianWolff:issue-87060, r=estebankManish Goregaokar-2/+17
2021-09-10Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnayManish Goregaokar-0/+6
2021-09-10Treat drop_in_place as nounwind with -Z panic-in-drop=abortAmanieu d'Antras-5/+14
2021-09-09Use FxHashMapjackh726-17/+21
2021-09-09In relate_tys, when creating new universes, insert missing universes as otherjackh726-3/+8
2021-09-09Fix two uses of `span_note` when the source is not availableFabian Wolff-2/+17
2021-09-09Add -Z panic-in-drop={unwind,abort} command-line optionAmanieu d'Antras-2/+15
2021-09-09Ignore automatically derived impls of `Clone` and `Debug` in dead code analysisFabian Wolff-26/+76
2021-09-09Emit proper errors on missing closure bracesSasha Pourcelot-9/+124
2021-09-09Only add_implied_bounds for norm_ty if differentjackh726-3/+4
2021-09-09Use FxHashSet instead of Vec for well formed tysjackh726-34/+36
2021-09-09add test for builtin types N + N unifying with fn callEllen-4/+11
2021-09-09Use more accurate spans for "unused delimiter" lintEsteban Kuber-68/+52
2021-09-09Re-add 71a7f8f1884b2c83eeb4a545eef16df1f2ea6476 post-revert.Felix S. Klock II-1/+4
2021-09-09Revert "Implement Anonymous{Struct, Union} in the AST"Felix S. Klock II-71/+14
2021-09-09Manually crafted revert of d4ad050ce5778a09566f6f9ec172565815d54604 .Felix S. Klock II-68/+0
2021-09-09Revert "Fix ast expanded printing for anonymous types"Felix S. Klock II-6/+10
2021-09-09bugfixAndreas Liljeqvist-1/+1
2021-09-09WrapAndreas Liljeqvist-1/+1
2021-09-09rename `is_valid_for` to `is_valid`Andreas Liljeqvist-5/+5
2021-09-09Rename `(un)signed` to `(un)signed_int`Andreas Liljeqvist-16/+17
2021-09-09Move `unsigned_max` etc into `Size` againAndreas Liljeqvist-37/+37
2021-09-09Remove cloneAndreas Liljeqvist-1/+1
2021-09-09Make `abi::Abi` `Copy` and remove a *lot* of refsAndreas Liljeqvist-163/+139
2021-09-09Fix docstringAndreas Liljeqvist-2/+1
2021-09-09Use special `Debug` format when `start` > `end`Andreas Liljeqvist-1/+5
2021-09-09Remove `contains_zero`, respect the compilerAndreas Liljeqvist-10/+3
2021-09-09derive Copy for WrappingRange and ScalarAndreas Liljeqvist-6/+6
2021-09-09fix matchAndreas Liljeqvist-2/+4
2021-09-09Add methods for checking for full ranges to `Scalar` and `WrappingRange`Andreas Liljeqvist-56/+41
2021-09-09Auto merge of #88748 - bjorn3:try_fix_perf_regression, r=wesleywiserbors-1/+6
2021-09-09Fix issue #72649: avoid spurious "previous iteration of loop" errors.Robert Xiao-28/+80
2021-09-09Allow ~const bounds on inherent implsDeadbeef-1/+3
2021-09-09Add another test case + fmtDeadbeef-4/+2
2021-09-09fix precise live dropsDeadbeef-3/+3
2021-09-09do not require lang itemDeadbeef-1/+8
2021-09-09Remove the queriesDeadbeef-116/+13
2021-09-09Use trait select logic instead of queryDeadbeef-28/+67