about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-02-21Add new rustdoc-gui test suiteGuillaume Gomez-1/+184
2021-02-21Auto merge of #82359 - JohnTitor:rollup-6puemik, r=JohnTitorbors-31/+112
2021-02-21Auto merge of #82340 - kennytm:fix-82254, r=Mark-Simulacrumbors-16/+34
2021-02-21Add indication of anonymous lifetime position0yoyoyo-49/+34
2021-02-21Rollup merge of #82233 - ijackson:try-block-type-test, r=Mark-SimulacrumYuki Okushi-8/+4
2021-02-21Rollup merge of #82181 - GuillaumeGomez:es5-checks-ci, r=Mark-SimulacrumYuki Okushi-1/+8
2021-02-21Rollup merge of #82177 - rylev:no-delete-bootstrap-windows, r=Mark-SimulacrumYuki Okushi-4/+36
2021-02-21Rollup merge of #81966 - deg4uss3r:degausser/aarch64_apple_ios_sim, r=shepmasterYuki Okushi-0/+1
2021-02-21Rollup merge of #81833 - the8472:parallel-bootstrap-rustfmt, r=Mark-SimulacrumYuki Okushi-18/+63
2021-02-21Auto merge of #79100 - a1phyr:better_assert_eq, r=m-ou-sebors-816/+230
2021-02-20rustdoc: Remove unnecessary `Cell` around `param_env`Camelid-9/+6
2021-02-20Use has for non-regexesMichael Howell-6/+6
2021-02-20Fix formatting for description rustdoc UI testsMichael Howell-9/+14
2021-02-20Add rustdoc UI tests for new description behaviourMichael Howell-0/+31
2021-02-20Revert changes to all.htmlMichael Howell-6/+1
2021-02-21Auto merge of #82253 - RalfJung:miri, r=RalfJungbors-10/+7
2021-02-20Add a chapter on the test harness.Eric Huss-1/+286
2021-02-20Cut off plain text descriptions after headersMichael Howell-0/+2
2021-02-20Use the first paragraph, instead of cookie-cutter text, for rustdoc descriptionsMichael Howell-2/+10
2021-02-20Fix some Python2->3 error in publish_toolstate.py by type-checking itkennytm-16/+34
2021-02-20Use the new name for `split-debuginfo`Joshua Nelson-11/+3
2021-02-20Don't apply semicolon in expressions from macros yetMark Rousskov-2/+8
2021-02-20Update the bootstrap compilerJoshua Nelson-51/+45
2021-02-20remove redundant box wrapperThe8472-4/+4
2021-02-20limit rustfmt parallelism by taking -j into accountThe8472-3/+3
2021-02-20parallelize x.py test tidyThe8472-19/+64
2021-02-20iOS simulator: pick the target based on the environment variableJan-Erik Rediger-1/+1
2021-02-20Auto merge of #82341 - GuillaumeGomez:rollup-t7y7tyg, r=GuillaumeGomezbors-9/+78
2021-02-20Fix suggestion span and move suggestions into new subwindow.Reese Williams-18/+36
2021-02-20Rollup merge of #82332 - GuillaumeGomez:no-src-link-on-dummy-spans, r=jyn514Guillaume Gomez-0/+19
2021-02-20Rollup merge of #82316 - ehuss:lto-doc-fix, r=GuillaumeGomezGuillaume Gomez-3/+3
2021-02-20Rollup merge of #81991 - osa1:issue81839, r=estebankGuillaume Gomez-6/+56
2021-02-20Auto merge of #70951 - cjgillot:anarchy, r=oli-obkbors-3/+1
2021-02-20Add test for no src links on dummy spansGuillaume Gomez-0/+12
2021-02-20Don't render [src] link on dummy spansGuillaume Gomez-0/+7
2021-02-20update MiriRalf Jung-10/+7
2021-02-20Make "missing field" error message more naturalr00ster91-12/+12
2021-02-20Update LLVM to pull in fixes to llvm-dwpSimonas Kazlauskas-0/+3
2021-02-20Test CU directory is the work_dirSimonas Kazlauskas-0/+9
2021-02-20Take into account target default syntaxasquared31415-12/+35
2021-02-19Fix minor mistake in LTO docs.Eric Huss-3/+3
2021-02-19Re-minify normalize.css.Jacob Hoffman-Andrews-349/+2
2021-02-19Update normalize.css to 8.0.1Jacob Hoffman-Andrews-232/+158
2021-02-19Replace normalize.css 3.0.0 with unminified version.Jacob Hoffman-Andrews-2/+423
2021-02-20Implement using @set valuesNixon Enraght-Moony-6/+19
2021-02-20Implement @setNixon Enraght-Moony-0/+26
2021-02-19Lower condition of `if` expression before it's "then" blockEsteban Küber-0/+27
2021-02-20Add @is command to jsondocckNixon Enraght-Moony-11/+27
2021-02-19Add tests for !Sized trait displayGuillaume Gomez-0/+17
2021-02-19Show negative implementation of Sized traitGuillaume Gomez-90/+125