about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-04-29Auto merge of #95819 - oli-obk:mir_can't_hold_all_these_lifetimes, r=estebankbors-1/+1
2022-04-29errors: `span_suggestion` takes `impl ToString`David Wood-3/+3
2022-04-28Rollup merge of #96433 - petrochenkov:delim, r=nnethercoteDylan DPC-51/+51
2022-04-28Add new repeat expr test.Oli Scherer-1/+1
2022-04-28rustc_ast: Harmonize delimiter naming with `proc_macro::Delimiter`Vadim Petrochenkov-51/+51
2022-04-28Auto merge of #96503 - ehuss:update-cargo, r=ehussbors-0/+0
2022-04-27Update cargoEric Huss-0/+0
2022-04-28Auto merge of #96085 - jsgf:deny-unused-deps, r=compiler-errorsbors-0/+11
2022-04-28Rollup merge of #96421 - nnethercote:less-NoDelim, r=petrochenkovDylan DPC-2/+2
2022-04-27compiletest: add support for unused extern notificationsJeremy Fitzhardinge-0/+11
2022-04-27Auto merge of #96179 - klensy:bump-deps-04-22, r=Mark-Simulacrumbors-1/+0
2022-04-26Move some tests to more reasonable placesCaio-2/+2
2022-04-27Make explicit an unreachable `NoDelim` case in `rustfmt`.Nicholas Nethercote-1/+1
2022-04-27Avoid producing `NoDelim` values in `MacArgs::delim()`.Nicholas Nethercote-1/+1
2022-04-26Auto merge of #96428 - GuillaumeGomez:rollup-4noqr33, r=GuillaumeGomezbors-4/+16
2022-04-26Rollup merge of #96361 - GuillaumeGomez:es6, r=notriddleGuillaume Gomez-4/+16
2022-04-26update miri submoduleOli Scherer-8/+8
2022-04-25Rollup merge of #96090 - JakobDegen:mir-tests, r=nagisaMatthias Krüger-1/+12
2022-04-24Rollup merge of #96237 - AlecGoncharow:issue-96011-fix, r=Mark-SimulacrumMatthias Krüger-16/+10
2022-04-24Update rustdoc-js tester tool to work with new kind of variablesGuillaume Gomez-4/+16
2022-04-23Make clippy inspector more precise.Camille GILLOT-2/+14
2022-04-23Drop vis in Item.Camille GILLOT-13/+13
2022-04-23Drop vis in ImplItem.Camille GILLOT-8/+5
2022-04-23Drop vis in FieldDef.Camille GILLOT-1/+4
2022-04-23Stop visiting visibility.Camille GILLOT-10/+9
2022-04-22proc-macro2 v1.0.30 -> v1.0.37klensy-1/+0
2022-04-22Auto merge of #96144 - c410-f3r:z-errors, r=petrochenkovbors-1/+1
2022-04-21Move some tests to more reasonable directoriesCaio-1/+1
2022-04-21Auto merge of #96263 - Dylan-DPC:rollup-0eofl13, r=Dylan-DPCbors-21/+149
2022-04-21Rollup merge of #90630 - GuillaumeGomez:improve-rustdoc-search, r=notriddleDylan DPC-21/+149
2022-04-20update MiriRalf Jung-6/+8
2022-04-20Update cargoEric Huss-0/+3
2022-04-19compiletest: combine `--*-python` argsAlec Goncharow-16/+10
2022-04-19Rollup merge of #96142 - cjgillot:no-crate-def-index, r=petrochenkovDylan DPC-3/+3
2022-04-18Add an extra check over filter typeGuillaume Gomez-1/+2
2022-04-18Parse idents the same way in both quote string elements and "normal" elementsGuillaume Gomez-1/+1
2022-04-18Handle separators in their own functions and fix missing handling of tabsGuillaume Gomez-1/+1
2022-04-18Add isIdentCharacter function to ensure that unexpected characters are handle...Guillaume Gomez-1/+2
2022-04-18Simplify parser syntaxGuillaume Gomez-1/+1
2022-04-18Make query parser more strict and improve display of errorsGuillaume Gomez-4/+3
2022-04-18* Greatly improve the rustdoc search parser source codeGuillaume Gomez-6/+10
2022-04-18Improve naming of "val" fieldGuillaume Gomez-1/+1
2022-04-18Add possibility to check parsed queryGuillaume Gomez-21/+144
2022-04-17Auto merge of #95779 - cjgillot:ast-lifetimes-undeclared, r=petrochenkovbors-19/+28
2022-04-17Stop using CRATE_DEF_INDEX.Camille GILLOT-3/+3
2022-04-17Bless clippy.Camille GILLOT-8/+8
2022-04-17Visit generics inside visit_fn.Camille GILLOT-11/+20
2022-04-17Auto merge of #95655 - kckeiks:create-hir-crate-items-query, r=cjgillotbors-14/+19
2022-04-16Add support for MIR opt unit testsJakob Degen-1/+12
2022-04-17Rollup merge of #96119 - RalfJung:miri, r=RalfJungDylan DPC-8/+6