about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-19rustbuild: Turn down compression on exe installersAlex Crichton-3/+3
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-19add is_async_fn querycsmoe-0/+19
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-18Add explanation to type mismatch involving type params and assoc typesEsteban Küber-23/+181
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
2019-09-18Make note better when all arms in a `match` divergeAaron Hill-16/+60
2019-09-19Restore whitespaceJames Munns-3/+3
2019-09-18Point at original span when emitting unreachable lintAaron Hill-11/+328
2019-09-19Fix a minor grammar nit, update UI testsJames Munns-19/+19
2019-09-19Add a comment to `Compiler::compile()`.Nicholas Nethercote-3/+9
2019-09-19Add a specialized version of `shallow_resolve()`.Nicholas Nethercote-9/+39
2019-09-18Split line to fix tidyGeorg Semmler-1/+2
2019-09-19Use explicit iteration instead of `all()` in `process_obligation()`.Nicholas Nethercote-4/+11
2019-09-18Add more testsGeorg Semmler-0/+439
2019-09-18don't record all intermediate adjustment typesNiko Matsakis-6/+47
2019-09-18Rollup merge of #64580 - ehuss:update-books, r=ehussTyler Mandry-0/+0
2019-09-18Rollup merge of #64578 - max-sixty:22656-lldb-8, r=alexcrichtonTyler Mandry-1/+1
2019-09-18Rollup merge of #64532 - ecstatic-morse:dataflow-cursor-get, r=tmandryTyler Mandry-48/+17
2019-09-18Rollup merge of #64348 - arnohaase:pr_documentation_spin_loop_hint, r=alexcri...Tyler Mandry-29/+20
2019-09-18Rollup merge of #64207 - sinkuu:pub_dataflow, r=tmandryTyler Mandry-10/+10
2019-09-18Fix bug where `is_call_return_effect_applied` was never setDylan MacKenzie-0/+1
2019-09-18Update booksEric Huss-0/+0
2019-09-18Add summary of the current state and future plansDylan MacKenzie-0/+18
2019-09-18fix debuginfo/issue22656 with LLDB 8Maximilian Roos-1/+1
2019-09-18Publish `rustc_mir::dataflow` and remove `#[allow(unused)]`Dylan MacKenzie-6/+1
2019-09-18Fix typoDylan MacKenzie-1/+1
2019-09-18Use an associated const for `name`Dylan MacKenzie-2/+2