summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2024-01-25Auto merge of #119627 - oli-obk:const_prop_lint_n̵o̵n̵sense, r=cjgillotbors-9/+2
2024-01-25Rename the unescaping functions.Nicholas Nethercote-15/+15
2024-01-25Rework `CStrUnit`.Nicholas Nethercote-5/+4
2024-01-25Fix copy/paste error.Nicholas Nethercote-2/+2
2024-01-24Rollup merge of #120265 - nikic:no-no-system-llvm, r=nagisaLeón Orell Valerian Liehr-12/+12
2024-01-24Auto merge of #118336 - saethlin:const-to-op-cache, r=RalfJungbors-2/+88
2024-01-24a bit of refactoring for find_mir_or_eval_fnRalf Jung-43/+15
2024-01-24add __cxa_thread_atexit_impl on freebsdRalf Jung-0/+1
2024-01-24refactor extern static handlingRalf Jung-73/+82
2024-01-24disable freeBSD tests for nowRalf Jung-2/+3
2024-01-24remove StructuralEq traitRalf Jung-17/+0
2024-01-24Merge from rustcThe Miri Conjob Bot-2/+7
2024-01-24Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-23Update cargoWeihang Lo-0/+0
2024-01-23We don't look into static items anymore during const propOli Scherer-9/+2
2024-01-23Auto merge of #119044 - RalfJung:intern-without-types, r=oli-obkbors-2/+6
2024-01-23Remove support for no-system-llvmNikita Popov-12/+12
2024-01-23Auto merge of #117958 - risc0:erik/target-triple, r=davidtwco,Mark-Simulacrumbors-0/+1
2024-01-23Merge from rustcThe Miri Conjob Bot-4483/+7183
2024-01-23Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-23Auto merge of #120017 - nnethercote:lint-api, r=oli-obkbors-16/+15
2024-01-22Rollup merge of #120233 - oli-obk:revert_trait_obj_upcast_stabilization, r=lcnrMatthias Krüger-2/+9
2024-01-23Rename `TyCtxt::struct_span_lint_hir` as `TyCtxt::node_span_lint`.Nicholas Nethercote-6/+6
2024-01-23Rename `LintContext::struct_span_lint` as `LintContext::span_lint`.Nicholas Nethercote-10/+9
2024-01-22Auto merge of #120242 - matthiaskrgr:rollup-a93yj3i, r=matthiaskrgrbors-19/+29
2024-01-22rustc: implement support for `riscv32im_risc0_zkvm_elf`Erik Kaneda-0/+1
2024-01-22Rollup merge of #120218 - compiler-errors:parse_macro_arg, r=calebcartwright,...Matthias Krüger-19/+29
2024-01-22Rollup merge of #119999 - onur-ozkan:remote-test-tools, r=Mark-SimulacrumMatthias Krüger-14/+13
2024-01-22Revert "Auto merge of #118133 - Urgau:stabilize_trait_upcasting, r=WaffleLapkin"Oli Scherer-2/+9
2024-01-22Auto merge of #120080 - cuviper:128-align-packed, r=nikicbors-35/+46
2024-01-22const-eval interner: from-scratch rewrite using mutability information from p...Ralf Jung-2/+6
2024-01-22update comment about CARGO_MAKEFLAGSRalf Jung-5/+4
2024-01-22Rollup merge of #120203 - rowan-sl:usr-bin-env-bash, r=compiler-errorsMatthias Krüger-1/+1
2024-01-22Rollup merge of #119710 - Nilstrieb:let-_-=-oops, r=TaKO8KiMatthias Krüger-0/+1
2024-01-22Actually, just use nonterminal_may_begin_withMichael Goulet-8/+7
2024-01-22Do not eagerly recover malformed AST in rustfmtMichael Goulet-1/+1
2024-01-22Check that a token can begin a nonterminal kind before parsing it as a macro ...Michael Goulet-17/+28
2024-01-21use /usr/bin/env bash instead of /bin/bashRowan S-L-1/+1
2024-01-21Bump `object` versionclubby789-2/+0
2024-01-21use u64 to represent file sizeonur-ozkan-14/+13
2024-01-21Merge commit 'a9116523604c998e7781f60d3b5a6f586e0414a9' into sync-from-raLaurențiu Nicola-4396/+7069
2024-01-21update lockfileRalf Jung-2/+2
2024-01-21Merge from rustcThe Miri Conjob Bot-1164/+1928
2024-01-21Preparing for merge from rustcThe Miri Conjob Bot-1/+1
2024-01-21Rollup merge of #120084 - weihanglo:pkgid-spec, r=Mark-SimulacrumNadrieril-2/+14
2024-01-21Auto merge of #120100 - oli-obk:astconv_lifetimes, r=BoxyUwUbors-23/+23
2024-01-20Rollup merge of #120000 - smoelius:fix-clippy, r=fee1-deadGuillaume Gomez-23/+15
2024-01-20Rollup merge of #120150 - Jules-Bertholet:stabilize-round-ties-even, r=cuviperMatthias Krüger-2/+0
2024-01-20Rollup merge of #120132 - oli-obk:helpful_tidy, r=Mark-SimulacrumMatthias Krüger-6/+26
2024-01-19Pack the u128 in LitKind::IntJosh Stone-35/+46