about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-10-04Auto merge of #44901 - michaelwoerister:on-demand-eval, r=nikomatsakisbors-19/+14
2017-10-03Auto merge of #44949 - QuietMisdreavus:rustdoctest-dirs, r=nikomatsakisbors-0/+3
2017-10-03Auto merge of #44922 - zilbuz:issue-44596/E0594, r=pnkfelixbors-5/+44
2017-10-03Auto merge of #44920 - vi:rustdoc_implementors_src_link, r=GuillaumeGomezbors-0/+24
2017-10-03Auto merge of #44966 - zackmdavis:no_mangle_no_snake, r=aturonbors-0/+18
2017-10-02rustdoc: Remove cruft from the testVitaly _Vi Shukela-14/+4
2017-10-02incr.comp.: Use red/green tracking for CGU re-use.Michael Woerister-19/+14
2017-10-02Auto merge of #44959 - arielb1:generic-errors, r=eddybbors-1/+75
2017-10-02fix handling of `Self`Ariel Ben-Yehuda-15/+46
2017-10-02Auto merge of #44942 - zackmdavis:lint_suggestions, r=estebankbors-3/+94
2017-10-01correct unused-parens lint suggestion to strip exact pairZack M. Davis-0/+26
2017-10-01make non_snake_case lint allow extern no-mangle functionsZack M. Davis-0/+18
2017-10-01handle nested generics in Generics::type_param/region_paramAriel Ben-Yehuda-1/+44
2017-10-01Auto merge of #44945 - petrochenkov:fixtyrec, r=arielb1bors-3/+22
2017-10-01Auto merge of #44906 - dkl:main-signature, r=nagisabors-0/+55
2017-09-30test: Update target specs test for new target-c-int-width fieldDaniel Klauer-0/+3
2017-09-30code suggestions for unused-mut, while-true lints; UI testZack M. Davis-2/+67
2017-09-30code suggestion for deprecated-attribute lintZack M. Davis-1/+1
2017-09-30let htmldocck.py check for directoriesQuietMisdreavus-0/+3
2017-09-30Auto merge of #44783 - alexcrichton:lto-codegen-units, r=michaelwoeristerbors-0/+15
2017-09-30Do not require semantic types for all syntactic types when there are type errorspetrochenkov-3/+22
2017-09-30rustc: Use 16bit c_int for msp430Daniel Klauer-0/+35
2017-09-30rustc: Enable LTO and multiple codegen unitsAlex Crichton-0/+15
2017-09-30rustdoc: A test for local and foreign [src] trait impl linksVitaly _Vi Shukela-0/+34
2017-09-29Rollup merge of #44287 - Eh2406:master, r=aturonMark Simulacrum-2/+95
2017-09-29Rollup merge of #44124 - gaurikholkar:return_self, r=arielb1Mark Simulacrum-100/+36
2017-09-29Auto merge of #42526 - huntiep:try_opt, r=nikomatsakisbors-0/+47
2017-09-29Auto merge of #44866 - mdevlamynck:impl-trait, r=eddybbors-0/+38
2017-09-29mir-borrowck: Factorize error message for `cannot_assign_static()` between AS...Basile Desloges-5/+44
2017-09-29Auto merge of #44853 - alexcrichton:debug-codegen-units, r=michaelwoeristerbors-14/+17
2017-09-29Auto merge of #44847 - estebank:unused-signature, r=nikomatsakisbors-9/+81
2017-09-29Auto merge of #44811 - zilbuz:issue-44596/E0506, r=arielb1bors-37/+150
2017-09-28Auto merge of #44528 - tmnilsson:attr_proc_macro_cfg_process, r=jseyfriedbors-0/+121
2017-09-28test: Check native main() signatureDaniel Klauer-0/+17
2017-09-28Auto merge of #44806 - KiChjang:mir-err-notes-2, r=pnkfelixbors-5/+18
2017-09-27Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomezbors-3/+35
2017-09-27Add UI testsHunter Praska-0/+47
2017-09-27Apply attr proc macros before cfg processingTomas Nilsson-0/+121
2017-09-27Auto merge of #44709 - Badel2:inclusive-range-dotdoteq, r=petrochenkovbors-54/+93
2017-09-26Add span label to E0384 for MIR borrowckKeith Yeung-5/+18
2017-09-27Auto merge of #44802 - sfackler:vecdeque-oob, r=Gankrobors-0/+25
2017-09-26Auto merge of #44757 - jseyfried:fix_bad_derive_collection, r=nrcbors-0/+28
2017-09-26mir-borrowck: Edit compile-fail tests with E0506 error to also test on MIR bo...Basile Desloges-37/+150
2017-09-26fix test referenceNiko Matsakis-1/+1
2017-09-26remove random newlines from error messages, fix compile-fail testNiko Matsakis-11/+6
2017-09-26use present tense consistently and update referencesNiko Matsakis-4/+4
2017-09-26modify message for return time having multiple lifetimesgaurikholkar-32/+25
2017-09-26merge fixes, addressing CR commentsgaurikholkar-76/+24
2017-09-26impl Trait in argument position desugaring:Matthias Devlamynck-0/+38
2017-09-26rustc: Default 32 codegen units at O0Alex Crichton-14/+17