about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-12-05make SC fences stronger, to be correct wrt C++20Ralf Jung-147/+120
2024-12-05move GlobalState definition further up so the types are mor concentrated at t...Ralf Jung-98/+98
2024-12-05extend some comments regarding weak memory emulationRalf Jung-6/+17
2024-12-05Rollup merge of #133892 - jieyouxu:revert-eprintln, r=jieyouxuLeón Orell Valerian Liehr-210/+206
2024-12-05Rollup merge of #133863 - oli-obk:push-pystoxvtvssx, r=lqdLeón Orell Valerian Liehr-11/+2
2024-12-05Rollup merge of #133761 - rustbot:docs-update, r=ehussLeón Orell Valerian Liehr-0/+0
2024-12-05Rollup merge of #133233 - estebank:const-errors, r=NadrierilLeón Orell Valerian Liehr-1/+0
2024-12-05Rollup merge of #118833 - Urgau:lint_function_pointer_comparisons, r=cjgillotLeón Orell Valerian Liehr-170/+83
2024-12-05Revert "Rollup merge of #133817 - clubby789:bootstrap-eprintln, r=jieyouxu"Jieyou Xu-210/+206
2024-12-05Remove `//@ compare-output-lines-by-subset` directive (#2151)许杰友 Jieyou Xu (Joe)-4/+0
2024-12-05Document `needs-target-has-atomic` directive (#2154)许杰友 Jieyou Xu (Joe)-0/+4
2024-12-05Update comments on Windows job objectsChris Denton-4/+7
2024-12-05Nested job objects are now supported in CIChris Denton-9/+1
2024-12-05Never close a job after the process is assignedChris Denton-13/+9
2024-12-04Update edition-guide and referenceEric Huss-0/+0
2024-12-04Reformat Python code with `ruff`Jakub Beránek-922/+1492
2024-12-04Exclude additional subtrees in `ruff` configJakub Beránek-0/+6
2024-12-04Tweak ptr in pattern errorEsteban Küber-1/+0
2024-12-05Fix "std" support status of some tier 3 targetsTaiki Endo-8/+8
2024-12-04Rollup merge of #133856 - GuillaumeGomez:update-sysinfo, r=clubby789Matthias Krüger-8/+9
2024-12-04Rollup merge of #133737 - Walnut356:msvc_visualizers, r=onur-ozkanMatthias Krüger-14/+14
2024-12-04Merge pull request #18611 from ChayimFriedman2/proc-macro-warnLukas Wirth-0/+13
2024-12-04Rename `core_pattern_type` and `core_pattern_types` lib feature gates to `pa...Oli Scherer-11/+2
2024-12-04add test to demonstrate the effect of #4008Johannes Hostert-0/+60
2024-12-04fix: update `introduce_named_generic` to use `type_param` directlyTarek-3/+2
2024-12-04Update sysinfo version to 0.33.0Guillaume Gomez-8/+9
2024-12-04Merge pull request #4006 from JoJoDeveloping/tb-fix-3846-retagRalf Jung-90/+329
2024-12-04Do not report warnings from proc macros, everChayim Refael Friedman-0/+13
2024-12-04add a change entry for new default on `build.vendor`onur-ozkan-0/+5
2024-12-04Properly fix #3846 by resetting parents on lazy node creationJohannes Hostert-90/+306
2024-12-04use vendor sources by default on dist tarballsonur-ozkan-1/+6
2024-12-04refactor: move editing for ast using `SyntaxEditor` to a separate fileTarek-74/+74
2024-12-04fix: refactor `introduce_named_generic` assistTarek-42/+31
2024-12-04fix: correct token type for closing angle bracketTarek-1/+1
2024-12-04fix: refactor `syntax_editor_add_generic_param`Tarek-19/+41
2024-12-04fix: refactor `syntax_editor_add_generic_param` to handle adding new generic ...Tarek-47/+43
2024-12-04fix: refactor syntax_editor_add_generic_param to handle new generic parametersTarek-12/+11
2024-12-04fix: implement `syntax_editor_create_generic_param_list`Tarek-5/+35
2024-12-04define syntax_editor_add_generic_paramTarek-7/+34
2024-12-04fix: remove make_mut from introduce_named_generic assistTarek-2/+0
2024-12-04feat: migrate introduce_named_generic assist to use SyntaxFactoryTarek-5/+41
2024-12-04Complete diagnostics in ty lowering groundworkChayim Refael Friedman-103/+621
2024-12-04Lay the foundation for diagnostics in ty lowering, and implement a first diag...Chayim Refael Friedman-80/+811
2024-12-04Store some hir_def Paths in the type ref source mapsChayim Refael Friedman-77/+144
2024-12-04Fix parsing of parenthesized type args and RTNLukas Wirth-698/+1020
2024-12-04refactor: change target parameter to a reference in add_rewrite methodTarek-12/+6
2024-12-04feat: migrate `sort_items` assist to use `SyntaxFactory`Tarek-18/+22
2024-12-04Auto merge of #133799 - DianQK:llvm/19.1.5, r=nikicbors-0/+0
2024-12-04implement simd_relaxed_fmaRalf Jung-33/+97
2024-12-04Auto merge of #133841 - matthiaskrgr:rollup-2snj3hc, r=matthiaskrgrbors-252/+250