about summary refs log tree commit diff
path: root/src/test
AgeCommit message (Expand)AuthorLines
2021-01-11Rollup merge of #80892 - camelid:intra-doc-remove-star, r=jyn514Yuki Okushi-2/+0
2021-01-11Rollup merge of #80881 - jyn514:intra-doc-self, r=GuillaumeGomezYuki Okushi-0/+6
2021-01-11Rollup merge of #80809 - camelid:rust-call-abi-msg, r=lcnrYuki Okushi-12/+12
2021-01-10rustdoc: Remove `*` intra-doc alias for `pointer`Camelid-2/+0
2021-01-10Auto merge of #79414 - sasurau4:feature/add-suggestion-for-pattern-in-fns-wit...bors-1/+1
2021-01-10Use standard formatting for "rust-call" ABI messageCamelid-12/+12
2021-01-10Auto merge of #80789 - Aaron1011:fix/stmt-empty, r=petrochenkovbors-0/+40
2021-01-10Fix intra-doc links to `Self` and `crate`Joshua Nelson-0/+6
2021-01-10Auto merge of #80867 - JohnTitor:rollup-tvqw555, r=JohnTitorbors-47/+112
2021-01-10Rollup merge of #80801 - estebank:correct-binding-sugg-span, r=petrochenkovYuki Okushi-47/+112
2021-01-10Auto merge of #77862 - danielhenrymantilla:rustdoc/fix-macros_2_0-paths, r=jy...bors-0/+95
2021-01-09Auto merge of #80441 - petrochenkov:kwtok, r=Aaron1011bors-2/+2
2021-01-09Synthesize a `TokenStream` for `StmtKind::Empty`Aaron Hill-0/+40
2021-01-09ast: Remove some indirection layers from values in key-value attributesVadim Petrochenkov-2/+2
2021-01-09resolve/expand: Improve attribute expansion on macro definitions and callsVadim Petrochenkov-12/+35
2021-01-08Auto merge of #76896 - spastorino:codegen-inline-fns2, r=davidtwco,wesleywiserbors-4/+21
2021-01-08Auto merge of #80653 - jryans:doc-deref-recursive, r=jyn514,GuillaumeGomezbors-2/+89
2021-01-08Add a note for `*` and `{}` usage on `use`Yuki Okushi-0/+8
2021-01-08Preserve non-local recursive `Deref` implsJ. Ryan Stinnett-0/+26
2021-01-08Use target in `Deref` method section IDsJ. Ryan Stinnett-6/+10
2021-01-08Recursively document methods via `Deref` traitsJ. Ryan Stinnett-0/+57
2021-01-08Rollup merge of #80799 - jyn514:pretty-print, r=CraftSpiderYuki Okushi-0/+8
2021-01-08Rollup merge of #80761 - andjo403:generic_coverage, r=spastorinoYuki Okushi-1/+1
2021-01-08Rollup merge of #80372 - jyn514:fix-panics, r=ManishearthYuki Okushi-0/+20
2021-01-08Rollup merge of #79675 - CraftSpider:79669, r=estebankYuki Okushi-1/+43
2021-01-07Use correct span for structured suggestionEsteban Küber-47/+112
2021-01-07Get rid of custom pretty-printing in rustdocJoshua Nelson-0/+8
2021-01-07handle generic trait methods in coverage testsAndreas Jonson-1/+1
2021-01-08Rollup merge of #80784 - petrochenkov:nontspan, r=Aaron1011Yuki Okushi-137/+137
2021-01-08Rollup merge of #80660 - max-heller:issue-80559-fix, r=jyn514Yuki Okushi-0/+22
2021-01-08Rollup merge of #80521 - richkadel:llvm-coverage-counters-2.4.0, r=wesleywiserYuki Okushi-101/+193
2021-01-08Rollup merge of #80012 - sasurau4:feature/point-constant-identifier-E0435, r=...Yuki Okushi-9/+43
2021-01-07rustc_parse: Better spans for synthesized token streamsVadim Petrochenkov-137/+137
2021-01-07bless testsDaiki Ihara-9/+43
2021-01-06Fix ICE on `pub macro`s defined within a non-module type namespace.Daniel Henry-Mantilla-0/+8
2021-01-06Enhance tests based on code reviewDaniel Henry-Mantilla-1/+2
2021-01-06Update test assertions (showcases bug)Daniel Henry-Mantilla-7/+31
2021-01-06Fix type/value namespace clashes + test for thatDaniel Henry-Mantilla-2/+47
2021-01-06Implement suggestions from code review.Daniel Henry-Mantilla-4/+12
2021-01-06Rustdoc: Fix macros 2.0 and built-in derives being shown at the wrong path.Daniel Henry-Mantilla-0/+9
2021-01-06Auto merge of #80714 - jakevossen5:master, r=lcnrbors-54/+54
2021-01-06Auto merge of #80724 - GuillaumeGomez:remove-useless-doc_alias-feature, r=jyn514bors-23/+17
2021-01-05Add rustdoc test.Camille GILLOT-0/+14
2021-01-05Remove useless doc_alias featureGuillaume Gomez-23/+17
2021-01-05Auto merge of #80686 - GuillaumeGomez:error-doc-alias-same-name, r=jyn514bors-0/+24
2021-01-05fixed feature gate stderrJake Vossen-1/+1
2021-01-05fixed const_generics error helpJake Vossen-53/+53
2021-01-05Rollup merge of #80696 - RalfJung:failing-promoteds, r=oli-obkYuki Okushi-2/+13
2021-01-05Rollup merge of #80538 - JulianKnodt:err_usize, r=lcnrYuki Okushi-0/+25
2021-01-04fix incompatible disambiguator testmax-heller-2/+18