about summary refs log tree commit diff
path: root/src/etc
AgeCommit message (Expand)AuthorLines
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
2023-10-23Rollup merge of #116978 - tromey:rust-printers-cleanup, r=Mark-SimulacrumMatthias Krüger-55/+78
2023-10-22add bootstrap flag `--skip-stage0-validation`onur-ozkan-15/+60
2023-10-20Use gdb.ValuePrinter tag classTom Tromey-149/+158
2023-10-20Rewrite gdb pretty-printer registrationTom Tromey-55/+78
2023-10-15generate zsh autocompletion for xonur-ozkan-0/+751
2023-10-15bump bootstrap:clap_complete to `4.4.3`onur-ozkan-50/+50
2023-10-10Add two lockfilesbjorn3-0/+75
2023-10-10Update rand dependency for test-float-parsebjorn3-1/+1
2023-10-09Add `--enable-bolt-settings` bootstrap flagJakub Beránek-15/+45
2023-09-24Auto merge of #104385 - BlackHoleFox:apple-minimum-bumps, r=petrochenkovbors-1/+1
2023-09-23Raise minimum supported macOS to 10.12BlackHoleFox-1/+1
2023-09-14update rust_analyzer_settings.jsonRalf Jung-2/+2
2023-08-22rust-gdbgui: remove excessive quotesEren K-3/+3
2023-08-10Auto merge of #112482 - tgross35:ci-non-rust-linters, r=pietroalbinibors-1/+7
2023-08-06fix(bootstrap): rename exclude flag to skip 🐛Meysam Azad-15/+99
2023-08-02Add support for tidy linting via external tools for non-rust filesTrevor Gross-1/+7
2023-07-31Rollup merge of #113906 - notriddle:notriddle/cargo-extra-env, r=Mark-SimulacrumMatthias Krüger-1/+4
2023-07-31Remove BOLT from bootstrapJakub Beránek-90/+60
2023-07-30support `--stage` for `x clean`ozkanonur-9/+9
2023-07-20etc: add `RUSTC_BOOTSTRAP` to rust-analyzer configMichael Howell-1/+4
2023-07-19Improve htmldocck error a bit by providing line where error occurredGuillaume Gomez-0/+2
2023-07-17Auto merge of #89132 - Cyborus04:rc_allocator_support, r=Amanieubors-5/+8