about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2022-12-10Rollup merge of #105234 - JakobDegen:unneeded-field, r=oli-obkMatthias Krüger-1/+0
2022-12-10Rollup merge of #105516 - weihanglo:update-cargo, r=weihangloMatthias Krüger-0/+0
2022-12-10Rollup merge of #105109 - rcvalle:rust-kcfi, r=bjorn3Matthias Krüger-0/+6
2022-12-10Update cargoWeihang Lo-0/+0
2022-12-09Remove unneeded field from `SwitchTargets`Jakob Degen-1/+0
2022-12-09Auto merge of #105486 - matthiaskrgr:rollup-o7c4l1c, r=matthiaskrgrbors-4/+2
2022-12-09Rollup merge of #105470 - flip1995:clippy_backport, r=ManishearthMatthias Krüger-4/+2
2022-12-09Auto merge of #104449 - oli-obk:unhide_unknown_spans, r=estebank,RalfJungbors-80/+84
2022-12-08Add LLVM KCFI support to the Rust compilerRamon de C Valle-0/+6
2022-12-08Fix #10021Samuel Moelius-4/+2
2022-12-08Rollup merge of #105317 - RalfJung:retag-rework, r=oli-obkMatthias Krüger-179/+239
2022-12-07Make -Zsimulate-remapped-rust-src-base reproducible on CIOli Scherer-0/+2
2022-12-06Emit full spans in miriOli Scherer-3/+2
2022-12-06Bless after rebaseOli Scherer-4/+4
2022-12-06Reintroduce the span printing in miri (plus point to spans where possible)Oli Scherer-420/+423
2022-12-06Remove now-redundant file/line info from const backtracesOli Scherer-492/+492
2022-12-06Rollup merge of #104439 - ferrocene:pa-generate-copyright, r=pnkfelixMatthias Krüger-0/+553
2022-12-06Stacked Borrows: factor the logic determining the new permissions on retag in...Ralf Jung-167/+187
2022-12-06make retagging work even with 'unstable' placesRalf Jung-32/+72
2022-12-06Rollup merge of #105246 - JakobDegen:run-mir-tests, r=jyn514Yuki Okushi-4/+4
2022-12-05Merge from rustcRalf Jung-13/+76
2022-12-05Preparing for merge from rustcRalf Jung-1/+1
2022-12-05Auto merge of #104824 - klensy:bump-some, r=Mark-Simulacrumbors-1/+2
2022-12-04Fix --pass in compiletestJakob Degen-4/+4
2022-12-03Auto merge of #105218 - matthiaskrgr:rollup-8d3k08n, r=matthiaskrgrbors-907/+1075
2022-12-03for now, do not do fake reads on non-Unpin mutable referencesRalf Jung-54/+14
2022-12-03add test for self-referential futureRalf Jung-0/+102
2022-12-03Rollup merge of #105214 - RalfJung:miri, r=RalfJungMatthias Krüger-907/+1073
2022-12-03Rollup merge of #105153 - oli-obk:fail_faster, r=compiler-errorsMatthias Krüger-0/+1
2022-12-03Rollup merge of #104199 - SarthakSingh31:issue-97417-1, r=cjgillotMatthias Krüger-0/+1
2022-12-03Auto merge of #97485 - bjorn3:new_archive_writer, r=wesleywiserbors-12/+13
2022-12-03clippyRalf Jung-42/+15
2022-12-03Auto merge of #105196 - JohnTitor:rollup-8rxqnq6, r=JohnTitorbors-0/+59
2022-12-03Update cargoWeihang Lo-0/+0
2022-12-02Merge from rustcRalf Jung-1998/+4395
2022-12-02Preparing for merge from rustcRalf Jung-1/+1
2022-12-02jsondoclint: Check `links` fieldNixon Enraght-Moony-0/+59
2022-12-02Auto merge of #2710 - RalfJung:ptr-tracking-ice, r=oli-obkbors-27/+13
2022-12-02Auto merge of #2711 - RalfJung:btrack, r=RalfJungbors-84/+62
2022-12-02fix ICE in pointer trackingRalf Jung-27/+13
2022-12-02rename some more types for consistencyRalf Jung-26/+26
2022-12-02slight simplifications for borrow trackingRalf Jung-58/+36
2022-12-02Auto merge of #2708 - RalfJung:verbose-setup, r=RalfJungbors-3/+6
2022-12-02forward verbosity to cargo setupRalf Jung-3/+6
2022-12-02fix importsVanille-N-5/+9
2022-12-02other renames, introduction of BorrowTrackerMethod and AllocExtraVanille-N-76/+56
2022-12-02SbTag -> BorTag everywhereVanille-N-62/+62
2022-12-02move stacked_borrows to borrow_tracker/stacked_borrowsVanille-N-291/+116
2022-12-02extract common borrow tracking logicVanille-N-0/+365
2022-12-02Auto merge of #104963 - petrochenkov:noaddids2, r=cjgillotbors-49/+58