about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-08-18Auto merge of #100682 - RalfJung:miri, r=RalfJungbors-7/+9
2022-08-18Rollup merge of #100643 - TaKO8Ki:point-at-type-parameter-shadowing-another-t...Matthias Krüger-1/+1
2022-08-17update MiriRalf Jung-7/+9
2022-08-17Rollup merge of #100656 - ehuss:update-cargo, r=ehussMatthias Krüger-0/+0
2022-08-17Rollup merge of #100379 - davidtwco:triagebot-diag, r=Mark-SimulacrumMatthias Krüger-19/+33
2022-08-17Rollup merge of #100018 - nnethercote:clean-up-LitKind, r=petrochenkovMatthias Krüger-12/+14
2022-08-17Rollup merge of #99474 - aDotInTheVoid:rustdoc-json-noinline-test-cleanup, r=...Matthias Krüger-0/+42
2022-08-16Update cargoEric Huss-0/+0
2022-08-17avoid a `&str` to `String` conversionTakayuki Maeda-1/+1
2022-08-16Rollup merge of #100616 - lnicola:rust-analyzer-2022-08-16, r=lnicolaDylan DPC-5108/+5774
2022-08-16Rollup merge of #100613 - eltociear:patch-15, r=Mark-SimulacrumDylan DPC-1/+1
2022-08-16:arrow_up: rust-analyzerLaurențiu Nicola-5108/+5774
2022-08-16compiletest: fix typo in runtest.rsIkko Ashimine-1/+1
2022-08-16Rename some things related to literals.Nicholas Nethercote-12/+14
2022-08-16Shrink `ast::Attribute`.Nicholas Nethercote-13/+13
2022-08-15Rollup merge of #100586 - the8472:available_parallelism_2, r=jyn514Matthias Krüger-2/+1
2022-08-15Revert "Revert "Remove num_cpus dependency from bootstrap, build-manifest and...The 8472-2/+1
2022-08-15Auto merge of #98393 - michaelwoerister:new-cpp-like-enum-debuginfo, r=wesley...bors-0/+2
2022-08-15errors: move translation logic into moduleDavid Wood-19/+33
2022-08-15Auto merge of #96745 - ehuss:even-more-attribute-validation, r=cjgillotbors-12/+14
2022-08-14Auto merge of #100516 - compiler-errors:rollup-fgrfeb3, r=compiler-errorsbors-1/+1
2022-08-13Rollup merge of #100468 - cuviper:lazy-x, r=jyn514Michael Goulet-1/+1
2022-08-13update MiriRalf Jung-7/+7
2022-08-12Use an extensionless `x` script for non-WindowsJosh Stone-1/+1
2022-08-12Adjust cfgsMark Rousskov-4/+1
2022-08-12Jsondocck: New `@ismany` commandNixon Enraght-Moony-0/+42
2022-08-12[compiletest] Add compiler-bundled NatVis files to test input stamp.Michael Woerister-0/+2
2022-08-12Auto merge of #100435 - ehuss:update-cargo, r=ehussbors-0/+0
2022-08-11Update clippy for introduction of Node::ExprFieldEric Huss-12/+14
2022-08-11Update cargoEric Huss-0/+0
2022-08-12Auto merge of #100419 - flip1995:clippyup, r=Manishearthbors-826/+2239
2022-08-11Rollup merge of #100392 - nnethercote:simplify-visitors, r=cjgillotMatthias Krüger-1/+1
2022-08-11Rollup merge of #99992 - jyn514:shell-scripts, r=Mark-SimulacrumMatthias Krüger-3/+5
2022-08-11Merge commit '2b2190cb5667cdd276a24ef8b9f3692209c54a89' into clippyupPhilipp Krones-826/+2239
2022-08-11Rollup merge of #100403 - GuillaumeGomez:improve-messages, r=jshaDylan DPC-0/+16
2022-08-11Rollup merge of #100232 - cjgillot:no-desugar-methodcall, r=nagisaDylan DPC-17/+17
2022-08-11Improve error message when browser-ui-test crashesGuillaume Gomez-0/+16
2022-08-11Simplify `rustc_ast::visit::Visitor::visit_poly_trait_ref`.Nicholas Nethercote-1/+1
2022-08-10update MiriRalf Jung-9/+7
2022-08-10Do not consider method call receiver as an argument in AST.Camille GILLOT-17/+17
2022-08-10Auto merge of #100260 - ehuss:compiletest-target-cfg, r=Mark-Simulacrumbors-208/+345
2022-08-10Update cargoEric Huss-0/+0
2022-08-08compiletest: Add warning and comment about running tests without RUSTCEric Huss-1/+16
2022-08-09:arrow_up: rust-analyzerLaurențiu Nicola-281/+1636
2022-08-08Add `x.sh` and `x.ps1` shell scriptsJoshua Nelson-3/+5
2022-08-07compiletest: match ignores on target familyEric Huss-0/+29
2022-08-07compiletest: use precise cfg matching instead of hard-coded tablesEric Huss-208/+301
2022-08-06Auto merge of #99743 - compiler-errors:fulfillment-context-cleanups, r=jackh726bors-4/+2
2022-08-05Auto merge of #95977 - FabianWolff:issue-92790-dead-tuple, r=estebankbors-51/+60
2022-08-04Add `traits::fully_solve_obligation` that acts like `traits::fully_normalize`Michael Goulet-4/+2