| Age | Commit message (Expand) | Author | Lines |
| 2020-05-14 | Rollup merge of #72087 - matthewjasper:regionck-hang, r=nikomatsakis | Dylan DPC | -4/+16 |
| 2020-05-14 | Rollup merge of #72150 - jackh726:unnorm_projection, r=nikomatsakis | Ralf Jung | -3/+1 |
| 2020-05-12 | Remove ty::UnnormalizedProjection | Jack Huey | -3/+1 |
| 2020-05-11 | Fix hang in lexical_region_resolve | Matthew Jasper | -4/+16 |
| 2020-05-11 | Fix clippy warnings | Matthias Krüger | -3/+2 |
| 2020-05-09 | Rollup merge of #71555 - cjgillot:nameless, r=matthewjasper | Ralf Jung | -5/+4 |
| 2020-05-09 | Rollup merge of #69406 - jackh726:chalk-upgrade, r=nikomatsakis | Ralf Jung | -4/+8 |
| 2020-05-09 | Rollup merge of #72018 - mark-i-m:canon-chalk, r=mark-i-m | Dylan DPC | -7/+7 |
| 2020-05-08 | fix canonicalization links | mark | -7/+7 |
| 2020-05-08 | Remove ast::{Ident, Name} reexports. | Camille GILLOT | -5/+4 |
| 2020-05-07 | Reintegrate chalk using chalk-solve | Jack Huey | -4/+8 |
| 2020-05-05 | Restore the snapshot/rollback optimization for region constraints | Markus Westerlind | -13/+29 |
| 2020-05-05 | refactor: Replace probe_fudge by an explict call for the lengths | Markus Westerlind | -59/+23 |
| 2020-05-05 | refactor: Move probe_fudge into fudge.rs | Markus Westerlind | -42/+41 |
| 2020-05-05 | Improve naming | Markus Westerlind | -14/+31 |
| 2020-05-05 | Generate the UndoLog upcasts with a macro | Markus Westerlind | -56/+22 |
| 2020-05-05 | Fix review comments | Markus Westerlind | -98/+58 |
| 2020-05-05 | Rebase and use ena 0.14 | Markus Westerlind | -22/+29 |
| 2020-05-05 | refactor: simplify | Markus Westerlind | -15/+14 |
| 2020-05-05 | Prevent modifications without an undo log | Markus Westerlind | -25/+25 |
| 2020-05-05 | Fix import | Markus Westerlind | -1/+1 |
| 2020-05-05 | refactor: Extract the undo log to its own modules | Markus Westerlind | -230/+272 |
| 2020-05-05 | refactor: Rename Logs to InferCtxtUndoLogs | Markus Westerlind | -23/+42 |
| 2020-05-05 | simplify | Markus Westerlind | -20/+6 |
| 2020-05-05 | perf: Merge region_obligations snapshotting into the undo log | Markus Westerlind | -20/+22 |
| 2020-05-05 | perf: Limit leak check snapshotting to probe_maybe_skip_leak_check | Markus Westerlind | -8/+5 |
| 2020-05-05 | perf: Lazily recive the Rollback argument in rollback_to | Markus Westerlind | -9/+15 |
| 2020-05-05 | perf: Separate CombinedSnapshot into a FullSnapshot for probing | Markus Westerlind | -19/+33 |
| 2020-05-05 | Move projection_cache into the combined undo log | Markus Westerlind | -34/+58 |
| 2020-05-05 | Allow SnapshotMap to have a separate undo_log | Markus Westerlind | -4/+4 |
| 2020-05-05 | Move region_constraint to the unified undo log | Markus Westerlind | -165/+182 |
| 2020-05-05 | perf: Reduce snapshot/rollback overhead | Markus Westerlind | -184/+503 |
| 2020-05-04 | Auto merge of #71108 - estebank:suggest-proj-type-mismatch-constraint, r=oli-obk | bors | -2/+3 |
| 2020-05-03 | Rollup merge of #71806 - lcnr:patch-3, r=jonas-schievink | Dylan DPC | -1/+1 |
| 2020-05-02 | When a projection is expected, suggest constraining or calling method | Esteban Küber | -2/+3 |
| 2020-05-02 | typo | Bastian Kauschke | -1/+1 |
| 2020-05-02 | fix rustdoc warnings | Tshepang Lekhonkhobe | -3/+3 |
| 2020-05-01 | Rollup merge of #71758 - jackh726:chalk-remove, r=jackh726 | Dylan DPC | -17/+2 |
| 2020-05-01 | Rollup merge of #71018 - lcnr:custom-const-param, r=eddyb | Dylan DPC | -1/+0 |
| 2020-05-01 | Remove leftover chalk types | Jack Huey | -17/+2 |
| 2020-05-01 | remove obsolete comments | Tshepang Lekhonkhobe | -6/+0 |
| 2020-04-30 | Rollup merge of #71449 - ecstatic-morse:free-region-cleanup, r=Mark-Simulacrum | Dylan DPC | -4/+181 |
| 2020-04-30 | Rollup merge of #70950 - nikomatsakis:leak-check-nll-2, r=matthewjasper | Dylan DPC | -0/+4 |
| 2020-04-30 | coerce documentation | Bastian Kauschke | -1/+0 |
| 2020-04-28 | Rollup merge of #71311 - estebank:fn-type-param, r=varkor | Dylan DPC | -1/+7 |
| 2020-04-27 | fix typo | Esteban Kuber | -1/+1 |
| 2020-04-27 | Auto merge of #71268 - estebank:devectorize, r=eddyb | bors | -18/+11 |
| 2020-04-26 | Rollup merge of #70043 - mark-i-m:def-kind-more, r=eddyb | Dylan DPC | -6/+1 |
| 2020-04-25 | Rollup merge of #71544 - cuviper:filter_map_next, r=Mark-Simulacrum | Dylan DPC | -33/+27 |
| 2020-04-24 | Replace filter_map().next() calls with find_map() | Josh Stone | -33/+27 |