about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2023-03-13Layout of `&dyn Trait<[type error]>` is still wideMichael Goulet-2/+32
2023-03-13Auto merge of #108471 - clubby789:unbox-the-syntax, r=Nilstrieb,est31bors-1054/+979
2023-03-13Auto merge of #109011 - jsha:reduce-allocations-inner-full-print, r=notriddlebors-65/+71
2023-03-12Auto merge of #108872 - cjgillot:simp-const-prop, r=oli-obkbors-330/+249
2023-03-12Auto merge of #109056 - matthiaskrgr:rollup-9trny1z, r=matthiaskrgrbors-219/+549
2023-03-12Rollup merge of #109052 - GuillaumeGomez:rustdoc-gui-tester-eslint, r=notriddleMatthias Krüger-9/+106
2023-03-12Rollup merge of #109047 - tshepang:type, r=lcnrMatthias Krüger-1/+1
2023-03-12Rollup merge of #109032 - compiler-errors:shorter, r=BoxyUwUMatthias Krüger-15/+13
2023-03-12Rollup merge of #109031 - thomcc:config-example-toml, r=ozkanonurMatthias Krüger-17/+16
2023-03-12Rollup merge of #109029 - compiler-errors:parse-gating, r=jackh726Matthias Krüger-27/+61
2023-03-12Rollup merge of #109026 - joshtriplett:rc-into-inner, r=dtolnayMatthias Krüger-0/+33
2023-03-12Rollup merge of #109009 - notriddle:notriddle/edit-distance, r=GuillaumeGomezMatthias Krüger-149/+235
2023-03-12Rollup merge of #108651 - LeSeulArtichaut:108645-target-feature-on-main, r=Ni...Matthias Krüger-1/+84
2023-03-12Fix formatting of new Rc::into_inner testDavid Tolnay-1/+0
2023-03-12Auto merge of #108845 - Zoxc:par-fix-2, r=cjgillotbors-6/+21
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-12Auto merge of #108820 - cjgillot:ensure-on-disk, r=oli-obkbors-30/+116
2023-03-12Allow `#[target_feature]` on `main` and `start` for WASMLéo Lanteri Thauvin-2/+14
2023-03-12Forbid the use of `#[target_feature]` on `start`Léo Lanteri Thauvin-0/+39
2023-03-12Forbid the use of `#[target_feature]` on `main`Léo Lanteri Thauvin-1/+33
2023-03-12Add recovery for use of removed `box` syntaxclubby789-10/+105
2023-03-12Remove `box-syntax` from unstable bookclubby789-22/+0
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-95/+40
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-944/+851
2023-03-12typoTshepang Mbambo-1/+1
2023-03-12Auto merge of #109043 - matthiaskrgr:rollup-genkz0e, r=matthiaskrgrbors-87/+914
2023-03-12Rollup merge of #109034 - compiler-errors:lazy-norm-tests, r=jackh726Matthias Krüger-0/+172
2023-03-12Rollup merge of #109028 - GuillaumeGomez:rustdoc-js-tester-eslint, r=notriddleMatthias Krüger-45/+144
2023-03-12Rollup merge of #109018 - jyn514:global-allocator-comment, r=lqdMatthias Krüger-0/+9
2023-03-12Rollup merge of #109017 - klensy:dupe, r=cjgillotMatthias Krüger-6/+2
2023-03-12Rollup merge of #109013 - Nilstrieb:obscurity-is-not-a-necessity, r=fee1-deadMatthias Krüger-5/+18
2023-03-12Rollup merge of #108984 - Teapot4195:issue-106803-fix, r=ozkanonurMatthias Krüger-0/+2
2023-03-12Rollup merge of #108841 - jackh726:issue-90528, r=compiler-errorsMatthias Krüger-7/+490
2023-03-12Rollup merge of #108797 - thomcc:sourcemap_include_binary_file, r=compiler-er...Matthias Krüger-3/+8
2023-03-12Rollup merge of #108726 - est31:backticks_matchmaking_tidy, r=NilstriebMatthias Krüger-21/+69
2023-03-12Auto merge of #108794 - nnethercote:avoid-unnecessary-hashing, r=cjgillotbors-82/+100
2023-03-12Auto merge of #108682 - est31:simplify_dirs, r=davidtwcobors-34/+34
2023-03-11rustdoc: collapse edit distance state into an objectMichael Howell-80/+86
2023-03-12Auto merge of #108700 - spastorino:new-rpitit-impl-side-2, r=compiler-errorsbors-35/+164
2023-03-11rustdoc: reduce allocs in FnDecl::inner_full_printJacob Hoffman-Andrews-65/+71
2023-03-11Commit some tests for the new solver + lazy normMichael Goulet-0/+172
2023-03-11Use ensure_with_value in a few more places.Camille GILLOT-6/+7
2023-03-11Make the check for cache opt-in.Camille GILLOT-13/+57
2023-03-11Use ensure for thir_abstract_const.Camille GILLOT-5/+2
2023-03-11Ensure value is on the on-disk cache before returning.Camille GILLOT-9/+53
2023-03-11Rename `config.toml.example` to `config.example.toml`Thom Chiovoloni-17/+16
2023-03-11Use TyCtxt::trait_solver_next in some placesMichael Goulet-15/+13
2023-03-11Simplify message pathsest31-34/+34
2023-03-11Auto merge of #108417 - Zoxc:dep-graph-branch, r=cjgillotbors-173/+221