about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-06-22Migrate item_bounds to ty::ClauseMichael Goulet-8/+8
2023-06-22drop perform_read_access (always read) in favor of zero_sizeNeven Villani-26/+38
2023-06-22Merge from rustcRalf Jung-1732/+5631
2023-06-22Preparing for merge from rustcRalf Jung-1/+1
2023-06-21Update cargoWeihang Lo-0/+0
2023-06-21Remove outdated import in r-a proc macro server.Mara Bos-4/+1
2023-06-21change edition to 2021, fix clippy warnsklensy-11/+11
2023-06-21rust-installer: drop clap v3, migrate to v4klensy-36/+36
2023-06-21Auto merge of #112877 - Nilstrieb:rollup-5g5hegl, r=Nilstriebbors-37/+40
2023-06-21Rollup merge of #112790 - WaffleLapkin:syntactically, r=NilstriebNilstrieb-0/+3
2023-06-21Rollup merge of #112772 - compiler-errors:clauses-1, r=lcnrNilstrieb-37/+37
2023-06-21Auto merge of #106450 - albertlarsan68:fix-arc-ptr-eq, r=Amanieubors-28/+8
2023-06-20Delete use of proc_macro_span_shrink from proc-macro2David Tolnay-10/+10
2023-06-20Add `Span::{line, column}`Jacob Pratt-0/+10
2023-06-20`Span::{before, after}` → `Span::{start, end}`Jacob Pratt-2/+2
2023-06-20Remove `LineColumn`, `Span::start`, `Span::end`Jacob Pratt-8/+0
2023-06-20Update cargoWeihang Lo-3/+0
2023-06-20add support for needs-dynamic-linkingPietro Albini-0/+5
2023-06-20avoid dynamic linking on targets that do not support dynamic linkingPietro Albini-1/+3
2023-06-20merge target spec and --print=cfg for compiletest target infoPietro Albini-64/+24
2023-06-20Auto merge of #2520 - saethlin:mmap-shim, r=RalfJungbors-12/+521
2023-06-20Improve organizationBen Kimock-83/+90
2023-06-20Make munmap throw unsup errors instead of trying to workBen Kimock-64/+68
2023-06-20mmap/munmap/mremamp shimsBen Kimock-12/+510
2023-06-20Auto merge of #112821 - calebcartwright:rustfmt-sync, r=calebcartwrightbors-366/+1622
2023-06-19Merge commit '3f7c366fc0464e01ddcaefbd70647cb3da4202be' into rustfmt-syncCaleb Cartwright-366/+1622
2023-06-19Rollup merge of #112499 - tgross35:py-ruff-fixes, r=Mark-SimulacrumMichael Goulet-14/+22
2023-06-19Rollup merge of #112232 - fee1-dead-contrib:match-eq-const-msg, r=b-naberMichael Goulet-1/+1
2023-06-19Rollup merge of #112780 - compiler-errors:tait-is-ambig, r=lcnrMatthias Krüger-14/+25
2023-06-19s/Clause/ClauseKindMichael Goulet-37/+37
2023-06-19Support `ast::ExprKind::Become` in clippyMaybe Waffle-0/+1
2023-06-19Implement `become` expression formatting in rustfmtMaybe Waffle-0/+2
2023-06-19bless new testsRalf Jung-2/+2
2023-06-19Merge commit 'cd3bf9fe51676b520c546460e6d8919b8c8ff99f' into sync-from-raLaurențiu Nicola-1250/+3891
2023-06-18Fixes tests/ui/test-attrs/tests-listing-format-json.rs on WindowsForrestOfBarnes-1/+4
2023-06-18Treat TAIT equation as always ambiguous in coherenceMichael Goulet-14/+25
2023-06-18Rollup merge of #112663 - klensy:dusk-and-dawn, r=pietroalbiniMichael Goulet-5/+1
2023-06-18Merge from rustcRalf Jung-6/+8
2023-06-18Preparing for merge from rustcRalf Jung-1/+1
2023-06-18Rollup merge of #112667 - compiler-errors:wf-goal-is-clause, r=lcnrMatthias Krüger-2/+2
2023-06-18Better error for non const `PartialEq` call generated by `match`Deadbeef-1/+1
2023-06-17Move ConstEvaluatable to ClauseMichael Goulet-1/+1
2023-06-17Move WF goal to clauseMichael Goulet-1/+1
2023-06-17Auto merge of #112746 - matthiaskrgr:rollup-se59bfd, r=matthiaskrgrbors-1/+3
2023-06-17Rollup merge of #112435 - antoyo:allow-overwrite-sysroot, r=Mark-SimulacrumMatthias Krüger-1/+3
2023-06-17Auto merge of #100036 - DrMeepster:box_free_free_box, r=oli-obkbors-3/+3
2023-06-17Merge from rustcRalf Jung-77/+52
2023-06-17Preparing for merge from rustcRalf Jung-1/+1
2023-06-16Apply changes to fix python linting errorsTrevor Gross-14/+22
2023-06-17Auto merge of #108860 - oli-obk:tait_alias, r=compiler-errorsbors-76/+51