about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-20Fix abort-on-eprintln during process shutdownAlex Crichton-100/+149
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-19Refactorings to begin getting rid of rustc_codegen_utilsMark Mansi-267/+244
2020-03-20fix FIXME commentBastian Kauschke-1/+1
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-19sort generic param order in generics_ofBastian Kauschke-37/+84
2020-03-19make "other" in docs of `Option::{zip,zip_with}` monofontWaffle-2/+2
2020-03-19rustc/query: tweak comments on hir_owner{,_nodes}.Eduard-Mihai Burtescu-4/+5
2020-03-19Auto merge of #69402 - GuillaumeGomez:extend-search, r=kinnisonbors-108/+237
2020-03-19Update stdarch submoduleAmanieu d'Antras-0/+0
2020-03-19Use `assert_ignored` when encoding metadataJohn Kåre Alsaker-38/+37
2020-03-19Add some commentsJohn Kåre Alsaker-1/+15
2020-03-19Make metadata prefetching more accurateJohn Kåre Alsaker-7/+75
2020-03-19Make the timer more verboseJohn Kåre Alsaker-1/+1
2020-03-19Prefetch exported symbolsJohn Kåre Alsaker-4/+9
2020-03-19Encode exported symbols lastJohn Kåre Alsaker-7/+8
2020-03-19Prefetch queries used by the metadata encoderJohn Kåre Alsaker-1/+17
2020-03-19Update testJohn Kåre Alsaker-2/+13
2020-03-19Don't unwind when hitting the macro expansion recursion limitJohn Kåre Alsaker-6/+25
2020-03-19Don't hard-code the vector length in the examples.Hrvoje Nikšić-4/+3
2020-03-19Minor re-wordings and typo fixes.Hrvoje Nikšić-8/+8
2020-03-19Restore (and reword) the warning against passing invalid values to mem::forget.Hrvoje Niksic-17/+35
2020-03-19Clarify the relationship between `forget()` and `ManuallyDrop`.Hrvoje Niksic-11/+27
2020-03-19Clean up e0438 explanationGuillaume Gomez-4/+5
2020-03-19Clean up E0437 explanationGuillaume Gomez-4/+5
2020-03-19Auto merge of #70137 - RalfJung:miri, r=RalfJungbors-7/+9
2020-03-19hir: replace "items" terminology with "nodes" where appropriate.Eduard-Mihai Burtescu-390/+392
2020-03-19rustc: use LocalDefId instead of DefId in TypeckTables.Eduard-Mihai Burtescu-125/+94
2020-03-19doc: Add quote to .init_arraylzutao-4/+4