about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-03-13Better names?Michael Goulet-1/+1
2023-03-13Treat projections with infer as placeholder during fast reject in new solverMichael Goulet-2/+2
2023-03-13Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31bors-199/+91
2023-03-13:arrow_up: rust-analyzerLaurențiu Nicola-3055/+12635
2023-03-13Auto merge of #109011 - jsha:reduce-allocations-inner-full-print, r=notriddlebors-65/+71
2023-03-12rustdoc: rename `Type::is_same` to `is_doc_subtype_of`Michael Howell-11/+11
2023-03-12Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obkbors-21/+24
2023-03-12create `config::tests::detect_src_and_out` test for bootstrapozkanonur-2/+33
2023-03-12Auto merge of #2811 - saethlin:readme-nextest, r=RalfJungbors-0/+20
2023-03-12tweak readmeRalf Jung-3/+3
2023-03-12Add a section on using nextestBen Kimock-0/+20
2023-03-12Rollup merge of #109052 - GuillaumeGomez:rustdoc-gui-tester-eslint, r=notriddleMatthias Krüger-9/+106
2023-03-12Rollup merge of #109031 - thomcc:config-example-toml, r=ozkanonurMatthias Krüger-13/+13
2023-03-12Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomezMatthias Krüger-149/+223
2023-03-12Add rustdoc-gui eslint check into CIGuillaume Gomez-1/+2
2023-03-12Add eslint check for rustdoc-gui testerGuillaume Gomez-8/+104
2023-03-12Remove `box-syntax` from unstable bookclubby789-22/+0
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-15/+2
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-162/+89
2023-03-12Prevent stable `libtest` from supporting `-Zunstable-options`Thom Chiovoloni-0/+6
2023-03-12Rollup merge of #109028 - GuillaumeGomez:rustdoc-js-tester-eslint, r=notriddleMatthias Krüger-45/+144
2023-03-12Rollup merge of #108984 - Teapot4195:issue-106803-fix, r=ozkanonurMatthias Krüger-0/+2
2023-03-11rustdoc: collapse edit distance state into an objectMichael Howell-80/+86
2023-03-11rustdoc: reduce allocs in FnDecl::inner_full_printJacob Hoffman-Andrews-65/+71
2023-03-11Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni-13/+13
2023-03-11Add rustdoc-js eslint check into CIGuillaume Gomez-1/+2
2023-03-11Improve rustdoc-js tester code clarity a bitGuillaume Gomez-7/+9
2023-03-11Add eslint checks for rustdoc-js testerGuillaume Gomez-38/+134
2023-03-11Implement intrinsics for round_ties_evenBen Kimock-0/+35
2023-03-11Use trimmed instead of line for performanceest31-4/+4
2023-03-11Extend the tidy lint to ftl filesest31-1/+6
2023-03-11tidy: enforce comment blocks to have even number of backticksest31-9/+47
2023-03-11tidy: allow direct format args capture in macroest31-4/+4
2023-03-11Update host compiler to LLVM 16Nikita Popov-1/+1
2023-03-11Rollup merge of #108950 - cjgillot:inherit-less, r=compiler-errorsMatthias Krüger-33/+32
2023-03-11Rollup merge of #108927 - Ayush1325:pal-cleanup, r=workingjubileeMatthias Krüger-2/+0
2023-03-11Rollup merge of #108784 - clubby789:askama-sidebar, r=jsha,GuillaumeGomezMatthias Krüger-644/+616
2023-03-11Rollup merge of #108757 - clubby789:askama-move, r=notriddle,jsha,GuillaumeGomezMatthias Krüger-43/+84
2023-03-11Rollup merge of #107629 - pitaj:rustdoc-search-deprecated, r=jshaMatthias Krüger-9/+50
2023-03-11Auto merge of #109001 - matthiaskrgr:rollup-a3agnwp, r=matthiaskrgrbors-3/+18
2023-03-10Merge from rustcBen Kimock-570/+5119
2023-03-10Preparing for merge from rustcBen Kimock-1/+1
2023-03-10rustdoc: use restricted Damerau-Levenshtein distance for searchMichael Howell-147/+215
2023-03-11Auto merge of #104527 - ferrocene:pa-more-licenses, r=pnkfelixbors-113/+127
2023-03-10Render doc sidebar using Askamaclubby789-644/+616
2023-03-10Migrate `document_item_info` to templatesclubby789-43/+84
2023-03-10Rollup merge of #106085 - fee1-dead-contrib:tidy-ci-matchers, r=pietroalbiniMatthias Krüger-3/+18
2023-03-10Auto merge of #108974 - flip1995:clippyup, r=Manishearthbors-775/+2508
2023-03-10Directly construct Inherited.Camille GILLOT-33/+32
2023-03-10rustdoc: sort deprecated items lower in searchPeter Jaszkowiak-9/+50