about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-04-05Rename non_autolinks -> bare_urlsJoshua Nelson-8/+24
2021-04-05Remove 'unnecessary long for for link' warningJoshua Nelson-42/+22
2021-04-05Auto merge of #83819 - AngelicosPhosphoros:issue-73338-fix-partial-eq-impl, r...bors-0/+39
2021-04-05Rollup merge of #83841 - Amanieu:asm_clobber_feature, r=nagisaDylan DPC-0/+21
2021-04-05Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisaDylan DPC-96/+1
2021-04-05Rollup merge of #83807 - sjakobi:77548-remove-ignore-annotations, r=Mark-Simu...Dylan DPC-1848/+1596
2021-04-04Optimize PartialOrd leAngelicosPhosphoros-0/+39
2021-04-04Rollup merge of #83521 - sexxi-goose:quick-diagnostic-fix, r=nikomatsakisDylan DPC-51/+51
2021-04-04Allow clobbering unsupported registers in asm!Amanieu d'Antras-0/+21
2021-04-03Remove redundant `ignore-tidy-linelength` annotationsSimon Jakobi-1848/+1596
2021-04-03Remove attribute `#[link_args]`Vadim Petrochenkov-96/+1
2021-04-03Auto merge of #83738 - jyn514:only-load-some-crates, r=petrochenkovbors-10/+28
2021-04-03Auto merge of #83774 - richkadel:zero-based-counters, r=tmandrybors-72/+107
2021-04-02Translate counters from Rust 1-based to LLVM 0-based counter idsRich Kadel-72/+107
2021-04-02Auto merge of #81866 - nagisa:nagisa/sanitizer-support-target-prop, r=tmiaskobors-3/+2
2021-04-02Fix diagnostic issue when using FakeReads in closuresRoxane-51/+51
2021-04-03Maintain supported sanitizers as a target propertySimonas Kazlauskas-3/+2
2021-04-02Don't load all extern crates unconditionallyJoshua Nelson-10/+28
2021-04-02Auto merge of #83790 - Dylan-DPC:rollup-p6ep8jo, r=Dylan-DPCbors-27018/+933
2021-04-02Rollup merge of #83757 - sexxi-goose:migrations_out, r=nikomatsakisDylan DPC-108/+640
2021-04-02Rollup merge of #83755 - richkadel:cov-test-simplify, r=tmandryDylan DPC-26664/+0
2021-04-02Rollup merge of #83673 - hi-rustin:rustin-patch-suggestion, r=estebankDylan DPC-246/+246
2021-04-02Rollup merge of #83478 - jyn514:fine-grained-files, r=Mark-SimulacrumDylan DPC-0/+47
2021-04-02Auto merge of #76881 - hameerabbasi:issue-53325, r=oli-obkbors-158/+1870
2021-04-02Auto merge of #83468 - hi-rustin:rustin-patch-lint, r=nikomatsakisbors-0/+84
2021-04-02Auto merge of #83781 - JohnTitor:rollup-1vm3dxo, r=JohnTitorbors-0/+52
2021-04-02Rollup merge of #83754 - GuillaumeGomez:search-tab-behaviour, r=jyn514Yuki Okushi-0/+21
2021-04-02Rollup merge of #83535 - MidasLamb:mir-type-count-mismatch, r=nikomatsakisYuki Okushi-0/+31
2021-04-02Auto merge of #83207 - oli-obk:valtree2, r=lcnrbors-25/+25
2021-04-02Simplify coverage testsRich Kadel-26664/+0
2021-04-02Auto merge of #80965 - camelid:rename-doc-spotlight, r=jyn514bors-21/+55
2021-04-02Auto merge of #80828 - SNCPlay42:opaque-projections, r=estebankbors-37/+70
2021-04-01Make the diagnostic message more readableAman Arora-54/+54
2021-04-01Don't introduce a block if a block existsAman Arora-59/+177
2021-04-02Auto merge of #83663 - AngelicosPhosphoros:simplify_binary_and_to_get_better_...bors-288/+334
2021-04-02address commentshi-rustin-12/+12
2021-04-01Update test casesAman Arora-108/+522
2021-04-01Add test to ensure search tabs behaviourGuillaume Gomez-0/+21
2021-04-01Add a test that triggers the out-of-bounds ICE.Midas Lambrichts-0/+31
2021-04-01Auto merge of #82780 - cjgillot:dep-stream, r=michaelwoeristerbors-9/+9
2021-04-01Simplify logical operations CFGAngelicosPhosphoros-288/+334
2021-04-01add OR_PATTERNS_BACK_COMPAT linthi-rustin-0/+84
2021-04-01Limit the problematic tests to x86_64.Hameer Abbasi-63/+2
2021-04-01Rollup merge of #83699 - JohnTitor:issue-68830, r=Dylan-DPCDylan DPC-0/+32
2021-04-01Rollup merge of #83015 - hyd-dev:test-79825-81555, r=Aaron1011Dylan DPC-0/+39
2021-03-31Fix `--external-css` to be invocation-specific and note main.js should be inv...Joshua Nelson-7/+17
2021-03-31Rename CrateSpecific -> InvocationSpecificJoshua Nelson-11/+11
2021-03-31Enforce that Toolchain files are static and Crate files are dynamicJoshua Nelson-1/+5
2021-03-31Fix tests and AstConv -> dyn AstConvJack Huey-20/+19
2021-03-31Fmt and test revertJack Huey-32/+31