summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2020-04-09Fix JSON file_name documentation for macros.Eric Huss-2/+5
2020-04-10Replace non-shorthand variables with _, not _varsapir-14/+18
2020-04-10Try to fix warning for unused variables in or patterns, issue #67691sapir-57/+140
2020-04-10Add tests for issue #67691sapir-0/+174
2020-04-09Consider methods on fundamental `impl` when method is not found on numeric typeEsteban Küber-4/+42
2020-04-09Auto merge of #70909 - marmeladema:issue70853/librustc_hir-local-def-id, r=eddybbors-57/+67
2020-04-09Avoid calling `fn_sig` query during `is_const_fn_raw`Dylan MacKenzie-17/+10
2020-04-09Add regression test for #69615Dylan MacKenzie-0/+28
2020-04-09Use `is_const_fn_raw` query for HIR const-checkingDylan MacKenzie-7/+7
2020-04-09mark a temporary hack as suchRalf Jung-1/+3
2020-04-09Use `Visitor` for `AlwaysLiveLocals`Dylan MacKenzie-14/+19
2020-04-09Explain why we remove `self` from storage live localsDylan MacKenzie-0/+1
2020-04-09Use new utility in `transform/generator.rs`Dylan MacKenzie-34/+40
2020-04-09Use new utility in `eval_context`Dylan MacKenzie-9/+10
2020-04-09Make `MaybeStorageLive` correct for all kinds of MIR bodiesDylan MacKenzie-5/+17
2020-04-09Add utility to find locals that don't use `Storage*` annotationsDylan MacKenzie-0/+43
2020-04-09Respect the comment: no root unless the borrow type is `Mut`Stein Somers-2/+2
2020-04-09Kill comment left behind by a last minute change in #70795Stein Somers-2/+0
2020-04-09Revert "Downgrade new_ret_no_self to pedantic"Philipp Krones-1/+1
2020-04-09Rollup merge of #70958 - Amanieu:android_try_reserve, r=Mark-SimulacrumMazdak Farrokhzad-0/+6
2020-04-09Rollup merge of #70939 - varkor:const-generics-regression-tests, r=CentrilMazdak Farrokhzad-0/+64
2020-04-09Rollup merge of #70902 - flip1995:clippyup, r=eddybMazdak Farrokhzad-14/+22
2020-04-09Rollup merge of #70900 - ehuss:update-cargo, r=ehussMazdak Farrokhzad-0/+0
2020-04-09Rollup merge of #70897 - RalfJung:miri, r=RalfJungMazdak Farrokhzad-7/+10
2020-04-09Disable try_reserve tests on AndroidAmanieu d'Antras-0/+6
2020-04-09Normalize MIR locals' types for generator layout computation.Oliver Scherer-1/+14
2020-04-09improve commentsmark-3/+3
2020-04-09Clean up E0511 explanationGuillaume Gomez-2/+3
2020-04-09Add regression test for #61522varkor-0/+40
2020-04-09Add regression test for #66596varkor-0/+24
2020-04-09Auto merge of #70943 - Centril:rollup-eowm2h3, r=Centrilbors-561/+892
2020-04-09tighten CTFE safety net for accesses to globalsRalf Jung-8/+23
2020-04-09simplify `vec!` macroWaffle-2/+1
2020-04-09Add lint on large const arraysThibsG-0/+7
2020-04-08de-abuse TyKind::Error: ice on missing slice typemark-10/+15
2020-04-08de-abuse TyKind::Error: handle empty slices in array patternsmark-15/+16
2020-04-09Rollup merge of #70918 - tobithiel:fix_forbid_override, r=davidtwcoMazdak Farrokhzad-2/+25
2020-04-09Rollup merge of #70916 - Centril:track-caller-ffi, r=eddybMazdak Farrokhzad-45/+81
2020-04-09Rollup merge of #70896 - cuviper:optional-chain, r=scottmcmMazdak Farrokhzad-154/+113
2020-04-09Rollup merge of #70868 - petrochenkov:linkorder, r=nagisa,mati865Mazdak Farrokhzad-261/+413
2020-04-09Rollup merge of #70822 - jonas-schievink:curse-of-the-recursion, r=ecstatic-m...Mazdak Farrokhzad-97/+152
2020-04-09Rollup merge of #70367 - nikomatsakis:issue-69307, r=Aaron1011Mazdak Farrokhzad-0/+62
2020-04-09Rollup merge of #67705 - lzutao:wmemchr, r=wesleywiserMazdak Farrokhzad-2/+46
2020-04-09Auto merge of #70860 - lcnr:has_local_value, r=nikomatsakisbors-58/+44
2020-04-09track_caller: support on FFI importsMazdak Farrokhzad-41/+52
2020-04-09Auto merge of #70936 - Dylan-DPC:rollup-2ng3e5h, r=Dylan-DPCbors-99/+211
2020-04-08Adjust Step::forward_checked docs for large typesCAD97-12/+7
2020-04-09Fix staticlib name for *-pc-windows-gnu targetsMateusz Mikuła-3/+8
2020-04-08Small tweaks to required bound spanEsteban Küber-325/+330
2020-04-08Use `PredicateObligation`s instead of `Predicate`sEsteban Küber-141/+280