about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-07-23Auto merge of #98208 - ivanloz:master, r=nagisabors-0/+5
2022-07-23Add fine-grained LLVM CFI support to the Rust compilerRamon de C Valle-0/+19
2022-07-23Rollup merge of #99617 - ehuss:update-mdbook, r=Dylan-DPCMatthias Krüger-1/+1
2022-07-23Auto merge of #99599 - RalfJung:miri-stage-0, r=RalfJungbors-8/+8
2022-07-22Update mdbookEric Huss-1/+1
2022-07-22Do not resolve associated const when there is no provided valueMichael Goulet-9/+1
2022-07-22update MiriRalf Jung-8/+8
2022-07-22cargotest: do not run quickcheck tests in xsvRalf Jung-1/+28
2022-07-21Auto merge of #99530 - RalfJung:miri, r=oli-obkbors-7/+9
2022-07-21update MiriRalf Jung-7/+9
2022-07-21`region_outlives_predicate` no snapshotlcnr-2/+2
2022-07-20Rollup merge of #99488 - luqmana:debuginfo-revisions, r=tmiaskoMatthias Krüger-24/+54
2022-07-20Add ShadowCallStack SupportIvan Lozano-0/+5
2022-07-20Revert "Rollup merge of #98582 - oli-obk:unconstrained_opaque_type, r=estebank"Oli Scherer-1/+0
2022-07-20compiletest: dedup revision line logic.Luqman Aden-31/+27
2022-07-20compiletest: allow using revisions with debuginfo testsLuqman Aden-13/+47
2022-07-19Update cargoEric Huss-0/+0
2022-07-19Rollup merge of #99453 - lnicola:rust-analyzer-2022-07-19, r=lnicolaMatthias Krüger-7/+9
2022-07-19:arrow_up: rust-analyzerLaurențiu Nicola-7/+9
2022-07-19Mention first and last macro in backtraceMichael Goulet-6/+6
2022-07-18Merge commit 'fdb84cbfd25908df5683f8f62388f663d9260e39' into clippyupPhilipp Krones-944/+3408
2022-07-17Upgrade indexmap and thorin-dwp to use hashbrown 0.12Josh Stone-1/+1
2022-07-17Auto merge of #99283 - RalfJung:miri, r=RalfJungbors-6/+7
2022-07-17make tidy accept another permutation of this license stringRalf Jung-0/+1
2022-07-17update MiriRalf Jung-6/+6
2022-07-16Stabilize `let_chains`Caio-21/+19
2022-07-16Rollup merge of #99342 - TaKO8Ki:avoid-symbol-to-string-conversions, r=compil...Matthias Krüger-3/+3
2022-07-17avoid some `Symbol` to `String` conversionsTakayuki Maeda-3/+3
2022-07-15Introduce opaque type to hidden type projectionOli Scherer-0/+1
2022-07-15Rollup merge of #99246 - Xanewok:update-rls, r=jyn514Dylan DPC-0/+0
2022-07-14Update RLSIgor Matuszewski-0/+0
2022-07-14Auto merge of #95956 - yaahc:stable-in-unstable, r=cjgillotbors-2/+2
2022-07-14Auto merge of #99231 - Dylan-DPC:rollup-0tl8c0o, r=Dylan-DPCbors-82/+139
2022-07-14Rollup merge of #98705 - WaffleLapkin:closure_binder, r=cjgillotDylan DPC-75/+127
2022-07-14Rollup merge of #97720 - cjgillot:all-fresh, r=petrochenkovDylan DPC-7/+12
2022-07-14Auto merge of #98975 - jyn514:unstable_opts, r=wesleywiserbors-1/+1
2022-07-13Update cargoEric Huss-0/+0
2022-07-13Rename `debugging_opts` to `unstable_opts`Joshua Nelson-1/+1
2022-07-13add array tests, cleanup, tidy, and blessRalf Jung-2/+2
2022-07-13Auto merge of #99210 - Dylan-DPC:rollup-879cp1t, r=Dylan-DPCbors-9/+12
2022-07-13Auto merge of #98145 - ouz-a:some_branch, r=oli-obkbors-0/+1
2022-07-13Rollup merge of #99011 - oli-obk:UnsoundCell, r=eddybDylan DPC-1/+1
2022-07-13Rollup merge of #98574 - dingxiangfei2009:let-else-thir, r=oli-obkDylan DPC-8/+11
2022-07-13Clippy fallout.Camille GILLOT-7/+12
2022-07-13Rollup merge of #99176 - lnicola:rust-analyzer-2022-07-12, r=lnicolaGuillaume Gomez-7/+7
2022-07-13Rollup merge of #98848 - flip1995:clippy-book, r=jyn514Guillaume Gomez-19/+22
2022-07-13Auto merge of #99149 - ferrocene:pa-nightly-branch, r=Mark-Simulacrumbors-4/+7
2022-07-12Fix clippy buildMaybe Waffle-62/+71
2022-07-12Add rustfmt test for formatting `for<>` before closuresMaybe Waffle-0/+16
2022-07-12implement rustfmt formatting for `for<>` closure bindersMaybe Waffle-13/+40