about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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 E0436 explanationGuillaume Gomez-3/+4
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
2020-03-19Add Result<Result<T, E>, E>::flatten -> Result<T, E>Wim Looman-1/+33
2020-03-19add delay_span_bug to TransmuteSizeDiff, just to be sureRalf Jung-0/+4
2020-03-19Add copy bound to numeric intrinsicsTomasz Miąsko-31/+31
2020-03-19Add copy bound to atomic intrinsicsTomasz Miąsko-81/+81
2020-03-19rustc: use LocalDefId instead of DefIndex in hir::map::definitions.Eduard-Mihai Burtescu-145/+137
2020-03-19rustc: use LocalDefId instead of DefIndex in ich.Eduard-Mihai Burtescu-27/+12
2020-03-19rustc: use LocalDefId instead of DefIndex in HirId.Eduard-Mihai Burtescu-202/+139
2020-03-19rustc: use LocalDefId instead of DefIndex in hir::lowering.Eduard-Mihai Burtescu-57/+72
2020-03-19rustc: introduce DefId::as_local(self) -> Option<LocalDefId> and use it.Eduard-Mihai Burtescu-25/+36
2020-03-19rustc: rename DefId::to_local to expect_local and use it instead of LocalDefI...Eduard-Mihai Burtescu-21/+15
2020-03-19rustc: make LocalDefId's index field public like DefId's is.Eduard-Mihai Burtescu-6/+8
2020-03-19rustc_typeck: remove dead impl for `DefIndex`.Eduard-Mihai Burtescu-8/+1
2020-03-19rustc: use LocalDefId instead of DefIndex for query keys.Eduard-Mihai Burtescu-39/+31
2020-03-19update miriRalf Jung-7/+9
2020-03-19do not 'return' in 'throw_' macrosRalf Jung-11/+12
2020-03-19add basic IP support in HermitCoreStefan Lankes-87/+156
2020-03-19remove unused importsStefan Lankes-1/+0
2020-03-19Remove unused `ModuleConfig::emit_lto_bc` field.Nicholas Nethercote-3/+0
2020-03-19Rollup merge of #70088 - tmiasko:atomic-copy, r=eddybMazdak Farrokhzad-15/+15
2020-03-19Rollup merge of #70005 - GuillaumeGomez:code-block-signs, r=kinnisonMazdak Farrokhzad-13/+21
2020-03-19Rollup merge of #69969 - iximeow:sigstack-guard-page, r=cuviperMazdak Farrokhzad-5/+18
2020-03-19Rollup merge of #69959 - alexcrichton:fix-panic-in-print, r=Mark-SimulacrumMazdak Farrokhzad-4/+56
2020-03-19Rollup merge of #69929 - cuviper:unicode-13.0.0, r=Mark-SimulacrumMazdak Farrokhzad-445/+462
2020-03-19Rollup merge of #69814 - jonas-schievink:gen-ret-unw, r=ZoxcMazdak Farrokhzad-7/+138
2020-03-19Rollup merge of #69443 - ehuss:tidy-license, r=skade,Mark-SimulacrumMazdak Farrokhzad-343/+356
2020-03-19Rollup merge of #69036 - eddyb:monoshim, r=nikomatsakisMazdak Farrokhzad-32/+83
2020-03-19Add regression test for TAIT lifetime inference (issue #55099)Aaron Hill-0/+28
2020-03-18Properly handle Spans that reference imported SourceFilesAaron Hill-52/+234
2020-03-18Revert "Fix missing libLLVM.so in stage0 sysroot."Josh Stone-38/+0