about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
2024-11-02Rollup merge of #132333 - tshepang:patch-4, r=workingjubileeMatthias Krüger-3/+4
2024-11-01Remove unncessary option for default rust-analyzer settingyukang-2/+0
2024-10-29rust_analyzer_helix.toml: add library/ manifestTshepang Mbambo-3/+4
2024-10-29Rename `command-list.rs` to `directive-list.rs`Zalathar-1/+1
2024-10-27remove dead code in CGREP scriptjyn-1/+0
2024-10-20Rollup merge of #131365 - heiseish:fix-issue-101993, r=Mark-SimulacrumMatthias Krüger-1/+40
2024-10-15fix missing rustfmt and clippy for msiGiang Dao-1/+40
2024-10-11rename RcBox in other places tooJonathan Dönszelmann-3/+3
2024-10-03bootstrap: Consolidate editor LSP setupKajetan Puchalski-1/+1
2024-10-01bootstrap: Add support for ./x setup vimKajetan Puchalski-1/+1
2024-10-01bootstrap: Add support for ./x setup helixKajetan Puchalski-1/+1
2024-10-01bootstrap: Add support for ./x setup emacsKajetan Puchalski-26/+26
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