]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-05-13 borsAuto merge of #85258 - GuillaumeGomez:rollup-kzay7o5...
2021-05-13 Guillaume GomezRollup merge of #85240 - Aaron1011:no-suggest-static...
2021-05-13 Guillaume GomezRollup merge of #85177 - tspiteri:wrapping-bits, r...
2021-05-13 Guillaume GomezRollup merge of #85175 - GuillaumeGomez:rustdoc-cleanup...
2021-05-13 Guillaume GomezRollup merge of #85068 - luqmana:78708-xcrate-diag...
2021-05-13 borsAuto merge of #85110 - RalfJung:no-rustc_args_required_...
2021-05-13 Ralf Jungfix test suite
2021-05-13 Ralf Jungupdate stdarch
2021-05-13 borsAuto merge of #83129 - LeSeulArtichaut:thir-unsafeck...
2021-05-13 borsAuto merge of #85041 - mibac138:suggest-generics, r...
2021-05-13 borsAuto merge of #84732 - DrChat:asm_powerpc, r=Amanieu
2021-05-13 borsAuto merge of #83759 - SkiFire13:fix-diag, r=estebank
2021-05-13 Aaron HillDon't suggest adding `'static` lifetime to arguments
2021-05-13 borsAuto merge of #82069 - Aaron1011:verbose-in-macro,...
2021-05-12 Aaron HillShow macro name in 'this error originates in macro...
2021-05-12 borsAuto merge of #85218 - kornelski:pointerinline, r=scottmcm
2021-05-12 borsAuto merge of #85188 - RalfJung:miri, r=RalfJung
2021-05-12 Ralf Jungupdate Miri
2021-05-12 borsAuto merge of #85231 - GuillaumeGomez:rollup-hufe4gz...
2021-05-12 Guillaume GomezRollup merge of #85205 - ehuss:update-books, r=ehuss
2021-05-12 Guillaume GomezRollup merge of #85174 - GuillaumeGomez:doc-code-block...
2021-05-12 Guillaume GomezRollup merge of #85141 - GuillaumeGomez:maybe_collapsed...
2021-05-12 Guillaume GomezRollup merge of #85117 - jsha:bubble-bubble-toil-and...
2021-05-12 Guillaume GomezRollup merge of #84793 - estebank:parse-struct-field...
2021-05-12 Ralf Jungadd check that simd_shuffle arguments are constants
2021-05-12 Ralf Jungentirely remove rustc_args_required_const attribute
2021-05-12 Ralf Jungrustc_args_required_const is no longer a promotion...
2021-05-12 borsAuto merge of #84730 - sexxi-goose:rox-auto-trait,...
2021-05-12 Giacomo StevanatoBless tests
2021-05-12 Giacomo StevanatoUpdate wrong-number-of-args test to cover more edge...
2021-05-12 Giacomo StevanatoFix diagnostics spans for missing lifetimes in edge...
2021-05-12 Giacomo StevanatoFix diagnostics spans for missing generics in edge...
2021-05-12 borsAuto merge of #83813 - cbeuw:remap-std, r=michaelwoerister
2021-05-12 Giacomo StevanatoAdd more precise span informations to generic types
2021-05-12 Guillaume GomezFix indent in JS files
2021-05-12 Guillaume GomezRemove unused CSS rules
2021-05-12 Guillaume GomezRemove "loading content" which is now unnecessary
2021-05-12 Kornel#[inline(always)] on basic pointer methods
2021-05-12 borsAuto merge of #83610 - bjorn3:driver_cleanup, r=cjgillot
2021-05-12 borsAuto merge of #84278 - Aaron1011:feature/new-proc-macro...
2021-05-12 Aaron HillUpdate stderr
2021-05-12 Aaron HillImplement span quoting for proc-macros
2021-05-12 borsAuto merge of #85206 - ehuss:update-cargo, r=ehuss
2021-05-12 Esteban KüberRecover from invalid `struct` item syntax
2021-05-12 borsAuto merge of #85192 - klensy:bump-deps, r=Mark-Simulacrum
2021-05-12 Eric HussUpdate cargo
2021-05-12 Eric HussUpdate books
2021-05-12 Dr. ChatAdd initial asm!() support for PowerPC
2021-05-11 borsAuto merge of #85199 - JohnTitor:rollup-gz5m06c, r...
2021-05-11 Yuki OkushiRollup merge of #85196 - richkadel:reverts-cover-unreac...
2021-05-11 Yuki OkushiRollup merge of #85191 - GuillaumeGomez:improve-rustdoc...
2021-05-11 Yuki OkushiRollup merge of #85187 - FabianWolff:issue-84976, r...
2021-05-11 Yuki OkushiRollup merge of #85162 - LingMan:patch-1, r=varkor
2021-05-11 Yuki OkushiRollup merge of #85136 - shirshak55:master, r=dtolnay
2021-05-11 Yuki OkushiRollup merge of #85124 - jsha:trust-the-bool, r=Guillau...
2021-05-11 Yuki OkushiRollup merge of #85018 - hi-rustin:rustin-patch-84637...
2021-05-11 Yuki OkushiRollup merge of #83501 - camelid:rustdoc-layout, r...
2021-05-11 Jacob Hoffman... Move global click handlers to per-element ones.
2021-05-11 Fabian WolffAdd explanatory comment to the issue-84976.rs test...
2021-05-11 Rich KadelRevert "Auto merge of #84797 - richkadel:cover-unreacha...
2021-05-11 borsAuto merge of #84904 - ssomers:btree_drop_kv_in_place...
2021-05-11 klensyfix tidy
2021-05-11 Guillaume GomezMake rustdoc-gui test suite able to run with different...
2021-05-11 klensyupdated deps
2021-05-11 Guillaume GomezUpdate toggle-docs GUI test to last version
2021-05-11 Guillaume GomezMove rustdoc-gui rust libraries into their own folder...
2021-05-11 LeSeulArtichautAdd helper for switching safety contexts
2021-05-11 LeSeulArtichautTest `-Zthir-unsafeck` for unused unsafe blocks
2021-05-11 LeSeulArtichautTest `-Zthir-unsafeck` for unsafe function calls
2021-05-11 Roxaneuse the correct attributes and add helper function
2021-05-11 Jacob Hoffman... rustdoc: remove explicit boolean comparisons.
2021-05-11 CamelidDisable layout docs for type aliases for now
2021-05-11 CamelidEnable `--show-type-layout` for the rustdoc API docs
2021-05-11 CamelidAdd note to docs when layout cannot be computed
2021-05-11 CamelidAdd test case for zero-sized types
2021-05-11 CamelidMake test more specific
2021-05-11 CamelidApply suggestions from code review
2021-05-11 CamelidAdd `tcx` local variable
2021-05-11 CamelidFix a few small things
2021-05-11 CamelidEnable `--show-type-layout` for the rustc API docs
2021-05-11 CamelidOnly show type layout info if `--show-type-layout`...
2021-05-11 CamelidShow memory layout for type aliases
2021-05-11 CamelidAdd test for memory layout information
2021-05-11 CamelidInclude a warning in the layout docs that layout is...
2021-05-11 CamelidRemove FIXME
2021-05-11 Camelidrustdoc: Show basic type layout information
2021-05-11 borsAuto merge of #82272 - b-naber:gat_diag, r=estebank...
2021-05-11 Fabian WolffUse .name_str() to format primitive types in error...
2021-05-11 borsAuto merge of #85023 - RalfJung:array-to-raw-elem,...
2021-05-11 LeSeulArtichautIntroduce the (WIP) THIR unsafety checker
2021-05-11 LeSeulArtichaut[WIP] Create a `Visitor` for the THIR
2021-05-11 b-naberimprove diagnosts for GATs
2021-05-11 Trevor Spiteriadd BITS associated constant to core::num::Wrapping
2021-05-11 borsAuto merge of #85109 - RalfJung:remove-const_fn, r...
2021-05-11 Guillaume GomezFix border radius for doc code blocks in rustdoc
2021-05-11 Ralf Jungfix clippy test
2021-05-11 borsAuto merge of #85100 - HKalbasi:issue-68049-fix, r...
2021-05-11 borsAuto merge of #80300 - LeSeulArtichaut:80275-doc-inline...
2021-05-11 hamidreza kalbasiFix CI problems
2021-05-11 borsAuto merge of #85165 - JohnTitor:rollup-ew1ls7x, r...
next