about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-21Rollup merge of #64347 - GuillaumeGomez:E0312, r=oli-obkMazdak Farrokhzad-3/+50
2019-09-21Rollup merge of #64342 - glorv:master, r=varkorMazdak Farrokhzad-45/+56
2019-09-21Rollup merge of #64136 - crgl:doc-from-parser-lhs, r=CentrilMazdak Farrokhzad-0/+7
2019-09-21Rollup merge of #64010 - c410-f3r:stabilize-attrs-fn, r=CentrilMazdak Farrokhzad-204/+93
2019-09-21Auto merge of #64047 - timvermeulen:cmp_min_max_by, r=cuviperbors-34/+129
2019-09-20Auto merge of #64584 - nikomatsakis:issue-64477-generator-capture-types, r=eddybbors-55/+260
2019-09-20Auto merge of #64553 - alexcrichton:windows-bash-install-scripts, r=Mark-Simu...bors-38/+39
2019-09-20Auto merge of #64498 - estebank:point-at-arg, r=Centrilbors-371/+499
2019-09-20Auto merge of #64576 - pietroalbini:split-aws-tokens, r=alexcrichtonbors-7/+10
2019-09-19add commentsEsteban Küber-0/+8
2019-09-19add a mir-opt test that we don't add the spurious dropNiko Matsakis-0/+24
2019-09-19remove duplicated codeEsteban Küber-9/+0
2019-09-19review commentsEsteban Küber-2/+2
2019-09-19review commentsEsteban Küber-18/+33
2019-09-19When possible, suggest fn callEsteban Küber-32/+64
2019-09-19Review comment: move to its own methodEsteban Küber-20/+35
2019-09-19Ignore obligations coming from desugared call spansEsteban Küber-289/+195
2019-09-19When possible point at argument causing item obligation failureEsteban Küber-513/+674
2019-09-19fix mir-opt testsNiko Matsakis-24/+17
2019-09-19whoops, only trigger this path for avoiding DROP, not StorageDeadNiko Matsakis-8/+8
2019-09-19fix tests for 2018Niko Matsakis-0/+4
2019-09-19Rollup merge of #64613 - alexcrichton:less-doc-copies, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-09-19Rollup merge of #64611 - alexcrichton:no-libstd-twice, r=Mark-SimulacrumMazdak Farrokhzad-1/+1
2019-09-19Rollup merge of #64606 - adrianheine:patch-1, r=sfacklerMazdak Farrokhzad-1/+1
2019-09-19Rollup merge of #64601 - grovesNL:two-backticks, r=jonas-schievinkMazdak Farrokhzad-5/+5
2019-09-19Rollup merge of #64592 - Aaron1011:feature/unreachable-span, r=CentrilMazdak Farrokhzad-14/+372
2019-09-19Rollup merge of #63448 - RalfJung:miri-discriminant, r=eddybMazdak Farrokhzad-27/+253
2019-09-20factor out pluralisation remains after #64280gaolei-45/+56
2019-09-19avoid generating drops for moved operands of callsNiko Matsakis-4/+147
2019-09-19rustbuild: Copy crate doc files fewer timesAlex Crichton-1/+1
2019-09-19rustbuild: Don't package libstd twiceAlex Crichton-1/+1
2019-09-19make clear that `invalidate` just replaces with `default`Niko Matsakis-2/+1
2019-09-19azure: Convert Windows installations scripts to `bash`Alex Crichton-38/+39
2019-09-19replace boolean with lazy iterationNiko Matsakis-19/+20
2019-09-19Remove unnecessary `mut` in doc exampleAdrian Heine né Lang-1/+1
2019-09-19first determine if the variant is a niche-variant, then compute absolute variantRalf Jung-15/+17
2019-09-19Auto merge of #64545 - nnethercote:ObligForest-more, r=nmatsakisbors-118/+139
2019-09-19ci: split aws credentials in two separate users with scoped permsPietro Albini-7/+10
2019-09-18Fix backticks in documentationJoshua Groves-5/+5
2019-09-19Rollup merge of #64591 - jamesmunns:grammar-fix, r=jonas-schievinkMazdak Farrokhzad-16/+16
2019-09-19Rollup merge of #64566 - ecstatic-morse:generic-dataflow, r=oli-obkMazdak Farrokhzad-0/+514
2019-09-19Rollup merge of #64554 - lqd:polonius_tests4, r=nikomatsakisMazdak Farrokhzad-4/+42
2019-09-19Rollup merge of #64536 - Aaron1011:cargo-crate-type, r=ehussMazdak Farrokhzad-0/+1
2019-09-18Merge inherent impl blocks for `DivergesAaron Hill-10/+8
2019-09-18Update CargoAaron Hill-0/+1
2019-09-18Another formatting fixAaron Hill-1/+1
2019-09-18Use 'if let' instead of 'match'Aaron Hill-11/+7
2019-09-18Introduce Diverges::always constructorAaron Hill-11/+15
2019-09-18Apply formatting fixesAaron Hill-9/+9
2019-09-18Some formatting cleanupAaron Hill-8/+7