about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2017-07-14Auto merge of #43026 - arielb1:llvm-next, r=alexcrichtonbors-0/+36
2017-07-13Rollup merge of #43125 - aochagavia:stable_drop, r=arielb1Steve Klabnik-0/+231
2017-07-13Auto merge of #43158 - PlasmaPower:thread-local-try-with, r=alexcrichtonbors-0/+37
2017-07-12Add regression tests to ensure stable drop orderAdolfo Ochagavía-0/+231
2017-07-12Rollup merge of #43011 - qnighy:unsized-tuple-impls, r=aturonMark Simulacrum-0/+29
2017-07-12Rollup merge of #43000 - estebank:on-unimplemented-path, r=arielb1Mark Simulacrum-3/+140
2017-07-12Rollup merge of #42826 - Yorwba:type-mismatch-same-absolute-paths, r=arielb1Mark Simulacrum-0/+94
2017-07-12[LLVM] Avoid losing the !nonnull attribute in SROAAriel Ben-Yehuda-0/+36
2017-07-12Auto merge of #43107 - michaelwoerister:less-span-info-in-debug, r=nikomatsakisbors-0/+63
2017-07-11Fix @alexcrichton commentsLee Bousfield-0/+4
2017-07-11Merge ui/README.md into COMPILER_TESTS.md and describe how custom UI normaliz...kennytm-32/+72
2017-07-11compiletest: Support custom normalization rules.kennytm-74/+47
2017-07-11compiletest: Refactor: Move the `ignore-{}` logic into its own method.kennytm-6/+1
2017-07-11Auto merge of #42913 - kennytm:fix-40569-ident-without-backtrack, r=jseyfriedbors-2/+247
2017-07-10Add LocalKey::try_with as an alternative to stateLee Bousfield-0/+33
2017-07-10Auto merge of #43028 - michaelwoerister:dedup-dep-nodes, r=nikomatsakisbors-23/+35
2017-07-10Auto merge of #43109 - pnkfelix:fix-link_args-gate, r=nikomatsakisbors-4/+14
2017-07-10Fix feature gate for `#[link_args(..)]` attribute so that it will fireFelix S. Klock II-4/+14
2017-07-10Split DepNode::ItemSignature into non-overlapping variants.Michael Woerister-23/+35
2017-07-10Store all generic arguments for method calls in ASTVadim Petrochenkov-1/+14
2017-07-08Auto merge of #43097 - PlasmaPower:large-align, r=eddybbors-1/+20
2017-07-08Box large array to avoid blowing the stackLee Bousfield-6/+8
2017-07-08Auto merge of #42996 - Boreeas:merge-e0609-e0612, r=GuillaumeGomezbors-20/+8
2017-07-08Lower alignment limit down to 2^31 - 1 (from LLVM)Lee Bousfield-1/+1
2017-07-08Raised alignment limit from 2^15 to 2^31Lee Bousfield-1/+18
2017-07-08Implement O(1)-time Iterator::nth for Range*Simon Sapin-13/+5
2017-07-08Remove unused Add bounds in iterator for ranges impls.Simon Sapin-1/+0
2017-07-08Auto merge of #42894 - petrochenkov:deny, r=nikomatsakisbors-117/+75
2017-07-08Make `patterns_in_fns_without_body` warn-by-default againVadim Petrochenkov-4/+10
2017-07-08Move public reexports of private extern crates into a separate lintVadim Petrochenkov-1/+0
2017-07-08Make sufficiently old or low-impact compatibility lints deny-by-defaultVadim Petrochenkov-66/+17
2017-07-08Remove more anonymous trait method parametersVadim Petrochenkov-48/+50
2017-07-07Auto merge of #42840 - arielb1:poison-smoke-and-mirrors, r=nikomatsakisbors-0/+60
2017-07-07Fold E0613 into E0609boreeas-20/+8
2017-07-07Auto merge of #42809 - seanmonstar:stable-associated-consts, r=nikomatsakisbors-136/+43
2017-07-07use the evaluation cache instead of the global fulfillment cacheAriel Ben-Yehuda-0/+60
2017-07-07incr.comp.: Don't include span information in the ICH of type definitions.Michael Woerister-0/+63
2017-07-07syntax: Apply recovery for casts to type ascriptionVadim Petrochenkov-33/+102
2017-07-07Fix spans for binary operator expression with interpolated identifiersVadim Petrochenkov-0/+33
2017-07-07Only match a fragment specifier the if it starts with certain tokens.kennytm-2/+247
2017-07-07Auto merge of #42125 - petrochenkov:privty, r=nikomatsakisbors-5/+314
2017-07-07Address review commentspetrochenkov-6/+6
2017-07-06Only underline suggestion if it is not the only code being shownEsteban Küber-24/+69
2017-07-06Add extra whitespace for suggestionsEsteban Küber-7/+44
2017-07-06Make suggestion include the line numberEsteban Küber-26/+26
2017-07-06Check adjustments and node substsVadim Petrochenkov-7/+70
2017-07-06Check types for privacyVadim Petrochenkov-5/+251
2017-07-06remove associated_consts feature gateSean McArthur-136/+43
2017-07-06Auto merge of #42816 - alexcrichton:probestack, r=nikomatsakisbors-0/+112
2017-07-06rustc: Implement stack probes for x86Alex Crichton-0/+112