about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2019-09-25move function closer to its usageAleksey Kladov-13/+14
2019-09-25remove unused parametersAleksey Kladov-31/+1
2019-09-25Rollup merge of #64753 - ehuss:json-short-explain, r=Mark-SimulacrumMazdak Farrokhzad-2/+7
2019-09-25Rollup merge of #64746 - estebank:elide-impl-trait-obligations-on-err, r=cram...Mazdak Farrokhzad-193/+297
2019-09-25Rollup merge of #64743 - alexcrichton:update-cargo, r=nikomatsakisMazdak Farrokhzad-0/+0
2019-09-25Rollup merge of #64599 - csmoe:doc_async_reexport, r=nikomatsakisMazdak Farrokhzad-5/+60
2019-09-25Rollup merge of #64481 - tomtau:fix/tls-error-message, r=KodrAusMazdak Farrokhzad-2/+2
2019-09-25Rollup merge of #64428 - GuillaumeGomez:error-explanation-E0524, r=CentrilMazdak Farrokhzad-11/+72
2019-09-25Rollup merge of #64324 - alexcrichton:share-generics-again, r=michaelwoeristerMazdak Farrokhzad-433/+565
2019-09-24Don't emit explain with json short messages.Eric Huss-2/+7
2019-09-24Rollup merge of #64748 - Centril:fix-64744, r=estebankMazdak Farrokhzad-15/+62
2019-09-24Rollup merge of #64737 - jordins:master, r=steveklabnikMazdak Farrokhzad-4/+4
2019-09-24Rollup merge of #64725 - guanqun:typo-fix, r=zackmdavisMazdak Farrokhzad-1/+1
2019-09-24Rollup merge of #64721 - hman523:issue64447, r=estebankMazdak Farrokhzad-3/+2
2019-09-24Rollup merge of #64720 - Wind-River:master, r=alexcrichtonMazdak Farrokhzad-302/+2
2019-09-24Rollup merge of #64717 - andrewbanchich:master, r=joshtriplettMazdak Farrokhzad-3/+3
2019-09-24Rollup merge of #64702 - sinkuu:deps, r=jonas-schievinkMazdak Farrokhzad-15/+0
2019-09-24Rollup merge of #64698 - Centril:infer-const-with-stash, r=estebankMazdak Farrokhzad-188/+447
2019-09-24Rollup merge of #64689 - matklad:refactor-mbe, r=petrochenkovMazdak Farrokhzad-294/+297
2019-09-24Rollup merge of #64622 - ecstatic-morse:cycle-detector, r=oli-obkMazdak Farrokhzad-1/+230
2019-09-24Rollup merge of #64443 - Mark-Simulacrum:rustdoc-clean-1, r=GuillaumeGomezMazdak Farrokhzad-1450/+1480
2019-09-24Rollup merge of #64296 - KodrAus:chore/iter_order_by, r=CentrilMazdak Farrokhzad-3/+3
2019-09-24Rollup merge of #64016 - nnethercote:Compiler-fiddling, r=oli-obkMazdak Farrokhzad-21/+31
2019-09-24Rollup merge of #63934 - Aaron1011:fix/impl-trait-coherence, r=nikomatsakisMazdak Farrokhzad-6/+134
2019-09-24Rollup merge of #63356 - ali-raheem:issue#63183, r=KodrAusMazdak Farrokhzad-0/+25
2019-09-24Fix #64744 -- handle zero sub-pats case.Mazdak Farrokhzad-15/+62
2019-09-24Add additional tests for type alias impl trait coherenceAaron Hill-0/+71
2019-09-24fix rebaseEsteban Küber-1/+1
2019-09-24clean up, push silencing logic to more relevant placesEsteban Küber-41/+49
2019-09-24Remove blanket silencing of "type annotation needed" errorsEsteban Küber-160/+256
2019-09-24Update cargoAlex Crichton-0/+0
2019-09-24Fix coherence checking for impl trait in type aliasesAaron Hill-6/+63
2019-09-24fix several issues in String docsjordins-4/+4
2019-09-24Stabilize `str::len`, `[T]::len`, `is_empty` and `str::as_bytes` as const fnOliver Scherer-78/+114
2019-09-24bug-out asyncness query on non-local funtionscsmoe-11/+13
2019-09-24fix one typoGuanqun Lu-1/+1
2019-09-23changed a line from an if else to std::cmp::maxhman523-1/+1
2019-09-23Fixed issue from #64447hman523-3/+2
2019-09-23remove rtp.rs, and move rtpSpawn and RTP_ID_ERROR to libcBaoshan Pang-302/+2
2019-09-23Add convenience function for detecting cyclic CFGsDylan MacKenzie-0/+6
2019-09-23Add cycle detection for graphsDylan MacKenzie-1/+224
2019-09-23Allow using upstream generics in a dylib crate typeAlex Crichton-9/+26
2019-09-23cleanup librustc_errors Handler code.Mazdak Farrokhzad-143/+170
2019-09-23update testAndrew Banchich-3/+3
2019-09-23rustc: Fix mixing crates with different `share_generics`Alex Crichton-14/+93
2019-09-23rustc: Convert `dependency_formats` to a queryAlex Crichton-419/+455
2019-09-23stash_diagnostic: ICE in a different wayMazdak Farrokhzad-9/+18
2019-09-23Fix rebase conflictsAlex Crichton-1/+1
2019-09-23Remove `--enable-extended` from cross dist builderAlex Crichton-1/+0
2019-09-23rustbuild: Pass `-Zsave-analysis` during testsAlex Crichton-2/+1