about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-11-05Rollup merge of #90571 - GuillaumeGomez:missing-bottom-border-sidebar, r=jshaYuki Okushi-14/+17
2021-11-05Rollup merge of #90554 - ehuss:unstable-options-cleanup, r=joshtriplettYuki Okushi-32/+27
2021-11-05Rollup merge of #90507 - TaKO8Ki:suggest-extern-crate-alloc, r=jackh726Yuki Okushi-0/+16
2021-11-04Auto merge of #90536 - crlf0710:fix_vtable_hrtb, r=jackh726bors-0/+32
2021-11-04Fix missing bottom border for headings in sidebarGuillaume Gomez-14/+17
2021-11-03Clean up some `-Z unstable-options` in tests.Eric Huss-32/+27
2021-11-04Auto merge of #90179 - Nilstrieb:lifetime-elision-mismatch-hint, r=estebankbors-0/+134
2021-11-03Add beginner friendly lifetime elision hint to E0623Nilstrieb-0/+134
2021-11-04Erase regions within `vtable_trait_first_method_offset`.Charles Lew-0/+32
2021-11-03`addr_of!` grants mutable access, maybe?Tomasz Miąsko-6/+58
2021-11-03Remove `MaybeMutBorrowedLocals`Tomasz Miąsko-58/+0
2021-11-03fix messageTakayuki Maeda-1/+1
2021-11-02Rollup merge of #90502 - GuillaumeGomez:split-doc-cfg-feature, r=jyn514Matthias Krüger-2/+18
2021-11-02Rollup merge of #90417 - lcnr:stabilize-relaxed-struct-unsizing, r=wesleywiserMatthias Krüger-25/+0
2021-11-03add a suggestion about undeclared `alloc` moduleTakayuki Maeda-0/+16
2021-11-02Split doc_cfg and doc_auto_cfg featuresGuillaume Gomez-2/+18
2021-11-01Auto merge of #90406 - nbdd0121:panic, r=cjgillotbors-0/+58
2021-11-01Auto merge of #90463 - matthiaskrgr:rollup-eljk9vo, r=matthiaskrgrbors-23/+227
2021-11-01Auto merge of #90462 - pietroalbini:bidi-master, r=nikomatsakis,pietroalbinibors-0/+231
2021-11-01Rollup merge of #90441 - tmiasko:test-promotion-needs-drop, r=Mark-SimulacrumMatthias Krüger-9/+100
2021-11-01Rollup merge of #90349 - willcrichton:example-analyzer, r=jyn514Matthias Krüger-0/+10
2021-11-01Rollup merge of #90333 - jsha:flashy-searchbar, r=GuillaumeGomezMatthias Krüger-0/+6
2021-10-31Feature gate and make must_not_suspend allow-by-defaultGus Wynn-14/+111
2021-10-31Hide search bar in noscript.cssJacob Hoffman-Andrews-0/+6
2021-10-31Test that promotion follows references when looking for dropTomasz Miąsko-9/+100
2021-10-31Rollup merge of #90430 - jkugelman:must-use-std-a-through-n, r=joshtriplettMatthias Krüger-14/+14
2021-10-31Rollup merge of #89068 - bjorn3:restructure_rt2, r=joshtriplettMatthias Krüger-1/+1
2021-10-31Lint against RTL unicode codepoints in literals and commentsEsteban Küber-0/+231
2021-10-31Rollup merge of #89839 - jkugelman:must-use-mem-ptr-functions, r=joshtriplettMatthias Krüger-0/+1
2021-10-30Add #[must_use] to remaining std functions (A-N)John Kugelman-14/+14
2021-10-30Add #[must_use] to mem/ptr functionsJohn Kugelman-0/+1
2021-10-30Auto merge of #90422 - GuillaumeGomez:rollup-s1mdag0, r=GuillaumeGomezbors-14/+806
2021-10-30Rollup merge of #90399 - yuvaldolev:as-ref-overly-verbose-diagnostic, r=estebankGuillaume Gomez-0/+12
2021-10-30Rollup merge of #90375 - yanok:master, r=lcnrGuillaume Gomez-0/+41
2021-10-30Rollup merge of #90202 - matthewjasper:xcrate-hygiene, r=petrochenkovGuillaume Gomez-8/+510
2021-10-30Rollup merge of #90183 - GuillaumeGomez:recurse-deref, r=jyn514Guillaume Gomez-4/+187
2021-10-30Rollup merge of #90156 - jsha:less-border-bottom-2, r=GuillaumeGomezGuillaume Gomez-2/+56
2021-10-30Collect `panic/panic_bounds_check` during monomorphizationGary Guo-0/+58
2021-10-30Auto merge of #90205 - mati865:link-modifiers-in-rustc, r=petrochenkovbors-7/+2
2021-10-30Remove underlines from non-top docblocks.Jacob Hoffman-Andrews-2/+56
2021-10-30Document tests a bit moreGuillaume Gomez-0/+5
2021-10-30stabilize `relaxed_struct_unsize`lcnr-25/+0
2021-10-30Rollup merge of #90396 - b-naber:type_flags_ices_default_anon_consts, r=lcnrMatthias Krüger-0/+47
2021-10-30Rollup merge of #90395 - b-naber:const-expr-type-relation, r=oli-obkMatthias Krüger-0/+20
2021-10-30Rollup merge of #90374 - GuillaumeGomez:unify-rustdoc-book-titles, r=camelidMatthias Krüger-4/+4
2021-10-30Auto merge of #88268 - GuillaumeGomez:generics-search-index, r=notriddle,came...bors-4/+23
2021-10-29Fix rare ICE during typeck in rustdoc scrape_examplesWill Crichton-0/+10
2021-10-29Unify titles in rustdoc book doc attributes chapterGuillaume Gomez-4/+4
2021-10-29Fix invalid handling of genericsGuillaume Gomez-4/+23
2021-10-29Explicitly skipping suggestions for 'Pin' as it does not implement the 'AsRef...Yuval Dolev-17/+0