about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-12-21Fix alignment for array indexingNikita Popov-0/+80
2018-12-21Stabilize #[repr(packed(N))]Taylor Cramer-73/+16
2018-12-21Update tests to changes on masterOliver Scherer-2/+10
2018-12-21Also test projectionsOliver Scherer-1/+18
2018-12-21Fix a recently introduces regressionOliver Scherer-5/+43
2018-12-21Auto merge of #55798 - GuillaumeGomez:version-display-associated-const, r=Qui...bors-2/+28
2018-12-20Point at coercion source on type errors for fn returning `impl Trait`Esteban Küber-0/+3
2018-12-21Enable emission of alignment attrs for pointer paramsNikita Popov-16/+16
2018-12-20Auto merge of #54125 - varkor:less-conservative-uninhabitedness-check, r=niko...bors-77/+75
2018-12-20Point to return span when writing `return;` on non-() fnEsteban Küber-3/+9
2018-12-20Auto merge of #56845 - GuillaumeGomez:const-docs, r=oli-obkbors-0/+43
2018-12-20Remove nil-enum testvarkor-24/+0
2018-12-20display rustc_private APIs as "Internal"Andy Russell-0/+10
2018-12-20split extra_scripts to handle root_path shenanigansQuietMisdreavus-0/+6
2018-12-20new --static-root-path flag for controlling static file locationsQuietMisdreavus-0/+18
2018-12-20CopyriteOliver Scherer-10/+0
2018-12-20Auto merge of #56647 - petrochenkov:dcrate2, r=alexcrichtonbors-2/+355
2018-12-20Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obkbors-1/+1
2018-12-20Add test for associated const version displayGuillaume Gomez-0/+26
2018-12-20Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelixbors-31/+57
2018-12-20Refactor and add comments to code in receiver_is_validMichael Hewson-12/+12
2018-12-20Stabilize `Rc`, `Arc` and `Pin` as method receiversMichael Hewson-40/+73
2018-12-20Auto merge of #56219 - arielb1:never-coerce-box, r=nikomatsakisbors-0/+62
2018-12-19Auto merge of #54252 - arielb1:deref-query, r=nikomatsakisbors-0/+34
2018-12-19suggest similar lint names for unknown lintsAndy Russell-24/+35
2018-12-20Workaround issues with crate loading during cross-compilationVadim Petrochenkov-3/+9
2018-12-19Do not interpret mismatches from pretty-printed `$crate` as token stream inva...Vadim Petrochenkov-58/+44
2018-12-19Reintroduce special pretty-printing for `$crate` when it's necessary for proc...Vadim Petrochenkov-10/+343
2018-12-19proc_macro: Accept `$crate` as an identifier if it comes from the compilerVadim Petrochenkov-0/+28
2018-12-19test: Ignore ui/target-feature-gate on sparc and sparc64John Paul Adrian Glaubitz-1/+3
2018-12-19test: Ignore ui/target-feature-gate on powerpc and powerpc64(le)John Paul Adrian Glaubitz-1/+4
2018-12-19Rollup merge of #56947 - hsivonen:neon, r=alexcrichtonPietro Albini-0/+2
2018-12-19Rollup merge of #56910 - estebank:unclosed-eof, r=oli-obkPietro Albini-0/+19
2018-12-19Rollup merge of #56908 - alexcrichton:new-features, r=oli-obkPietro Albini-1/+4
2018-12-19Rollup merge of #56907 - rumajo:master, r=kennytm,CentrilPietro Albini-4/+4
2018-12-19Rollup merge of #56772 - pnkfelix:issue-54153-linkage-sometimes-requires-opti...Pietro Albini-0/+5
2018-12-19Rollup merge of #56689 - QuietMisdreavus:rustdoc-lint-group, r=pnkfelixPietro Albini-0/+78
2018-12-19Set constness correctlyGuillaume Gomez-4/+4
2018-12-19FIXME(2665) remove fixme since the c files are included by the testsuiteNiv Kaminer-5/+1
2018-12-19FIXME(45992) remove fixme since the lint is being testedNiv Kaminer-1/+0
2018-12-19FIXME(31702) remove fixme, move auxiliaries to the right place and fix hr_lif...Niv Kaminer-6/+1
2018-12-19FIXME(21232) update fixme to point to the open issue about accepting partial ...Niv Kaminer-1/+1
2018-12-19FIXME(49824) remove fixme because there is no free region error anymoreNiv Kaminer-6/+5
2018-12-19FIXME(49821) remove fixme since a tip about let binding is givenNiv Kaminer-4/+2
2018-12-19FIXME(45827) remove comment since errors are reportedNiv Kaminer-12/+6
2018-12-19Auto merge of #56397 - petrhosek:file-search, r=cramertjbors-0/+27
2018-12-19fixed test, now it doesn't use a fundemental typeOzaren-4/+5
2018-12-18added test to show motivation for modified TryFrom implOzaren-0/+43
2018-12-18Remove no longer working testAlex Crichton-181/+0
2018-12-18Search other library paths when loking for link objectsPetr Hosek-0/+27