about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-05-05Fix review commentsMarkus Westerlind-98/+58
2020-05-05Rebase and use ena 0.14Markus Westerlind-55/+70
2020-05-05refactor: simplifyMarkus Westerlind-15/+14
2020-05-05Prevent modifications without an undo logMarkus Westerlind-25/+25
2020-05-05Fix importMarkus Westerlind-1/+1
2020-05-05refactor: Extract the undo log to its own modulesMarkus Westerlind-230/+272
2020-05-05refactor: Rename Logs to InferCtxtUndoLogsMarkus Westerlind-23/+42
2020-05-05simplifyMarkus Westerlind-20/+6
2020-05-05perf: Merge region_obligations snapshotting into the undo logMarkus Westerlind-21/+23
2020-05-05perf: Limit leak check snapshotting to probe_maybe_skip_leak_checkMarkus Westerlind-8/+5
2020-05-05perf: Lazily recive the Rollback argument in rollback_toMarkus Westerlind-10/+17
2020-05-05perf: Separate CombinedSnapshot into a FullSnapshot for probingMarkus Westerlind-19/+33
2020-05-05Move projection_cache into the combined undo logMarkus Westerlind-42/+78
2020-05-05Allow SnapshotMap to have a separate undo_logMarkus Westerlind-96/+62
2020-05-05Move region_constraint to the unified undo logMarkus Westerlind-166/+183
2020-05-05Fix the numbering of the testsLG3696-1/+1
2020-05-05perf: Reduce snapshot/rollback overheadMarkus Westerlind-189/+516
2020-05-05Allow `hir().find` to return `None`John Kåre Alsaker-18/+18
2020-05-05rely on rdlock/wrlock not returning anything but the specified error codesRalf Jung-2/+6
2020-05-05Auto merge of #71846 - petrochenkov:fresh2, r=davidtwcobors-6/+11
2020-05-05Fix exampleDolpheyn-1/+1
2020-05-05Fix comment positionDolpheyn-1/+1
2020-05-05Fix unused_parens false positive when using binary operationsmibac138-4/+29
2020-05-05Suggest removing semicolon in last expression only if it's type is knownmibac138-4/+30
2020-05-05Rollup merge of #71904 - euclio:function-typo, r=jonas-schievinkDylan DPC-3/+3
2020-05-05Rollup merge of #71902 - mibac138:const-feature-diag, r=varkorDylan DPC-0/+70
2020-05-05Rollup merge of #71892 - integer32llc:btreemap-entry-vacant-docs, r=jonas-sch...Dylan DPC-6/+5
2020-05-05Rollup merge of #71891 - lcnr:not-iter-any, r=Dylan-DPCDylan DPC-1/+1
2020-05-05Rollup merge of #71883 - Dante-Broggi:patch-1, r=Dylan-DPCDylan DPC-1/+1
2020-05-05Rollup merge of #71881 - IsaacWoods:master, r=petrochenkovDylan DPC-1/+3
2020-05-05Rollup merge of #71878 - main--:patch-2, r=AmanieuDylan DPC-0/+25
2020-05-05Rollup merge of #71845 - steveklabnik:add-const-examples, r=dtolnayDylan DPC-2/+318
2020-05-05Rollup merge of #71711 - Mark-Simulacrum:deignore-tests, r=nikomatsakisDylan DPC-34/+7
2020-05-05Rollup merge of #71587 - matthewjasper:promoted-move-errors, r=nikomatsakisDylan DPC-6/+93
2020-05-05Document From trait for Option implementationsDolpheyn-0/+39
2020-05-05Add command aliases from Cargo to x.py commandsmibac138-13/+17
2020-05-04fix typo in function nameAndy Russell-3/+3
2020-05-04Suggest to add missing feature when using gated const featuresmibac138-0/+70
2020-05-04Improve docs for embed-bitcode and linker-plugin-ltoAlex Crichton-8/+36
2020-05-04Import dataflow impls via the `impls` submoduleDylan MacKenzie-21/+16
2020-05-04Export dataflow impls by nameDylan MacKenzie-4/+4
2020-05-04Update btree_map::VacantEntry::insert docs to actually call insertCarol (Nichols || Goulding)-6/+5
2020-05-04double negBastian Kauschke-1/+1
2020-05-04Simplify the error Registry methods a littleJosh Stone-6/+3
2020-05-04refactor suggest_traits_to_importBastian Kauschke-55/+49
2020-05-04edit Mutex commentRalf Jung-4/+6
2020-05-04Add docstring to `deny_equality_constraints`Esteban Küber-0/+2
2020-05-04fix rebaseEsteban Küber-4/+8
2020-05-04explain our rwlock implementation (and fix a potential data race)Ralf Jung-20/+24
2020-05-04Auto merge of #71879 - Dylan-DPC:rollup-n05awny, r=Dylan-DPCbors-31/+185