]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-03-31 borsAuto merge of #95456 - RalfJung:size, r=oli-obk
2022-03-31 borsAuto merge of #95507 - ehuss:update-cargo, r=ehuss
2022-03-31 borsAuto merge of #95506 - Dylan-DPC:rollup-b6kxzjc, r...
2022-03-31 Eric HussUpdate cargo
2022-03-31 Dylan DPCRollup merge of #95497 - nyurik:compiler-spell-comments...
2022-03-31 Dylan DPCRollup merge of #95491 - faern:stabilize-vec_retain_mut...
2022-03-31 Dylan DPCRollup merge of #95471 - oli-obk:tait_ice, r=estebank
2022-03-31 Dylan DPCRollup merge of #95263 - compiler-errors:async-block...
2022-03-31 Dylan DPCRollup merge of #95130 - workingjubilee:stably-finished...
2022-03-31 Michael GouletRestore `impl Future<Output = Type>` to async blocks
2022-03-31 borsAuto merge of #95501 - Dylan-DPC:rollup-arx6sdc, r...
2022-03-30 Dylan DPCRollup merge of #95298 - jhorstmann:fix-double-drop...
2022-03-30 Dylan DPCRollup merge of #95251 - GrishaVar:hashes-u16-to-u8...
2022-03-30 Dylan DPCRollup merge of #95011 - michaelwoerister:awaitee_field...
2022-03-30 Dylan DPCRollup merge of #94869 - jackh726:gats_extended, r...
2022-03-30 Dylan DPCRollup merge of #94806 - jyn514:cargo-run-tidy, r=Mark...
2022-03-30 Dylan DPCRollup merge of #93901 - petrochenkov:linkmod, r=wesley...
2022-03-30 borsAuto merge of #95436 - cjgillot:static-mut, r=oli-obk
2022-03-30 Jack HueyAdd the generic_associated_types_extended feature
2022-03-30 Yuri Astrakhana few mode feedback fixes per @bjorn3
2022-03-30 Yuri AstrakhanAddressed comments by @compiler-errors and @bjorn3
2022-03-30 Vadim PetrochenkovStabilize native library modifier syntax and the `whole...
2022-03-30 Yuri AstrakhanRemove bad rustdoc trailing backslash
2022-03-30 Yuri AstrakhanSpellchecking compiler comments
2022-03-30 borsAuto merge of #95425 - nnethercote:yet-more-parse_tt...
2022-03-30 Linus FärnstrandStabilize feature vec_retain_mut on Vec and VecDeque
2022-03-30 Grisha VartanyanUpdate error message & remove outdated test comment
2022-03-30 borsAuto merge of #95458 - calebcartwright:sync-rustfmt...
2022-03-30 Oli SchererDon't ICE when opaque types get their hidden type const...
2022-03-30 borsAuto merge of #94963 - lcnr:inherent-impls-std, r=oli...
2022-03-30 Mara BosDon't stabilize ScopedJoinHandle::is_finished yet.
2022-03-30 borsAuto merge of #95241 - Gankra:cleaned-provenance, r...
2022-03-30 lcnrclippy: nameres for primitive type impls
2022-03-30 lcnrtypo
2022-03-30 lcnrrework error messages for incorrect inherent impls
2022-03-30 lcnrfix rustdoc wrt builtin impls switch
2022-03-30 lcnrget clippy to compile again
2022-03-30 lcnrfix rustdoc
2022-03-30 lcnrfix behavior for empty impls
2022-03-30 lcnrupdate rustdoc
2022-03-30 lcnrremove now unnecessary lang items
2022-03-30 lcnrupdate ui tests
2022-03-30 lcnrrework implementation for inherent impls for builtin...
2022-03-30 lcnrremove `NoMatchData::new`
2022-03-30 lcnrupdate comment
2022-03-30 Michael Woeristerasync: Give predictable, reserved name to binding gener...
2022-03-30 borsAuto merge of #95466 - Dylan-DPC:rollup-g7ddr8y, r...
2022-03-30 Dylan DPCRollup merge of #95461 - nyurik:spelling, r=lcnr
2022-03-30 Dylan DPCRollup merge of #95460 - nyurik:spelling-str, r=lcnr
2022-03-30 Dylan DPCRollup merge of #95452 - yaahc:termination-version...
2022-03-30 Dylan DPCRollup merge of #95443 - jyn514:clarify-python-search...
2022-03-30 Dylan DPCRollup merge of #95294 - sourcefrog:doc-copy, r=dtolnay
2022-03-30 Yuri AstrakhanSpellchecking compiler code
2022-03-30 Yuri AstrakhanSpellchecking some comments
2022-03-30 borsAuto merge of #94081 - oli-obk:lazy_tait_take_two,...
2022-03-30 Caleb CartwrightMerge commit '5ff7b632a95bac6955611d85040859128902c580...
2022-03-30 David TolnayPreserve semicolon after macro call inside foreign mod
2022-03-30 David TolnayAdd test of macro calls inside extern block
2022-03-30 Martin PoolWarn that platform-specific behavior may change
2022-03-30 Aria Beingessnerfix unix typedef
2022-03-30 borsAuto merge of #95455 - RalfJung:miri, r=RalfJung
2022-03-30 Ralf Jungallow large Size again
2022-03-30 Ralf Jungupdate miri
2022-03-30 Aria Beingessnerfixup feature position in liballoc
2022-03-30 Aria Beingessnerclarify that WASM has address spaces
2022-03-30 Aria Beingessnerfix doc link
2022-03-30 Aria Beingessnerrefine the definition of temporal provenance
2022-03-30 Aria Beingessnermark FIXMES for all the places found that are probably...
2022-03-30 Aria Beingessnermore review fixes to ptr docs
2022-03-30 Aria BeingessnerAdd even more details to top-level pointer docs
2022-03-30 Aria Beingessnercleanup some of the less terrifying library code
2022-03-30 Aria Beingessnerclean up pointer docs
2022-03-30 Aria Beingessnerrevert changes that cast functions to raw pointers...
2022-03-30 Alexis BeingessnerMake some linux/unix APIs better conform to strict...
2022-03-30 Aria BeingessnerMake some rustc code conform to strict provenance.
2022-03-30 Aria BeingessnerMake the stdlib largely conform to strict provenance.
2022-03-30 Aria BeingessnerIntroduce experimental APIs for conforming to "strict...
2022-03-30 Jane Lusbyfix since field version for termination stabilization
2022-03-29 Nicholas NethercotePre-allocate an empty `Lrc<NamedMatchVec>`.
2022-03-29 Nicholas NethercoteOverhaul how matches are recorded.
2022-03-29 Nicholas NethercoteImprove comments and rename many things for consistency.
2022-03-29 Nicholas NethercoteClarify comments about doc comments in macros.
2022-03-29 Nicholas NethercoteSimplify and rename `count_names`.
2022-03-29 borsAuto merge of #95448 - Dylan-DPC:rollup-wpj5yto, r...
2022-03-29 Dylan DPCRollup merge of #95437 - notriddle:notriddle/issue...
2022-03-29 Dylan DPCRollup merge of #95386 - compiler-errors:try-wrapping...
2022-03-29 Dylan DPCRollup merge of #95256 - thomcc:fix-unwind-safe, r...
2022-03-29 Dylan DPCRollup merge of #93840 - yaahc:termination-stabilizatio...
2022-03-29 Joshua NelsonClarify how `src/tools/x` searches for python
2022-03-29 Thom ChiovoloniIndicate the correct error code in the `compile_fail...
2022-03-29 borsAuto merge of #95433 - Dylan-DPC:rollup-xdfit9h, r...
2022-03-29 Michael Howelldiagnostics: regression test for derive bounds
2022-03-29 Camille GILLOTRemember mutability in `DefKind::Static`.
2022-03-29 borsAuto merge of #94566 - yanganto:show-ignore-message...
2022-03-29 Dylan DPCRollup merge of #95424 - lnicola:rust-analyzer-2022...
2022-03-29 Dylan DPCRollup merge of #95422 - TaKO8Ki:use-format-args-captur...
2022-03-29 Dylan DPCRollup merge of #95415 - notriddle:notriddle/issue...
2022-03-29 Dylan DPCRollup merge of #94566 - yanganto:show-ignore-message...
2022-03-29 Mara BosRemove unnecessary .as_ref().
2022-03-29 borsAuto merge of #95096 - GuillaumeGomez:rm-header-fn...
next