about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2022-06-02add cast kind of from_exposed_addr (int-to-ptr casts)Ralf Jung-1/+1
2022-06-02Rollup merge of #97626 - RalfJung:expose, r=tmiaskoYuki Okushi-4/+4
2022-06-02Rollup merge of #97613 - jsha:implementation-is-on-local-type, r=GuillaumeGomezYuki Okushi-1/+1
2022-06-02Rollup merge of #97605 - estebank:suggestion-filename, r=oli-obkYuki Okushi-0/+6
2022-06-02Rollup merge of #97130 - notriddle:notriddle/collect-trait-impls-dup, r=Guill...Yuki Okushi-0/+14
2022-06-01rename PointerAddress → PointerExposeAddressRalf Jung-4/+4
2022-06-01rustdoc: add test case for auto traits on slice primitiveMichael Howell-0/+14
2022-06-01Auto merge of #97624 - matthiaskrgr:rollup-rtcqjx9, r=matthiaskrgrbors-5/+446
2022-06-01Mention filename in suggestion when it differs from primary spanEsteban Küber-0/+6
2022-06-01Improve calculation of "Impls on Foreign Types"Jacob Hoffman-Andrews-1/+1
2022-06-01Rollup merge of #97592 - notriddle:notriddle/impl-trait, r=GuillaumeGomezMatthias Krüger-0/+151
2022-06-01Rollup merge of #97264 - TaKO8Ki:suggest-extern-crate-when-failing-to-resolve...Matthias Krüger-5/+78
2022-06-01Rollup merge of #96271 - compiler-errors:suggest-question-mark, r=estebankMatthias Krüger-0/+217
2022-06-01Rollup merge of #97580 - JohnTitor:issue-71546, r=compiler-errorsYuki Okushi-0/+39
2022-06-01Rollup merge of #97470 - notriddle:notriddle/test-cases, r=GuillaumeGomezYuki Okushi-2/+47
2022-06-01Add regression test for #71546Yuki Okushi-0/+39
2022-05-31Auto merge of #97582 - tmiasko:pointer-address-cast, r=oli-obkbors-4/+4
2022-05-31rustdoc: also index raw pointersMichael Howell-0/+79
2022-05-31rustdoc: also index impl traitMichael Howell-0/+72
2022-05-31Auto merge of #97570 - JakobDegen:dse-test, r=tmiaskobors-326/+21
2022-05-31Auto merge of #97419 - WaffleLapkin:const_from_ptr_range, r=oli-obkbors-0/+765
2022-05-31Rollup merge of #97371 - ChayimFriedman2:closure-non-block-add-semicolon, r=o...Dylan DPC-0/+27
2022-05-31Rollup merge of #97089 - GuillaumeGomez:improve-settings-theme-display, r=jshaDylan DPC-0/+60
2022-05-31Auto merge of #97566 - compiler-errors:rollup-qfxw4j8, r=compiler-errorsbors-9/+68
2022-05-31Add a pointer to address cast kindTomasz Miąsko-4/+4
2022-05-31normalize harderMaybe Waffle-58/+59
2022-05-30Fix TLS access mir opt test and remove stale filesJakob Degen-326/+21
2022-05-30Rollup merge of #97555 - GuillaumeGomez:line-number-click, r=notriddleMichael Goulet-3/+13
2022-05-30Rollup merge of #97431 - compiler-errors:issue-97413, r=oli-obkMichael Goulet-0/+18
2022-05-30Rollup merge of #97172 - SparrowLii:unsafe_extern, r=compiler-errorsMichael Goulet-6/+37
2022-05-30Auto merge of #97357 - davidtwco:diagnostic-translation-typed-subdiagnostic-s...bors-37/+15
2022-05-30address commentsMichael Goulet-20/+86
2022-05-30better enum suggestionsMichael Goulet-0/+151
2022-05-30Auto merge of #97025 - ouz-a:mini-derefer-generator, r=davidtwcobors-3/+219
2022-05-30validate derefer, run derefer inside generatorouz-a-3/+219
2022-05-30Add line number click GUI testGuillaume Gomez-1/+11
2022-05-30Improve source-code-page.goml GUI test codeGuillaume Gomez-3/+3
2022-05-30normalize forbidden slicesMaybe Waffle-78/+79
2022-05-30errors: simplify referring to fluent attributesDavid Wood-37/+15
2022-05-30Rollup merge of #97531 - compiler-errors:for-loop-pat-mismatch, r=davidtwcoDylan DPC-0/+43
2022-05-30Rollup merge of #97504 - JohnTitor:cleanup-deps, r=davidtwcoDylan DPC-0/+37
2022-05-30test forbidden slices on all two usizesizesMaybe Waffle-28/+309
2022-05-30--blessMaybe Waffle-28/+28
2022-05-30Use `// error-pattern:` header in `forbidden_slices.rs` testMaybe Waffle-0/+1
2022-05-30Rename slice_from_ptr_range_const -> const_slice_from_ptr_rangeMaybe Waffle-2/+2
2022-05-30Add ui tests for `slice::from_{ptr_range,raw_parts}`Maybe Waffle-0/+481
2022-05-30Add GUI test for settings displayGuillaume Gomez-0/+60
2022-05-30Auto merge of #96964 - oli-obk:const_trait_mvp, r=compiler-errorsbors-142/+34
2022-05-30Remove `#[default..]` and add `#[const_trait]`Deadbeef-142/+34
2022-05-30Optimize the diagnostic generation for `extern unsafe`SparrowLii-6/+37