about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-22Rename miri component to miri-previewMateusz Mikuła-3/+4
2019-03-22Auto merge of #59035 - estebank:closure-instacall, r=davidtwcobors-1/+53
2019-03-22Add tracking issue number for `seek_convenience`Lukas Kalbertodt-2/+2
2019-03-22Auto merge of #58995 - Centril:refactor-build-manifest, r=alexcrichtonbors-204/+197
2019-03-22Auto merge of #59031 - estebank:recover-from-comaless, r=petrochenkovbors-43/+78
2019-03-22Fix ICE with const generic param in structvarkor-17/+48
2019-03-21Auto merge of #58981 - estebank:elseless-if, r=davidtwcobors-3/+135
2019-03-21Include llvm-ar with llvm-tools componentPhilipp Oppermann-0/+1
2019-03-21Fix invalid returned types generationGuillaume Gomez-46/+63
2019-03-21Add bounds for return types as wellGuillaume Gomez-30/+59
2019-03-21Improve bounds searchGuillaume Gomez-52/+11
2019-03-21Small generics search improvementGuillaume Gomez-1/+4
2019-03-21Greatly improve generics handling in rustdoc searchGuillaume Gomez-22/+273
2019-03-21Unify OsString/OsStr for byte-based implementationsJethro Beekman-809/+186
2019-03-21Move one test from run-make-fulldeps to uiVadim Petrochenkov-50/+57
2019-03-21hygiene: Fix identifier comparison in impl overlap checkVadim Petrochenkov-1/+36
2019-03-21Wrapped a line such that it does not exceed 100 characters.Christian-1/+2
2019-03-21Changed inline code by using a single quote.Christian-20/+20
2019-03-21Added back a reference to "the book"Christian-2/+2
2019-03-21review fixesSaleem Jaffer-56/+38
2019-03-21FreeBSD 10.x is EOL, in FreeBSD 11 and later, ss_sp is actually a void* [1]MikaelUrankar-2/+2
2019-03-21use suggestions for "enum instead of variant" errorAndy Russell-47/+118
2019-03-21Auto merge of #58422 - LukasKalbertodt:seek-convenience, r=alexcrichtonbors-2/+134
2019-03-21Fixed indentation of list items.Christian-4/+2
2019-03-21Reformatted the text such that the line length does not exceed 100.Christian-15/+22
2019-03-21Fix undefined behavior in hint::spin_loop for x86 targets without SSE2gnzlbg-6/+25
2019-03-21Auto merge of #58927 - GuillaumeGomez:default-keyword, r=QuietMisdreavusbors-7/+51
2019-03-21Auto merge of #58913 - Milack27:patch_buf_reader, r=joshtriplettbors-2/+45
2019-03-21Auto merge of #58902 - matthewjasper:generator-cleanup-blocks, r=davidtwcobors-60/+129
2019-03-20Auto merge of #58897 - Mark-Simulacrum:tool-rework, r=alexcrichtonbors-62/+99
2019-03-20Fix f64 testJacob Kiesel-1/+1
2019-03-21cleanup: Remove compile-fail-fulldeps directory againVadim Petrochenkov-45/+0
2019-03-20Initial version of the documentation change of std::convert.Christian-85/+85
2019-03-20rustc: Allow using `clang` for wasm32 targetsAlex Crichton-107/+174
2019-03-20Fix formatting and add unit tests for panic casesJacob Kiesel-2/+38
2019-03-20Add NAN test to docsJacob Kiesel-0/+2
2019-03-20expand the fixmeNiko Matsakis-1/+4
2019-03-20refactor so that `relate_ty_var` can accommodate vid on a or b sideNiko Matsakis-22/+130
2019-03-20nll_relate/mod.rs: rustfmtNiko Matsakis-25/+27
2019-03-20Fix a bug in implied boundsscalexm-7/+36
2019-03-20Fix a bug in chalk loweringscalexm-1/+8
2019-03-20Add unsize impls for arraysscalexm-0/+88
2019-03-20Reorganize `chalk_context::program_clauses`scalexm-319/+343
2019-03-20Gather region constraints not coming from unificationscalexm-57/+34
2019-03-20Fix a bug in chalk unification codescalexm-2/+14
2019-03-20Tweak incorrect escaped char diagnosticEsteban Küber-72/+51
2019-03-20Update testsvarkor-182/+179
2019-03-20Unify E0109, E0110 and E0111 errorsvarkor-16/+13
2019-03-20Unify E0109, E0110 and E0111 diagnostic messagesvarkor-25/+14
2019-03-20Add a test for size_of Option<ThreadId>Simon Sapin-1/+7