| Age | Commit message (Expand) | Author | Lines |
| 2021-09-10 | Add actual spans to the crate hash. | Camille GILLOT | -13/+13 |
| 2021-09-10 | Add sanity check. | Camille GILLOT | -3/+9 |
| 2021-09-10 | Rename decode to data_untracked. | Camille GILLOT | -7/+8 |
| 2021-09-10 | Track span dependency using a callback. | Camille GILLOT | -5/+40 |
| 2021-09-10 | Encode spans relative to their parent. | Camille GILLOT | -16/+76 |
| 2021-09-10 | Keep a parent LocalDefId in SpanData. | Camille GILLOT | -30/+70 |
| 2021-09-10 | Keep def_spans collected by resolution. | Camille GILLOT | -11/+22 |
| 2021-09-10 | Improve diagnostics if a character literal contains combining marks | Fabian Wolff | -14/+47 |
| 2021-09-10 | Rollup merge of #88732 - durin42:llvm-14-attrs-2, r=nikic | Manish Goregaokar | -25/+31 |
| 2021-09-10 | Rollup merge of #88578 - notriddle:notriddle/suggest-add-reference-to-for-loo... | Manish Goregaokar | -4/+13 |
| 2021-09-10 | Rollup merge of #88546 - scrabsha:scrabsha/closure-missing-braces, r=estebank | Manish Goregaokar | -9/+124 |
| 2021-09-10 | Rollup merge of #87441 - ibraheemdev:i-86865, r=cjgillot | Manish Goregaokar | -15/+32 |
| 2021-09-10 | Rollup merge of #87088 - FabianWolff:issue-87060, r=estebank | Manish Goregaokar | -2/+17 |
| 2021-09-10 | Rollup merge of #86165 - m-ou-se:proc-macro-span-shrink, r=dtolnay | Manish Goregaokar | -0/+6 |
| 2021-09-10 | Treat drop_in_place as nounwind with -Z panic-in-drop=abort | Amanieu d'Antras | -5/+14 |
| 2021-09-09 | Use FxHashMap | jackh726 | -17/+21 |
| 2021-09-09 | In relate_tys, when creating new universes, insert missing universes as other | jackh726 | -3/+8 |
| 2021-09-09 | Fix two uses of `span_note` when the source is not available | Fabian Wolff | -2/+17 |
| 2021-09-09 | Add -Z panic-in-drop={unwind,abort} command-line option | Amanieu d'Antras | -2/+15 |
| 2021-09-09 | Ignore automatically derived impls of `Clone` and `Debug` in dead code analysis | Fabian Wolff | -26/+76 |
| 2021-09-09 | Emit proper errors on missing closure braces | Sasha Pourcelot | -9/+124 |
| 2021-09-09 | Only add_implied_bounds for norm_ty if different | jackh726 | -3/+4 |
| 2021-09-09 | Use FxHashSet instead of Vec for well formed tys | jackh726 | -34/+36 |
| 2021-09-09 | add test for builtin types N + N unifying with fn call | Ellen | -4/+11 |
| 2021-09-09 | Use more accurate spans for "unused delimiter" lint | Esteban Kuber | -68/+52 |
| 2021-09-09 | Re-add 71a7f8f1884b2c83eeb4a545eef16df1f2ea6476 post-revert. | Felix S. Klock II | -1/+4 |
| 2021-09-09 | Revert "Implement Anonymous{Struct, Union} in the AST" | Felix S. Klock II | -71/+14 |
| 2021-09-09 | Manually crafted revert of d4ad050ce5778a09566f6f9ec172565815d54604 . | Felix S. Klock II | -68/+0 |
| 2021-09-09 | Revert "Fix ast expanded printing for anonymous types" | Felix S. Klock II | -6/+10 |
| 2021-09-09 | bugfix | Andreas Liljeqvist | -1/+1 |
| 2021-09-09 | Wrap | Andreas Liljeqvist | -1/+1 |
| 2021-09-09 | rename `is_valid_for` to `is_valid` | Andreas Liljeqvist | -5/+5 |
| 2021-09-09 | Rename `(un)signed` to `(un)signed_int` | Andreas Liljeqvist | -16/+17 |
| 2021-09-09 | Move `unsigned_max` etc into `Size` again | Andreas Liljeqvist | -37/+37 |
| 2021-09-09 | Remove clone | Andreas Liljeqvist | -1/+1 |
| 2021-09-09 | Make `abi::Abi` `Copy` and remove a *lot* of refs | Andreas Liljeqvist | -163/+139 |
| 2021-09-09 | Fix docstring | Andreas Liljeqvist | -2/+1 |
| 2021-09-09 | Use special `Debug` format when `start` > `end` | Andreas Liljeqvist | -1/+5 |
| 2021-09-09 | Remove `contains_zero`, respect the compiler | Andreas Liljeqvist | -10/+3 |
| 2021-09-09 | derive Copy for WrappingRange and Scalar | Andreas Liljeqvist | -6/+6 |
| 2021-09-09 | fix match | Andreas Liljeqvist | -2/+4 |
| 2021-09-09 | Add methods for checking for full ranges to `Scalar` and `WrappingRange` | Andreas Liljeqvist | -56/+41 |
| 2021-09-09 | Auto merge of #88748 - bjorn3:try_fix_perf_regression, r=wesleywiser | bors | -1/+6 |
| 2021-09-09 | Fix issue #72649: avoid spurious "previous iteration of loop" errors. | Robert Xiao | -28/+80 |
| 2021-09-09 | Allow ~const bounds on inherent impls | Deadbeef | -1/+3 |
| 2021-09-09 | Add another test case + fmt | Deadbeef | -4/+2 |
| 2021-09-09 | fix precise live drops | Deadbeef | -3/+3 |
| 2021-09-09 | do not require lang item | Deadbeef | -1/+8 |
| 2021-09-09 | Remove the queries | Deadbeef | -116/+13 |
| 2021-09-09 | Use trait select logic instead of query | Deadbeef | -28/+67 |