]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-08-09 Zack M. Davisextended information for E0554 feature attributes only...
2017-08-09 Zack M. Davisextended information for E0571 break with value in...
2017-08-09 Esteban KüberOnly refer to return type when it matches
2017-08-09 borsAuto merge of #43728 - zackmdavis:fnused, r=eddyb
2017-08-09 borsAuto merge of #43595 - oyvindln:master, r=aturon
2017-08-08 Tobias Bucher`mem::unreachable`: Add tracking issue
2017-08-08 Tobias BucherPut `intrinsics::unreachable` on a possible path to...
2017-08-08 borsAuto merge of #43691 - GuillaumeGomez:fix-rustdoc,...
2017-08-08 Ralf Jungexplain that the example is indeed UB, but that's okay
2017-08-08 Stefan SchindlerUse explicit wrapping_add to prevent potential unexpect...
2017-08-08 Natalie BoehmFix trait name `Deref`
2017-08-08 Guillaume GomezImprove headers linking
2017-08-08 borsAuto merge of #43711 - lu-zero:master, r=nagisa
2017-08-08 Guillaume GomezRemove all usage of hoedown_buffer_puts
2017-08-08 Guillaume GomezImprove error message when duplicate names for type...
2017-08-08 Natalie BoehmUpdate solution to add using `&*` as well as `as_str()`
2017-08-08 Zack M. Davismark comparison trait methods as #[must_use]
2017-08-08 Zack M. Davis#[must_use] for functions (RFC 1940)
2017-08-08 Malo JaffréIgnore tests that fail on stage1
2017-08-08 kennytmType-check `break value;` even outside of `loop {}`.
2017-08-08 Michael WoeristerImplement HashStable for Xyz<'gcx> instead of Xyz<...
2017-08-08 borsAuto merge of #43698 - MaloJaffre:confusables, r=eddyb
2017-08-08 Alexis Beingessnerfix assertion - trait object pointers don't have infini...
2017-08-08 Inokentiy BabushkinEncode proper spans in crate metadata.
2017-08-08 borsAuto merge of #43723 - arielb1:nonincremental-fast...
2017-08-08 borsAuto merge of #43694 - semarie:rustdoc-ldpath, r=Mark...
2017-08-08 est31Avoid calling the column!() macro in panic
2017-08-08 Ariel Ben-Yehudamake `for_all_relevant_impls` O(1) again
2017-08-08 kennytmFix covered-switch-default warnings in PassWrapper
2017-08-08 borsAuto merge of #42998 - behnam:uni-ver-type, r=sfackler
2017-08-08 Sébastien Mariepass rustc_libdir instead of sysroot_libdir() for runni...
2017-08-08 Nick Camerondriver: factor out a helper and make another helper...
2017-08-08 borsAuto merge of #43725 - dhduvall:libc-update, r=alexcrichton
2017-08-08 borsAuto merge of #43714 - ollie27:rustbuild_create_dir_all...
2017-08-07 borsAuto merge of #43708 - dhduvall:solaris-sparc-addrinfo...
2017-08-07 Danek DuvallUpdate libc to 0.2.29
2017-08-07 lukaramuAdded to core::ops module docs
2017-08-07 lukaramuRevised core::ops::range::* docs
2017-08-07 lukaramuRevise `Fn`/`FnMut`/`FnOnce` documentation
2017-08-07 lukaramuRevise `Index` and `IndexMut` docs.
2017-08-07 lukaramuRevise `Drop` docs
2017-08-07 lukaramuExpand docs on `Deref` and `DerefMut`
2017-08-07 lukaramuRevise documentation in core::ops::bit
2017-08-07 lukaramuRevise documentation in core::ops::arith
2017-08-07 borsAuto merge of #43695 - mehcode:patch-1, r=QuietMisdreavus
2017-08-07 Aidan Hobson... Make a disable-jemalloc build work
2017-08-07 Guillaume GomezRemove \0 printing
2017-08-07 borsAuto merge of #43558 - GuillaumeGomez:union-const-color...
2017-08-07 Natalie BoehmUpdate explanation of deref coercion
2017-08-07 KornelHint correct extern constant syntax
2017-08-07 Danek Duvalladdrinfo hint in lookup_host() needs clean initializati...
2017-08-07 borsAuto merge of #43713 - arielb1:legacy-dataflow, r=eddyb
2017-08-07 Oliver MiddletonStop using URL shortener in docs
2017-08-07 Oliver Middletonrustbuild: Replace create_dir_racy with create_dir_all
2017-08-07 borsAuto merge of #43706 - nrc:update-rls, r=sfackler
2017-08-07 Ariel Ben-Yehudarustc::middle::dataflow - visit the CFG in RPO
2017-08-07 borsAuto merge of #43709 - zackmdavis:de-orphan_extended_in...
2017-08-07 Oliver SchneiderReexport all SyntaxExtension variants
2017-08-07 Luca BarbatoAdd support for Vector Average on PowerPC
2017-08-07 Luca BarbatoAdd support for Vector Multiply Odd on PowerPC
2017-08-07 Luca BarbatoAdd support for Vector Multiply Even on PowerPC
2017-08-07 borsAuto merge of #43699 - GuillaumeGomez:e0623, r=eddyb
2017-08-07 Luca BarbatoNarrow or widen the vector element without changing...
2017-08-07 Zack M. Daviscomment out record of now-unused error code E0563
2017-08-07 Zack M. Davisfixing doctest failures in resurfaced extended information
2017-08-07 Zack M. Davisde-orphan extended information
2017-08-07 Nick Cameronupdate rls
2017-08-06 Guillaume GomezAdd missing error code for private method
2017-08-06 Guillaume GomezFix hoedown error in rustdoc
2017-08-06 borsAuto merge of #43397 - GuillaumeGomez:unused-union...
2017-08-06 Guillaume GomezHandle type aliases as well
2017-08-06 Isaac van BakelAdded closure test case.
2017-08-06 Guillaume GomezFix union unused fields check
2017-08-06 Malo JaffréFix typo in unicode_chars.rs
2017-08-06 Malo JaffréUpdate the list of confusable characters
2017-08-06 Guillaume GomezImprove union unused field detection
2017-08-06 borsAuto merge of #43655 - bjorn3:more_doc_comments, r...
2017-08-06 Guillaume GomezFix invalid background highlights and add missing colors
2017-08-06 Ryan LeckeyPreface 'cares' with 'only'
2017-08-06 borsAuto merge of #43488 - Florob:repeat-opt, r=arielb1
2017-08-06 Luca BarbatoAdd support for Vector Add Carryout on PowerPC
2017-08-06 Luca BarbatoAdd support for Vector Add Saturated on PowerPC
2017-08-05 borsAuto merge of #43688 - frewsxcv:frewsxcv-bump-book...
2017-08-05 Corey FarwellBump 'src/doc/book' git submodule.
2017-08-05 Guillaume GomezImprove dead code detection for unions
2017-08-05 Guillaume GomezDon't warn on unused field on union
2017-08-05 borsAuto merge of #43689 - edaniels:patch-1, r=GuillaumeGomez
2017-08-05 Eric DanielsFix typo in coerce_forced_unit docstring
2017-08-05 borsAuto merge of #43652 - frewsxcv:frewsxcv-str-examples...
2017-08-05 borsAuto merge of #43554 - eddyb:apfloat, r=nikomatsakis
2017-08-05 Corey FarwellIndicate how to turn byte slices back into a string...
2017-08-05 Corey FarwellUpdate str::split_at_mut example to demonstrate mutability.
2017-08-05 bjorn3Make some comments doc comments in librustc/middle...
2017-08-05 borsAuto merge of #43640 - oli-obk:patch-5, r=nikomatsakis
2017-08-05 borsAuto merge of #43642 - mmatyas:unskip_aarch64_tests...
2017-08-05 Florian Zeitzcodegen tests: Check type of `len` argument to `llvm...
2017-08-05 borsAuto merge of #43639 - TobiasSchaffner:master, r=alexcr...
2017-08-05 Ralf Jungtest MIR validation statements in closures
2017-08-04 borsAuto merge of #43615 - dhduvall:lto-unaligned-read...
2017-08-04 borsAuto merge of #43590 - michaelwoerister:no-reopening...
next