about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-02-21Implement RFC 2532 – Associated Type DefaultsJonas Schievink-116/+218
2020-02-21Auto merge of #69330 - Centril:literally-melting-ice, r=eddybbors-0/+26
2020-02-20lit_to_const: gracefully bubble up type errors.Mazdak Farrokhzad-0/+26
2020-02-20Rollup merge of #69305 - estebank:consider-lt, r=Dylan-DPCMazdak Farrokhzad-51/+50
2020-02-20Rollup merge of #69185 - RalfJung:const-prop-lints, r=oli-obkMazdak Farrokhzad-1015/+1516
2020-02-20Rollup merge of #68877 - estebank:point-at-params, r=petrochenkovMazdak Farrokhzad-98/+167
2020-02-20Auto merge of #69145 - matthewjasper:mir-typeck-static-ty, r=nikomatsakisbors-0/+107
2020-02-20Auto merge of #69309 - Dylan-DPC:rollup-gjdqx7l, r=Dylan-DPCbors-0/+37
2020-02-20Rollup merge of #68978 - ecstatic-morse:const-int-pow, r=oli-obkDylan DPC-0/+37
2020-02-20Auto merge of #68847 - ecstatic-morse:const-impl, r=oli-obkbors-38/+313
2020-02-19Tweak binding lifetime suggestion textEsteban Küber-51/+50
2020-02-19fix 32bit-only testRalf Jung-1/+1
2020-02-19Update testsDylan MacKenzie-6/+28
2020-02-19Rollup merge of #69280 - ecstatic-morse:promote-shuffle-no-special-case, r=pe...Dylan DPC-20/+32
2020-02-19avoid excessive number of revisionsRalf Jung-452/+6
2020-02-18Add `#[rustc_args_required_const]` to `simd_shuffle` testsDylan MacKenzie-20/+32
2020-02-18Add passing test for `Add` on generic structDylan MacKenzie-0/+32
2020-02-18Add ignored test for associated types in const implDylan MacKenzie-0/+28
2020-02-18Test `rustc_const_unstable` on trait fnsDylan MacKenzie-0/+45
2020-02-18Ensure const impl cannot coexist with non-const implDylan MacKenzie-0/+67
2020-02-18Split const trait method test and impl `ops::Add`Dylan MacKenzie-2/+43
2020-02-18Add tests for calling trait methods on concrete typesDylan MacKenzie-38/+78
2020-02-19Auto merge of #69113 - ecstatic-morse:unified-dataflow-borrowed, r=wesleywiserbors-2/+7
2020-02-19Auto merge of #69241 - shahn:checked_add_revert, r=Mark-Simulacrum,lqdbors-0/+31
2020-02-18Revert "Remove `checked_add` in `Layout::repeat`"Sebastian Hahn-0/+31
2020-02-18better lint namesRalf Jung-91/+91
2020-02-18Rollup merge of #69236 - Centril:mut-parens-at-recovery, r=estebankMazdak Farrokhzad-11/+21
2020-02-18Rollup merge of #69217 - LeSeulArtichaut:remove-lint-impl-op, r=estebankMazdak Farrokhzad-61/+0
2020-02-18Rollup merge of #69211 - petrochenkov:prevtok, r=CentrilMazdak Farrokhzad-6/+41
2020-02-18Rollup merge of #69194 - Centril:assoc-extern-fuse, r=petrochenkovMazdak Farrokhzad-122/+706
2020-02-18Rollup merge of #69159 - estebank:use-appropriate-lt-name, r=ecstatic-morseMazdak Farrokhzad-7/+27
2020-02-18Rollup merge of #69146 - matthewjasper:literal-qualif, r=eddybMazdak Farrokhzad-4/+6
2020-02-18Rollup merge of #69200 - jonas-schievink:yield-print, r=eddyb,ZoxcDylan DPC-1/+1
2020-02-18Rollup merge of #69192 - JohnTitor:add-tests, r=CentrilDylan DPC-0/+159
2020-02-18Rollup merge of #69223 - spunit262:empty-string-gdb-version, r=Dylan-DPCYuki Okushi-0/+1
2020-02-18Rollup merge of #69175 - estebank:shall-not-ice, r=petrochenkovYuki Okushi-0/+15
2020-02-18Rollup merge of #67272 - fisherdarling:master, r=varkor,hellow554Yuki Okushi-0/+71
2020-02-17Add a test for proc macro generating `$ IDENT`Vadim Petrochenkov-0/+35
2020-02-17parser: Do not call `bump` recursivelyVadim Petrochenkov-6/+6
2020-02-17parse: recover `mut (x @ y)` as `(mut x @ mut y)`.Mazdak Farrokhzad-11/+21
2020-02-17Do not emit note suggesting to implement trait to foreign typeLeSeulArtichaut-61/+0
2020-02-17Auto merge of #69129 - Centril:macro-legacy-errors, r=petrochenkovbors-36/+21
2020-02-16Do not ICE when encountering `yield` inside `async` blockEsteban Küber-0/+15
2020-02-16Select an appropriate unused lifetime name in suggestionEsteban Küber-7/+27
2020-02-17Rename `FunctionRetTy` to `FnRetTy`Yuki Okushi-1/+1
2020-02-16Handle recursion_limit parsing errorsFisher Darling-0/+71
2020-02-16Ignore GDB versions with broken str printing.spunit262-0/+1
2020-02-16Auto merge of #67885 - tobithiel:fix_group_lint_allow_override, r=Mark-Simula...bors-0/+7
2020-02-16suspend -> yieldJonas Schievink-1/+1
2020-02-16Auto merge of #68814 - Aaron1011:fix/proc-macro-order-two, r=petrochenkovbors-1/+22