about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
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-12Update failing ui testsGuillaume Gomez-5/+45
2023-03-12Add test for useless_anonymous_reexport lintGuillaume Gomez-1/+38
2023-03-12Auto merge of #14328 - lnicola:build-scripts-extra-args, r=Veykrilbors-1/+30
2023-03-12Add lint for useless anonymous reexportsGuillaume Gomez-0/+95
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-12Fix object safety checks for new RPITITsSantiago Pastorino-9/+61
2023-03-12Filter out RPITITs in object_safety_violations_for_traitSantiago Pastorino-3/+33
2023-03-12Filter out RPITITs in astconv when checking for missing associated typesSantiago Pastorino-3/+40
2023-03-12Run existing impl trait in traits tests using -Zlower-impl-trait-in-trait-to-...Santiago Pastorino-8/+91
2023-03-12Run existing async in traits tests using -Zlower-impl-trait-in-trait-to-assoc-tySantiago Pastorino-10/+145
2023-03-12Remove tests/ui/impl-trait/in-trait/new-lowering-strategy in favor of using r...Santiago Pastorino-28/+0
2023-03-12Add recovery for use of removed `box` syntaxclubby789-10/+105
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-6/+6
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-2/+2
2023-03-12Remove `box_syntax` from AST and use in toolsclubby789-4/+2
2023-03-12Remove `box-syntax` from unstable bookclubby789-22/+0
2023-03-12Remove uses of `box_syntax` in rustc and toolsclubby789-81/+53
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-12Add and use rust-analyzer.cargo.extraArgs settingLaurențiu Nicola-2/+27
2023-03-12typoTshepang Mbambo-1/+1
2023-03-12Auto merge of #109043 - matthiaskrgr:rollup-genkz0e, r=matthiaskrgrbors-87/+914
2023-03-12Use `Debug` for formatting the dep nodesJohn Kåre Alsaker-2/+1
2023-03-12Remove `graph` parameter from `try_force_from_dep_node`John Kåre Alsaker-7/+8
2023-03-12Optimize dep node backtrace and ignore fatal errorsJohn Kåre Alsaker-50/+63
2023-03-12Prevent stable `libtest` from supporting `-Zunstable-options`Thom Chiovoloni-0/+6
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-11Move `Option::as_slice` to an always-sound implementationScott McMurray-42/+92