]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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-23 borsAuto merge of #53638 - flip1995:clippy, r=nrc
2018-08-23 flip1995Update clippy again
2018-08-23 borsAuto merge of #53588 - tristanburgess:52985_diagnostics...
2018-08-23 dylan_DPCfix testcase
2018-08-23 borsAuto merge of #53571 - MaloJaffre:vecdeque-emergency...
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 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 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 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}
2018-08-22 varkorRemove unnecessary TyKind::s
2018-08-22 varkorRemove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
2018-08-22 varkorRemove Ty prefix from Ty{Foreign|Param}
2018-08-22 varkorRemove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref...
2018-08-22 varkorRename ty::TyVariants to ty::TyKind
2018-08-22 varkorRename ty::Slice to ty::List
2018-08-22 varkorLament the invincibility of the Turbofish
2018-08-22 borsAuto merge of #53524 - alexcrichton:buffer-out, r=eddyb
2018-08-22 MaloJaffreAdd a test for issue #53529
2018-08-22 MaloJaffreFix unsoundness in VecDeque Debug impls
2018-08-22 borsAuto merge of #53424 - RalfJung:miri-refactor, r=oli-obk
2018-08-22 Ralf Jungfix error reporting in validation
2018-08-22 Ralf Jungfix validating fat pointers to user-defined unsized...
2018-08-22 Ralf Jungfix a comment in validity
2018-08-22 Ralf Jungfix layout sanity check
2018-08-22 Ralf Jungalso avoid recomputing the layout for unary and binary...
2018-08-22 Ralf Jungin a Use statement, exploit the fact that type and...
2018-08-22 Ralf Jungoptimize creating a stack frame
2018-08-22 Ralf Jungfix validating fat raw pointers
2018-08-22 Ralf Jungoptimize sanity check path printing
2018-08-22 Ralf Jungavoid some redundant alignment checks
2018-08-22 Ralf Jungbetter error message when using NULL in to_ptr
2018-08-22 Ralf Jungfix UI tests
2018-08-22 Ralf Jungoptimize validation iterating over the elements of...
2018-08-22 Ralf Jungtest for detecting bad data inside trait objects /...
2018-08-22 Ralf Jungfix formatting nits
2018-08-22 Ralf Jungmove validation to its own file
2018-08-22 borsAuto merge of #53516 - petrochenkov:derregr, r=estebank
2018-08-22 MaloJaffreRevert "Auto merge of #52553 - Pazzaz:vecdeque-append...
2018-08-22 Aaron PowerUpdate RELEASES.md
2018-08-22 Ralf Jungfix operator handling when using 128bit intrinsics
2018-08-22 Ralf Jungfinally remove all traces of signs from memory
2018-08-22 Ralf Jungfix computing layout when calling virtual fn
2018-08-22 Ralf Jungavoid allocating for ZST
2018-08-22 Ralf Jungfix using copy_op to transmute
2018-08-22 Ralf Jungtry_read_value_from_ptr -> try_read_value_from_mplace
2018-08-22 Ralf Jungfix dynamically determining size and alignment
2018-08-22 Ralf Jungfix accessing unsized fields
2018-08-22 Ralf Jungfix drop typing; use same machinery for validating...
2018-08-22 Ralf Jungfix dropping with vtables
2018-08-22 Ralf JungTweak logging
2018-08-22 Ralf Jungfix union field access and DST computations and dumping...
2018-08-22 Ralf Jungremove cur_frame from memory (validation is gone, new...
2018-08-22 Ralf Junggeneralize truncate and sign_extend to take a Size
2018-08-22 Ralf Jungmiri/CTFE refactor
2018-08-22 borsAuto merge of #53509 - petrochenkov:wildregr, r=alexcri...
2018-08-22 Ralf JungMove some value-and-memory related things out of eval_c...
2018-08-22 Matthias Krügerdocs: std::string::String.repeat(): slightly rephrase...
2018-08-22 borsAuto merge of #53477 - ftilde:exec-rust-gdb-lldb, r...
2018-08-22 David TolnayRemove super old comment on function that parses items
2018-08-22 borsAuto merge of #50912 - varkor:exhaustive-integer-matchi...
2018-08-21 varkorAdd some extra edge case tests
2018-08-21 borsAuto merge of #53439 - GuillaumeGomez:generate-blanket...
2018-08-21 varkorUse a boundary method instead of an endpoint method...
next