]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-20 Christiaan... Move const tests for `Option` to `library\core`
2020-09-20 CDirkxStabilize some Option methods as const
2020-09-20 borsAuto merge of #76975 - RalfJung:rollup-s2wiuqr, r=RalfJung
2020-09-20 Ralf JungRollup merge of #76940 - Aaron1011:fix/trait-on-tait...
2020-09-20 Ralf JungRollup merge of #76926 - ssomers:btree_cleanup_1, r...
2020-09-20 Ralf JungRollup merge of #76924 - rijenkii:patch-1, r=oli-obk
2020-09-20 Ralf JungRollup merge of #76910 - lcnr:foreign-item-like, r...
2020-09-20 Ralf JungRollup merge of #76891 - lcnr:less-ref, r=ecstatic...
2020-09-20 Ralf JungRollup merge of #76890 - matthiaskrgr:matches_simpl...
2020-09-20 Ralf JungRollup merge of #76887 - GuillaumeGomez:hashset-iter...
2020-09-20 Ralf JungRollup merge of #76883 - qlcom:master, r=Mark-Simulacrum
2020-09-20 Ralf JungRollup merge of #76878 - pietroalbini:version, r=Mark...
2020-09-20 Ralf JungRollup merge of #76877 - denisvasilik:intra-doc-links...
2020-09-20 Ralf JungRollup merge of #76876 - denisvasilik:intra-doc-links...
2020-09-20 Ralf JungRollup merge of #76875 - denisvasilik:intra-doc-links...
2020-09-20 Ralf JungRollup merge of #76866 - est31:master, r=lcnr
2020-09-20 Ralf JungRollup merge of #76832 - khyperia:backend_target_overri...
2020-09-20 Ralf JungRollup merge of #76732 - camelid:mir-basic-block-docs...
2020-09-20 borsAuto merge of #76136 - CDirkx:const-result, r=dtolnay
2020-09-20 borsAuto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung
2020-09-20 CDirkxUpdate src/tools/clippy/clippy_lints/src/matches.rs
2020-09-20 Ralf JungRollup merge of #76871 - RalfJung:miri-panic-abort...
2020-09-20 Ralf JungRollup merge of #76853 - denisvasilik:intra-doc-links...
2020-09-20 Ralf JungRollup merge of #76845 - Amjad50:fix-intra-docs-links...
2020-09-20 Ralf JungRollup merge of #76840 - poliorcetics:intra-doc-core...
2020-09-20 Ralf JungRollup merge of #76828 - matthiaskrgr:clippy_manual_str...
2020-09-20 Ralf JungRollup merge of #76827 - lcnr:array_windows-docs, r...
2020-09-20 Ralf JungRollup merge of #76825 - lcnr:array-windows-apply,...
2020-09-20 Ralf JungRollup merge of #76823 - RalfJung:black-box-warn, r...
2020-09-20 Ralf JungRollup merge of #76821 - est31:remove_redundant_nightly...
2020-09-20 Ralf JungRollup merge of #76818 - hbina:dont_compile_regex_all_t...
2020-09-20 Ralf JungRollup merge of #76815 - pickfire:patch-6, r=jonas...
2020-09-20 Ralf JungRollup merge of #76809 - matthiaskrgr:simplify_cond...
2020-09-20 Ralf JungRollup merge of #76800 - jyn514:usage, r=Mark-Simulacrum
2020-09-20 Ralf JungRollup merge of #76766 - khyperia:generic_intrinsics...
2020-09-20 Ralf JungRollup merge of #76722 - ssomers:btree_send_sync, r...
2020-09-20 borsAuto merge of #74949 - oli-obk:validate_const_eval_raw...
2020-09-20 Christiaan... Remove `can_suggest` check for `is_ok` and `is_err`.
2020-09-20 Oliver SchererMake codegen test bitwidth-independent
2020-09-20 borsAuto merge of #76411 - RalfJung:promote-in-const-fn...
2020-09-20 Bastian Kauschkearray pattern
2020-09-20 Bastian Kauschkeuse `array_windows` instead of `windows` in the compiler
2020-09-20 borsAuto merge of #75346 - davidtwco:issue-69925-polymorphi...
2020-09-20 est31Remove some unused features from alloc core and std
2020-09-20 borsAuto merge of #72632 - jonas-schievink:dest-prop, r...
2020-09-20 Christiaan... Update Clippy testcases
2020-09-19 Denis VasilikUse intra-doc links
2020-09-19 Aaron HillDon't allow implementing trait directly on type-alias...
2020-09-19 Ralf Jungfix some comments
2020-09-19 Ralf Jungnever promote non-const operations; revert STATIC promo...
2020-09-19 Ralf Jungfix doc comment
2020-09-19 Ralf Jungcleanup promotion const_kind checks
2020-09-19 borsAuto merge of #76929 - ssomers:btree_cleanup_2, r=Mark...
2020-09-19 Stein SomersBTreeMap: wrap node's raw parent pointer in NonNull
2020-09-19 borsAuto merge of #76327 - lzutao:split-core-num, r=SimonSapin
2020-09-19 Stein SomersBTreeMap: code readability tweaks
2020-09-19 Lzu TaoRemove outdated ignored tidy comment
2020-09-19 Lzu TaoMove (u)int_impl macros to their own files
2020-09-19 rijenkiiAdd tracking issue for feature(unix_socket_peek)
2020-09-19 Lzu TaoMove dummy integer modules (like core::u32) to shells dir
2020-09-19 Lzu TaoMove error structs to new mod
2020-09-19 Lzu TaoMove Wrapping<T> definition to wrapping mod
2020-09-19 Lzu TaoMove NonZero* to its file
2020-09-19 Bastian Kauschkeupdate docs
2020-09-19 borsAuto merge of #76880 - shepmaster:cc-rs, r=Mark-Simulacrum
2020-09-19 borsAuto merge of #76912 - RalfJung:rollup-q9ur56h, r=RalfJung
2020-09-19 Ralf JungRollup merge of #76798 - alistair23:alistair/rv32-linux...
2020-09-19 Ralf JungRollup merge of #76796 - jyn514:wrong-stage, r=shepmaster
2020-09-19 Ralf JungRollup merge of #76757 - matthiaskrgr:clippy_try_into...
2020-09-19 Ralf JungRollup merge of #76749 - guswynn:hir_ranges, r=estebank
2020-09-19 Ralf JungRollup merge of #76636 - RalfJung:miri-size-assert...
2020-09-19 Ralf JungRollup merge of #76525 - fusion-engineering-forks:strin...
2020-09-19 Ralf JungRollup merge of #76492 - fusion-engineering-forks:int...
2020-09-19 Ralf JungRollup merge of #76434 - RalfJung:black-box, r=Mark...
2020-09-19 Ralf JungRollup merge of #76400 - pickfire:patch-5, r=dtolnay
2020-09-19 Ralf JungRollup merge of #76310 - scottmcm:array-try_from-vec...
2020-09-19 Ralf JungRollup merge of #75580 - JulianKnodt:or_pattern, r...
2020-09-19 Ralf JungRollup merge of #75502 - ecstatic-morse:implicit-promot...
2020-09-19 Ralf JungRollup merge of #75099 - davidtwco:is-zst-abstraction...
2020-09-19 Ralf JungRollup merge of #73963 - hellow554:unsafe_path, r=Mark...
2020-09-19 Bastian Kauschkewording
2020-09-19 Bastian Kauschkecfg bootstrap
2020-09-19 Bastian Kauschketransmute: use diagnostic item
2020-09-19 borsAuto merge of #76886 - Aaron1011:fix/ensure-stack-predi...
2020-09-19 Oliver SchererReflect the "do not call this query directly" mentality...
2020-09-19 Oliver SchererUpdate incremental tests
2020-09-19 Oliver SchererUpdate compile-fail tests
2020-09-19 Oliver SchererRustfmt
2020-09-19 Oliver SchererAddress review comments
2020-09-19 Oliver SchererFix rebase fallout and make the test work with debug...
2020-09-19 Oliver SchererUnify the names of const eval queries and their return...
2020-09-19 Oliver SchererRename const eval queries to reflect the validation...
2020-09-19 Oliver SchererWe can make const eval sound, it's just super expensive
2020-09-19 Oliver SchererDo not call the `const_eval` query in mir interpretatio...
2020-09-19 Oliver SchererClarify a statement in UB test
2020-09-19 Oliver SchererReplace `and_then` `map_err` `and_then` chain with...
2020-09-19 Oliver Scherer`turn_into_const` is infallible
2020-09-19 Oliver SchererDocument `op_to_const`'s purpose
2020-09-19 Oliver SchererUpdate codegen tests
2020-09-19 Oliver SchererStop using the `const_eval` query for initializers...
next