about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2020-05-01Remove recommendation for unmaintained crateJacob Kiesel-1/+1
2020-05-02Auto merge of #71776 - Dylan-DPC:rollup-k1iuuow, r=Dylan-DPCbors-1777/+105
2020-05-01Uncomment test code for failure to use `Box::pin`Esteban Küber-16/+95
2020-05-01Use a non-existent test path instead of clobbering /dev/nullJosh Stone-4/+8
2020-05-01Rollup merge of #71762 - tshepang:typo, r=jonas-schievinkDylan DPC-1/+1
2020-05-01Rollup merge of #71761 - tshepang:missing-target, r=jonas-schievinkDylan DPC-1/+1
2020-05-01Rollup merge of #71760 - LeSeulArtichaut:document-unsafety, r=Mark-SimulacrumDylan DPC-4/+8
2020-05-01Rollup merge of #71758 - jackh726:chalk-remove, r=jackh726Dylan DPC-1768/+5
2020-05-01Rollup merge of #71018 - lcnr:custom-const-param, r=eddybDylan DPC-3/+90
2020-05-01Auto merge of #69808 - cjgillot:vtbl, r=pnkfelixbors-103/+240
2020-05-01doc: misc rustdoc thingsTshepang Lekhonkhobe-5/+7
2020-05-01doc: make Stack and StackElement a little prettyTshepang Lekhonkhobe-4/+6
2020-05-01Remove leftover chalk typesJack Huey-1768/+5
2020-05-01doc: this resulted in a link pointing to a non-existent targetTshepang Lekhonkhobe-1/+1
2020-05-01doc: reference does not exist, probably a typoTshepang Lekhonkhobe-1/+1
2020-05-01Auto merge of #71759 - Dylan-DPC:rollup-5hncork, r=Dylan-DPCbors-30/+12
2020-05-01Document unsafety for `*const T` and `*mut T`LeSeulArtichaut-4/+8
2020-05-01Rollup merge of #71755 - tshepang:fix-comment, r=jonas-schievinkDylan DPC-1/+1
2020-05-01Rollup merge of #71752 - tshepang:more-readable, r=jonas-schievinkDylan DPC-2/+6
2020-05-01Rollup merge of #71749 - RalfJung:miri-error-print, r=oli-obkDylan DPC-2/+2
2020-05-01Rollup merge of #71747 - spastorino:safety-scheme-around-consts-cleanup, r=ol...Dylan DPC-19/+3
2020-05-01Rollup merge of #71744 - tshepang:obsolete-comment, r=Dylan-DPCDylan DPC-6/+0
2020-05-01Auto merge of #5548 - matthiaskrgr:traget_os, r=flip1995bors-0/+1
2020-05-01Rename `bitcode-in-rlib` option to `embed-bitcode`Alex Crichton-48/+39
2020-05-01fix doc referenceTshepang Lekhonkhobe-1/+1
2020-05-01Remove a comment that made only sense in the original position of this cycle ...Oliver Scherer-3/+1
2020-05-01Mark query function as must_use.Camille GILLOT-56/+57
2020-05-01Name test appropriately and link to the issues it regress-checks forOliver Scherer-0/+5
2020-05-01Add new tests and bless old testsLeSeulArtichaut-12/+286
2020-05-01Don't copy bytecode files into the incr. comp. cache.Nicholas Nethercote-45/+19
2020-05-01make Stability docs a bit more readable, and fix some rustdoc warningsTshepang Lekhonkhobe-2/+6
2020-05-01Prevent functions with `#[target_feature]` to be coerced to safe function poi...LeSeulArtichaut-2/+34
2020-05-01Prevent calls to functions with `#[target_feature]` in safe contextsLeSeulArtichaut-1/+25
2020-05-01Move recursion check for zsts back to read site instead of access check site.Oliver Scherer-12/+37
2020-05-01Restrict access.Camille GILLOT-1/+1
2020-05-01Inline a few things.Camille GILLOT-1/+8
2020-05-01Monomorphise the interface.Camille GILLOT-29/+72
2020-05-01Move the DepNode construction to librustc_query_system.Camille GILLOT-36/+46
2020-05-01Monomorphise try_execute_query.Camille GILLOT-43/+38
2020-05-01fix Miri error message paddingRalf Jung-2/+2
2020-05-01Monomorphise try_start.Camille GILLOT-18/+26
2020-05-01Monomorphise try_execute_anon_query.Camille GILLOT-15/+34
2020-05-01Remove deadcode in eval_mir_constant_to_operandSantiago Pastorino-19/+3
2020-05-01Monomorphise load_from_disk_and_cache_in_memory.Camille GILLOT-18/+45
2020-05-01Monomorphise force_query_with_job.Camille GILLOT-13/+41
2020-05-01Auto merge of #71742 - matthiaskrgr:submodule_upd, r=Dylan-DPCbors-0/+0
2020-05-01Allow `#[target_feature]` on safe functionsLeSeulArtichaut-8/+47
2020-05-01Note that try_validation_pat can take a format str directly.jumbatm-0/+9
2020-05-01Manually format macro to not go over text width.jumbatm-2/+8
2020-05-01Expect at least one expr for p, what_fmt and expected_fmt.jumbatm-2/+2