]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-11-06 Ralf Jungimprove a comment
2019-11-06 Ralf Jungremvoe to_scalar_ptr and use ref_to_mplace everywhere
2019-11-06 Ralf Jungmiri cast: avoid unnecessary to_scalar_ptr
2019-11-06 3442853561Update local.rs
2019-11-06 Pyry KontioFix the Error linking.
2019-11-06 Mazdak Farrokhzadgate rustc_on_unimplemented under rustc_attrs
2019-11-06 borsAuto merge of #66143 - Centril:rollup-qmzuex0, r=Centril
2019-11-06 Mazdak FarrokhzadRollup merge of #66139 - euclio:pluralize, r=nagisa
2019-11-06 Mazdak FarrokhzadRollup merge of #66133 - alexcrichton:update-wasi-libc...
2019-11-06 Mazdak FarrokhzadRollup merge of #66103 - smaeul:patch/thumb-musl, r...
2019-11-06 Mazdak FarrokhzadRollup merge of #66092 - niacat:master, r=nagisa
2019-11-06 Mazdak FarrokhzadRollup merge of #66086 - RalfJung:smallvec, r=nagisa
2019-11-06 Mazdak FarrokhzadRollup merge of #66062 - smaeul:patch/pic-level, r...
2019-11-06 Mazdak FarrokhzadRollup merge of #66015 - popzxc:refactor-librustc_parse...
2019-11-06 Mazdak FarrokhzadRollup merge of #65973 - eddyb:caller-location-panic...
2019-11-06 Mazdak FarrokhzadRollup merge of #65776 - nnethercote:rename-LocalIntern...
2019-11-06 Pyry KontioAddressed review comments.
2019-11-06 borsAuto merge of #66141 - Centril:rollup-n2fcvp9, r=Centril
2019-11-06 Mazdak FarrokhzadRollup merge of #66115 - eddyb:global-meta-what, r...
2019-11-06 Mazdak FarrokhzadRollup merge of #66106 - JOE1994:master, r=GuillaumeGomez
2019-11-06 Mazdak FarrokhzadRollup merge of #66101 - estebank:break-tail-e0308...
2019-11-06 Mazdak FarrokhzadRollup merge of #66098 - estebank:path-asciption-typo...
2019-11-06 Mazdak FarrokhzadRollup merge of #66093 - estebank:fmt-ice, r=Centril
2019-11-06 Mazdak FarrokhzadRollup merge of #66081 - RalfJung:ptr-offset, r=zackmdavis
2019-11-06 Mazdak FarrokhzadRollup merge of #66068 - euclio:null-emitter, r=estebank
2019-11-06 Mazdak FarrokhzadRollup merge of #66054 - petrochenkov:delspan, r=estebank
2019-11-06 Mazdak FarrokhzadRollup merge of #66027 - Mark-Simulacrum:panic-handler...
2019-11-06 Mazdak FarrokhzadRollup merge of #66014 - dkadashev:47319-type-param...
2019-11-06 Mazdak FarrokhzadRollup merge of #65892 - pnkfelix:trim-special-derives...
2019-11-06 Tomasz MiąskoApply review suggestions
2019-11-05 Pi LanninghamUse source_callee().is_some() to detect macros
2019-11-05 Esteban KüberTweak type mismatch caused by break on tail expr
2019-11-05 Oleg NosovFixed libcore/cell.rs example
2019-11-05 Ralf JungApply suggestions from code review
2019-11-05 Oleg NosovReverted PhantomData in LinkedList, fixed PhantomData...
2019-11-05 borsAuto merge of #66121 - pietroalbini:rollup-8zrwe7l...
2019-11-05 Andy Russelluse American spelling for `pluralize!`
2019-11-05 Alex CrichtonUpdate the bundled `wasi-libc` repository
2019-11-05 Esteban KüberDo not ICE whith a precision flag in formatting str...
2019-11-05 Eduard-Mihai... rustc: remove "GlobalMetaData" dead code from hir:...
2019-11-05 Esteban KüberAccount for typo in turbofish and suggest `::`
2019-11-05 Pi LanninghamDetect if item.span is in a macro, and fall back
2019-11-05 Felix S. Klock IIReview feedback: alpha-rename field from `copy_derives...
2019-11-05 Felix S. Klock IIReview feedback: Remove more stuff! Simplify simplify...
2019-11-05 Felix S. Klock IIRemove `PartialEq` and `Eq` from the `SpecialDerives`.
2019-11-05 Pietro AlbiniRollup merge of #66091 - Wind-River:master_xyz, r=cramertj
2019-11-05 Pietro AlbiniRollup merge of #66082 - GuillaumeGomez:cleanup-highlig...
2019-11-05 Pietro AlbiniRollup merge of #66053 - RalfJung:miri-toolstate, r...
2019-11-05 Pietro AlbiniRollup merge of #66047 - ecstatic-morse:issue-66016...
2019-11-05 Pietro AlbiniRollup merge of #66025 - petrochenkov:lohi, r=eddyb
2019-11-05 Pietro AlbiniRollup merge of #66012 - nnethercote:dequery-trivial_dr...
2019-11-05 Pietro AlbiniRollup merge of #65953 - keystone-enclave:llvm_abiname...
2019-11-05 Pietro AlbiniRollup merge of #65948 - danielhenrymantilla:doc/maybe_...
2019-11-05 David Woodlibstd: allow `improper_ctypes` in `sys/sgx`
2019-11-05 borsAuto merge of #66083 - RalfJung:miri-offset-from, r...
2019-11-05 Oleg NosovLinkedList: PhantomData<Box<Node<T>>> => PhantomData<T>
2019-11-05 David Woodtests: add `#[repr(C)]` to test
2019-11-05 David Woodimproper ctypes: adjust lint msg for extern fns
2019-11-05 David Woodcodegen_llvm: remove unnecessary "extern C"
2019-11-05 David Woodimproper_ctypes: `extern "C"` fns
2019-11-05 Ralf Jungfix link to ptr docs
2019-11-05 Pyry KontioImprove std::thread::Result documentation
2019-11-05 Ralf Jungexpand comment explaining integer exception
2019-11-05 borsAuto merge of #66109 - pietroalbini:rollup-2npidna...
2019-11-05 Ralf Jungalso edit String::from_raw_parts while we are at it
2019-11-05 Ralf Jungexpand slice from_raw_part docs
2019-11-05 Pietro AlbiniRollup merge of #66096 - ecstatic-morse:const-loop...
2019-11-05 Pietro AlbiniRollup merge of #66073 - Mark-Simulacrum:no-borrow...
2019-11-05 Pietro AlbiniRollup merge of #66042 - ohadravid:suggest-correct...
2019-11-05 Pietro AlbiniRollup merge of #66038 - jdxcode:char-len, r=alexcrichton
2019-11-05 Pietro AlbiniRollup merge of #66019 - olegnn:fixed_std_iter_chain_do...
2019-11-05 Pietro AlbiniRollup merge of #65962 - kevincox:patch-1, r=sfackler
2019-11-05 Pietro AlbiniRollup merge of #65905 - cuviper:doc-unix-mode, r=Dylan-DPC
2019-11-05 Pietro AlbiniRollup merge of #65720 - icefoxen:LLVMgetInstructionCou...
2019-11-05 Pietro AlbiniRollup merge of #65574 - tshepang:linked-list-disclaime...
2019-11-05 Pietro AlbiniRollup merge of #65136 - ehuss:update-codegen-options...
2019-11-05 Ralf Junglink from raw slice creation methods to safety requirements
2019-11-05 borsAuto merge of #65938 - eddyb:fn-abi-rename, r=oli-obk
2019-11-05 Youngsuk KimFix typo in explanation of `E0080`
2019-11-05 Samuel HollandAdd target thumbv7neon-unknown-linux-musleabihf
2019-11-05 borsAuto merge of #65911 - mati865:static-libstdcxx-mingw...
2019-11-05 Esteban KüberDetect `::` -> `:` typo when involving turbofish
2019-11-04 Dylan MacKenzieAdd tests for loop constructs in consts
2019-11-04 borsAuto merge of #65874 - Nadrieril:clarify-usefulness...
2019-11-04 Daniel Henry... Minor style improvements
2019-11-04 niaUse any() in code shared between FreeBSD and NetBSD
2019-11-04 niaUse KERN_ARND syscall for random numbers on NetBSD...
2019-11-04 Umesh KalappaImplemented the home_dir for VxWorks
2019-11-04 Tomasz MiąskoAdd warning annotations for issue-47094 test
2019-11-04 Tomasz MiąskoUse check-pass in ui tests where appropriate
2019-11-04 Tomasz MiąskoUse build-pass in ui tests where appropriate
2019-11-04 Ralf Jungbump smallvec to 1.0
2019-11-04 Vadim PetrochenkovDo not require extra LLVM backends for `x.py test`...
2019-11-04 Tomasz MiąskoUse run-pass for ui tests where appropriate
2019-11-04 Tomasz MiąskoRemove no longer useful ui test
2019-11-04 Ralf Jungalso test different integers
2019-11-04 Ralf Jungtest offset_from with two integers
2019-11-04 Ralf JungMiri: ptr_offset_from: support offset_from with twice...
2019-11-04 Ralf JungMiri: offset_from: do int-to-ptr casts when needed
2019-11-04 Guillaume Gomezclean highlightSourceLines code
next