about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-03-31add tests for `unused_braces`Bastian Kauschke-0/+134
2020-03-31update testsBastian Kauschke-25/+31
2020-03-31const backtrace: do not skip first frameRalf Jung-1/+12
2020-03-31Add a test case for incremental + codegen-units interaction.Michael Woerister-0/+42
2020-03-31Rollup merge of #70562 - lcnr:const-arr_len, r=CentrilMazdak Farrokhzad-3/+122
2020-03-31Rollup merge of #70555 - Centril:fix-70549, r=petrochenkovMazdak Farrokhzad-0/+74
2020-03-31Rollup merge of #70548 - Ersikan:master, r=GuillaumeGomezMazdak Farrokhzad-2/+2
2020-03-30bless testsRalf Jung-73/+136
2020-03-30Fix #69841 by updating LLVM submodule. Includes regression test for issue 69841.Felix S. Klock II-0/+30
2020-03-30Add a testJonas Schievink-0/+23
2020-03-30update tests, improve variable namesBastian Kauschke-8/+36
2020-03-30add test for array len inferenceBastian Kauschke-0/+32
2020-03-30infer arr len from patternBastian Kauschke-4/+63
2020-03-30Rollup merge of #70546 - lqd:polonius_update, r=nikomatsakisDylan DPC-11/+17
2020-03-30try_resolve_as_non_binding: span_bug -> delay_span_bugMazdak Farrokhzad-0/+74
2020-03-30parse_and_disallow_postfix_after_cast: account for `ExprKind::Err`.Mazdak Farrokhzad-0/+11
2020-03-30rustc -> rustc_middle part 5 -- fix testsMazdak Farrokhzad-24/+24
2020-03-30rustc -> rustc_middle part 2Mazdak Farrokhzad-3/+3
2020-03-30Add long error code for error E0226Julien Philippon-2/+2
2020-03-30bless output of ui test nll/user-annotations/closure-substs.rsRemy Rakic-1/+1
2020-03-30bless output of ui test impl-trait/multiple-lifetimes/error-handling.rsRemy Rakic-2/+5
2020-03-30bless output of ui test closures/closure-expected-type/expect-region-supply-r...Remy Rakic-3/+3
2020-03-30bless output of ui test nll/outlives-suggestion-simple.rsRemy Rakic-4/+6
2020-03-30bless output of ui test hrtb/hrtb-perfect-forwarding.rsRemy Rakic-1/+2
2020-03-29Auto merge of #70009 - estebank:sugg-bound, r=Centrilbors-492/+377
2020-03-29Tweak `suggest_constraining_type_param`Esteban Küber-492/+377
2020-03-29Rollup merge of #70540 - jonas-schievink:link-attr-template, r=varkorDylan DPC-2/+2
2020-03-29review comment: wordingEsteban Küber-21/+21
2020-03-29Suggest correct order for arguments when encountering early constraintsEsteban Küber-21/+21
2020-03-29add a build-pass test for issue 62220Dodo-0/+22
2020-03-29#[link]: mention wasm_import_module instead of cfgJonas Schievink-2/+2
2020-03-29More raw string testsRussell Cohen-1/+16
2020-03-29Cleanup error messages, improve docstringsRussell Cohen-4/+4
2020-03-29Rollup merge of #68692 - jyn514:vec-from-array, r=LukasKalbertodtMazdak Farrokhzad-7/+25
2020-03-29Auto merge of #70370 - petrochenkov:nosmatch, r=Centrilbors-33/+33
2020-03-29Improve error messages for raw strings (#60762)Russell Cohen-5/+25
2020-03-28Suggest correct order for args and constraintsEsteban Küber-0/+45
2020-03-28Point at all constraints before argsEsteban Küber-40/+58
2020-03-28Auto merge of #66938 - GuillaumeGomez:lint-for-no-crate-level-doc, r=Dylan-DPCbors-0/+15
2020-03-28Make fields in `MemoryBlock` publicTim Diekmann-13/+13
2020-03-28Rollup merge of #70418 - PankajChaudhary5:master, r=Dylan-DPCDylan DPC-0/+2
2020-03-28Auto merge of #70261 - Centril:angle-args-partition, r=varkorbors-69/+152
2020-03-28Auto merge of #70095 - jsgf:link-native, r=nagisabors-0/+8
2020-03-27Move raw string tests into the raw directoryRussell Cohen-0/+0
2020-03-27Rollup merge of #70457 - Centril:non-exhaustive-scrutinee-type, r=estebankMazdak Farrokhzad-0/+263
2020-03-27Rollup merge of #70434 - Centril:fix-34421, r=estebankMazdak Farrokhzad-0/+55
2020-03-27Rollup merge of #70345 - nnethercote:rm-no_integrated_as, r=alexcrichtonMazdak Farrokhzad-11/+0
2020-03-27add the label back but make it shorterMazdak Farrokhzad-16/+32
2020-03-27Implement -Zlink-native-librariesJeremy Fitzhardinge-0/+8
2020-03-27Auto merge of #69916 - oli-obk:mir_bless, r=eddybbors-138/+795