about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-05-07Auto merge of #96531 - kckeiks:remove-item-like-visitor-from-rustc-typeck, r=...bors-6/+6
2022-05-06Rollup merge of #96557 - nbdd0121:const, r=oli-obkGuillaume Gomez-1/+1
2022-05-06use def_span and def_kind queries instead of calling tcx.hir() methodsMiguel Guarniz-6/+6
2022-05-05Merge commit '7c21f91b15b7604f818565646b686d90f99d1baf' into clippyupflip1995-2639/+6204
2022-05-05Bless clippy error msgGary Guo-1/+1
2022-05-04Auto merge of #96546 - nnethercote:overhaul-MacArgs, r=petrochenkovbors-1/+2
2022-05-05Overhaul `MacArgs::Eq`.Nicholas Nethercote-1/+2
2022-05-03Update cargoEric Huss-0/+0
2022-05-03Auto merge of #96558 - bjorn3:librarify_parse_format, r=davidtwcobors-2/+3
2022-05-03Make rustc_parse_format compile on stablebjorn3-2/+3
2022-05-03:arrow_up: rust-analyzerLaurențiu Nicola-22/+7
2022-05-02Auto merge of #96431 - petrochenkov:parent, r=cjgillotbors-9/+9
2022-05-02Rollup merge of #96610 - GuillaumeGomez:update-browser-ui-test, r=notriddleYuki Okushi-1/+0
2022-05-02rustc: Panic by default in `DefIdTree::parent`Vadim Petrochenkov-9/+9
2022-05-01Auto merge of #96517 - ferrocene:pa-files-related-to-test, r=Mark-Simulacrumbors-11/+35
2022-05-01Update browser-ui-test version to 0.9.0Guillaume Gomez-1/+0
2022-04-30Fix the rustfmt buildScott McMurray-0/+5
2022-04-30Fix the clippy buildScott McMurray-0/+1
2022-04-30Bless tests.Camille GILLOT-14/+2
2022-04-30Store all generic bounds as where predicates.Camille GILLOT-43/+41
2022-04-30Inline WhereClause into Generics.Camille GILLOT-9/+8
2022-04-30Box HIR Generics and Impl.Camille GILLOT-3/+3
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-28extract code to detect files related to a test into a different functionPietro Albini-11/+35
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