about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2023-02-21Preparing for merge from rustcRalf Jung-1/+1
2023-02-21Use a lock-free datastructure for `source_span`Oli Scherer-0/+1
2023-02-21Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472bors-27/+51
2023-02-21Auto merge of #107728 - RalfJung:miri-dyn-star, r=RalfJung,oli-obkbors-5/+126
2023-02-21Use `ThinVec` in a few more AST types.Nicholas Nethercote-7/+9
2023-02-21Use `ThinVec` in `ast::Block`.Nicholas Nethercote-1/+2
2023-02-21Use `ThinVec` in various AST types.Nicholas Nethercote-19/+40
2023-02-20Minimal changes to make miri workRune Tynan-1/+2
2023-02-20Move `NtWriteFile` miri shim to `foreign_items`Chris Denton-69/+68
2023-02-20fix Stacked Borrows interaction with dyn*Ralf Jung-2/+4
2023-02-20basic dyn* support for MiriRalf Jung-5/+124
2023-02-20Merge from rustcRalf Jung-2/+2
2023-02-20Preparing for merge from rustcRalf Jung-1/+1
2023-02-20:arrow_up: rust-analyzerLaurențiu Nicola-942/+1800
2023-02-18Rename checked_binop_checks_overflow.Camille GILLOT-2/+2
2023-02-18Auto merge of #2784 - bryangarza:future-sizes-tests, r=RalfJungbors-0/+81
2023-02-18fmtRalf Jung-2/+1
2023-02-18Merge from rustcRalf Jung-64/+83
2023-02-18Preparing for merge from rustcRalf Jung-1/+1
2023-02-18Rollup merge of #108197 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+0
2023-02-18Auto merge of #106476 - keith:ks/add-sanitizer-support-for-modern-ios-platfor...bors-0/+6
2023-02-18Auto merge of #99679 - repnop:kernel-address-sanitizer, r=cuviperbors-0/+9
2023-02-18Auto merge of #108112 - nnethercote:clarify-iterator-interners, r=oli-obk,com...bors-5/+3
2023-02-17Update cargoWeihang Lo-0/+0
2023-02-17Add tests for moving data across await pointBryan Garza-0/+81
2023-02-17Replace more `mk_foo` calls with `infer_foo`.Nicholas Nethercote-4/+2
2023-02-17Replace `mk_foo` calls with `infer_foo` where possible.Nicholas Nethercote-1/+1
2023-02-17Add `Clause::ConstArgHasType` variantBoxy-1/+2
2023-02-17Auto merge of #107753 - kylematsuda:type-of, r=BoxyUwUbors-55/+60
2023-02-16remove bound_type_of query; make type_of return EarlyBinder; change type_of i...Kyle Matsuda-57/+57
2023-02-16change usages of type_of to bound_type_ofKyle Matsuda-54/+59
2023-02-17Rollup merge of #108009 - c410-f3r:moar-tests, r=petrochenkovMatthias Krüger-1/+1
2023-02-17Rollup merge of #107489 - compiler-errors:non_lifetime_binders, r=cjgillotMatthias Krüger-2/+2
2023-02-16Move testsCaio-1/+1
2023-02-16Merge from rustcRalf Jung-131/+173
2023-02-16Preparing for merge from rustcRalf Jung-1/+1
2023-02-16Remove save-analysis.Nicholas Nethercote-2/+0
2023-02-16Rename some region-specific stuffMichael Goulet-2/+2
2023-02-15Rollup merge of #108047 - oli-obk:machine->🞋, r=RalfJungMatthias Krüger-111/+111
2023-02-15Rollup merge of #108021 - zephaniahong:oldx, r=albertlarsan68Matthias Krüger-16/+60
2023-02-15Auto merge of #108006 - cjgillot:def-impl, r=oli-obkbors-2/+2
2023-02-15Merge from rustcRalf Jung-10298/+13546
2023-02-15Preparing for merge from rustcRalf Jung-1/+1
2023-02-15Use target instead of machine for mir interpreter integer handling.Oli Scherer-111/+111
2023-02-15make x look for x.py if shell script does not existZephaniah Ong-16/+60
2023-02-14Add `kernel-address` sanitizer support for freestanding targetsWesley Norris-0/+9
2023-02-14Auto merge of #108056 - matthiaskrgr:rollup-oa6bxvh, r=matthiaskrgrbors-11/+10
2023-02-14Add `of_trait` to DefKind::Impl.Camille GILLOT-2/+2
2023-02-14Rollup merge of #108007 - compiler-errors:str-less-kind, r=NilstriebMatthias Krüger-11/+10
2023-02-14s/eval_usize/eval_target_usize/ for clarityOli Scherer-9/+9