about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-01-07Rollup merge of #47170 - eddyb:us-vs-usize, r=nikomatsakiskennytm-0/+6
2018-01-06Auto merge of #47099 - SergioBenitez:master, r=jseyfriedbors-0/+240
2018-01-06Auto merge of #47083 - CAD97:issue-46976, r=nikomatsakisbors-0/+12
2018-01-06Auto merge of #47155 - nerd2:debuginfo_test_fix, r=alexcrichtonbors-2/+63
2018-01-05Disable failing tests temporarilySam-2/+25
2018-01-05Auto merge of #46907 - varkor:contrib-8, r=nagisabors-0/+8
2018-01-05Auto merge of #46739 - arielb1:simple-loops, r=nikomatsakisbors-0/+25
2018-01-04Auto merge of #46916 - michaelwoerister:generate-dead-code-plz, r=alexcrichtonbors-0/+27
2018-01-04Auto merge of #47147 - projektir:to_ptr_cast, r=eddybbors-0/+18
2018-01-04Generate code for const- and inline-fns if -Clink-dead-code is specified.Michael Woerister-0/+27
2018-01-04Auto merge of #47124 - estebank:loan-paths, r=nikomatsakisbors-7/+72
2018-01-04Auto merge of #47132 - cramertj:impl-trait-camel-case, r=nikomatsakisbors-0/+20
2018-01-04rustc: remove misleading `Ty::is_uint` method.Eduard-Mihai Burtescu-0/+6
2018-01-03Tweak to mir borrow in a loop diagnosticEsteban Küber-4/+1
2018-01-03Add mir test, review commentsEsteban Küber-10/+36
2018-01-03Auto merge of #46984 - arielb1:pre-statement-effect, r=nikomatsakisbors-1/+78
2018-01-03Auto merge of #47127 - EdSchouten:cloudabi-tests, r=kennytmbors-143/+247
2018-01-03Restore working debuginfo tests by trimming comments from non-header directiv...Sam-0/+38
2018-01-03Rollup merge of #47104 - matthewjasper:dont-panic-on-generic-drop, r=estebankkennytm-0/+24
2018-01-03Add 'Span.parent()' and 'Span.source()' to proc_macro API.Sergio Benitez-0/+240
2018-01-02Force appropriate extension when converting from int to ptr #43291projektir-0/+18
2018-01-02Be ambiguous when type cannot be properly mentionedEsteban Küber-40/+48
2018-01-03Only bump error count when we are sure that the diagnostic is not a repetition.Rafael Fernández López-5/+5
2018-01-02Limit style lint to non-synthetic generic paramsTaylor Cramer-0/+20
2018-01-02Correct for changes in line numbers in expected stderr output.Ed Schouten-100/+100
2018-01-02Auto merge of #47105 - matthewjasper:dont-panic-for-mut-in-static, r=estebankbors-0/+21
2018-01-02Add 'ignore-cloudabi' to tests that don't and won't build on CloudABI.Ed Schouten-43/+147
2018-01-02Auto merge of #47111 - rkruppe:repr-transparent, r=estebankbors-6/+86
2018-01-01Address review comments: make label shorterEsteban Küber-1/+2
2018-01-01Move reason for move to labelEsteban Küber-42/+75
2018-01-01Check all repr hints together when checking for mis-applied attributesRobin Kruppe-6/+86
2018-01-01Delay panic for aliasing violation for static items.matthewjasper-0/+21
2018-01-01Delay panic from incoherent drop implementationmatthewjasper-0/+24
2018-01-01Auto merge of #46278 - MaloJaffre:ci-compiler-docs, r=kennytmbors-39/+0
2018-01-01Remove a test blocking the update of the `log` crateMalo Jaffré-39/+0
2018-01-01Auto merge of #47098 - estebank:immutable-field, r=nagisabors-41/+44
2018-01-01Auto merge of #46895 - ricochet1k:macro-lifetimes, r=jseyfriedbors-0/+148
2018-01-01Auto merge of #47064 - kennytm:force-trailing-newlines, r=estebankbors-45/+20
2017-12-31Reword trying to operate in immutable fieldsEsteban Küber-41/+44
2017-12-31Removed unnecessary output of linker options when linker is not installedFelix Schütt-1/+1
2017-12-31Auto merge of #47084 - zackmdavis:and_the_case_of_the_bloated_tuple_struct_in...bors-0/+36
2017-12-30in which leading zeroes on tuple-struct accesses are abjuredZack M. Davis-0/+36
2017-12-31Auto merge of #47044 - topecongiro:fixed-ices, r=estebankbors-0/+153
2017-12-30Hard break for rust-lang/rust#46976Christopher Durham-0/+12
2017-12-30Add tests on fixed ICEsSeiichi Uchida-0/+153
2017-12-30Remove excessive trailing newlines.kennytm-25/+0
2017-12-30Add trailing newlines to files which have no trailing newlines.kennytm-20/+20
2017-12-29Auto merge of #47050 - ollie27:rustdoc_import_links, r=QuietMisdreavusbors-0/+34
2017-12-28rustdoc: Don't try to generate links for modules in import pathsOliver Middleton-0/+34
2017-12-28Add feature gate macro_lifetime_matcherMatt Peterson-0/+36