]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-08-25 borsAuto merge of #53385 - matklad:stabilize-find-map,...
2018-08-25 borsAuto merge of #53609 - bemeurer:tidy-ctfe, r=RalfJung
2018-08-25 borsAuto merge of #53577 - GuillaumeGomez:rustdoc-substring...
2018-08-24 borsAuto merge of #53225 - nikomatsakis:nll-type-annot...
2018-08-24 borsAuto merge of #53460 - JoshBrudnak:master, r=estebank
2018-08-24 Niko Matsakisaddress pnkfelix nits
2018-08-24 Niko Matsakispacify the mercilous tidy: adt-nullary-enums test
2018-08-24 Niko Matsakispacify the mercilous tidy: adt user-ty
2018-08-24 Niko Matsakispacify the mercilous tidy: user-ty on rvalue assignments
2018-08-24 Niko Matsakispacify the mercilous tidy: doc comment for `is_identity`
2018-08-24 Niko Matsakispacify the mercilous tidy: canonical ignore comments
2018-08-24 Niko Matsakisufcs with annot in position 1 and 2
2018-08-24 Niko Matsakisrename test case
2018-08-24 Niko Matsakisinclude ADT user-ty in output
2018-08-24 Niko Matsakisadd test for method ufcs notation
2018-08-24 Niko Matsakissupport user-given types in adts
2018-08-24 Niko Matsakissupport user annotations in fns, methods
2018-08-24 Niko Matsakisequate the `user_ty` of a constant with its declared...
2018-08-24 Niko Matsakisadd a `user_ty` annotation to `Constant`
2018-08-24 Niko Matsakisadd a `user_substs` table and store the annotations...
2018-08-24 Niko Matsakisadd a `user_substs` map into the typeck tables
2018-08-24 borsAuto merge of #53662 - kennytm:rollup, r=kennytm
2018-08-24 kennytmRollup merge of #53666 - davidtwco:issue-51737, r=Mark...
2018-08-24 kennytmRollup merge of #53545 - FelixMcFelix:fix-50865-beta...
2018-08-24 borsAuto merge of #53044 - SergioBenitez:stable-attr-litera...
2018-08-24 kennytmRollup merge of #53664 - IsaacWoods:fix_53608, r=oli-obk
2018-08-24 kennytmRollup merge of #53644 - llogiq:smallvec-for-small...
2018-08-24 kennytmRollup merge of #53636 - frewsxcv:frewsxcv-nth, r=rkruppe
2018-08-24 kennytmRollup merge of #53618 - GuillaumeGomez:fmt-examples...
2018-08-24 kennytmRollup merge of #53617 - joshtriplett:tidy-no-license...
2018-08-24 kennytmRollup merge of #53614 - RalfJung:nomicon, r=kennytm
2018-08-24 kennytmRollup merge of #53600 - varkor:expected-generic-arg...
2018-08-24 kennytmRollup merge of #53594 - rust-lang:Aaronepower-patch...
2018-08-24 kennytmRollup merge of #53592 - matthiaskrgr:str_doc, r=alexcr...
2018-08-24 borsAuto merge of #53653 - petrochenkov:moreregr, r=Mark...
2018-08-24 David WoodAdded rustc_codegen_llvm to compiler documentation.
2018-08-24 Isaac WoodsRemove unnecessary closure in rustc_mir/build/mod.rs
2018-08-24 kennytmRollup merge of #53563 - matthiaskrgr:String, r=varkor
2018-08-24 kennytmRollup merge of #53562 - varkor:bastion-of-the-turbofis...
2018-08-24 kennytmRollup merge of #53559 - Dylan-DPC:fix/missing-doc...
2018-08-24 kennytmRollup merge of #53503 - kornelski:master, r=dtolnay
2018-08-24 kennytmRollup merge of #53311 - RalfJung:windows-mutex, r...
2018-08-24 Sergio BenitezStabilize 'attr_literals' feature.
2018-08-23 Vadim PetrochenkovTurn the error for module-relative access to macro...
2018-08-23 Vadim PetrochenkovAdd a test for reset expansion info
2018-08-23 Vadim PetrochenkovRevert "hygiene: Make sure expansion info is set at...
2018-08-23 borsAuto merge of #53638 - flip1995:clippy, r=nrc
2018-08-23 flip1995Update clippy again
2018-08-23 Andre BogusUse SmallVec for SmallCStr
2018-08-23 borsAuto merge of #53588 - tristanburgess:52985_diagnostics...
2018-08-23 Guillaume GomezAdd missing fmt examples
2018-08-23 dylan_DPCfix testcase
2018-08-23 borsAuto merge of #53571 - MaloJaffre:vecdeque-emergency...
2018-08-23 Bernardo MeurerFixed multi-line function signatures
2018-08-23 Bernardo MeurerSmall style fixes
2018-08-23 Bernardo MeurerMore tidy fixes to CTFE
2018-08-23 Bernardo MeurerFix stylistic mistakes
2018-08-23 Bernardo MeurerFixup long code lines
2018-08-23 Bernardo MeurerReflow and fixup comments
2018-08-23 Bernardo MeurerFixed long strings
2018-08-23 Bernardo MeurerAdd license header to CTFE/MIRI
2018-08-23 Bernardo MeurerRemoved librustc/mir/interpret and librustc_mir/interpr...
2018-08-23 borsAuto merge of #53384 - gootorov:use-servo-smallvec...
2018-08-23 KornelDiscourage overuse of mem::forget
2018-08-23 flip1995Update clippy
2018-08-23 Corey FarwellPrefer `.nth(n)` over `.skip(n).next()`.
2018-08-23 Kyle SimpsonLight restructuring.
2018-08-23 borsAuto merge of #52602 - scottmcm:tryblock-expr, r=nikoma...
2018-08-23 borsAuto merge of #53459 - petrochenkov:stabmore, r=nrc
2018-08-23 Matthias Krügeruse String::new() instead of String::from(""), "".to_st...
2018-08-23 Igor GutorovUse optimized SmallVec implementation
2018-08-23 borsAuto merge of #53235 - varkor:gat_impl_where, r=estebank
2018-08-23 borsAuto merge of #53520 - nnethercote:merge-IdxSet-IdxSetB...
2018-08-22 Tristan Burgess52985: formatting PR files
2018-08-22 Tristan Burgess52985: better cycle error for existential types
2018-08-22 varkorLament the invincibility of the Turbofish
2018-08-22 Josh Tripletttidy: Stop requiring a license header
2018-08-22 Vadim PetrochenkovStabilize a few secondary macro features
2018-08-22 borsAuto merge of #52011 - oli-obk:dont_you_hate_it_too_whe...
2018-08-22 dylan_DPCadd warning for missing docs
2018-08-22 Aaron PowerUpdate RELEASES.md
2018-08-22 borsAuto merge of #53607 - GuillaumeGomez:rollup, r=Guillau...
2018-08-22 Ralf Jungupdate nomicon and book
2018-08-22 borsAuto merge of #53581 - varkor:tyvariants-rename, r...
2018-08-22 Oliver SchneiderReexpose stability hole in the presence of feature...
2018-08-22 Oliver SchneiderAllow panicking with string literal messages inside...
2018-08-22 Guillaume GomezRollup merge of #53585 - dtolnay:comment, r=Mark-Simulacrum
2018-08-22 Guillaume GomezRollup merge of #53574 - vorner:ptr_as_ref_unchecked...
2018-08-22 Guillaume GomezRollup merge of #53562 - varkor:bastion-of-the-turbofis...
2018-08-22 Guillaume GomezRollup merge of #53558 - davidtwco:issue-53547, r=estebank
2018-08-22 Guillaume GomezRollup merge of #53544 - estebank:issue-53534, r=varkor
2018-08-22 Guillaume GomezRollup merge of #53541 - GuillaumeGomez:fix-impl-trait...
2018-08-22 Guillaume GomezRollup merge of #53504 - ekse:suggestions-applicability...
2018-08-22 Guillaume GomezRollup merge of #53442 - staktrace:rlsbump, r=nrc
2018-08-22 Guillaume GomezRollup merge of #53431 - alexreg:move-feature-gate...
2018-08-22 Guillaume GomezRollup merge of #53418 - ekse:suggestions-applicability...
2018-08-22 borsAuto merge of #53536 - RalfJung:array-drop, r=eddyb
2018-08-22 varkorFix rebase issues
2018-08-22 varkorReplace TyForeign with ForeignTy
2018-08-22 varkorRename Def::{Param, Foreign} to Def::{TyParam, TyForeign}
next