| Age | Commit message (Expand) | Author | Lines |
| 2020-05-05 | Fix review comments | Markus Westerlind | -98/+58 |
| 2020-05-05 | Rebase and use ena 0.14 | Markus Westerlind | -55/+70 |
| 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 | -21/+23 |
| 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 | -10/+17 |
| 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 | -42/+78 |
| 2020-05-05 | Allow SnapshotMap to have a separate undo_log | Markus Westerlind | -96/+62 |
| 2020-05-05 | Move region_constraint to the unified undo log | Markus Westerlind | -166/+183 |
| 2020-05-05 | Fix the numbering of the tests | LG3696 | -1/+1 |
| 2020-05-05 | perf: Reduce snapshot/rollback overhead | Markus Westerlind | -189/+516 |
| 2020-05-05 | Allow `hir().find` to return `None` | John Kåre Alsaker | -18/+18 |
| 2020-05-05 | rely on rdlock/wrlock not returning anything but the specified error codes | Ralf Jung | -2/+6 |
| 2020-05-05 | Auto merge of #71846 - petrochenkov:fresh2, r=davidtwco | bors | -6/+11 |
| 2020-05-05 | Fix example | Dolpheyn | -1/+1 |
| 2020-05-05 | Fix comment position | Dolpheyn | -1/+1 |
| 2020-05-05 | Fix unused_parens false positive when using binary operations | mibac138 | -4/+29 |
| 2020-05-05 | Suggest removing semicolon in last expression only if it's type is known | mibac138 | -4/+30 |
| 2020-05-05 | Rollup merge of #71904 - euclio:function-typo, r=jonas-schievink | Dylan DPC | -3/+3 |
| 2020-05-05 | Rollup merge of #71902 - mibac138:const-feature-diag, r=varkor | Dylan DPC | -0/+70 |
| 2020-05-05 | Rollup merge of #71892 - integer32llc:btreemap-entry-vacant-docs, r=jonas-sch... | Dylan DPC | -6/+5 |
| 2020-05-05 | Rollup merge of #71891 - lcnr:not-iter-any, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-05 | Rollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPC | Dylan DPC | -1/+1 |
| 2020-05-05 | Rollup merge of #71881 - IsaacWoods:master, r=petrochenkov | Dylan DPC | -1/+3 |
| 2020-05-05 | Rollup merge of #71878 - main--:patch-2, r=Amanieu | Dylan DPC | -0/+25 |
| 2020-05-05 | Rollup merge of #71845 - steveklabnik:add-const-examples, r=dtolnay | Dylan DPC | -2/+318 |
| 2020-05-05 | Rollup merge of #71711 - Mark-Simulacrum:deignore-tests, r=nikomatsakis | Dylan DPC | -34/+7 |
| 2020-05-05 | Rollup merge of #71587 - matthewjasper:promoted-move-errors, r=nikomatsakis | Dylan DPC | -6/+93 |
| 2020-05-05 | Document From trait for Option implementations | Dolpheyn | -0/+39 |
| 2020-05-05 | Add command aliases from Cargo to x.py commands | mibac138 | -13/+17 |
| 2020-05-04 | fix typo in function name | Andy Russell | -3/+3 |
| 2020-05-04 | Suggest to add missing feature when using gated const features | mibac138 | -0/+70 |
| 2020-05-04 | Improve docs for embed-bitcode and linker-plugin-lto | Alex Crichton | -8/+36 |
| 2020-05-04 | Import dataflow impls via the `impls` submodule | Dylan MacKenzie | -21/+16 |
| 2020-05-04 | Export dataflow impls by name | Dylan MacKenzie | -4/+4 |
| 2020-05-04 | Update btree_map::VacantEntry::insert docs to actually call insert | Carol (Nichols || Goulding) | -6/+5 |
| 2020-05-04 | double neg | Bastian Kauschke | -1/+1 |
| 2020-05-04 | Simplify the error Registry methods a little | Josh Stone | -6/+3 |
| 2020-05-04 | refactor suggest_traits_to_import | Bastian Kauschke | -55/+49 |
| 2020-05-04 | edit Mutex comment | Ralf Jung | -4/+6 |
| 2020-05-04 | Add docstring to `deny_equality_constraints` | Esteban Küber | -0/+2 |
| 2020-05-04 | fix rebase | Esteban Küber | -4/+8 |
| 2020-05-04 | explain our rwlock implementation (and fix a potential data race) | Ralf Jung | -20/+24 |
| 2020-05-04 | Auto merge of #71879 - Dylan-DPC:rollup-n05awny, r=Dylan-DPC | bors | -31/+185 |