]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-19 kennytmRollup merge of #49125 - NovemberZulu:master, r=alexcri...
2018-03-19 kennytmRollup merge of #49104 - csmoe:semicolon_error, r=petro...
2018-03-19 kennytmRollup merge of #49099 - glandium:master, r=sfackler
2018-03-19 kennytmRollup merge of #49096 - alanhdu:master, r=alexcrichton
2018-03-19 kennytmRollup merge of #49092 - mark-i-m:deptrack_readme,...
2018-03-19 kennytmRollup merge of #49004 - wesleywiser:incr_specializatio...
2018-03-19 kennytmRollup merge of #48902 - csmoe:refactor_BorrowckErrors_...
2018-03-19 kennytmRollup merge of #48834 - ysiraichi:suggest-remove-ref...
2018-03-19 kennytmRollup merge of #48810 - Phlosioneer:32463-impl-integer...
2018-03-19 kennytmRollup merge of #46518 - partim:asref-borrow-doc, r...
2018-03-19 borsAuto merge of #49058 - withoutboats:pin, r=cramertj
2018-03-19 boatsOkay this is the right way.
2018-03-19 memoryleak47Put `#[macro_use] extern crate <crate>` before fn main...
2018-03-19 Bryan DreweryDon't use posix_spawn() if PATH was modified in the...
2018-03-19 boatsComment out entire test.
2018-03-19 Guillaume GomezFix automatic urls with backticks
2018-03-19 Esteban KüberSingle diagnostic for all non-mentioned fields in a...
2018-03-19 Guillaume GomezMake Atomic doc examples specific to each type
2018-03-19 boatsIgnore properly.
2018-03-19 boatsComment out flakey test.
2018-03-19 Bryan DreweryMerge branch 'update-beta-freebsd' into freebsd-posix...
2018-03-19 Bryan DreweryUpdate beta to version with fixed FreeBSD support from...
2018-03-19 Esteban KüberDo not suggest `.into()` in `const`s
2018-03-19 Ralf Jungupdate compile-fail tests: fewer warnings because this...
2018-03-19 Ralf Jungwording nits
2018-03-19 Matthias Krügerconfig.toml.example: thinlto bootstrap was removed...
2018-03-19 Alan DuUpdate rustfmt to 0.4.1
2018-03-19 Dileep Bapat#49133 - Reworded the Error message: "`pub` not needed...
2018-03-19 Aaron PowerUpdate RELEASES.md
2018-03-19 Dileep Bapat#49133 - Reworded the Error message: "`pub` not needed...
2018-03-19 borsAuto merge of #49079 - oli-obk:cross_miri, r=michaelwoe...
2018-03-19 borsAuto merge of #49108 - SimonSapin:sip, r=TimNN
2018-03-19 Simon SapinDocs: fix incorrect copy-paste for new `X?` in formatti...
2018-03-19 Esteban KüberReduce the diagnostic span when multiple fields are...
2018-03-19 PhlosioneerFix trailing whitespace
2018-03-19 PhlosioneerMake Wrapping::pow use wrapping_pow, add example
2018-03-19 PhlosioneerImpl Integer methods for Wrapping
2018-03-19 borsAuto merge of #49091 - nikomatsakis:issue-49043-ty...
2018-03-19 John Kåre AlsakerUpdate submodules in parallel
2018-03-19 borsAuto merge of #48978 - SimonSapin:debug-hex, r=KodrAus
2018-03-19 varkorRevert "Remove useless powerpc64 entry from ARCH_TABLE...
2018-03-19 borsAuto merge of #49095 - alexcrichton:debug-asmjs, r...
2018-03-18 Yukio SiraichiCleaned comments and extras s.
2018-03-18 Yukio SiraichiCodeMap functions refactored.
2018-03-18 Yukio SiraichiReview fixes.
2018-03-18 Yukio SiraichiReporting with `span_suggestion_short`.
2018-03-18 Yukio SiraichiRebased with master.
2018-03-18 Yukio SiraichiCreated multiple line test.
2018-03-18 Yukio SiraichiKeeping code formatting.
2018-03-18 Yukio SiraichiReview fixes.
2018-03-18 Yukio SiraichiNew test added.
2018-03-18 Yukio SiraichiTest added.
2018-03-18 Yukio SiraichiRefactored with high-order functions.
2018-03-18 boatsUpdate tracking issue.
2018-03-18 Steven FacklerAdd BufReader::buffer
2018-03-18 Guillaume GomezAdd warning for invalid start of code blocks in rustdoc
2018-03-18 borsAuto merge of #49134 - oli-obk:clippy, r=kennytm
2018-03-18 Sébastien MarieAllow test target to pass without installing
2018-03-18 Simon Sapinnum::NonZero* types now have their own tracking issue...
2018-03-18 Guillaume GomezFix events handling in rustdoc
2018-03-18 kennytmUpdate RLS.
2018-03-18 Oliver SchneiderUpdate clippy
2018-03-18 csmoeremove unneeded where clause
2018-03-18 Martin HoffmannFix formatting.
2018-03-18 borsAuto merge of #48986 - matklad:update-cargo, r=alexcrichton
2018-03-18 borsAuto merge of #48985 - scalexm:lowering, r=nikomatsakis
2018-03-18 borsAuto merge of #48917 - petrochenkov:import, r=oli-obk
2018-03-18 Maxim Nazarenkorustbuild: Ship libsynchronization
2018-03-17 borsAuto merge of #48842 - petrochenkov:under, r=nikomatsakis
2018-03-17 Simon SapinRemove deprecated unstable ptr::Shared type alias.
2018-03-17 Simon SapinTest NonZero in a const item in a pattern.
2018-03-17 Simon SapinStop using deprecated NonZero APIs
2018-03-17 Simon SapinDeprecate core::nonzero in favor of ptr::NonNull and...
2018-03-17 Simon SapinUse num::NonZero* instead of NonZero<_> in rustc and...
2018-03-17 Simon SapinUse NonNull<_> instead of NonZero<*const _> in btree...
2018-03-17 Simon SapinAdd 12 num::NonZero* types for each primitive integer
2018-03-17 John Kåre AlsakerMake interners thread-safe
2018-03-17 John Kåre AlsakerMinor cleanup
2018-03-17 John Kåre AlsakerAdd OnDrop
2018-03-17 John Kåre AlsakerAdd an Default impl for Lock
2018-03-17 John Kåre AlsakerReplace Rc with Lrc
2018-03-17 John Kåre AlsakerDon't get the global lock in the fast case
2018-03-17 John Kåre AlsakerRemove rustc_global!
2018-03-17 John Kåre AlsakerMake Span and Symbol implement Send and Sync
2018-03-17 Vadim PetrochenkovAdd some docs + Fix rebase
2018-03-17 Vadim PetrochenkovCleanup import parsing
2018-03-17 Vadim PetrochenkovRename `Span::empty` to `Span::shrink_to_lo`, add ...
2018-03-17 Vadim PetrochenkovAST: Keep distinction between `path` and `::path` in...
2018-03-17 Vadim PetrochenkovAST: Make renames in imports closer to the source
2018-03-17 Vadim PetrochenkovAST/HIR: Clarify what the optional name in extern crate...
2018-03-17 Vadim PetrochenkovReject `_` in `ident` matcher
2018-03-17 Vadim Petrochenkovsyntax: Make `_` an identifier
2018-03-17 Yukio SiraichiAdd span_suggestion while removing TyRefs based on...
2018-03-17 Niv Kaminerremove FIXME(#27889) since the issue is already fixed
2018-03-17 Niv Kaminerremove FIXME(#8372) since for-loops wont support borrow...
2018-03-17 Niv Kaminerremove FIXME(#33435) and remove the spurious failures...
2018-03-17 Niv Kaminerremove FIXME(#48116) and remove the logic to debug...
2018-03-17 Niv Kaminerremove FIXME(#2543) and avoid bad copies
2018-03-17 Niv Kaminerremove FIXME(#11094) and allow make tests to run on...
2018-03-17 Niv Kaminerremove FIXME(#30046) and infer moves on pattern matching
next