about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-03-16Add tests for malformed input in `#[proc_macro_derive]`Vadim Petrochenkov-84/+118
2019-03-16Rollup merge of #59231 - matklad:copied, r=Centrilkennytm-7/+2
2019-03-16Rollup merge of #59221 - czipperz:as_ref_documentation, r=Centrilkennytm-4/+4
2019-03-16Rollup merge of #59212 - mati865:musl_toolchain, r=alexcrichtonkennytm-0/+1
2019-03-16Rollup merge of #59208 - kenta7777:reduce-code-repetition, r=oli-obkkennytm-8/+4
2019-03-16Rollup merge of #59206 - sntdevco:master, r=dtolnaykennytm-39/+39
2019-03-16Rollup merge of #59204 - o01eg:diag-rustdoc, r=alexcrichtonkennytm-2/+8
2019-03-16Rollup merge of #59201 - lambda:remove-repr-simd-isize-usize-restriction, r=a...kennytm-12/+34
2019-03-16Rollup merge of #59185 - lukaslueg:patch-2, r=cramertjkennytm-4/+2
2019-03-16Rollup merge of #59180 - taiki-e:try_blocks, r=scottmcmkennytm-9/+7
2019-03-16Rollup merge of #59175 - Zoxc:fix-process-test, r=alexcrichtonkennytm-2/+2
2019-03-16Rollup merge of #59173 - emilio:llvm-suffix, r=Mark-Simulacrumkennytm-1/+27
2019-03-16Rollup merge of #59169 - tmandry:allow-features-flag, r=cramertjkennytm-4/+98
2019-03-16Rollup merge of #59158 - Manishearth:fix-minification, r=GuillaumeGomezkennytm-5/+1
2019-03-16Rollup merge of #59156 - davidtwco:issue-55809, r=nikomatsakiskennytm-0/+30
2019-03-16Rollup merge of #59152 - smmalis37:range_contains, r=SimonSapinkennytm-34/+20
2019-03-16Rollup merge of #59147 - jethrogb:jb/time-tests, r=sfacklerkennytm-9/+2
2019-03-16Rollup merge of #59146 - estebank:suggest-return-lt, r=varkorkennytm-5/+76
2019-03-16Rollup merge of #59139 - oli-obk:unions_are_a_good_thing, r=RalfJungkennytm-13/+24
2019-03-16Rollup merge of #59118 - seanmonstar:alias-where-self-ice, r=alexregkennytm-2/+29
2019-03-16Rollup merge of #59102 - newpavlov:duration_float, r=alexcrichtonkennytm-11/+129
2019-03-16Rollup merge of #59082 - alexreg:cosmetic-2-doc-comments, r=Centrilkennytm-36/+39
2019-03-16Rollup merge of #59079 - euclio:macro-semi, r=estebankkennytm-24/+85
2019-03-16Rollup merge of #59072 - RalfJung:miri-alloc-tests, r=kennytmkennytm-91/+3
2019-03-16Rollup merge of #59037 - Manishearth:intra-doc-false, r=QuietMisdreavuskennytm-0/+6
2019-03-16Rollup merge of #59036 - dlrobertson:fix_59021, r=estebankkennytm-1/+21
2019-03-16Rollup merge of #59025 - aoikonomopoulos:issue-57924, r=varkorkennytm-59/+69
2019-03-16Rollup merge of #59009 - sfackler:fix-sgx-vectors, r=alexcrichtonkennytm-32/+34
2019-03-16Stabilize Option::copiedAleksey Kladov-7/+2
2019-03-16Rollup merge of #58976 - phil-opp:patch-2, r=alexcrichtonkennytm-1/+1
2019-03-16Rollup merge of #58949 - jethrogb:jb/sgx-thread-id, r=joshtriplettkennytm-0/+6
2019-03-16Rollup merge of #58941 - wzssyqa:master, r=alexcrichtonkennytm-0/+115
2019-03-16Rollup merge of #58938 - dlrobertson:fix_58280, r=joshtriplettkennytm-7/+7
2019-03-16Rollup merge of #58933 - SimonSapin:alloc-prelude-v1, r=Amanieukennytm-19/+27
2019-03-16Rollup merge of #58901 - ebarnard:just-copying, r=sfacklerkennytm-2/+108
2019-03-16Rollup merge of #58873 - GuillaumeGomez:fix-auto-hide-method-doc, r=QuietMisd...kennytm-32/+37
2019-03-16Rollup merge of #58855 - alexcrichton:wasm-multithreaded-alloc, r=fitzgenkennytm-15/+80
2019-03-16Rollup merge of #58854 - alexcrichton:update-windows, r=Mark-Simulacrumkennytm-0/+0
2019-03-15Option and Result: Add references to documentation of as_ref and as_mutChris Gregory-4/+4
2019-03-15Auto merge of #58556 - oli-obk:imperative_recursion, r=pnkfelixbors-39/+165
2019-03-16a simple refactoring and removing comment.kenta7777-2/+1
2019-03-16removed some unnecessary comments.kenta7777-2/+0
2019-03-15Add x86_64 musl host to the manifestMateusz MikuĊ‚a-0/+1
2019-03-15Auto merge of #58140 - eddyb:advent-of-print, r=nikomatsakisbors-2933/+3407
2019-03-15Remove restriction on isize/usize in repr(simd)Brian Campbell-12/+34
2019-03-15reduced a code repetition related to bit operation.kenta7777-4/+3
2019-03-15rustbuild: remove obsolete fulldeps behavior from src/test/pretty tests, and ...Eduard-Mihai Burtescu-10/+3
2019-03-15Fix rebase fallout and address some review comments.Eduard-Mihai Burtescu-1/+9
2019-03-15we can now print on entering/leaving the topmost frame, and make sure it stay...Ralf Jung-16/+13
2019-03-15rustc: print ExistentialProjection with spaces around `=`, e.g. `dyn Foo<A = ...Eduard-Mihai Burtescu-21/+21