about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2024-09-27Rollup merge of #130932 - mrkajetanp:editors, r=jieyouxuMatthias Krüger-0/+78
2024-09-27etc: Add rust-analyzer configs for eglot & helixKajetan Puchalski-0/+78
2024-09-27Rollup merge of #130517 - bjorn3:update_ra_config, r=onur-ozkanGuillaume Gomez-0/+1
2024-09-22Reformat using the new identifier sorting from rustfmtMichael Goulet-6/+6
2024-09-18Add the library workspace to the suggested rust-analyzer configbjorn3-0/+1
2024-09-07Remove unused option from x.pyGurinder Singh-145/+19
2024-08-18Generate completions after version updatesTrevor Gross-1471/+2988
2024-08-12regenerate `./x` completionsRémy Rakic-13/+6
2024-08-12clarify that `--rustc-args` is for compiletest testsRémy Rakic-3/+3
2024-08-11Fix debuginfo providers/testsBen Kimock-16/+16
2024-08-09Polymorphize RawVecBen Kimock-5/+12
2024-07-20Rewrite `test-float-parse` in RustTrevor Gross-554/+2337
2024-07-19Update jsondocck directives to follow ui_test-styleLeón Orell Valerian Liehr-0/+1
2024-07-09Auto merge of #127001 - beetrees:f16-debuginfo, r=michaelwoeristerbors-0/+26
2024-07-09Add Natvis visualiser and debuginfo tests for `f16`beetrees-0/+26
2024-06-27Implement `x perf` as a separate toolJakub Beránek-3/+3
2024-06-24Allow numbers in rustdoc tests commandsGuillaume Gomez-1/+1
2024-06-24Remove commands duplication between `compiletest` and `tests/rustdoc`Guillaume Gomez-225/+28
2024-06-24Move `tests/rustdoc` testsuite to `//@` syntaxGuillaume Gomez-32/+249
2024-06-23Rollup merge of #126663 - onur-ozkan:gitdir-thing, r=Mark-SimulacrumMatthias Krüger-2/+0
2024-06-19remove `GIT_DIR` handling in pre-push hookonur-ozkan-2/+0
2024-06-12Add `x perf` command for profiling the compiler using `rustc-perf`Jakub Beránek-1/+240
2024-05-29Remove path choice from `x fmt` and add `--all` option.Nicholas Nethercote-1/+4
2024-05-11lldb-formatters: Use StdSliceSyntheticProvider for &strVladimir Makayev-1/+4
2024-05-05Implement lldb formattter for "clang encoded" enums (LLDB 18.1+)Vladimir Makayev-2/+60
2024-04-22introduce `x vendor`onur-ozkan-1/+250
2024-04-05Auto merge of #123317 - RalfJung:test-in-miri, r=m-ou-se,saethlin,onur-ozkanbors-1/+263
2024-04-03add 'x.py miri', and make it work for 'library/{core,alloc,std}'Ralf Jung-1/+263
2024-04-02x.py test: remove no-op --skip flagRalf Jung-8/+8
2024-03-29Add rust-lldb pretty printing for Path and PathBufNathan Henrie-0/+43
2024-03-17Auto merge of #121885 - reitermarkus:generic-nonzero-inner, r=oli-obk,wesleyw...bors-22/+37
2024-03-14Fix `StdNonZeroNumberProvider` for `gdb`.Markus Reiter-1/+8
2024-03-14Add comment about `NonZero` printing as character literal.Markus Reiter-0/+2
2024-03-14Fix `StdNonZeroNumberSummaryProvider`.Markus Reiter-20/+23
2024-03-14Try fixing `debuginfo` test.Markus Reiter-3/+6
2024-03-11Remove old support for emscripten/wasm32-u-uAlex Crichton-24/+0
2024-01-27Update tests.Markus Reiter-34/+1
2024-01-26Rollup merge of #119562 - LegionMammal978:rename-pin-pointer, r=Amanieu,dtolnayMatthias Krüger-2/+2
2024-01-19Increase vscode `git.detectSubmodulesLimit`trevyn-0/+1
2024-01-16Rename `pointer` field on `Pin`LegionMammal978-2/+2
2024-01-11Auto merge of #119654 - onur-ozkan:bump-dependencies, r=clubby789bors-1/+5
2024-01-11bless tidyonur-ozkan-1/+5
2024-01-01pass allow-{dirty,staged} to clippyonur-ozkan-1/+7
2023-12-20Auto merge of #106790 - the8472:rawvec-niche, r=scottmcmbors-7/+15
2023-12-19update natvis to match changed RawVec structureThe 8472-4/+4
2023-12-11update debug providers to match new RawVec capacity fieldThe 8472-3/+11
2023-12-11update auto completionsonur-ozkan-15/+60
2023-12-09allow bypassing the build directory lockonur-ozkan-40/+85
2023-11-04Auto merge of #115274 - bjorn3:tidy_improvements, r=davidtwcobors-1/+76
2023-10-29Rollup merge of #117043 - onur-ozkan:skip-stage0-validation, r=Mark-SimulacrumGuillaume Gomez-15/+60