about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2019-03-22Rollup merge of #59190 - greg-kargin:master, r=sanxiynMazdak Farrokhzad-56/+56
2019-03-22Rollup merge of #59172 - varkor:contributing-contributions, r=steveklabnikMazdak Farrokhzad-23/+29
2019-03-22Rollup merge of #59170 - varkor:const-generics-rustdoc, r=QuietMisdreavus,eddybMazdak Farrokhzad-117/+156
2019-03-22Rollup merge of #59106 - LinusU:udp-peer-addr, r=kennytmMazdak Farrokhzad-2/+69
2019-03-22Auto merge of #58953 - jethrogb:jb/unify-ffi, r=alexcrichtonbors-809/+186
2019-03-22Auto merge of #57810 - MikaelUrankar:stack_t_bsd, r=nagisabors-66/+66
2019-03-22Expand `impl FromIterator for Result` doc to include examples of `Err` and ea...Felix S. Klock II-0/+28
2019-03-22Expand `impl FromIterator for Option` doc to include example of early termina...Felix S. Klock II-0/+20
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-21Auto merge of #58948 - petrochenkov:overlap, r=cramertjbors-1/+36
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-21Update cargoMikaelUrankar-64/+64
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-20Update build instructions in README.mdEddie Kovsky-0/+16
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