summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-02-11rustc_mir: insert a dummy access to places being matched on, when building MIR.Eduard-Mihai Burtescu-68/+102
2018-02-03Auto merge of #47969 - Manishearth:ice-ice-beta, r=Mark-Simulacrumbors-0/+16
2018-02-03Add regression testManish Goregaokar-0/+16
2018-02-02Auto merge of #47943 - MaloJaffre:beta-backport, r=Mark-Simulacrumbors-2/+65
2018-02-02Auto merge of #47918 - nikomatsakis:issue-47139-beta, r=eddybbors-0/+162
2018-02-01rustc_trans: keep LLVM types for trait objects anonymous.Eduard-Mihai Burtescu-2/+20
2018-02-01Expand union test to include different typesRyan Cumming-7/+26
2018-02-01Fix ICE on const eval of union fieldRyan Cumming-0/+26
2018-01-31add regression testNiko Matsakis-0/+162
2018-01-23rustc: Lower link args to `@`-files on Windows moreAlex Crichton-0/+103
2018-01-23avoid double-unsizing arrays in bytestring match loweringAriel Ben-Yehuda-0/+37
2018-01-23Add incremental-fulldeps test suite and regression test for #47290.Michael Woerister-0/+58
2018-01-23Compute LLVM argument indices correctly in face of paddingRobin Kruppe-0/+19
2018-01-12Treat #[path] files as mod.rs filesTaylor Cramer-26/+1
2018-01-10Generate code for const- and inline-fns if -Clink-dead-code is specified.Michael Woerister-0/+27
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-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
2017-12-28Fix build and add a macro lifetime labels testMatt Peterson-0/+43
2017-12-28Resurrecting #33135Michael Hewson-0/+69
2017-12-28Auto merge of #47021 - shssoichiro:46576-Incorrect-Span-Imports, r=estebankbors-2/+47
2017-12-28Auto merge of #47031 - topecongiro:issue-41719, r=jseyfriedbors-0/+18
2017-12-28Auto merge of #47013 - topecongiro:issue-46655, r=petrochenkovbors-3/+28
2017-12-28Prefer to use attr::contains_name() and attr::find_by_name()Seiichi Uchida-3/+5
2017-12-28Auto merge of #47017 - topecongiro:issue-33469, r=estebankbors-0/+19
2017-12-27Auto merge of #47014 - topecongiro:fixed-ices, r=estebankbors-0/+192
2017-12-28Report an error when resolving non-ident macro path failedtopecongiro-0/+18
2017-12-27Auto merge of #46479 - bkchr:termination_trait, r=arielb1bors-70/+270
2017-12-27Auto merge of #47009 - eddyb:issue-46855, r=arielb1bors-0/+34
2017-12-27Auto merge of #47007 - eddyb:issue-46897, r=arielb1bors-2/+3
2017-12-27Auto merge of #46977 - est31:column_fix, r=dtolnaybors-5/+5
2017-12-27Auto merge of #46803 - estebank:non-ascii-def-span, r=petrochenkovbors-18/+8
2017-12-27Revert "New generated main returns void"Bastian Köcher-2/+2
2017-12-26Auto merge of #46975 - matthewjasper:mir-moveck-asm, r=arielb1bors-1/+146
2017-12-26rustc: don't use union layouts for tagged union enums.Eduard-Mihai Burtescu-2/+3
2017-12-26rustc_trans: support ZST indexing involving uninhabited types.Eduard-Mihai Burtescu-0/+34
2017-12-26Pass correct span when lowering grouped importsJosh Holmer-2/+47