]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-09-15 Matthias Krügerdon't lazily evaulate some trivial values for Option...
2020-09-15 borsAuto merge of #75148 - joechrisellis:master, r=Amanieu
2020-09-15 borsAuto merge of #76708 - Mark-Simulacrum:lld-macos, r...
2020-09-15 Mark RousskovEnable shared linking to LLVM on non-Windows
2020-09-15 borsAuto merge of #76311 - lzutao:split_core-slice, r=lcnr
2020-09-15 Lzu TaoFix clippy hard-code slice::Iter path
2020-09-15 borsAuto merge of #76171 - estebank:turbofish-the-revenge...
2020-09-15 borsAuto merge of #76684 - jyn514:refactor-intra-links...
2020-09-15 borsAuto merge of #76682 - richkadel:vec-take, r=Mark-Simul...
2020-09-15 borsAuto merge of #74532 - fusion-engineering-forks:atomic...
2020-09-15 borsAuto merge of #76612 - estebank:pat-missing-fields...
2020-09-14 borsAuto merge of #76541 - matthiaskrgr:unstable_sort,...
2020-09-14 borsAuto merge of #75608 - estebank:suggest-boxed-match...
2020-09-14 Esteban KüberFix rebase and add comments
2020-09-14 Esteban KüberDetect turbofish with multiple type params missing...
2020-09-14 borsAuto merge of #76278 - jethrogb:jb/sgx-rwlock-init...
2020-09-14 borsAuto merge of #75740 - GuillaumeGomez:stabilize-doc...
2020-09-14 Lzu TaoRemoved outdated comments
2020-09-14 Lzu TaoMove ascii to new module
2020-09-14 Lzu Taomove indexing impl to new mod
2020-09-14 Lzu TaoMove free functions to a new module
2020-09-14 Lzu TaoMove iterator impls to a new module
2020-09-14 Joe EllisFix peer credentials for Android
2020-09-14 Joe EllisConditionally compile peer credentials feature for...
2020-09-14 Joe EllisAdd documentation to public fields of UCred struct
2020-09-14 Joe EllisMove Unix peer credentials tests to their own file
2020-09-14 Joe EllisAdd pid as an option to UCred struct
2020-09-14 Joe EllisUse `u32::MAX` instead of `u32::max_value`
2020-09-14 Joe EllisAdd basic test for Unix peer credentials
2020-09-14 Joe EllisRemove use of `MaybeUninit` in `ucred.rs`
2020-09-14 Joe EllisImplementation of peer credentials for Unix sockets
2020-09-14 Mark RousskovMake bootstrap build on stable
2020-09-14 Guillaume GomezStabilize doc_alias feature
2020-09-14 borsAuto merge of #76571 - lzutao:rustdoc-private-traits...
2020-09-14 borsAuto merge of #76549 - ehuss:lints-comments, r=wesleywiser
2020-09-14 borsAuto merge of #76195 - lcnr:const-Self, r=varkor
2020-09-14 borsAuto merge of #76123 - tmiasko:inline-args-storage...
2020-09-14 borsAuto merge of #76656 - jonas-schievink:fewer-unstable...
2020-09-13 borsAuto merge of #76678 - jonas-schievink:rollup-vzl9yhx...
2020-09-13 Rich KadelOptimize behavior of vec.split_off(0) (take all)
2020-09-13 Joshua NelsonRequire `module_id` param to `resolve` to be non-empty
2020-09-13 Joshua NelsonRefactor `resolve_with_disambiguator` into a separate...
2020-09-13 Bastian Kauschkebless tests
2020-09-13 Bastian Kauschkereview, improve note span
2020-09-13 Bastian Kauschkeallow concrete self types in consts
2020-09-13 Joshua NelsonRefactor `resolve_link` into a separate function
2020-09-13 Jonas SchievinkRollup merge of #76677 - RalfJung:stable-pointers,...
2020-09-13 Jonas SchievinkRollup merge of #76668 - pickfire:patch-9, r=jonas...
2020-09-13 Jonas SchievinkRollup merge of #76667 - matklad:patch-llvm, r=Mark...
2020-09-13 Jonas SchievinkRollup merge of #76665 - RalfJung:slice-from-raw, r...
2020-09-13 Jonas SchievinkRollup merge of #76663 - pickfire:patch-7, r=jonas...
2020-09-13 Jonas SchievinkRollup merge of #76651 - nicholasbishop:bishop-remove...
2020-09-13 Jonas SchievinkRollup merge of #76646 - CDirkx:mailmap, r=Mark-Simulacrum
2020-09-13 Jonas SchievinkRollup merge of #76640 - fusion-engineering-forks:synco...
2020-09-13 Jonas SchievinkRollup merge of #76629 - pickfire:patch-4, r=jonas...
2020-09-13 Jonas SchievinkRollup merge of #76527 - fusion-engineering-forks:clean...
2020-09-13 Jonas SchievinkRollup merge of #76441 - jyn514:parallel, r=jonas-schievink
2020-09-13 Jonas SchievinkRollup merge of #75559 - RalfJung:union-test-move,...
2020-09-13 Eric HussMake const_evaluatable_unchecked lint example not depen...
2020-09-13 Ralf Jungnote that test_stable_pointers does not reflect a stabl...
2020-09-13 Mara BosSupress unused_macros error on architectures with no...
2020-09-13 borsAuto merge of #76244 - vandenheuvel:remove__paramenv__d...
2020-09-13 Ralf Jungrebase fallout
2020-09-13 Eric HussSupport `ignore` for lint examples.
2020-09-13 Eric HussLink rustdoc lint docs to the rustdoc book.
2020-09-13 Eric HussAuto-generate lint documentation.
2020-09-13 Ralf Jungmake union-drop mem::forget test meaningful
2020-09-13 Ralf Jungplease tidy
2020-09-13 Ralf Jungunions: test move behavior of non-Copy fields
2020-09-13 borsAuto merge of #76623 - slightlyoutofphase:master, r...
2020-09-13 Ivan ThamAdd visualization of rustc span in doc
2020-09-13 Aleksey KladovFix CI LLVM to work on NixOS out of the box
2020-09-13 Mara BosFix AtomicPtr::from_mut align check: Avoid generic...
2020-09-13 Mara BosAdd Atomic*::from_mut.
2020-09-13 Ralf Jungslice::from_raw_parts: explicitly mention that data...
2020-09-13 Ivan ThamSimplify iter chain struct doc
2020-09-13 borsAuto merge of #76598 - ad-anssi:diagnostic_errors_fix...
2020-09-13 borsAuto merge of #76658 - Aaron1011:fix/encode-dummy-loc...
2020-09-13 borsAuto merge of #76588 - guswynn:debug_logging, r=jyn514...
2020-09-13 Lzu TaoIgnore rustc_private items from std docs
2020-09-13 Lzu TaoAdd ui test for 74672 and 76571
2020-09-13 borsAuto merge of #76585 - Aaron1011:ignore-vert-plus,...
2020-09-13 Aaron HillProperly encode spans with a dummy location and non...
2020-09-13 borsAuto merge of #76349 - Mark-Simulacrum:dl-llvm, r=alexc...
2020-09-13 borsAuto merge of #76306 - tmiasko:nrvo-debuginfo, r=ecstat...
2020-09-13 Jonas SchievinkDon't query unstable data when `staged_api` is off
2020-09-12 borsAuto merge of #73461 - calebzulawski:validate-attribute...
2020-09-12 Nicholas BishopRemove Windows details from Unix and VmWorks symlink...
2020-09-12 Mark RousskovSet link-shared if LLVM ThinLTO is enabled in config.rs
2020-09-12 Mark RousskovDownload LLVM from CI to bootstrap
2020-09-12 borsAuto merge of #76538 - fusion-engineering-forks:check...
2020-09-12 borsAuto merge of #76639 - Mark-Simulacrum:ci-hosts, r...
2020-09-12 SlightlyOutOfPhaseGive functions unique names
2020-09-12 Mara BosMark Once::new as #[inline].
2020-09-12 SlightlyOutOfPhaseFix `const-display.rs` XPATH queries (#1)
2020-09-12 Mark RousskovPrint all step timings
2020-09-12 borsAuto merge of #76632 - andjo403:updateDep, r=Mark-Simul...
2020-09-12 Christiaan... Add mailmap entry
2020-09-12 borsAuto merge of #76561 - Thomasdezeeuw:iov-constant-limit...
2020-09-12 Mark RousskovAdd host= configuration for msvc/darwin
next