]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-03-19 Esteban KüberDo not suggest `.into()` in `const`s
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 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 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 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
2018-03-17 Niv Kaminerremove FIXME(#37712) and implement ItemLikeVisitor...
2018-03-17 Niv Kaminerremove FIXME(#39119) and allow running test on emscripten
2018-03-17 Niv Kaminerupdate FIXME(#5244) to point to RFC 1109 (Non-Copy...
2018-03-17 Niv Kaminerupdate FIXME(#23442) to point to issue 45742 (Blanket...
2018-03-17 Niv Kaminerupdate FIXME(#7622) to point to issue 44580 (tracking...
2018-03-17 Niv Kaminerupdate FIXME(#15760) to point to issue 27336 (tracking...
2018-03-17 Niv Kaminerupdate FIXME(#6393) to point to issue 43234 (tracking...
2018-03-17 borsAuto merge of #48936 - Zoxc:cstore, r=michaelwoerister
2018-03-17 csmoeimprove attribute trailing semicolon error
2018-03-17 Martin HoffmannRewrite the documentation for BorrowMut.
2018-03-17 Martin HoffmannBring back the phrase 'borrowing as' for what Borrow...
2018-03-17 Simon SapinMark deprecated unstable SipHasher13 as a doc-hidden...
2018-03-17 borsAuto merge of #49106 - kennytm:rollup, r=kennytm
2018-03-17 Simon SapinAdd an example of lossy decoding to str::Utf8Error...
2018-03-17 Simon SapinMake the deprecated unstable SipHasher24 type private.
2018-03-17 kennytmRollup merge of #49083 - oli-obk:mopsgeschwindigkeit...
2018-03-17 kennytmRollup merge of #49082 - SimonSapin:mu, r=alexcrichton
2018-03-17 kennytmRollup merge of #49077 - sinkuu:macro_use_typo, r=estebank
2018-03-17 kennytmRollup merge of #49057 - Zoxc:fast-submodules, r=alexcr...
2018-03-17 kennytmRollup merge of #49055 - alexcrichton:ship-more-libs...
2018-03-17 kennytmRollup merge of #48983 - gnzlbg:red, r=alexcrichton
2018-03-17 kennytmRollup merge of #48960 - nikomatsakis:issue-48468-dyn...
2018-03-17 kennytmRollup merge of #48943 - comex:verbose, r=kennytm
2018-03-17 borsAuto merge of #48904 - Zoxc:code-and-file-maps, r=micha...
2018-03-17 Mike HommeyUse associated consts for GenericRadix base and prefix
2018-03-17 borsAuto merge of #49090 - QuietMisdreavus:test-rustdoc...
2018-03-17 borsAuto merge of #49088 - michaelwoerister:fix-49070,...
2018-03-16 Aleksey KladovUpdate Cargo
2018-03-16 Alex Crichtonci: Run fewer tests on asmjs
2018-03-16 Alex Crichtonci: Disable optimized tests for asm.js
2018-03-16 borsAuto merge of #48097 - oli-obk:did_you_mean_to_run_rls_...
2018-03-16 QuietMisdreavusfix doctest
2018-03-16 Mark MansiReplace many of the last references to readmes
2018-03-16 Oliver SchneiderAutomatically enable the `clippy` feature of `rls`...
2018-03-16 Niko Matsakisextend stable hasher to support `CanonicalTy`
2018-03-16 QuietMisdreavusre-enable resting librustdoc
2018-03-16 Oliver SchneiderCleanup metadata and incremental cache processing of...
2018-03-16 Andrew CannAdd From<!> for TryFromIntError
2018-03-16 Michael Woeristerincr.comp.: Make sanity check in try_mark_green() aware...
2018-03-16 Alex Crichtonrustbuild: Add more MinGW libraries to ship
2018-03-16 borsAuto merge of #48896 - alexcrichton:bitcode-in-object...
next