]> git.lizzy.rs Git - rust.git/history - src
SGX target: improve panic & exit handling
[rust.git] / src /
2019-01-29 Jethro BeekmanSGX target: improve panic & exit handling
2019-01-29 borsAuto merge of #57957 - Centril:rollup, r=Centril
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 Ralf Jungfix gdb debug printing
2019-01-28 QuietMisdreavusreview comments
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 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 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...
2019-01-26 borsAuto merge of #57675 - cuviper:llvm-monorepo, r=alexcri...
2019-01-25 Josh StoneSet LLDB_NO_DEBUGSERVER=ON
2019-01-25 Josh Stone[rust-lldb] Adapt to changes in LLDB APIs
2019-01-25 Josh Stonelibrustc_llvm: default to libc++ for darwin
2019-01-25 Josh StoneUpdate LLVM for a CodeView fix
2019-01-25 Josh StoneSet the DICompileUnit emissionKind
2019-01-25 Alex CrichtonAdd two more wasm-related LLVM commits
2019-01-25 Josh StoneRebase to the llvm-project monorepo
2019-01-25 borsAuto merge of #57898 - Centril:rollup, r=Centril
2019-01-25 Vadim PetrochenkovAddress review comments and cleanup code
2019-01-25 Mark RousskovCorrectly set filetime for copied LLVM
2019-01-25 borsAuto merge of #57435 - Dylan-DPC:fi/compiler-builtins...
2019-01-25 Alex Crichtonstd: Stabilize fixed-width integer atomics
2019-01-25 François Mockers#56411 do not suggest a fix for a import conflict in...
2019-01-25 Simonas KazlauskasResolve breakage
2019-01-25 Mazdak FarrokhzadRollup merge of #57890 - feinorgh:fix-diagnostics-typo...
2019-01-25 Mazdak FarrokhzadRollup merge of #57886 - davidtwco:issue-57385, r=estebank
2019-01-25 Mazdak FarrokhzadRollup merge of #57734 - oli-obk:fixes_and_cleanups...
2019-01-25 Mazdak FarrokhzadRollup merge of #57645 - nikomatsakis:issue-56877-abi...
2019-01-25 Mazdak FarrokhzadRollup merge of #56233 - kenta7777:kenta7777#49937...
2019-01-25 Niko Matsakisdistinguish "no data" from "heterogeneous" for ABI...
2019-01-25 borsAuto merge of #57714 - matthewjasper:wellformed-unreach...
2019-01-25 Felix S. Klock IIUnit test from #57866.
2019-01-25 borsAuto merge of #57891 - michaelwoerister:no-default...
2019-01-25 David WoodCombining move lifetime and type suggestions.
2019-01-25 Michael Woeristerbootstrap: Don't rely on any default settings regarding...
2019-01-25 David WoodSuggestion moving types before associated types.
2019-01-25 Oliver SchererAdd a compile-fail test for `Drop` in constants in...
2019-01-25 borsAuto merge of #57881 - matthiaskrgr:clippy_submodule_up...
2019-01-25 Pär KarlssonFix wording in diagnostics page
2019-01-25 borsAuto merge of #57888 - Centril:rollup, r=Centril
next