]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-11-01 Noah LevList all cases explicitly in `Doc{Folder,Visitor}`
2021-11-01 Eric HussUpdate cargo
2021-11-01 borsAuto merge of #90457 - rusticstuff:use-curl-ca-bundle...
2021-11-01 Hans KratzIgnore files copied from previous stage when generating...
2021-11-01 borsAuto merge of #90406 - nbdd0121:panic, r=cjgillot
2021-11-01 Hans KratzUse apple-a14 as target CPU for aarch64-apple-darwin.
2021-11-01 Gary GuoAccount for revisions in missing-test-files
2021-11-01 Gary GuoFix manual_assert for `#![no_std]` and Rust 2021
2021-11-01 Chris DentonRun destructors from existing tls callback
2021-11-01 borsAuto merge of #7866 - rust-lang:edition-2021-tests...
2021-11-01 Josh TriplettClarify what to do with accepted feature gates
2021-11-01 dswijUpdate CHANGELOG to include `separated_literal_suffix`
2021-11-01 Dharma Saputra... Add `separated_literal_suffix` as an alternative for
2021-11-01 Mara BosAdd tracking issue for thread_is_running.
2021-11-01 borsAuto merge of #90463 - matthiaskrgr:rollup-eljk9vo...
2021-11-01 borsAuto merge of #90462 - pietroalbini:bidi-master, r...
2021-11-01 Pietro Albinifix formatting
2021-11-01 Laurențiu Nicola:arrow_up: rust-analyzer
2021-11-01 Noah LevFix `RefCell` `BorrowMut` error in `DocVisitor`
2021-11-01 Noah LevConvert more impls of `DocFolder` to `DocVisitor`
2021-11-01 Noah LevConvert many impls of `DocFolder` to `DocVisitor`
2021-11-01 Noah Levrustdoc: Small micro-optimizations and cleanups
2021-11-01 Noah LevFix FIXMEs in `rustdoc::html::sources`
2021-11-01 Noah LevClean up now that visitors only need `&clean::Crate`
2021-11-01 Noah Levrustdoc: Use `DocVisitor` for sources collection
2021-11-01 Noah Levrustdoc: Add `DocVisitor`
2021-11-01 Noah Levrustdoc: Replace wildcard with explicit pattern
2021-11-01 Noah Levrustdoc: Remove unnecessary clone in `DocFolder`
2021-11-01 Matthias KrügerRollup merge of #90452 - tmiasko:promote-candidate...
2021-11-01 Matthias KrügerRollup merge of #90450 - pierwill:rm-hiridvec, r=cjgillot
2021-11-01 Matthias KrügerRollup merge of #90441 - tmiasko:test-promotion-needs...
2021-11-01 Matthias KrügerRollup merge of #90398 - GuillaumeGomez:doc-keyword...
2021-11-01 Matthias KrügerRollup merge of #90349 - willcrichton:example-analyzer...
2021-11-01 Matthias KrügerRollup merge of #90333 - jsha:flashy-searchbar, r=Guill...
2021-11-01 Matthias KrügerRollup merge of #89929 - yuvaldolev:handle-submodule...
2021-11-01 Matthias KrügerRollup merge of #89826 - guswynn:feature_gate_must_not_...
2021-11-01 Tomoaki Kawadaitron: Rename `itron::thread::{available_conccurrency...
2021-11-01 Tomoaki KawadaBump libc dependency of std to 0.2.106
2021-11-01 Gus WynnFeature gate and make must_not_suspend allow-by-default
2021-10-31 Hans KratzUse ubuntu image to download openssl, curl sources...
2021-10-31 Thom ChiovoloniRe-add `std::os::raw::c_ssize_t`, with more accurate...
2021-10-31 Jacob Hoffman... Hide search bar in noscript.css
2021-10-31 borsAuto merge of #89062 - mikeleany:new-target, r=cjgillot
2021-10-31 pierwillRemove `rustc_hir::hir_id::HirIdVec`
2021-10-31 Gary GuoRequire `panic` and `panic_bounds_check` to be non...
2021-10-31 Tomasz MiąskoTest that promotion follows references when looking...
2021-10-31 Chris DentonWindows thread-local keyless drop
2021-10-31 borsAuto merge of #86336 - camsteffen:char-array-pattern...
2021-10-31 Mara BosAdd test for JoinHandle::is_running.
2021-10-31 Mara BosAdd JoinHandle::is_running.
2021-10-31 Alex MacleodMove non_ascii_literal to restriction
2021-10-31 Guillaume GomezAdd doc about doc(keyword) unstable attribute
2021-10-31 borsAuto merge of #90437 - matthiaskrgr:rollup-vd8uqm6...
2021-10-31 Matthias KrügerRollup merge of #90431 - jkugelman:must-use-std-o-throu...
2021-10-31 Matthias KrügerRollup merge of #90430 - jkugelman:must-use-std-a-throu...
2021-10-31 Matthias KrügerRollup merge of #89786 - jkugelman:must-use-len-and...
2021-10-31 Matthias KrügerRollup merge of #89786 - jkugelman:must-use-len-and...
2021-10-31 Matthias KrügerRollup merge of #89068 - bjorn3:restructure_rt2, r...
2021-10-31 Pietro Albiniadd 1.56.1 to the release notes
2021-10-31 Esteban KüberLint against RTL unicode codepoints in literals and...
2021-10-31 borsAuto merge of #90434 - matthiaskrgr:rollup-xbn393a...
2021-10-31 Matthias KrügerRollup merge of #90427 - jkugelman:must-use-alloc-leak...
2021-10-31 Matthias KrügerRollup merge of #89951 - ojeda:stable-unwrap_unchecked...
2021-10-31 Matthias KrügerRollup merge of #89897 - jkugelman:must-use-core, r...
2021-10-31 Matthias KrügerRollup merge of #89839 - jkugelman:must-use-mem-ptr...
2021-10-31 Matthias KrügerRollup merge of #89835 - jkugelman:must-use-expensive...
2021-10-31 Matthias KrügerRollup merge of #89833 - jkugelman:must-use-rc-downgrad...
2021-10-31 Matthias KrügerRollup merge of #89677 - maxwase:is-symlink-stabilizati...
2021-10-31 Matthias KrügerRollup merge of #89446 - chrismit3s:issue-88715-fix...
2021-10-31 borsAuto merge of #90391 - camelid:crate-size, r=jyn514
2021-10-31 John KugelmanAdd #[must_use] to remaining std functions (A-N)
2021-10-31 John KugelmanAdd #[must_use] to remaining std functions (O-Z)
2021-10-31 John KugelmanAdd #[must_use] to alloc functions that would leak...
2021-10-31 borsAuto merge of #90306 - kornelski:slicecloneasset, r...
2021-10-31 Tomasz MiąskoRemove unnecessary `Option` from `promote_candidate...
2021-10-30 John KugelmanAdd #[must_use] to len and is_empty
2021-10-30 John KugelmanAdd #[must_use] to len and is_empty
2021-10-30 John KugelmanAdd #[must_use] to mem/ptr functions
2021-10-30 borsAuto merge of #90424 - matthiaskrgr:rollup-jezzu4f...
2021-10-30 Matthias KrügerRollup merge of #90404 - mkroening:hermit-kernel-no...
2021-10-30 Matthias KrügerRollup merge of #90401 - mkroening:hermit-condvar,...
2021-10-30 Matthias KrügerRollup merge of #89899 - jkugelman:must-use-alloc,...
2021-10-30 Matthias KrügerRollup merge of #89789 - jkugelman:must-use-thread...
2021-10-30 John KugelmanAdd #[must_use] to remaining core functions
2021-10-30 borsAuto merge of #90422 - GuillaumeGomez:rollup-s1mdag0...
2021-10-30 Guillaume GomezRollup merge of #90399 - yuvaldolev:as-ref-overly-verbo...
2021-10-30 Guillaume GomezRollup merge of #90375 - yanok:master, r=lcnr
2021-10-30 Guillaume GomezRollup merge of #90202 - matthewjasper:xcrate-hygiene...
2021-10-30 Guillaume GomezRollup merge of #90183 - GuillaumeGomez:recurse-deref...
2021-10-30 Guillaume GomezRollup merge of #90156 - jsha:less-border-bottom-2...
2021-10-30 Noah Levrustdoc: Stop sorting external crates
2021-10-30 Noah Levrustdoc: Remove `Crate.name` and instead compute it...
2021-10-30 Noah Levrustdoc: Remove `Crate.src` and instead compute it...
2021-10-30 Noah Levrustdoc: Document that `Crate` is always local
2021-10-30 Thom ChiovoloniReplace `std::os::raw::c_ssize_t` with `std::os::raw...
2021-10-30 Gary GuoCollect `panic/panic_bounds_check` during monomorphization
2021-10-30 borsAuto merge of #90205 - mati865:link-modifiers-in-rustc...
2021-10-30 Jacob Hoffman... Remove underlines from non-top docblocks.
2021-10-30 Guillaume GomezDocument tests a bit more
2021-10-30 lcnrstabilize `relaxed_struct_unsize`
next