]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-03-08 Steven FacklerAlways call read/write from default vectored io methods
2019-03-08 Steven FacklerFix SGX implementations of read/write_vectored.
2019-03-07 borsAuto merge of #58583 - varkor:const-generics-ty, r...
2019-03-06 varkorRefactor const_to_op
2019-03-05 varkorMake adjustments for comments
2019-03-05 varkorFix rebase fallout
2019-03-05 varkorClean up some generic substs handling
2019-03-05 varkorFix negative integer literal test
2019-03-05 varkorUpdate test fallout
2019-03-05 varkorUpdate const generics tests
2019-03-05 varkorHandle const generics elsewhere
2019-03-05 varkorHandle const generics in typeck
2019-03-05 varkorHandle new ConstValue variants in mir
2019-03-05 varkorImplement structural_impls for const generics
2019-03-05 varkorAdd HAS_CT_INFER
2019-03-05 varkorStub rustdoc const generics implementations
2019-03-05 varkorImplement collect for const parameters
2019-03-05 varkorImplement wfcheck for const parameters
2019-03-05 varkorRefactor compare_method
2019-03-05 varkorAdd ast_const_to_const
2019-03-05 varkorMake a lazy const from a const param
2019-03-05 varkorPretty printing for const generics
2019-03-05 varkorAdd const type flags
2019-03-05 varkorTake const into account in context
2019-03-05 varkorStub methods in infer
2019-03-05 varkorImplement Hash for new types
2019-03-05 varkorUpdate diagnostics to include const parameters
2019-03-05 varkorAdd type constraints from const parameters
2019-03-05 varkorAdd ConstValue::Param and ConstValue::Infer
2019-03-05 varkorAdd const kind and UnpackedKind::Const
2019-03-05 varkorTake const generics into account when monomorphising
2019-03-05 varkorUse non_erasable_generics for codegen
2019-03-05 varkorAdd type_flags helper methods to consts
2019-03-05 varkorAdd InferConst
2019-03-05 varkorAdd ConstVid
2019-03-05 varkorAdd ParamConst
2019-03-05 varkorAdd Const generic param to ty
2019-03-05 borsAuto merge of #58423 - nox:relax-bounds-buf-reader...
2019-03-04 borsAuto merge of #58380 - estebank:missing-match-pats...
2019-03-04 borsAuto merge of #58807 - Xanewok:update-clippy, r=Xanewok
2019-03-03 Igor MatuszewskiUpdate Clippy
2019-03-03 borsAuto merge of #58505 - schomatis:fix/nll/remove-live...
2019-03-03 borsAuto merge of #58425 - wesleywiser:more_profiler_change...
2019-03-03 borsAuto merge of #58673 - matthewjasper:typeck-ptr-coercio...
2019-03-03 Wesley WiserUse FxHashMap
2019-03-03 Wesley WiserReduce the size of events by using a u64 instead of...
2019-03-03 Wesley WiserRemove profiler output and replace with a raw event...
2019-03-03 Wesley WiserWrap the self-profiler in an `Arc<Mutex<>>`
2019-03-03 borsAuto merge of #58879 - spastorino:update_miri, r=oli-obk
2019-03-03 borsAuto merge of #58866 - kennytm:rollup, r=kennytm
2019-03-03 kennytmRollup merge of #58865 - dlrobertson:fix-varargs, r...
2019-03-03 borsAuto merge of #58793 - Mark-Simulacrum:master-next...
2019-03-03 Mark RousskovCall clang and llvm-objdump with correct library path
2019-03-03 borsAuto merge of #58464 - jethrogb:jb/std-test-panic-outpu...
2019-03-03 Alexander RegueiroNit
2019-03-03 Esteban KüberReword error message
2019-03-03 Esteban KüberUse anonymous explicit lifetimes
2019-03-03 Esteban KüberPoint at enum definition when match patterns are not...
2019-03-02 Santiago PastorinoUpdate miri
2019-03-02 borsAuto merge of #58836 - ljedrz:begone_NodeId, r=Zoxc
2019-03-02 Mark RousskovBootstrap compiler update for 1.35 release
2019-03-02 Dan RobertsonFix C-variadic function printing
2019-03-02 kennytmRollup merge of #58842 - mati865:53005, r=alexcrichton
2019-03-02 kennytmRollup merge of #58852 - alexcrichton:update-netbsd...
2019-03-02 kennytmRollup merge of #58838 - jens1o:patch-1, r=Centril
2019-03-02 kennytmRollup merge of #58835 - Centril:rust_2018_idioms-remot...
2019-03-02 kennytmRollup merge of #58833 - Centril:rust_2018_idioms-rustb...
2019-03-02 kennytmRollup merge of #58832 - pietroalbini:appveyor-hyperv...
2019-03-02 kennytmRollup merge of #58830 - Centril:rust_2018_idioms-tidy...
2019-03-02 kennytmRollup merge of #58821 - alex:patch-1, r=Centril
2019-03-02 kennytmRollup merge of #58802 - nnethercote:inline-record_layo...
2019-03-02 kennytmRollup merge of #58785 - euclio:tool-lint-attrs, r...
2019-03-02 kennytmRollup merge of #58782 - tspiteri:str-escape-self,...
2019-03-02 kennytmRollup merge of #58780 - RalfJung:manually-drop, r...
2019-03-02 kennytmRollup merge of #58730 - timvermeulen:internal_iteratio...
2019-03-02 borsAuto merge of #58216 - pitdicker:sqos_flags, r=alexcrichton
2019-03-02 borsAuto merge of #58077 - Nemo157:generator-state-debug...
2019-03-02 ljedrzdriver: fix test
2019-03-02 ljedrzhir: HirIdify Impl&TraitItemId
2019-03-02 ljedrzhir: remove NodeId from VariantData
2019-03-02 ljedrzhir: remove NodeId from Pat and FieldPat
2019-03-02 ljedrzhir: remove NodeId from Item
2019-03-02 ljedrzhir: remove NodeId from ForeignItem
2019-03-02 ljedrzhir: remove NodeId from StructField
2019-03-02 ljedrzmiddle & privacy: partially HirIdify
2019-03-02 borsAuto merge of #57202 - matthewjasper:nll-typeck-promote...
2019-03-02 borsAuto merge of #56946 - Zoxc:jobserver, r=nikomatsakis
2019-03-01 borsAuto merge of #58800 - ehuss:update-books, r=Centril
2019-03-01 Matthew JasperHandle type annotations in promoted MIR correctly
2019-03-01 Matthew JasperRemove unnecessary parameter
2019-03-01 Matthew JasperInclude bounds from promoted constants in NLL
2019-03-01 Alex CrichtonUpdate toolchain to build NetBSD release
2019-03-01 borsAuto merge of #58754 - ljedrz:I_hate_NodeIds, r=Zoxc
2019-03-01 Mateusz MikułaForbid duplicating Cargo as a dependency
2019-03-01 Jens HausdorfFix typo in Vec#resize_with documentation
2019-03-01 Mazdak Farrokhzadtools/remote-test-{client,server}: deny(rust_2018_idioms)
2019-03-01 ljedrzhir: remove NodeId from VisibilityKind
2019-03-01 ljedrzhir: remove NodeId from TraitRef
2019-03-01 ljedrzhir: remove NodeId from Arg
2019-03-01 ljedrzhir: remove NodeId from TypeBinding
next