summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-12-10bootstrap: Forward cargo JSON output to stout, not stderrZalathar-1/+1
2024-12-10Address the feedback from pascalkutheKirill Bulatov-6/+21
2024-12-10Address the feedback from VeykrilKirill Bulatov-10/+10
2024-12-10Auto merge of #134108 - fmease:rollup-tbtwm6j, r=fmeasebors-116/+362
2024-12-10run-make: Fix `assert_stderr_not_contains_regex`jyn-1/+1
2024-12-10We don't need `NonNull::as_ptr` debuginfoScott McMurray-0/+5
2024-12-10Rollup merge of #134102 - WaffleLapkin:nix-dev-shell-fixups-2024-12-10, r=Nor...León Orell Valerian Liehr-8/+6
2024-12-10Rollup merge of #134010 - RalfJung:promoted-type-error-ice, r=oli-obkLeón Orell Valerian Liehr-2/+5
2024-12-10Rollup merge of #133853 - onur-ozkan:use-vendor-directory-on-dist-build, r=Ko...León Orell Valerian Liehr-1/+11
2024-12-10Rollup merge of #133456 - clubby789:cargo-update, r=ChrisDentonLeón Orell Valerian Liehr-105/+340
2024-12-10Auto merge of #133902 - Kobzol:ci-dist-arm-runner, r=MarcoIenibors-5/+5
2024-12-10Merge pull request #18649 from roife/fix-issue-18648Laurențiu Nicola-1/+27
2024-12-10Auto merge of #134096 - fmease:rollup-0asgoo8, r=fmeasebors-317/+220
2024-12-09minor: Migrate `remove_unnecessary_wrapper` to `SyntaxEditor`Giga Bowser-20/+63
2024-12-09fix: Handle the final statement in `SyntaxFactory::block_expr` properlyGiga Bowser-6/+15
2024-12-09Add diagnostic fix to remove unnecessary wrapper in type mismatchGiga Bowser-62/+375
2024-12-10provide `libz.so.1` in the `nix-dev-shell`Waffle Lapkin-6/+4
2024-12-10remove instructions to git exclude files in `src/nix-dev-shell/envrc-*`Waffle Lapkin-2/+2
2024-12-10Clippy fixesKirill Bulatov-5/+5
2024-12-10Avoid hashing completion-related ranges as those may change during /resolve q...Kirill Bulatov-15/+3
2024-12-09Rollup merge of #134055 - RalfJung:interpret-alloc-dedup, r=oli-obkLeón Orell Valerian Liehr-104/+3
2024-12-09Rollup merge of #134040 - clubby789:bootstrap-eprintln, r=jieyouxuLeón Orell Valerian Liehr-207/+211
2024-12-09Rollup merge of #133996 - Zalathar:ui-link-native-libs, r=jieyouxuLeón Orell Valerian Liehr-6/+6
2024-12-09Introduce `default_field_values` featureEsteban Küber-29/+44
2024-12-09jsondocck: Parse, don't validate commands.Alona Enraght-Moony-262/+169
2024-12-10crates/r-a: Fix typo in debug messageYuki Sireneva-1/+1
2024-12-09Unite more bool hashingKirill Bulatov-15/+16
2024-12-09Stop excluding Helix from the general resolve pathKirill Bulatov-2/+2
2024-12-09Always compute the hash when r-a wants the imports to be resolvedKirill Bulatov-17/+6
2024-12-09Draft completion hashingKirill Bulatov-24/+142
2024-12-10minor: enhance name suggestion for `Arc<T>` and `Rc<T>`roife-1/+27
2024-12-09Move dist-powerpc64le-linux to job-linux-4c-largediskJens Reidel-1/+1
2024-12-09Merge pull request #18647 from Veykril/push-nsrrmmnzzoymLukas Wirth-3/+3
2024-12-09Disable pipe on typing handlerLukas Wirth-3/+3
2024-12-09fix ICE on type error in promotedRalf Jung-2/+5
2024-12-09interpret: clean up deduplicating allocation functionsRalf Jung-104/+3
2024-12-09Merge pull request #18645 from Veykril/push-yruoyrvrsntwLukas Wirth-12/+21
2024-12-09fix: Non-exhaustive structs may be emptyLukas Wirth-12/+21
2024-12-09Enable `[bot-pull-requests]` triagebot featureJakub Beránek-0/+3
2024-12-09compiletest: `print{,ln}!` -> `eprint{,ln}!`clubby789-57/+57
2024-12-09bootstrap: `print{,ln}!` -> `eprint{,ln}!`clubby789-150/+154
2024-12-09Merge pull request #18644 from Veykril/push-nolvpzqvoqwxLukas Wirth-53/+18
2024-12-09Merge pull request #18643 from Veykril/push-muwuzmowptnnLukas Wirth-397/+407
2024-12-09Remove patch sysroot cfg-if hackLukas Wirth-53/+18
2024-12-09Rename test fixture crates to ra_test_fixtureLukas Wirth-397/+407
2024-12-09Remove unstable attributes in minicoreLaurențiu Nicola-4/+0
2024-12-09Merge pull request #18441 from Veykril/lw-psyvmlotlvqnLukas Wirth-54/+107
2024-12-09Fix config guard lock for ratoml testsLukas Wirth-63/+59
2024-12-09Merge pull request #18635 from ChayimFriedman2/fix-testLukas Wirth-47/+49
2024-12-09Merge from rustcRalf Jung-109/+227