about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2020-06-20Update duplicate options testCamelid-53/+11
2020-06-20Make warning an error; use help instead of suggestion; clean up codeCamelid-25/+66
2020-06-20Add UI test for duplicate `asm!` options warningCamelid-0/+57
2020-06-20Add codegen test for multiple `asm!` optionsCamelid-0/+53
2020-06-20Update testsCamelid-41/+12
2020-06-20Rollup merge of #73404 - ajpaverd:cfguard_syntax, r=Mark-SimulacrumRalf Jung-3/+3
2020-06-20Rollup merge of #73058 - tmiasko:aarch64-san, r=nagisaRalf Jung-1/+1
2020-06-20Rollup merge of #72600 - Aaron1011:fix/anon-const-encoding, r=varkorRalf Jung-0/+23
2020-06-20Move bounds on associated types to the typeMatthew Jasper-354/+222
2020-06-20Check associated type satisfy their boundsMatthew Jasper-2/+471
2020-06-20Satisfy tidyOliver Scherer-2/+2
2020-06-20Refer just to the issue in the raw ptr cmp diagnostic instead of explaining e...Oliver Scherer-16/+8
2020-06-20Prevent incorrect help message for dereference suggestionDonough Liu-1/+67
2020-06-20Consider fewer predicates for projection candidatesMatthew Jasper-0/+508
2020-06-20Correctly handle binders inside trait predicatesMatthew Jasper-8/+1
2020-06-20lint: normalize projections using opaque typesDavid Wood-0/+108
2020-06-20Try to suggest dereferences when trait selection failed.Donough Liu-0/+187
2020-06-20Support sanitizers on aarch64-unknown-linux-gnuTomasz Miąsko-1/+1
2020-06-20Squashed all commitsRakshith Ravi-0/+3
2020-06-20Update existing test cases.jumbatm-24/+70
2020-06-20Add clashing-extern-fn.rs stderr.jumbatm-0/+121
2020-06-20Add ClashingExternDecl test case.jumbatm-0/+162
2020-06-19Rollup merge of #73452 - matthewjasper:auto-rec, r=nikomatsakisManish Goregaokar-2/+115
2020-06-19Rollup merge of #73442 - davidtwco:issue-72181-pretty-print-const-val-enum-no...Manish Goregaokar-0/+618
2020-06-19Rollup merge of #73359 - jonas-schievink:do-the-shimmy, r=matthewjasperManish Goregaokar-0/+28
2020-06-19Rollup merge of #73347 - tmiasko:incompatible-sanitizers, r=nikicManish Goregaokar-3/+12
2020-06-19Rollup merge of #73027 - doctorn:issue-72690, r=estebankManish Goregaokar-8/+163
2020-06-19Rollup merge of #72934 - christianpoveda:mut-borrows-in-consts, r=oli-obkManish Goregaokar-130/+130
2020-06-19Rollup merge of #72791 - lcnr:coerce-refactor, r=estebankManish Goregaokar-97/+122
2020-06-19Rollup merge of #71420 - RalfJung:specialization-incomplete, r=matthewjasperManish Goregaokar-129/+746
2020-06-19Account for multiple impl/dyn Trait in return type when suggesting `'_`Esteban Küber-9/+277
2020-06-19add new error codeChristian Poveda-52/+54
2020-06-19Nits and change skip_binder to no_bound_vars for fndefJack Huey-0/+15
2020-06-19Test error order is non-deterministicJack Huey-12/+5
2020-06-19Implement fn_def_datumJack Huey-21/+42
2020-06-19Add compare-mode=chalk and add a little bit more implementations and fixmesJack Huey-22/+3
2020-06-19update diagnostics for &mut in constantsChristian Poveda-169/+94
2020-06-19update testsChristian Poveda-17/+90
2020-06-19Rollup merge of #73382 - Aaron1011:fix/self-receiver-candidates, r=petrochenkovManish Goregaokar-25/+0
2020-06-19Rollup merge of #73364 - joshtriplett:inline-asm, r=AmanieuManish Goregaokar-5/+342
2020-06-19Rollup merge of #73334 - ayazhafiz:err/num-type-cannot-fit, r=estebankManish Goregaokar-0/+415
2020-06-19Rollup merge of #73300 - crlf0710:crate_level_only_check, r=petrochenkovManish Goregaokar-1/+85
2020-06-19Rollup merge of #73261 - estebank:generics-sized, r=nikomatsakisManish Goregaokar-0/+220
2020-06-19Rollup merge of #73257 - davidtwco:issue-73249-improper-ctypes-projection, r=...Manish Goregaokar-0/+182
2020-06-19Rollup merge of #73214 - androm3da:hex_inline_asm_00, r=AmanieuManish Goregaokar-0/+130
2020-06-19Add fuzzy pointer comparison intrinsicsOliver Scherer-8/+29
2020-06-19Remove the const_raw_ptr_comparison feature gate.Oliver Scherer-147/+133
2020-06-19pretty/mir: const value enums with no variantsDavid Wood-0/+618
2020-06-19Rollup merge of #73280 - GuillaumeGomez:add-e0763, r=petrochenkovRalf Jung-2/+3
2020-06-19Rollup merge of #73136 - alexcrichton:thinlto-compiler-builtins, r=Mark-Simul...Ralf Jung-40/+0