]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-01-14 Stjepan GlavinaAdd feature(iter_once_with)
2019-01-14 Stjepan GlavinaRemove unnecessary mut
2019-01-13 Stjepan GlavinaFix failing test
2019-01-13 Stjepan GlavinaFix intradoc link and update issue number
2019-01-13 Stjepan GlavinaAdd core::iter::once_with
2019-01-12 borsAuto merge of #56759 - petrochenkov:prestabuni, r=nikom...
2019-01-12 Vadim PetrochenkovFix a hole in generic parameter import future-proofing
2019-01-12 Vadim PetrochenkovStabilize `uniform_paths`
2019-01-12 Vadim Petrochenkovresolve: Prohibit use of imported tool modules
2019-01-12 Vadim Petrochenkovresolve: Prohibit use of imported non-macro attributes
2019-01-12 Vadim Petrochenkovresolve: Prohibit use of uniform paths in macros origin...
2019-01-12 Vadim Petrochenkovresolve: Assign `pub` and `pub(crate)` visibilities...
2019-01-12 borsAuto merge of #57542 - Centril:rollup, r=Centril
2019-01-12 Mazdak FarrokhzadRollup merge of #57535 - varkor:stabilise-if-while...
2019-01-12 Mazdak FarrokhzadRollup merge of #57530 - insideoutclub:master, r=estebank
2019-01-12 Mazdak FarrokhzadRollup merge of #57522 - euclio:format-ice, r=varkor
2019-01-12 Mazdak FarrokhzadRollup merge of #57519 - pthariensflame:patch-2, r...
2019-01-12 Mazdak FarrokhzadRollup merge of #57511 - jethrogb:jb/fix-undef, r=cramertj
2019-01-12 Mazdak FarrokhzadRollup merge of #57510 - nrc:manifest-profiles, r=alexc...
2019-01-12 Mazdak FarrokhzadRollup merge of #57505 - rust-lang:nrc-patch-1, r=alexc...
2019-01-12 Mazdak FarrokhzadRollup merge of #57499 - steveklabnik:gh47757, r=Mark...
2019-01-12 Mazdak FarrokhzadRollup merge of #57498 - steveklabnik:gh29008, r=alexcr...
2019-01-12 Mazdak FarrokhzadRollup merge of #57493 - euclio:deref-suggest, r=oli-obk
2019-01-12 Mazdak FarrokhzadRollup merge of #57466 - king6cong:comment, r=alexcrichton
2019-01-12 Mazdak FarrokhzadRollup merge of #57463 - phansch:fix_some_links, r...
2019-01-12 Mazdak FarrokhzadRollup merge of #57459 - varkor:E0202-issue-reference...
2019-01-12 Mazdak FarrokhzadRollup merge of #57450 - steveklabnik:gh45678, r=KodrAus
2019-01-12 Mazdak FarrokhzadRollup merge of #57441 - VardhanThigle:Vardhan/x86_64...
2019-01-12 Mazdak FarrokhzadRollup merge of #57434 - nnethercote:rm-CrateNum-Invali...
2019-01-12 Mazdak FarrokhzadRollup merge of #57433 - ecstatic-morse:issue-56610...
2019-01-12 Mazdak FarrokhzadRollup merge of #57417 - QuietMisdreavus:semi-revert...
2019-01-12 Mazdak FarrokhzadRollup merge of #57400 - tspiteri:source-serif-pro...
2019-01-12 Mazdak FarrokhzadRollup merge of #57368 - petrhosek:cmake-compiler-launc...
2019-01-12 Mazdak FarrokhzadRollup merge of #57296 - JosephTLyons:Fix-question...
2019-01-12 Mazdak FarrokhzadRollup merge of #57192 - czipperz:error_trait_doc_cause...
2019-01-12 Mazdak FarrokhzadRollup merge of #57175 - oli-obk:const_let_stabilizatio...
2019-01-12 Mazdak FarrokhzadRollup merge of #57042 - pnkfelix:issue-57038-sidestep...
2019-01-12 Mazdak FarrokhzadRollup merge of #56906 - blitzerr:master, r=nikomatsakis
2019-01-12 Mazdak FarrokhzadRollup merge of #56425 - scottmcm:redo-vec-set_len...
2019-01-12 Mazdak Farrokhzadconst_let: --bless with --compare-mode=nll
2019-01-12 Mazdak Farrokhzadmove const_let accepted gate to avoid future conflict.
2019-01-12 borsAuto merge of #57532 - Centril:stabilize-2175, r=varkor
2019-01-12 Mazdak Farrokhzadbless ui/while-let
2019-01-12 varkorStabilise irrefutable if-let and while-let patterns
2019-01-12 borsAuto merge of #57234 - Centril:const-stabilizations...
2019-01-11 Mazdak Farrokhzadstabilize top level or-pats in if/while let.
2019-01-11 David SandersFixing a typographical error.
2019-01-11 Alexander Ronald... Fix new hyperlinks in RELEASES.md
2019-01-11 Andy Russelldon't unwrap unexpected tokens in `format!`
2019-01-11 Alexander Ronald... Correct RELEASES.md for 1.32.0
2019-01-11 borsAuto merge of #57470 - RalfJung:miri, r=oli-obk
2019-01-11 borsAuto merge of #57355 - arielb1:correct-subst, r=nikomat...
2019-01-11 Oliver SchererRemove unneeded but benign change
2019-01-11 Jethro BeekmanFix undefined behavior
2019-01-11 Nick CameronAdd a profiles section to the manifest
2019-01-11 Nick CameronRemove submodule step from README
2019-01-11 borsAuto merge of #57471 - Aaronepower:master, r=Aaronepower
2019-01-10 Aaron PowerUpdate RELEASES.md
2019-01-10 Mazdak FarrokhzadUpdate src/libstd/path.rs
2019-01-10 Steve Klabniknote that FromStr does not work for borrowed types
2019-01-10 Aaron PowerUpdate RELEASES.md
2019-01-10 borsAuto merge of #57484 - alexcrichton:fix-nightlies,...
2019-01-10 Steve Klabnikmake note of one more normalization that Paths do
2019-01-10 Andy Russelluse structured suggestion when casting a reference
2019-01-10 Alex CrichtonIntegrate miri into build-manifest
2019-01-10 Aaron PowerApply suggestions from code review
2019-01-10 Aaron PowerUpdate RELEASES.md
2019-01-09 Steve Klabnikactually take a slice in this example
2019-01-09 Aaron PowerUpdated RELEASES.md for 1.32.0
2019-01-09 Ralf Jungupdate miri
2019-01-09 borsAuto merge of #57419 - cramertj:pin-set, r=withouboats
2019-01-09 Vardhan ThigleExposing enclave image-base to the enclave application
2019-01-09 king6congRemove outdated comment
2019-01-09 borsAuto merge of #56614 - Zoxc:query-perf2, r=michaelwoerister
2019-01-09 Oliver SchererFix irrefutable slice patterns in const fn
2019-01-09 Oliver Schererconst fn feature gate is not needed anymore in a lot...
2019-01-09 Oliver SchererClarify const_let comment
2019-01-09 Oliver SchererStabilize `let` bindings and destructuring in constants...
2019-01-09 borsAuto merge of #57086 - oli-obk:miri_dist, r=kennytm
2019-01-09 Philipp Hanschdocs: Fix some 'second-edition' links
2019-01-09 scottmcmMerge pull request #1 from Centril/redo-vec-set_len...
2019-01-09 Blitzerraddressing Niko's comments
2019-01-09 Mazdak Farrokhzadexplain safety for vec.set_len(0)
2019-01-09 Blitzerr[Cleanup] This is the first in the series of removals...
2019-01-09 BlitzerrSome more refactoring.
2019-01-09 BlitzerrCreating the vector using with_capacity to avoid re...
2019-01-09 BlitzerrIssue 56905
2019-01-08 varkorConsolidate equality constraints error message
2019-01-08 varkorAdd issue reference to E0202 message
2019-01-08 CzipperzChange std::error::Error trait documentation to talk...
2019-01-08 borsAuto merge of #56407 - GuillaumeGomez:missing-docs...
2019-01-08 borsAuto merge of #56638 - matthewjasper:remove-ref-region...
2019-01-08 Guillaume GomezUpdate stdsimd submodule
2019-01-08 borsAuto merge of #57429 - alexcrichton:fix-dist, r=Mark...
2019-01-08 Vardhan ThigleSupporting backtrace for x86_64-fortanix-unknown-sgx.
2019-01-08 Oliver SchererMore feature whitelisting of winapi
2019-01-08 Oliver SchererAdjust cargo workspace hack to miri/cargo interactions
2019-01-08 Oliver Schererfixup
2019-01-08 Oliver SchererPrepare everything for distributing miri via rustup
2019-01-08 Oliver SchererIgnore some IDE-local files
next