about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2018-11-30Remove a bunch of now-unnecessary `const_let` feature gatesOliver Scherer-46/+1
2018-11-30Update compile-fail testOliver Scherer-2/+0
2018-11-30Update a test's diagnosticsOliver Scherer-39/+6
2018-11-30Stabilize `const_let` inside const functionsOliver Scherer-127/+44
2018-11-30Fix const_fn ICE with non-const function pointerPhilipp Hansch-0/+28
2018-11-30tests: ignore wasm32 for run-pass/proc-macro/expand-with-a-macro.Eduard-Mihai Burtescu-0/+2
2018-11-30tests: use alloc instead of libc in unnecessary-extern-crate, to make it work...Eduard-Mihai Burtescu-33/+29
2018-11-30tests: use a #![no_std] target crate in run-make/rustc-macro-dep-files.Eduard-Mihai Burtescu-4/+3
2018-11-30tests: support cross-compilation in run-make/rustc-macro-dep-files.Eduard-Mihai Burtescu-2/+4
2018-11-30tests: use `force-host` and `no-prefer-dynamic` in all proc_macro tests.Eduard-Mihai Burtescu-28/+122
2018-11-30tests: move all proc_macro tests from -fulldeps.Eduard-Mihai Burtescu-47/+1
2018-11-30tests: remove ignore-stage1 where possible in proc_macro tests.Eduard-Mihai Burtescu-104/+37
2018-11-30Changed test for issue 56202 to compile-pass.Alexander Regueiro-7/+4
2018-11-30Fix ICE with feature self_struct_ctorEsteban Küber-0/+22
2018-11-30Enable -mergefunc-use-aliasesNikita Popov-5/+8
2018-11-29Fix error message after rebasevarkor-4/+4
2018-11-29Fix broken testsvarkor-7/+23
2018-11-29Clarify undecided semanticsvarkor-4/+7
2018-11-29Add a test for uninhabitedness changesvarkor-30/+56
2018-11-29Add template parameter debuginfo to generic typesTom Tromey-6/+44
2018-11-29Auto merge of #49878 - dlrobertson:va_list_pt0, r=eddybbors-0/+243
2018-11-29Rollup merge of #56330 - estebank:cleanup-span, r=zackmdavisGuillaume Gomez-4/+4
2018-11-29Rollup merge of #56322 - petrochenkov:edlints, r=eddybGuillaume Gomez-0/+21
2018-11-29Rollup merge of #56257 - mark-i-m:rustc-guide-links, r=nikomatsakisGuillaume Gomez-1/+1
2018-11-29Rollup merge of #56220 - estebank:suggest-lifetime-move, r=nikomatsakisGuillaume Gomez-0/+83
2018-11-29Rollup merge of #56114 - varkor:nonexhaustive-backticks, r=nikomatsakisGuillaume Gomez-13/+13
2018-11-29Fix another related ICEOliver Scherer-1/+40
2018-11-29r/\t/ /Oliver Scherer-21/+21
2018-11-29Support arbitrary slice constants for pattern deaggregationOliver Scherer-2/+24
2018-11-29Allow constants of byte slice type as patternsOliver Scherer-0/+11
2018-11-29Auto merge of #56245 - mark-i-m:stabilize_ques_kleene, r=alexcrichtonbors-200/+17
2018-11-29Auto merge of #56329 - eddyb:load-operand-overaligned, r=nikomatsakisbors-0/+18
2018-11-28Fix Tidy errorAaron Hill-1/+1
2018-11-28Filter out self-referential projection predicatesAaron Hill-0/+40
2018-11-29Auto merge of #56300 - nikic:issue-56267, r=eddybbors-0/+18
2018-11-28Clean up span in non-trailing `..` suggestionEsteban Küber-4/+4
2018-11-29rustc_codegen_llvm: don't overalign loads of pair operands.Eduard-Mihai Burtescu-0/+18
2018-11-28resolve: Fix false-positives from lint `absolute_paths_not_starting_with_crate`Vadim Petrochenkov-0/+21
2018-11-28Add test for crate filteringGuillaume Gomez-0/+20
2018-11-28Ensure that Rusdoc discovers all necessary auto trait boundsAaron Hill-0/+31
2018-11-27fix testMark Mansi-2/+2
2018-11-28Fix alignment of stores to scalar pairNikita Popov-0/+18
2018-11-27fix testMark Mansi-2/+2
2018-11-27remove uses of feature gateMark Mansi-10/+0
2018-11-27update testsMark Mansi-189/+16
2018-11-27Auto merge of #56264 - petrochenkov:typonly, r=nikomatsakisbors-0/+8
2018-11-27Auto merge of #56251 - scalexm:root-universe, r=nikomatsakisbors-1/+1
2018-11-27Normalize type before deferred sizedness checking.Masaki Hara-0/+11
2018-11-27fix run-make-fulldeps/libtest-jsonRalf Jung-1/+1
2018-11-27Auto merge of #55402 - estebank:macro-eof-2, r=nikomatsakisbors-51/+65