about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-02-10review comment: wordingEsteban Küber-8/+8
2020-02-08Account for type params on method without parensEsteban Küber-0/+22
2020-02-08Auto merge of #68802 - eddyb:debuginfo-there-can-only-be-one-arg, r=nagisabors-0/+11
2020-02-08Auto merge of #68452 - msizanoen1:riscv-abi, r=nagisa,eddybbors-1/+831
2020-02-08Auto merge of #68443 - eddyb:abi-compat-enum, r=nagisabors-22/+590
2020-02-08test: use `all: $(call NATIVE_STATICLIB,test)` to build a C lib.Eduard-Mihai Burtescu-4/+2
2020-02-08test: address comments and pacify the merciless tidy.Eduard-Mihai Burtescu-20/+16
2020-02-08rustc_target: switch homogeneous_aggregate to returning Result.Eduard-Mihai Burtescu-22/+22
2020-02-08Add non-C-like enumeration tests on Rust->C calls to the abi-sysv64-arg-passi...John VanEnk-0/+157
2020-02-08Two test cases where Rust calls C using enums by valueJohn VanEnk-0/+216
2020-02-08Add similar examples that work to each test.John VanEnk-6/+87
2020-02-08Add a test that demonstrates an incorrect return value when calling into rust...John VanEnk-0/+65
2020-02-08Add a test that demonstrates a segfault when calling into rust with non-c-lik...John VanEnk-0/+55
2020-02-08Auto merge of #68358 - matthewjasper:spec-fix, r=nikomatsakisbors-0/+77
2020-02-07Auto merge of #65232 - nikomatsakis:lazy-norm-anon-const-push-2, r=matthewjasperbors-7/+87
2020-02-07Rollup merge of #68909 - tmandry:panic-abort-nocapture, r=alexcrichtonDylan DPC-0/+71
2020-02-07Rollup merge of #68889 - Zoxc:hir-krate, r=eddybDylan DPC-25/+18
2020-02-07Rollup merge of #68164 - tmiasko:no-sanitize, r=nikomatsakisDylan DPC-0/+120
2020-02-06Respect --nocapture in panic=abort test modeTyler Mandry-0/+71
2020-02-06Rollup merge of #68524 - jonas-schievink:generator-resume-arguments, r=ZoxcDylan DPC-162/+501
2020-02-06make lint warn by defaultNiko Matsakis-12/+9
2020-02-06lint impls that will become incoherent when leak-check is removedNiko Matsakis-5/+88
2020-02-06don't mention specific region numbers in the ~ERROR messageNiko Matsakis-2/+2
2020-02-06tests: add a revision to macro_backtrace without -Zmacro-backtrace.Eduard-Mihai Burtescu-4/+40
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-101/+853
2020-02-06rustc_errors: hide "in this macro invocation" when redundant, more explicitly.Eduard-Mihai Burtescu-40/+16
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-99/+99
2020-02-06Rollup merge of #68880 - JohnTitor:issue-non-zero, r=Dylan-DPCDylan DPC-6/+15
2020-02-06Rollup merge of #68845 - dwrensha:fix-68783, r=estebankDylan DPC-0/+0
2020-02-06Rollup merge of #68844 - euclio:debug-impl-def-path, r=petrochenkovDylan DPC-4/+4
2020-02-06Rollup merge of #68842 - Centril:issue-68785, r=estebankDylan DPC-0/+14
2020-02-06Rollup merge of #68788 - Centril:unified-fn-bodies, r=petrochenkovDylan DPC-42/+429
2020-02-06Rollup merge of #68751 - Tyg13:unused_parens_const_static, r=CentrilDylan DPC-12/+28
2020-02-06Ignore panic-drops-resume.rs on wasm/emscriptenJonas Schievink-0/+2
2020-02-06Move the `krate` method to Hir and remove the Krate dep nodeJohn Kåre Alsaker-25/+18
2020-02-06Forbid using `0` as issue numberYuki Okushi-6/+15
2020-02-06Auto merge of #68583 - estebank:hrlt, r=oli-obkbors-81/+280
2020-02-05unused-parens: implement for const/static itemsTyler Lanphear-12/+28
2020-02-05Selectively disable sanitizer instrumentationTomasz Miąsko-0/+120
2020-02-05Fix testEsteban Küber-0/+2
2020-02-05Account for `impl Trait`Esteban Küber-0/+16
2020-02-05review comments: wordingEsteban Küber-11/+11
2020-02-05Account for `fn()` types in lifetime suggestionsEsteban Küber-125/+150
2020-02-05Account for `'_` in suggestionsEsteban Küber-2/+2
2020-02-05review commentsEsteban Küber-47/+47
2020-02-05Suggest `'r` instead of `'lifetime`Esteban Küber-51/+112
2020-02-05When suggesting lifetimes, propose adding the new lifetime to all argumentsEsteban Küber-20/+20
2020-02-05Use spans for input borrowed types unrelated to return typeEsteban Küber-17/+85
2020-02-05Account for HKTB when suggesting introduction of named lifetimeEsteban Küber-0/+27
2020-02-05Rollup merge of #68840 - Centril:rec-lim-curr-crate, r=estebankDylan DPC-17/+17