about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-24add a rustdoc comment to the reservation implNiko Matsakis-0/+5
2019-09-24nit: update error text to cite tracking issueNiko Matsakis-7/+3
2019-09-24nit: update text to avoid "lattice specialization" termNiko Matsakis-5/+8
2019-09-24remove outdated fixmeNiko Matsakis-1/+0
2019-09-24cite reservation impls tracking issueNiko Matsakis-0/+3
2019-09-24improve commentAriel Ben-Yehuda-4/+4
2019-09-24add test for lattice specializationAriel Ben-Yehuda-0/+56
2019-09-24add error message for caseAriel Ben-Yehuda-8/+43
2019-09-24improve commentsAriel Ben-Yehuda-2/+2
2019-09-24resolve the rustc_reservation_impl attribute in 1 placeAriel Ben-Yehuda-66/+112
2019-09-24improve and add testsAriel Ben-Yehuda-1/+85
2019-09-24reserve `impl<T> From<!> for T`Ariel Ben-Yehuda-26/+87
2019-09-24Update cargoAlex Crichton-0/+0
2019-09-24Fix coherence checking for impl trait in type aliasesAaron Hill-6/+63
2019-09-24Add some more testsgnzlbg-27/+296
2019-09-24Move tests to SIMD subdirectorygnzlbg-10/+10
2019-09-24Add a fail testgnzlbg-0/+36
2019-09-24Add const-eval support for SIMD types, insert, and extractgnzlbg-2/+143
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-24Stabilize UdpSocket::peer_addrmessense-3/+1
2019-09-24bug-out asyncness query on non-local funtionscsmoe-11/+13
2019-09-23Just delete the overrides now that they match the default implementationsScott McMurray-62/+1
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-23Make all alt builders produce parallel-enabled compilersMark Rousskov-0/+3
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-23Remove whitespace from testnameGeorg Semmler-0/+0
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
2019-09-23Tweak libserialize allowsAlex Crichton-2/+2
2019-09-23No need to remove target-specific RUSTFLAGSAlex Crichton-5/+3
2019-09-23Add `#![deny(warnings)]` to internal toolsAlex Crichton-17/+33
2019-09-23Fix compiling libserialize testsAlex Crichton-0/+4
2019-09-23Stylistic changesAlex Crichton-13/+7