]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-05-04 borsAuto merge of #84472 - Aaron1011:conservative-paramenv...
2021-05-04 SmittyValid underscores in hex/octal/binary literal docs
2021-05-03 Julian FrimmelUpdate `ptr` docs with regards to `ptr::addr_of!`
2021-05-03 Josh Triplettplatform-support: Center the contents of the `std`...
2021-05-03 Jim BlandyClarify documentation for `[T]::contains`. Fixes #84877.
2021-05-03 Josh TriplettCI: Extract LLVM win64 installer directly, using 7z
2021-05-03 bjorn3Wire up tidy dependency checks for cg_clif
2021-05-03 bjorn3Take build dependencies into account during license...
2021-05-03 bjorn3Remove obsolete crate exceptions
2021-05-03 bjorn3Fix RESTRICTED_DEPENDENCY_CRATES to list rustc_driver...
2021-05-03 Christiaan... Change `std::sys::unix::ext::fs::PermissionsExt::from_m...
2021-05-03 Christiaan... Allow documenting on `hermit`
2021-05-03 Christiaan... Rework `os` to avoid using `cfg_if!` with public items
2021-05-03 Christiaan... Move `std::sys::sgx::ext` to `std::os::fortanix_sgx`
2021-05-03 Christiaan... Move `std::sys::wasi::ext` to `std::os::wasi`
2021-05-03 Christiaan... Move `std::sys::unix::ext` to `std::os::unix`
2021-05-03 Christiaan... Move `std::sys::windows::ext` to `std::os::windows`
2021-05-03 Christiaan... Move `std::sys::hermit::ext` to `std::os::hermit`
2021-05-03 Christiaan... Cleanup `std::os`
2021-05-03 borsAuto merge of #84862 - GuillaumeGomez:rollup-cbc93h4...
2021-05-03 Vadim Petrochenkovrustbuild: Pass a `threads` flag that works to windows...
2021-05-03 Erin PowerUpdate RELEASES.md for 1.52.0
2021-05-03 Guillaume GomezRollup merge of #84860 - badboy:link-to-mcp, r=Guillaum...
2021-05-03 Guillaume GomezRollup merge of #84858 - LingMan:patch-1, r=JohnTitor
2021-05-03 Guillaume GomezRollup merge of #84856 - kornelski:enomem, r=JohnTitor
2021-05-03 Guillaume GomezRollup merge of #84854 - hi-rustin:rustin-patch-E0761...
2021-05-03 Guillaume GomezRollup merge of #84852 - mautamu:master, r=GuillaumeGomez
2021-05-03 Guillaume GomezRollup merge of #84835 - wcampbell0x2a:add-issue-34202...
2021-05-03 Jan-Erik RedigerLink to MCP from target tier policy
2021-05-03 wcampbelluse `else if` in std library
2021-05-03 LingManFix stability attributes of byte-to-string specialization
2021-05-03 hi-rustinuse full path for E0761
2021-05-03 borsAuto merge of #83312 - petrochenkov:noinner, r=Aaron1011
2021-05-03 Vadim Petrochenkovparser: Remove support for inner attributes on non...
2021-05-03 KornelCorrect stability of ErrorKind::OutOfMemory
2021-05-03 borsAuto merge of #84845 - wcampbell0x2a:clippy-redundant...
2021-05-03 hi-rustinuse double quotes for E0761
2021-05-03 mautamuChange librustdoc write(.. \n) to writeln(..); fix...
2021-05-03 Laurențiu Nicola:arrow_up: rust-analyzer
2021-05-03 borsAuto merge of #84842 - blkerby:null_lowercase, r=joshtr...
2021-05-03 wcampbell[clippy] remove redundant field names
2021-05-03 borsAuto merge of #84840 - Dylan-DPC:rollup-uzk7w0h, r...
2021-05-02 Brent KerbyChange 'NULL' to 'null'
2021-05-02 wcampbellAdd link to Issue #34202 in udp docs
2021-05-02 Dylan DPCRollup merge of #84832 - Stupremee:dont-print-vis-in...
2021-05-02 Dylan DPCRollup merge of #84818 - ABouttefeux:enum-suggest,...
2021-05-02 Dylan DPCRollup merge of #84811 - scottmcm:rustdoc-trait-alias...
2021-05-02 Dylan DPCRollup merge of #84784 - JulianKnodt:suggest_const...
2021-05-02 Dylan DPCRollup merge of #84744 - kornelski:enomem, r=joshtriplett
2021-05-02 Dylan DPCRollup merge of #84072 - nagisa:target-family-two-the...
2021-05-02 borsAuto merge of #82576 - gilescope:to_string, r=Amanieu
2021-05-02 Simonas KazlauskasSet target_family="wasm" for wasm targets
2021-05-02 borsAuto merge of #84754 - GuillaumeGomez:toggle-migration...
2021-05-02 Scott McMurrayPR feedback
2021-05-02 Justus KDo not print visibility in external traits
2021-05-02 Mark RousskovUse new thread-local const-init
2021-05-02 Guillaume GomezImprove code readability
2021-05-02 Mark RousskovStreamline try_start code
2021-05-02 borsAuto merge of #84822 - Dylan-DPC:rollup-wego8d6, r...
2021-05-02 Dylan DPCRollup merge of #84821 - jyn514:fix-nit, r=Mark-Simulacrum
2021-05-02 Dylan DPCRollup merge of #84763 - tdelabro:shrink-doctree-module...
2021-05-02 Dylan DPCRollup merge of #84752 - lrh2000:generator-debuginfo...
2021-05-02 Dylan DPCRollup merge of #84392 - dario23:fmt-assert-args-pub...
2021-05-02 Dylan DPCRollup merge of #84358 - sexxi-goose:print_captures_bor...
2021-05-02 Joshua NelsonFix nit in rustc_session::options
2021-05-02 Guillaume GomezUpdate tests
2021-05-02 Guillaume GomezAdd missing CSS rules for associated types
2021-05-02 Guillaume GomezMigrate trait and impl blocks' toggles into
2021-05-02 Aliénore Bouttefeuxadd suggestion for unit enum variant when matched with...
2021-05-02 borsAuto merge of #84802 - jyn514:option-dead-code, r=Mark...
2021-05-02 KornelUse ErrorKind::OutOfMemory in unix, windows, and wasi
2021-05-02 KornelAdd ErrorKind::OutOfMemory
2021-05-02 borsAuto merge of #84805 - Mark-Simulacrum:no-dup-extend...
2021-05-02 Chris Pardyfix nll test stderr
2021-05-02 borsAuto merge of #84750 - jyn514:nix-cargo, r=Mark-Simulacrum
2021-05-02 Scott McMurrayRustDoc: Fix bounds linking trait.Foo instead of traita...
2021-05-02 borsAuto merge of #84725 - sebpop:arm64-isb, r=joshtriplett
2021-05-02 borsAuto merge of #84638 - mark-i-m:unignore-tests, r=Mark...
2021-05-02 Esteban KüberAccount for unsatisfied bounds in E0599
2021-05-02 Mark RousskovAvoid generating QueryMap::extend for each key type
2021-05-01 borsAuto merge of #84471 - jyn514:linkcheck-llvm, r=Mark...
2021-05-01 Joshua NelsonReduce duplication in `impl_dep_tracking_hash` macros
2021-05-01 Joshua NelsonRemove unused macro parameters
2021-05-01 Joshua NelsonRemove unused `parse_pathbuf_push` function
2021-05-01 Joshua NelsonDon't recompile the same functions for each debugging...
2021-05-01 Chris Pardyadd docstrings and add issue to FIXMEs
2021-05-01 ChrisPardyUpdate compiler/rustc_mir/src/borrow_check/diagnostics...
2021-05-01 ChrisPardyUpdate compiler/rustc_mir/src/borrow_check/diagnostics...
2021-05-01 ChrisPardyUpdate compiler/rustc_mir/src/borrow_check/diagnostics...
2021-05-01 Chris PardyClosure capture borrow diagnostics for disjoint captures
2021-05-01 Joshua NelsonRemove unused parse_opt_list function
2021-05-01 kadminAdd help message for unused type param
2021-05-01 Aaron HillAdd regression test
2021-05-01 borsAuto merge of #84410 - BoxyUwU:blue, r=varkor
2021-05-01 Aaron HillMake `TypeFoldable::is_global()` false when fresh tys...
2021-05-01 Chris DentonDeduplicate native libs before they are passed to the...
2021-05-01 borsAuto merge of #83114 - cjgillot:hop, r=eddyb
2021-05-01 Ellentest: *sneezes*
2021-05-01 borsAuto merge of #83857 - ABouttefeux:master, r=jyn514
2021-05-01 Timothée Delabrouillecompute where_outer on demand, remove it from Module
next