]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-01-30 Jethro BeekmanAdd MOVBE feature
2019-01-30 borsAuto merge of #57932 - matthiaskrgr:clippy_submodule_up...
2019-01-30 borsAuto merge of #57975 - alexcrichton:debug-exit-appveyor...
2019-01-30 Matthias Krügersubmodules: update clippy from f1753522 to 6ce78d12
2019-01-29 borsAuto merge of #57953 - mati865:cc-fix, r=alexcrichton
2019-01-29 borsAuto merge of #57808 - gnzlbg:ustdsimd, r=gnzlbg
2019-01-29 borsAuto merge of #57901 - lqd:issue_57362, r=nikomatsakis
2019-01-29 Alex CrichtonAttempt to debug 259 exit code on AppVeyor
2019-01-29 borsAuto merge of #57948 - Zoxc:parallel, r=michaelwoerister
2019-01-29 gnzlbgUpdate stdsimd
2019-01-29 borsAuto merge of #57862 - hsivonen:buildneon, r=alexcrichton
2019-01-29 borsAuto merge of #57957 - Centril:rollup, r=Centril
2019-01-28 Rémy RakicRefer to synthetically named lifetimes as "some specifi...
2019-01-28 Mazdak FarrokhzadRollup merge of #57950 - QuietMisdreavus:lifetime-err...
2019-01-28 Mazdak FarrokhzadRollup merge of #57915 - petrochenkov:notto-disu, r...
2019-01-28 Mazdak FarrokhzadRollup merge of #57904 - euclio:attribute-typos, r...
2019-01-28 Mazdak FarrokhzadRollup merge of #57859 - GuillaumeGomez:fix-background...
2019-01-28 Mazdak FarrokhzadRollup merge of #57833 - jethrogb:jb/thread-spawn-unwra...
2019-01-28 Mazdak FarrokhzadRollup merge of #57674 - dotdash:erase_reg, r=varkor
2019-01-28 Mazdak FarrokhzadRollup merge of #57045 - RalfJung:kill-more-uninit...
2019-01-28 Mateusz Mikułabootstrap: set toolchain variables on per target basis
2019-01-28 John Kåre AlsakerFix a comment
2019-01-28 John Kåre AlsakerFix CI
2019-01-28 Ralf Jungfix gdb debug printing
2019-01-28 QuietMisdreavusreview comments
2019-01-28 John Kåre AlsakerUse multiple threads by default. Limits tests to one...
2019-01-28 borsAuto merge of #55704 - Nemo157:pinned-generators, r...
2019-01-28 Ralf Jungrename first_mut_ptr -> first_ptr_mut
2019-01-28 Ralf Jungfix typos, improve docs
2019-01-28 borsAuto merge of #57899 - davidtwco:issue-56685, r=estebank
2019-01-28 Ralf JungUse warn() for extra diagnostics; with -D warnings...
2019-01-28 Ralf Jungadd macro for creating uninitialized array
2019-01-28 Ralf Jungavoid some raw ptr casts in BTreeMap
2019-01-28 Ralf Jungavoid mem::uninitialized in BTreeMap
2019-01-28 Henri SivonenBuild the standard library for thumbv7neon-unknown...
2019-01-28 David WoodUnused variable suggestions on all patterns.
2019-01-28 Ralf Junglibcore: avoid mem::uninitialized and raw ptr casts
2019-01-28 Ralf Jungliballoc: remove unneeded allow(deprecated)
2019-01-28 Ralf Junglibcore: remove unneeded allow(deprecated)
2019-01-28 borsAuto merge of #57691 - Zoxc:pass-skip, r=petrochenkov
2019-01-28 John Kåre AlsakerConditionally skip two passes if their related attribut...
2019-01-28 borsAuto merge of #57910 - Mark-Simulacrum:delete-test...
2019-01-28 Andy Russelladd typo suggestion to unknown attribute error
2019-01-28 borsAuto merge of #57442 - oli-obk:lazy_const, r=RalfJung
2019-01-27 Wim LoomanMark non-static generators as always Unpin
2019-01-27 Wim LoomanTemporary workaround for travis diagnostic difference
2019-01-27 Wim LoomanUpdate generator upvar debug info
2019-01-27 Wim LoomanUpdate generator transform and generated function signature
2019-01-27 Wim Loomanimpl Generator for Pin<Box<Generator>>
2019-01-27 Wim LoomanMark static generators as !Unpin
2019-01-27 Wim LoomanChange generator trait to use pinning
2019-01-27 borsAuto merge of #56932 - clarcharr:iter_refactor, r=Centril
2019-01-27 Oliver Scherer`ConstValue::ScalarPair` only needs to represent slices
2019-01-27 Oliver SchererAdd some size assertions for const eval types
2019-01-27 Oliver SchererFix indentation
2019-01-27 borsAuto merge of #57765 - Mark-Simulacrum:bootstrap-bump...
2019-01-27 Mark RousskovUpdate comment in test which has changed its purpose
2019-01-27 Mark RousskovUpdate cargo to fix deprecation warnings
2019-01-27 borsAuto merge of #57826 - danielhenrymantilla:master,...
2019-01-27 Rémy RakicFix stray typo
2019-01-27 Rémy RakicExtract the notes explaining the placeholder region...
2019-01-27 Rémy RakicWhen mentioning lifetimes, put either the trait ref...
2019-01-27 Rémy RakicFix issue-57362-1.rs attributes
2019-01-27 Niko Matsakiscomment the pattern
2019-01-27 Niko Matsakisidentify when implemented for "some specific lifetime"
2019-01-27 Niko Matsakisadd a lot more `debug!` to `try_report_placeholders_trait`
2019-01-27 Niko Matsakisbreak apart tests
2019-01-27 Remy RakicTest new placeholder error messages in previously untes...
2019-01-27 Remy RakicUpdate test expectations for new placeholder error...
2019-01-27 lqdUpdate two E308 tests to the new placeholder error
2019-01-27 lqdTry to reword placeholder error messages to make them...
2019-01-27 lqdTry to resolve type vars in the placeholder errors...
2019-01-27 lqdHandle higher-ranked lifetime conflict errors where...
2019-01-27 lqdMake NiceRegionError use the `InferCtxt` instead of...
2019-01-27 borsAuto merge of #57927 - Alexendoo:mem-drop-nll-docs...
2019-01-27 borsAuto merge of #57907 - euclio:applicability-rename...
2019-01-27 Andy Russellremove `_with_applicability` from suggestion fns
2019-01-27 Andy Russelldocument `Applicability`
2019-01-27 borsAuto merge of #57925 - fintelia:riscv-cas, r=nagisa
2019-01-27 borsAuto merge of #57871 - Mark-Simulacrum:fix-compiletest...
2019-01-26 Mark RousskovReplace deprecated ATOMIC_INIT consts
2019-01-26 Alex MacleodRemove lexical scope examples from std::mem::drop
2019-01-26 Jonathan BehrensEnable RISC-V atomic compare and swap
2019-01-26 borsAuto merge of #57918 - Centril:rollup, r=Centril
2019-01-26 Mazdak FarrokhzadRollup merge of #57913 - h-michael:fix-crate-visibility...
2019-01-26 Mazdak FarrokhzadRollup merge of #57908 - petrochenkov:errepice, r=estebank
2019-01-26 Mazdak FarrokhzadRollup merge of #57827 - parched:ignore, r=nikomatsakis
2019-01-26 Mazdak FarrokhzadRollup merge of #57825 - RalfJung:zeroed, r=nikomatsakis
2019-01-26 Mazdak FarrokhzadRollup merge of #57764 - Xanewok:tiny-tweaks, r=nikomat...
2019-01-26 Mazdak FarrokhzadRollup merge of #57703 - m-ou-se:mutexguard-debug,...
2019-01-26 Mazdak FarrokhzadRollup merge of #57407 - mehcode:stabilize-extern-crate...
2019-01-26 borsAuto merge of #57852 - davidtwco:issue-57819, r=estebank
2019-01-26 Mark RousskovIgnore LLVM-dependent run-make tests on Windows
2019-01-26 Mark RousskovWorkaround presence of LLVM library in stage0/lib
2019-01-26 Mark RousskovBump bootstrap compiler to 1.33 beta
2019-01-26 Vadim PetrochenkovPretty print `$crate` as `crate` or `crate_name` in...
2019-01-26 borsAuto merge of #57726 - Zoxc:combine-early-lints, r...
2019-01-26 borsAuto merge of #57425 - alexcrichton:stabilize-atomics...
2019-01-26 borsAuto merge of #55641 - nagisa:optimize-attr, r=pnkfelix
2019-01-26 Hirokazu HataChange crate-visibility-modifier issue number in The...
next