about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2021-11-30Update src/librustdoc/clean/types.rsMichael Howell-1/+1
2021-11-30Update src/librustdoc/clean/types.rsMichael Howell-1/+1
2021-11-29Only show notable traits if both types are the sameMichael Howell-1/+67
2021-11-29Auto merge of #91299 - cjgillot:expect-ldid, r=petrochenkovbors-26/+15
2021-11-29Rollup merge of #91349 - tmiasko:accumulate-remark-args, r=nikicMatthias Krüger-2/+11
2021-11-29Rollup merge of #91281 - scottmcm:non-exhaustive-as-test, r=Mark-SimulacrumMatthias Krüger-0/+29
2021-11-29Accumulate all values of `-C remark` optionTomasz Miąsko-2/+11
2021-11-29Auto merge of #91344 - RalfJung:miri, r=RalfJungbors-8/+8
2021-11-28update MiriRalf Jung-8/+8
2021-11-28Rollup merge of #90833 - tmiasko:optimization-remarks, r=nikicMatthias Krüger-0/+19
2021-11-28Rollup merge of #90131 - camsteffen:fmt-args-span-fix, r=cjgillotMatthias Krüger-0/+47
2021-11-28Take a LocalDefId in expect_*item.Camille GILLOT-26/+15
2021-11-28Rollup merge of #91319 - fee1-dead:rustdoc-ice-fix, r=jyn514Matthias Krüger-1/+1
2021-11-28Rollup merge of #91308 - BGR360:issue-88586, r=jackh726Matthias Krüger-0/+30
2021-11-28Rollup merge of #91251 - oli-obk:wf_sync_statics, r=matthewjasperMatthias Krüger-107/+87
2021-11-28Change output path to {{build-base}}Deadbeef-1/+1
2021-11-28Address PR feedbackBen Reeves-1/+1
2021-11-28Auto merge of #91230 - eggyal:fallible-type-fold, r=jackh726bors-4/+5
2021-11-28Rollup merge of #91254 - Aaron1011:impl-candidate-err-ty, r=lcnrMatthias Krüger-31/+24
2021-11-27typeck: Ensure proper bound vars passed to `add_bounds`.Ben Reeves-0/+30
2021-11-27Only check for errors in predicate when skipping impl assemblyAaron Hill-31/+24
2021-11-27Rollup merge of #91208 - estebank:eq-constraint, r=cjgillotMatthias Krüger-5/+93
2021-11-27Rollup merge of #91062 - jsha:static-file-replace, r=jyn514,GuillaumeGomezMatthias Krüger-132/+118
2021-11-27Auto merge of #91261 - Mark-Simulacrum:next-rel, r=Mark-Simulacrumbors-1/+1
2021-11-26Demonstration test for #91161Scott McMurray-0/+29
2021-11-26Rollup merge of #91259 - jyn514:doctest-warnings, r=GuillaumeGomezMatthias Krüger-74/+68
2021-11-26Rollup merge of #91252 - jyn514:relative-dir, r=Mark-SimulacrumMatthias Krüger-1/+1
2021-11-26Rollup merge of #91223 - GuillaumeGomez:headings-indent, r=jshaMatthias Krüger-5/+53
2021-11-26Rollup merge of #91197 - camelid:rename-resolvedpath, r=GuillaumeGomez,jyn514Matthias Krüger-43/+43
2021-11-26Rollup merge of #90611 - fee1-dead:rustdoc-ice-fix, r=jyn514,willcrichtonMatthias Krüger-6/+15
2021-11-26Remove `--display-doctest-warnings`Joshua Nelson-74/+68
2021-11-26Rename `Type::ResolvedPath` to `Type::Path`Noah Lev-38/+37
2021-11-26Update test for anchors and headings positionGuillaume Gomez-1/+47
2021-11-26Update the first heading indent rule so it is only applied on the first headi...Guillaume Gomez-4/+6
2021-11-26Bump to 1.59Mark Rousskov-1/+1
2021-11-27Reduce the ICEDeadbeef-469/+1
2021-11-26Auto merge of #91253 - matthiaskrgr:rollup-dnlcjmr, r=matthiaskrgrbors-0/+31
2021-11-27Add ICE testDeadbeef-0/+472
2021-11-27Add trace statementsDeadbeef-0/+2
2021-11-27Fix another ICE in rustdoc scrape_examplesDeadbeef-6/+9
2021-11-26Rollup merge of #91225 - GuillaumeGomez:source-page-scrollbar, r=jshaMatthias Krüger-0/+4
2021-11-26Rollup merge of #91212 - compiler-errors:issue91206, r=oli-obkMatthias Krüger-0/+27
2021-11-26Fix bug where submodules wouldn't be updated when running x.py from a subdire...Joshua Nelson-1/+1
2021-11-26Perform Sync check on static items in wf-check instead of during const checksOli Scherer-107/+87
2021-11-26Auto merge of #91164 - Badel2:usefulness-stack-overflow, r=davidtwcobors-0/+14
2021-11-26Auto merge of #91205 - Aaron1011:visit_param_env, r=lcnrbors-24/+31
2021-11-26Unwrap the results of type foldersLeSeulArtichaut-1/+2
2021-11-26Adapt `TypeFolder` implementors to return a `Result`LeSeulArtichaut-3/+3
2021-11-26Auto merge of #91181 - GuillaumeGomez:improve-rustdoc-gui-ci, r=jshabors-2/+5
2021-11-26Auto merge of #85102 - estebank:point-at-assignment, r=oli-obkbors-95/+127