about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-03-21Rollup merge of #67888 - Zoxc:metadata-prefetch, r=matthewjasperMazdak Farrokhzad-33/+136
2020-03-21Rollup merge of #70194 - kornelski:must_split, r=joshtriplettMazdak Farrokhzad-0/+1
2020-03-21Rollup merge of #70189 - RalfJung:is_signed, r=eddybMazdak Farrokhzad-2/+2
2020-03-21Rollup merge of #70188 - GuillaumeGomez:cleanup-e0439, r=Dylan-DPCMazdak Farrokhzad-2/+3
2020-03-21Rollup merge of #70187 - matthiaskrgr:cl2ppy, r=Mark-SimulacrumMazdak Farrokhzad-172/+142
2020-03-21Rollup merge of #70184 - Centril:include-mod-relativism, r=petrochenkovMazdak Farrokhzad-1/+25
2020-03-21Rollup merge of #70177 - bjorn3:patch-2, r=Dylan-DPCMazdak Farrokhzad-1/+1
2020-03-21Rollup merge of #70176 - rylev:ice-tests, r=CentrilMazdak Farrokhzad-0/+651
2020-03-21Rollup merge of #70166 - CDirkx:range-inclusive-derives, r=cramertjMazdak Farrokhzad-22/+2
2020-03-21Rollup merge of #70165 - matthewjasper:erase-more, r=nikomatsakisMazdak Farrokhzad-110/+63
2020-03-21Rollup merge of #70139 - RalfJung:delay, r=eddybMazdak Farrokhzad-0/+4
2020-03-21Rollup merge of #70111 - Mark-Simulacrum:btree-no-shared, r=cuviperMazdak Farrokhzad-266/+223
2020-03-21Rollup merge of #70058 - Centril:fix-70050, r=petrochenkovMazdak Farrokhzad-9/+55
2020-03-21Rollup merge of #70038 - DutchGhost:const-forget-tests, r=RalfJungMazdak Farrokhzad-18/+22
2020-03-21Rollup merge of #69997 - WaffleLapkin:option_zip, r=LukasKalbertodtMazdak Farrokhzad-0/+58
2020-03-21Rollup merge of #69033 - jonas-schievink:resume-with-context, r=tmandryMazdak Farrokhzad-36/+204
2020-03-21Rollup merge of #65097 - tmiasko:arc, r=AmanieuMazdak Farrokhzad-4/+22
2020-03-20remove redundant returns (clippy::needless_return)Matthias Krüger-170/+142
2020-03-20remove redundant import (clippy::single_component_path_imports)Matthias Krüger-4/+1
2020-03-20Auto merge of #69509 - RalfJung:debug-assert-write, r=eddybbors-12/+6
2020-03-20expand_include: set `.directory` to dir of included file.Mazdak Farrokhzad-1/+25
2020-03-20Abi::is_signed: assert that we are a ScalarRalf Jung-2/+2
2020-03-20Clean up E0439 explanationGuillaume Gomez-2/+3
2020-03-20Fix debugger pretty printing of BTreesMark Rousskov-20/+38
2020-03-20can_begin_literal_maybe_minus: `true` on `"-"? lit` NTs.Mazdak Farrokhzad-9/+55
2020-03-20must_use on split_offKornel-0/+1
2020-03-20Update test commentary for shared root removalMark Rousskov-9/+2
2020-03-20Simplify ensure_root_is_owned callersMark Rousskov-15/+13
2020-03-20Drop NodeHeader type from BTree codeMark Rousskov-41/+5
2020-03-20Make functions dependent only on shared root avoidance safeMark Rousskov-58/+58
2020-03-20Remove shared root code and assertions from BTree nodesMark Rousskov-59/+8
2020-03-20Replace shared root with optional rootMark Rousskov-77/+112
2020-03-20Add tests for #58319 and #65131Ryan Levick-0/+651
2020-03-20Fix oudated comment for NamedRegionMapbjorn3-1/+1
2020-03-20Update const_forget.rsDutchGhost-1/+1
2020-03-20Rollup merge of #70146 - GuillaumeGomez:cleanup-e0438, r=Dylan-DPCYuki Okushi-4/+5
2020-03-20Rollup merge of #70145 - lzutao:patch-1, r=Dylan-DPCYuki Okushi-4/+4
2020-03-20Rollup merge of #70133 - hermitcore:libpanic_unwind, r=nikomatsakisYuki Okushi-1/+0
2020-03-20Rollup merge of #70131 - Aaron1011:fix/issue-55099-test, r=nikomatsakisYuki Okushi-0/+28
2020-03-20Rollup merge of #70103 - GuillaumeGomez:cleanup-e0437, r=Dylan-DPCYuki Okushi-4/+5
2020-03-20Rollup merge of #69935 - davidtwco:issue-69925, r=eddybYuki Okushi-83/+102
2020-03-20Rollup merge of #69768 - oli-obk:union_field_ice, r=eddyb,RalfJungYuki Okushi-13/+16
2020-03-20Rollup merge of #69618 - hniksic:mem-forget-doc-fix, r=RalfJungYuki Okushi-16/+49
2020-03-20Make std::sync::Arc compatible with ThreadSanitizerTomasz Miąsko-4/+22
2020-03-19Removed unused `Hasher` import.CDirkx-1/+1
2020-03-19Use erased regions in MIRMatthew Jasper-110/+63
2020-03-19Derive PartialEq, Eq and Hash for RangeInclusiveCDirkx-21/+1
2020-03-19make "other" in docs of `Option::{zip,zip_with}` monofontWaffle-2/+2
2020-03-19Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnisonbors-108/+237
2020-03-19Use `assert_ignored` when encoding metadataJohn Kåre Alsaker-38/+37