]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-31 Scott McMurrayAdd #[must_use] to a few standard library methods
2018-03-30 borsAuto merge of #49324 - SimonSapin:unsigned, r=alexcrichton
2018-03-30 borsAuto merge of #49518 - SimonSapin:prelude, r=alexcrichton
2018-03-30 Simon SapinDeprecate signed std::num::NonZeroI* with a call for...
2018-03-30 borsAuto merge of #49425 - alexcrichton:disallow-inline...
2018-03-30 Simon SapinRevert "Add TryFrom and TryInto to the prelude"
2018-03-30 borsAuto merge of #49403 - oli-obk:try2, r=eddyb
2018-03-30 borsAuto merge of #49424 - oli-obk:stable_allocid_hash...
2018-03-30 borsAuto merge of #49422 - mbrubeck:fs_read, r=TimNN
2018-03-30 borsAuto merge of #49489 - kennytm:rollup, r=kennytm
2018-03-30 borsAuto merge of #49412 - GuillaumeGomez:hide-type-decl...
2018-03-29 kennytmRollup merge of #49486 - oconnor663:releases_typo,...
2018-03-29 kennytmRollup merge of #49484 - cuviper:ignore-ibm-stack-probe...
2018-03-29 kennytmRollup merge of #49473 - joshtriplett:nonnull-size...
2018-03-29 kennytmRollup merge of #49468 - glandium:cleanup, r=pnkfelix
2018-03-29 kennytmRollup merge of #49466 - glandium:master, r=rkruppe
2018-03-29 kennytmRollup merge of #49464 - ollie27:rustbuild_junction_han...
2018-03-29 kennytmRollup merge of #49463 - tinaun:patch-2, r=alexcrichton
2018-03-29 kennytmRollup merge of #49446 - frewsxcv:frewsxcv-mention...
2018-03-29 kennytmRollup merge of #49445 - GuillaumeGomez:light-theme...
2018-03-29 kennytmRollup merge of #49443 - GuillaumeGomez:fix-tooltip...
2018-03-29 borsAuto merge of #49316 - alexcrichton:start-group-end...
2018-03-29 Alex Crichtonrustc: Group linked libraries where needed
2018-03-29 Jack O'Connorcorrect a typo in RELEASES.md
2018-03-29 Josh StoneIgnore stack-probes tests on powerpc/s390x too
2018-03-29 Guillaume GomezRename main theme into light theme
2018-03-29 borsAuto merge of #49163 - SimonSapin:range-bounds, r=alexc...
2018-03-29 Manish GoregaokarUpdate clippy
2018-03-29 Simon SapinHide the Bound type in docs at its deprecated location...
2018-03-29 Simon SapinHide the deprecated std::collections::range module...
2018-03-29 Simon Sapinimpl RangeBounds<T> for Range{,From,To,Inclusive,ToIncl...
2018-03-29 Simon SapinMove RangeArguments to {core::std}::ops and rename...
2018-03-29 Simon SapinMove alloc::Bound to {core,std}::ops
2018-03-29 borsAuto merge of #49471 - matklad:cargo-rustdoc, r=alexcri...
2018-03-29 Josh Triplettsrc/libcore/ptr.rs: Fix documentation for size of ...
2018-03-29 Aleksey KladovUpdate Cargo
2018-03-29 borsAuto merge of #49313 - sgrif:sg-revert-stuff, r=nikomat...
2018-03-29 borsAuto merge of #49291 - tejom:check-for-known-but-incorr...
2018-03-29 Mike HommeyRemove unnecessary use core::hash in liballoc/boxed.rs
2018-03-29 borsAuto merge of #49458 - cramertj:stable-underscore-lt...
2018-03-29 Mike HommeyUse f{32,64}::to_bits for is_zero test in vec::SpecFromElem
2018-03-28 Taylor CramerStabilize underscore lifetimes
2018-03-28 borsAuto merge of #49460 - kennytm:rollup, r=kennytm
2018-03-28 Oliver Middletonrustbuild: Don't leak file handles when creating juncti...
2018-03-28 tinaunDon't mention unstable constructors in release notes
2018-03-28 Guillaume GomezFix tooltip position
2018-03-28 borsAuto merge of #49357 - frewsxcv:frewsxcv-termination...
2018-03-28 kennytmRollup merge of #49452 - frewsxcv:frewsxcv-vec-cap...
2018-03-28 kennytmRollup merge of #49444 - rust-lang:oli-obk-patch-1...
2018-03-28 kennytmRollup merge of #49442 - GuillaumeGomez:text-overlap...
2018-03-28 kennytmRollup merge of #49439 - GuillaumeGomez:trait-impl...
2018-03-28 kennytmRollup merge of #49429 - GuillaumeGomez:fix-collapse...
2018-03-28 kennytmRollup merge of #49428 - cuviper:llvm6-target_feature...
2018-03-28 kennytmRollup merge of #49427 - Manishearth:rustdoc-impl-trait...
2018-03-28 kennytmRollup merge of #49405 - GuillaumeGomez:search-appearan...
2018-03-28 kennytmRollup merge of #49400 - Diggsey:shrink-to, r=joshtriplett
2018-03-28 kennytmRollup merge of #49364 - wesleywiser:incr_handle_load_f...
2018-03-28 kennytmRollup merge of #49329 - canarysnort01:fix-no-pie,...
2018-03-28 kennytmRollup merge of #49243 - murarth:stabilize-retain,...
2018-03-28 borsAuto merge of #49394 - cramertj:stable-match-bindings...
2018-03-28 Matt BrubeckStabilize fs::read and fs::write
2018-03-28 borsAuto merge of #49019 - phil-opp:target-spec, r=pnkfelix
2018-03-28 Wesley Wiser[incremental] Don't panic if decoding the cache fails
2018-03-28 Corey FarwellClarify "length" wording in `Vec::with_capacity`.
2018-03-28 Guillaume GomezFix text overlap
2018-03-28 Corey FarwellRemove hidden `foo` functions from doc examples; use...
2018-03-28 Corey FarwellExplicitly mention `Option` in `?` error message.
2018-03-28 Taylor CramerStabilize match_default_bindings
2018-03-28 Oliver SchneiderDelete leftover librustc_const_eval
2018-03-28 Oliver SchneiderFix stable hashing of AllocIds
2018-03-28 borsAuto merge of #49383 - nox:scalarpair, r=eddyb
2018-03-28 Guillaume GomezFix trait implementation not collapsing docs
2018-03-28 borsAuto merge of #49304 - sinkuu:impl_trait_rustdoc, r...
2018-03-28 borsAuto merge of #49406 - kennytm:rollup, r=kennytm
2018-03-27 Manish Goregaokarrustdoc: Add test for foreign impl trait with bounds
2018-03-27 Manish Goregaokarrustdoc: Handle explicit ?Sized on foreign impl Trait
2018-03-27 Manish Goregaokarrustdoc: Remove Sized bounds when cleaning foreign...
2018-03-27 Manish Goregaokarrustdoc: Include associated type bounds when cleaning...
2018-03-27 Manish Goregaokarrustdoc: Don't use into_iter() when cleaning impl Trait
2018-03-27 Alex Crichtonrustc: Forbid #[inline(always)] with #[target_feature]
2018-03-27 Guillaume GomezFix collapse toggle insertions on impl with docs
2018-03-27 Josh StoneEnable target_feature on any LLVM 6+
2018-03-27 kennytmRollup merge of #49426 - lukaslueg:patch-1, r=kennytm
2018-03-27 kennytmRollup merge of #49407 - WiSaGaN:patch-1, r=alexcrichton
2018-03-27 lukasluegUpdate CONTRIBUTING.md
2018-03-27 matthewAdd extra test for expressions and fix typo in message
2018-03-27 kennytmRollup merge of #49417 - TimNN:fix-ios, r=alexcrichton
2018-03-27 Oliver SchneiderUse the actual discriminant instead of always choosing...
2018-03-27 borsAuto merge of #49202 - csmoe:trait_engine, r=nikomatsakis
2018-03-27 Tim NeumannUpdate compiler-rt with fix for 32bit iOS ARM
2018-03-27 borsAuto merge of #49305 - SimonSapin:fallible, r=sfackler
2018-03-27 Guillaume GomezHide type declarations by default
2018-03-27 kennytmRollup merge of #49401 - alercah:format, r=cramertj
2018-03-27 kennytmRollup merge of #49399 - ehuss:termcolor-update, r...
2018-03-27 kennytmRollup merge of #49395 - petrochenkov:obsolete, r=alexc...
2018-03-27 Wangshan LuAdd back 1.24.1 release notes
2018-03-27 kennytmRollup merge of #49381 - withoutboats:str_unicode,...
2018-03-27 kennytmRollup merge of #49369 - petrochenkov:rprint, r=oli-obk
2018-03-27 kennytmRollup merge of #49333 - GuillaumeGomez:link-assoc...
2018-03-27 kennytmRollup merge of #49223 - GuillaumeGomez:propose-variant...
next