]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-07-21 Michael GouletAddress more nits
2022-07-21 Matthias KrügerRollup merge of #99559 - GuillaumeGomez:rm-unused-field...
2022-07-21 Matthias KrügerRollup merge of #99558 - fee1-dead-contrib:remap_constn...
2022-07-21 Matthias KrügerRollup merge of #99557 - pierwill:patch-6, r=tmiasko
2022-07-21 Matthias KrügerRollup merge of #99552 - lcnr:orphan_check-rework,...
2022-07-21 Matthias KrügerRollup merge of #99549 - JohnTitor:issue-52304, r=compi...
2022-07-21 Matthias KrügerRollup merge of #99528 - matthiaskrgr:2022_07_perf...
2022-07-21 Matthias KrügerRollup merge of #99526 - compiler-errors:normalize...
2022-07-21 Matthias KrügerRollup merge of #99523 - cuviper:asfd_ptrs-1.64, r...
2022-07-21 Matthias KrügerRollup merge of #99454 - benluelo:control-flow/continue...
2022-07-21 Matthias KrügerRollup merge of #99413 - steffahn:btree_dropck, r=m...
2022-07-21 Matthias KrügerRollup merge of #98707 - joboet:fuchsia_locks, r=m...
2022-07-21 Martin HabovstiakRename `<*{mut,const} T>::as_{const,mut}` to `cast_`
2022-07-21 Amos WengerAdd test for literals created client-side
2022-07-21 Amos WengerRun proc macro expansion in a separate thread (for...
2022-07-21 Wesley WiserUpdate compiler/rustc_mir_transform/src/simplify.rs
2022-07-21 Michael GouletGeneralize same_type_modulo_infer
2022-07-21 Guillaume GomezRemove unused field in ItemKind::KeywordItem
2022-07-21 DeadbeefFix `remap_constness`
2022-07-21 pierwillEdit `rustc_index::vec::IndexVec::pick3_mut` docs
2022-07-21 borsAuto merge of #99059 - Amanieu:fix-96797, r=Mark-Simulacrum
2022-07-21 Amos WengerUse a thread-local for the symbol interner (1/2)
2022-07-21 Amos WengerMove version string to RustcInfo, read '.rustc' section...
2022-07-21 Amanieu d'AntrasAdd test for #96797
2022-07-21 Amos WengerPass tidy checks
2022-07-21 Amos WengerAssert that sysroot ABI version matches exactly
2022-07-21 lcnr`region_outlives_predicate` no snapshot
2022-07-21 lcnrmove `considering_regions` to the infcx
2022-07-21 borsAuto merge of #98162 - nextsilicon:support_lto_embed_bi...
2022-07-21 joboetremove unused import
2022-07-21 lcnrrewrite the orphan check to use a type visitor
2022-07-21 lcnrorphan check: opaque types are an error
2022-07-21 borsAuto merge of #12841 - Veykril:query-fix, r=Veykril
2022-07-21 Lukas Wirthfix: Fix `trait_impls_in_deps_query` being called direc...
2022-07-21 Yuki OkushiAdd regression test for #52304
2022-07-21 Deadbeefchange `map_bound(|_| x` to `rebind(x`
2022-07-21 Michael GouletAnd for patterns too
2022-07-21 Michael GouletDo if-expression obligation stuff less eagerly
2022-07-21 Michael GouletResolve vars in same_type_modulo_infer
2022-07-21 Lukas WirthUse ItemTree for crate root attr_query collection
2022-07-21 borsAuto merge of #93718 - thomcc:used-macho, r=pnkfelix
2022-07-21 Lukas Wirthinternal: Use itemtree for variant and field attribute...
2022-07-21 Lukas WirthSimplify
2022-07-21 borsAuto merge of #99540 - Mark-Simulacrum:bump-beta, r...
2022-07-21 Mark RousskovBump to latest beta
2022-07-21 Jubilee YoungIntroduce core::simd trait imports in tests
2022-07-21 Jubilee YoungSync core::simd up to rust-lang/portable-simd@2e081db92...
2022-07-21 The AtelierFix doctest imports using as_crate feature
2022-07-21 borsAuto merge of #12827 - Veykril:be-lazy, r=Veykril
2022-07-21 Lukas WirthSimplify
2022-07-21 Lukas WirthRemove AstIdMap from Expander as it is seldom needed
2022-07-20 Ralf Jungdetect bad vptrs on dyn calls
2022-07-20 borsAuto merge of #99058 - michaelwoerister:remove-stable...
2022-07-20 Ralf Jungdetect bad vtables on an upcast
2022-07-20 Ralf Jungvarious nits from review
2022-07-20 Ralf Jungadd range metadata to alignment loads
2022-07-20 bjorn3Move vtable_size and vtable_align impls to cg_ssa
2022-07-20 bjorn3Implement vtable_size and vtable_align intrinsics for...
2022-07-20 Ralf Jungbless some tests
2022-07-20 Ralf Jungslightly cleaner, if more verbose, vtable handling...
2022-07-20 Ralf Jungconsistently use VTable over Vtable (matching stable...
2022-07-20 Ralf Junguse extern type for extra opaqueness
2022-07-20 Ralf Jungincorporate some review feedback
2022-07-20 Ralf Jungadd intrinsic to access vtable size and align
2022-07-20 Ralf Jungwe seem to monomorphize fewer vtables by default now...
2022-07-20 Ralf Jungmake use of symbolic vtables in interpreter
2022-07-20 Ralf Jungrename get_global_alloc to try_get_global_alloc
2022-07-20 Michael GouletNormalize the arg spans to be within the call span
2022-07-20 Ralf Jungadd a Vtable kind of symbolic allocations
2022-07-20 benlueloAdd map_continue and continue_value combinators to...
2022-07-20 borsAuto merge of #99520 - matthiaskrgr:rollup-05uuv5s...
2022-07-20 Josh StoneFix the stable version of `AsFd for Arc<T>` and `Box<T>`
2022-07-20 DeadbeefFix hack that remaps env constness.
2022-07-20 Amos Wengerimplement literal_from_str (poorly)
2022-07-20 Amos WengerAdd literal/ident conversion, tests pass
2022-07-20 Amos Wengerstub missing APIs
2022-07-20 Amos WengerFix imports, delete removed interfaces
2022-07-20 Amos WengerMove token_stream to separate module
2022-07-20 Amos WengerAdd sysroot-abi feature, copy 1.64 ABI fo rnow
2022-07-20 Matthias KrügerRollup merge of #99516 - m-ou-se:proc-macro-tracked...
2022-07-20 Matthias KrügerRollup merge of #99510 - krasimirgg:movb, r=nikic
2022-07-20 Matthias KrügerRollup merge of #99508 - TaKO8Ki:avoid-symbol-to-string...
2022-07-20 Matthias KrügerRollup merge of #99489 - GuillaumeGomez:gui-fixes,...
2022-07-20 Matthias KrügerRollup merge of #99488 - luqmana:debuginfo-revisions...
2022-07-20 Matthias KrügerRollup merge of #99480 - miam-miam100:arg-format, r...
2022-07-20 Matthias KrügerRollup merge of #99355 - compiler-errors:macro-metavar...
2022-07-20 Matthias KrügerRollup merge of #99352 - compiler-errors:tighter-spans...
2022-07-20 Matthias KrügerRollup merge of #99212 - davidtwco:partial-stability...
2022-07-20 borsAuto merge of #99472 - RalfJung:provenance, r=oli-obk
2022-07-20 borsAuto merge of #12834 - fasterthanlime:proc-macro-test...
2022-07-20 Amos WengerAdd PROC_MACRO_TEST_TOOLCHAIN environment variable
2022-07-20 Mara BosUse new tracking issue for proc_macro::tracked_*.
2022-07-20 borsAuto merge of #12833 - fasterthanlime:literal-tests...
2022-07-20 borsAuto merge of #12831 - fasterthanlime:proc-macro-test...
2022-07-20 Amos WengerUpdate crates/proc-macro-test/build.rs
2022-07-20 Amos WengerUpdate crates/proc-macro-test/build.rs
2022-07-20 David Woodpasses: check implied feature exists
2022-07-20 Amos WengerAdd proc-macro-srv integration test that clones literals
2022-07-20 Amos WengerDon't copy the Cargo.lock
2022-07-20 Amos Wengerproc-macro-test build script: wipe before, be more...
next