]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-12-02 Ralf JungPreparing for merge from rustc
2022-12-02 borsAuto merge of #2710 - RalfJung:ptr-tracking-ice, r...
2022-12-02 borsAuto merge of #2711 - RalfJung:btrack, r=RalfJung
2022-12-02 Ralf Jungfix ICE in pointer tracking
2022-12-02 Ralf Jungrename some more types for consistency
2022-12-02 Ralf Jungslight simplifications for borrow tracking
2022-12-02 borsAuto merge of #2708 - RalfJung:verbose-setup, r=RalfJung
2022-12-02 Ralf Jungforward verbosity to cargo setup
2022-12-02 borsAuto merge of #2697 - Vanille-N:borrow-tracking, r...
2022-12-02 Vanille-Nfix imports
2022-12-02 Vanille-Nother renames, introduction of BorrowTrackerMethod...
2022-12-02 Vanille-NSbTag -> BorTag everywhere
2022-12-02 Vanille-Nmove stacked_borrows to borrow_tracker/stacked_borrows
2022-12-02 Vanille-Nextract common borrow tracking logic
2022-12-01 borsAuto merge of #2707 - oli-obk:ui_test_bump, r=RalfJung
2022-12-01 Oli SchererBump ui_test crate
2022-12-01 borsAuto merge of #2699 - RalfJung:schedule-refactor, r...
2022-11-28 Ralf Jungdecreasw yield count a bit and explain reasoning a...
2022-11-28 borsAuto merge of #2698 - RalfJung:miri-in-rustc, r=oli-obk
2022-11-28 Ralf Jungadd many-seeds capabilities to CI
2022-11-28 Ralf Jungmake ./miri run a bit more silent; add option to contro...
2022-11-28 Ralf Jungmove interpreter loop into thread manager; they are...
2022-11-28 Ralf Jungfix TLS on partially supported OSes
2022-11-28 Ralf Jungadd scoped thread test
2022-11-28 Ralf Jungyield the main thread a number of times after its TLS...
2022-11-28 Ralf Jungcleanup global imports a bit
2022-11-28 Ralf Jungrefactor scheduling of TLS dtors
2022-11-27 borsAuto merge of #2702 - RalfJung:rustup, r=RalfJung
2022-11-27 Ralf Jungclippy
2022-11-27 Ralf Jungadvice on josh pushing
2022-11-27 Ralf JungMerge from rustc
2022-11-27 Ralf JungPreparing for merge from rustc
2022-11-27 borsAuto merge of #2694 - RalfJung:retag-deref-check, r...
2022-11-27 borsAuto merge of #104048 - cjgillot:split-lifetime, r...
2022-11-27 borsAuto merge of #2685 - Nilstrieb:cargo-miri-wasm, r...
2022-11-27 borsAuto merge of #2701 - RalfJung:smoke, r=RalfJung
2022-11-27 Ralf Jungrun_tests_minimal: actually run the smoke test on the...
2022-11-27 borsAuto merge of #2700 - RalfJung:begingroup, r=RalfJung
2022-11-27 Ralf JungCI: fix begingroup printing
2022-11-27 borsAuto merge of #103917 - oli-obk:layout_math, r=RalfJung...
2022-11-27 nilsUse `.wasm` extension when building for wasm in cargo...
2022-11-27 Ralf Jungreplace 'locally built rustc' instructions by 'Miri...
2022-11-27 borsAuto merge of #103786 - tshepang:obsolete, r=jyn514
2022-11-27 borsAuto merge of #96451 - JakobDegen:dest-prop, r=tmiasko
2022-11-27 Jakob DegenRewrite dest prop.
2022-11-27 borsAuto merge of #104818 - scottmcm:refactor-extend-func...
2022-11-26 Ralf Jungnits
2022-11-26 Ralf Jungmake Stacked Borrows retags act like data races
2022-11-26 Ralf Jungslightly adjust and synchronize Machine passing for...
2022-11-26 Ralf Jung!Unpin retags must still be reads, to check dereferenceable
2022-11-26 borsAuto merge of #104950 - jyn514:revert-preview, r=Mark...
2022-11-26 Joshua NelsonRevert "Don't set `is_preview` for clippy and rustfmt"
2022-11-26 borsAuto merge of #104945 - GuillaumeGomez:rollup-ygzbpbe...
2022-11-26 Guillaume GomezRollup merge of #104943 - aDotInTheVoid:jsondoclint...
2022-11-26 Guillaume GomezRollup merge of #104928 - notriddle:notriddle/sidebar...
2022-11-26 Guillaume GomezRollup merge of #104924 - aDotInTheVoid:jsondocck-trait...
2022-11-26 Guillaume GomezRollup merge of #104921 - compiler-errors:no-binder...
2022-11-26 Guillaume GomezRollup merge of #104909 - compiler-errors:normalize_opa...
2022-11-26 Guillaume GomezRollup merge of #104788 - compiler-errors:unresolved...
2022-11-26 Guillaume GomezRollup merge of #104786 - WaffleLapkin:amp-mut-help...
2022-11-26 borsAuto merge of #2696 - RalfJung:no-std-windows, r=RalfJung
2022-11-26 Ralf Jungsupport no_std on Windows
2022-11-26 Ralf Jungrefactor try_resolve_did and also support resolving...
2022-11-26 Nixon Enraght... jsondoclint: Handle using enum variants and glob using...
2022-11-26 borsAuto merge of #104731 - compiler-errors:early-binder...
2022-11-26 DrMeepsteradd namespace to resolve_path
2022-11-26 borsAuto merge of #2695 - RalfJung:ci-pretty, r=RalfJung
2022-11-26 Ralf Jungprettify our CI logs
2022-11-26 borsAuto merge of #2690 - Nilstrieb:cargo-miri-smoke-test...
2022-11-26 Ralf Jungupdate lockfile
2022-11-26 borsAuto merge of #2647 - saethlin:current-span, r=RalfJung
2022-11-26 Ralf Jungcaller_span only makes sense when there are 2 frames...
2022-11-26 borsAuto merge of #104935 - matthiaskrgr:rollup-nuca86l...
2022-11-26 Matthias KrügerRollup merge of #104906 - spastorino:remove-ascribeuser...
2022-11-26 Matthias KrügerRollup merge of #104899 - notriddle:notriddle/help...
2022-11-26 Matthias KrügerRollup merge of #104880 - krasimirgg:llvm-16-ctx, r...
2022-11-26 Matthias KrügerRollup merge of #104839 - HintringerFabian:docs_array_f...
2022-11-26 Matthias KrügerRollup merge of #104675 - SarthakSingh31:issue-101666...
2022-11-26 Matthias KrügerRollup merge of #104121 - Lokathor:mir-opt-when-instruc...
2022-11-26 borsAuto merge of #103556 - clubby789:specialize-option...
2022-11-26 borsAuto merge of #104730 - petrochenkov:modchild5, r=cjgillot
2022-11-26 Michael GouletDo not record unresolved const vars in generator interior
2022-11-26 Michael GouletRemove unnecessary binder from get_impl_future_output_ty
2022-11-26 Michael Howellrustdoc: use flexbox CSS to align sidebar button instea...
2022-11-26 borsAuto merge of #104431 - alistair23:alistair/rv64-profil...
2022-11-26 Nixon Enraght... jsondoclint: Accept trait alias is places where trait...
2022-11-25 borsAuto merge of #99798 - JulianKnodt:ac1, r=BoxyUwU
2022-11-25 LokathorRefine instruction_set inline rules
2022-11-25 Michael GouletRename normalize_opaque_types to reveal_opaque_types_in...
2022-11-25 borsAuto merge of #104902 - matthiaskrgr:rollup-oo27a4u...
2022-11-25 Santiago PastorinoDefine all clauses as dummy_with_span as the usages...
2022-11-25 Santiago PastorinoRemove AscribeUserTypeCx
2022-11-25 Ben KimockUse None when the stack is empty
2022-11-25 Matthias KrügerRollup merge of #104896 - notriddle:notriddle/tooltip...
2022-11-25 Matthias KrügerRollup merge of #104887 - aDotInTheVoid:rustbuild-json...
2022-11-25 Matthias KrügerRollup merge of #104879 - aDotInTheVoid:jsondoclint...
2022-11-25 Matthias KrügerRollup merge of #104853 - jyn514:sysroot-typo, r=RalfJung
2022-11-25 Matthias KrügerRollup merge of #104835 - spastorino:use-partially_norm...
2022-11-25 Matthias KrügerRollup merge of #104797 - weihanglo:stream-write-dwp...
2022-11-25 Matthias KrügerRollup merge of #104760 - nnethercote:rm-LegacyDerive...
next