about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2023-08-03Update cargoWeihang Lo-0/+0
2023-08-03Skip checking of `rustc_codegen_gcc` with vendoring enabledJakub Beránek-0/+6
2023-08-03Add `internal_features` lintNilstrieb-1/+18
2023-08-03Auto merge of #3009 - oli-obk:auto_actions, r=oli-obkbors-9/+16
2023-08-03add test checking that overlapping assignments workRalf Jung-0/+9
2023-08-03Avoid infinite recursion for auto-fmt and auto-clippyOli Scherer-9/+16
2023-08-03fmtThe Miri Conjob Bot-2/+7
2023-08-03Merge from rustcThe Miri Conjob Bot-227/+230
2023-08-03Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-03Auto merge of #114353 - nnethercote:parser-ast-cleanups, r=petrochenkovbors-15/+7
2023-08-02Auto merge of #107254 - chenyukang:yukang/fix-107113-wrong-sugg-in-macro, r=e...bors-3/+13
2023-08-03Remove `MacDelimiter`.Nicholas Nethercote-6/+2
2023-08-03Remove `MacDelimiter`.Nicholas Nethercote-6/+2
2023-08-02Auto merge of #114364 - weihanglo:update-cargo, r=weihanglobors-0/+0
2023-08-02Auto merge of #114345 - lqd:revert-113588, r=RalfJungbors-28/+19
2023-08-02cargo-miri: avoid set_envRalf Jung-7/+18
2023-08-02Command debug printing prints the environment these days, we can kill some cu...Ralf Jung-39/+1
2023-08-02fix miri-script being silent when running './miri test'Ralf Jung-8/+14
2023-08-02no need to forward all env varsRalf Jung-17/+8
2023-08-02Update cargoWeihang Lo-0/+0
2023-08-02Auto merge of #3004 - RalfJung:borrow-tests, r=RalfJungbors-11/+77
2023-08-02const validation: point at where we found a pointer but expected an integerRalf Jung-5/+7
2023-08-02add local_addr_of_mut testRalf Jung-0/+12
2023-08-02miri-script: simplify flag computation a bitRalf Jung-12/+12
2023-08-02add write_does_not_invalidate_all_aliases test, and enable direct_mut_to_cons...Ralf Jung-11/+65
2023-08-03Fix rustfmt depMu001999-1/+1
2023-08-03Fix rustfmt depMu001999-1/+1
2023-08-02Remove constness from `TraitPredicate`Deadbeef-11/+8
2023-08-02Auto merge of #114368 - Nilstrieb:rollup-pgvm9cf, r=Nilstriebbors-13/+24
2023-08-02Rollup merge of #114347 - chenyukang:yukang-fix-114245-fmt-count, r=albertlar...Nilstrieb-7/+24
2023-08-02Rollup merge of #114321 - SparrowLii:parallel_test, r=oli-obkNilstrieb-6/+0
2023-08-02Auto merge of #112431 - Urgau:cast_ref_to_mut_improvments, r=Nilstriebbors-0/+4
2023-08-02Auto merge of #114333 - RalfJung:dangling-ptr-offset, r=oli-obkbors-175/+175
2023-08-02Fix recent python linting errorsTrevor Gross-10/+19
2023-08-02Add support for tidy linting via external tools for non-rust filesTrevor Gross-6/+662
2023-08-02Add more context to `quit_if_file_exists` in `configure.py`Trevor Gross-3/+15
2023-08-02fix RedundantLocals clippy caused by async and awaityukang-3/+13
2023-08-02get auto traits for parallel rustcSparrowLii-6/+0
2023-08-02Generalize duration analysisJakub Beránek-11/+23
2023-08-02fmtThe Miri Conjob Bot-8/+12
2023-08-02Merge from rustcThe Miri Conjob Bot-3047/+9118
2023-08-02Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2023-08-02Auto merge of #112922 - g0djan:godjan/wasi-threads, r=wesleywiserbors-7/+183
2023-08-02Only call `parse_token_tree` once.Nicholas Nethercote-5/+4
2023-08-02Inline and remove `parse_all_token_trees`.Nicholas Nethercote-1/+4
2023-08-02`parse_all_token_trees` cannot fail.Nicholas Nethercote-7/+1
2023-08-02fmt_override is a better name since we are also adding files to whitelistyukang-23/+23
2023-08-02print more detailed format files and untracked files countyukang-2/+19
2023-08-01Revert "Rollup merge of #113588 - RalfJung:llvm-merge-base, r=albertlarsan68"Rémy Rakic-28/+19
2023-08-01Rename incorrect_fn_null_checks to useless_ptr_null_checks (clippy side)Urgau-6/+6