about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2021-09-06Auto merge of #88362 - pietroalbini:bump-stage0, r=Mark-Simulacrumbors-0/+218
2021-09-06:arrow_up: rust-analyzerLaurențiu Nicola-20/+32
2021-09-06Auto merge of #88493 - chenyukang:fix-duplicated-diagnostic, r=estebankbors-33/+4
2021-09-05Auto merge of #88499 - eddyb:layout-off, r=nagisabors-13/+13
2021-09-04Fix #88256, remove duplicated diagnosticyukang-33/+4
2021-09-04Auto merge of #88598 - estebank:type-ascription-can-die-in-a-fire, r=wesleywiserbors-0/+1
2021-09-03Detect bare blocks with type ascription that were meant to be a `struct` literalEsteban Kuber-0/+1
2021-09-03Auto merge of #88363 - michaelwoerister:remapped-diagnostics, r=estebankbors-5/+2
2021-09-02rustc_target: move `LayoutOf` to `ty::layout`.Eduard-Mihai Burtescu-13/+13
2021-09-01Update cargo, booksEric Huss-0/+0
2021-09-01Auto merge of #87688 - camsteffen:let-else, r=cjgillotbors-7/+27
2021-08-31Auto merge of #88491 - RalfJung:miri, r=RalfJungbors-9/+7
2021-08-30Temporary fix rustfmt for let-elseCameron Steffen-4/+11
2021-08-30Fix clippy for let-elseCameron Steffen-3/+16
2021-08-30update miriRalf Jung-9/+7
2021-08-30`feature(const_generics)` -> `feature(const_param_types)`lcnr-19/+11
2021-08-30rename const_evaluatable_checked to generic_const_exprsEllen-2/+2
2021-08-28Teach tools that macros are now HIR itemsinquisitivecrystal-1/+9
2021-08-28Treat macros as HIR itemsinquisitivecrystal-0/+1
2021-08-27Auto merge of #88328 - fee1-dead:not-quite-const, r=oli-obkbors-33/+19
2021-08-27Fix rustfmt testDeadbeef-21/+9
2021-08-27Path remapping: Make behavior of diagnostics output dependent on presence of ...Michael Woerister-5/+2
2021-08-27Introduce `~const`Deadbeef-14/+12
2021-08-26Update cargoEric Huss-0/+0
2021-08-26Auto merge of #87280 - lcnr:lazy-anon-const-default-substs, r=nikomatsakisbors-41/+36
2021-08-26compiletest: allow `.` in remote test paths (can arise from revisions).Eduard-Mihai Burtescu-1/+1
2021-08-26pin the stage0 hashes in src/stage0.jsonPietro Albini-5/+43
2021-08-26switch stage0.txt to stage0.json and add a tool to generate itPietro Albini-0/+180
2021-08-26update `TypeFlags` to deal with missing ct substslcnr-2/+2
2021-08-26add `tcx` to `fn walk`lcnr-23/+23
2021-08-26make unevaluated const substs optionallcnr-12/+4
2021-08-26require a `tcx` for `TypeVisitor`lcnr-6/+9
2021-08-23Auto merge of #83302 - camsteffen:write-piece-unchecked, r=dtolnaybors-15/+20
2021-08-23Rollup merge of #88230 - steffahn:a_an, r=oli-obkMara Bos-20/+20
2021-08-23Rollup merge of #88188 - GuillaumeGomez:rustdoc-gui-parallel-limit, r=dns2utf8Mara Bos-10/+18
2021-08-23Greatly improve limitation handling on parallel rustdoc GUI test runGuillaume Gomez-10/+18
2021-08-23:arrow_up: rust-analyzerLaurențiu Nicola-17/+20
2021-08-22Rollup merge of #88211 - petrochenkov:withhilo, r=jyn514Guillaume Gomez-3/+3
2021-08-22Fix typos “an”→“a” and a few different ones that appeared in the sa...Frank Steffahn-6/+6
2021-08-22Fix more “a”/“an” typosFrank Steffahn-3/+3
2021-08-22Fix more “a”/“an” typosFrank Steffahn-1/+1
2021-08-22Fix typos “a”→“an”Frank Steffahn-10/+10
2021-08-22Auto merge of #88163 - camsteffen:collapsible-match-fix, r=Manishearthbors-150/+136
2021-08-21Rollup merge of #87604 - yaymukund:verify-backported-commits, r=Mark-SimulacrumJack Huey-0/+34
2021-08-21cleanup: `Span::new` -> `Span::with_lo`Vadim Petrochenkov-3/+3
2021-08-21Auto merge of #88073 - lnicola:rust-analyzer-2021-08-16, r=lnicolabors-37/+17
2021-08-20Add cherry-pick.sh convenience script.Mukund Lakshman-0/+34
2021-08-19introduce a Coerce predicateNiko Matsakis-0/+3
2021-08-19Fix clippy let expressions falloutCameron Steffen-150/+136
2021-08-18Rollup merge of #88082 - GuillaumeGomez:rustdoc-gui-jobs-opt, r=dns2utf8Guillaume Gomez-3/+21