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-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-19add new error codeChristian Poveda-52/+54
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-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
2020-06-19Rollup merge of #73054 - RalfJung:dont-panic, r=Mark-SimulacrumRalf Jung-2/+0
2020-06-19Rollup merge of #73044 - tmiasko:compiletest-san, r=nikomatsakisRalf Jung-25/+22
2020-06-19Rollup merge of #73011 - richkadel:llvm-count-from-mir-pass, r=tmandryRalf Jung-0/+143
2020-06-19Rollup merge of #72280 - nbdd0121:typeck, r=nikomatsakisRalf Jung-0/+46
2020-06-19ty: simplify `transparent_newtype_field`David Wood-0/+24
2020-06-19lint: prohibit fields with opaque typesDavid Wood-0/+116
2020-06-19ty: projections in `transparent_newtype_field`David Wood-0/+42
2020-06-19coerce reborrow multi arg testBastian Kauschke-0/+27
2020-06-19merge coercion test foldersBastian Kauschke-97/+95
2020-06-19Rollup merge of #73362 - erikdesjardins:bounds, r=nikomatsakisRalf Jung-0/+44
2020-06-19Rollup merge of #73305 - crlf0710:disallow_loading_monsters, r=petrochenkovRalf Jung-0/+45
2020-06-19Rollup merge of #73130 - wesleywiser:remove_const_prop_for_indirects, r=oli-obkRalf Jung-82/+73
2020-06-19Rollup merge of #72497 - RalfJung:tag-term, r=oli-obkRalf Jung-9/+9
2020-06-19Rollup merge of #72331 - oddg:forbid-cast-of-cenum-implementing-drop, r=matth...Ralf Jung-0/+34
2020-06-19Rollup merge of #70740 - haraldh:static-pie, r=petrochenkovRalf Jung-0/+58
2020-06-19Auto merge of #73486 - Manishearth:rollup-11iyqpc, r=Manishearthbors-370/+853
2020-06-18Rollup merge of #73476 - JakobDegen:should_panic_rustdoc, r=GuillaumeGomezManish Goregaokar-0/+5
2020-06-18Rollup merge of #73361 - estebank:non-primitive-cast, r=davidtwcoManish Goregaokar-101/+113
2020-06-18Rollup merge of #73320 - estebank:type-param-sugg-more, r=davidtwcoManish Goregaokar-1/+36
2020-06-18Rollup merge of #73034 - doctorn:nomangle-inline-linkage, r=matthewjasperManish Goregaokar-6/+122
2020-06-18Rollup merge of #72804 - estebank:opaque-missing-lts-in-fn-2, r=nikomatsakisManish Goregaokar-161/+368
2020-06-18Rollup merge of #71976 - mibac138:let-recovery, r=estebankManish Goregaokar-0/+28
2020-06-18Rollup merge of #71338 - estebank:recursive-impl-trait, r=nikomatsakisManish Goregaokar-99/+179
2020-06-18Rollup merge of #70551 - mark-i-m:ty-err-2, r=varkorManish Goregaokar-2/+2