]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #65388 - Centril:rollup-rhg0dvs, r=Centril
[rust.git] / src /
2019-10-13 borsAuto merge of #65388 - Centril:rollup-rhg0dvs, r=Centril
2019-10-13 Mazdak FarrokhzadRollup merge of #65373 - kalabukdima:patch-1, r=jonas...
2019-10-13 Mazdak FarrokhzadRollup merge of #65370 - Cerberuser:patch-1, r=jonas...
2019-10-13 Mazdak FarrokhzadRollup merge of #65369 - tmiasko:sanitizers-keep-names...
2019-10-13 Mazdak FarrokhzadRollup merge of #65366 - faern:source-on-intostringerro...
2019-10-13 Mazdak FarrokhzadRollup merge of #65347 - RalfJung:unwind-abort-rust...
2019-10-13 Mazdak FarrokhzadRollup merge of #65346 - RalfJung:nounwind-tests, r...
2019-10-13 Mazdak FarrokhzadRollup merge of #65336 - BO41:typo, r=petrochenkov
2019-10-13 Mazdak FarrokhzadRollup merge of #65312 - tspiteri:signed-sat-mul, r...
2019-10-13 Mazdak FarrokhzadRollup merge of #65246 - Wind-River:real_master_2,...
2019-10-13 Mazdak FarrokhzadRollup merge of #65214 - Amanieu:cfg_atomic, r=alexcrichton
2019-10-13 kalabukdimaFix typo in docs for `Rc`
2019-10-13 CerberuserAdded code element
2019-10-13 CerberuserAdd `dyn` to `Any` documentation
2019-10-13 borsAuto merge of #65368 - Centril:rollup-lb7fe48, r=Centril
2019-10-13 Mazdak FarrokhzadRollup merge of #65360 - Centril:mbrpt, r=petrochenkov
2019-10-13 Mazdak FarrokhzadRollup merge of #65359 - Centril:sil, r=davidtwco
2019-10-13 Mazdak FarrokhzadRollup merge of #65358 - Centril:smsf, r=davidtwco
2019-10-13 Mazdak FarrokhzadRollup merge of #65357 - Centril:simplify-maybe-annotat...
2019-10-13 Mazdak FarrokhzadRollup merge of #65339 - RalfJung:atomic-ordering,...
2019-10-13 Mazdak FarrokhzadRollup merge of #65327 - guanqun:remove-hand-binary...
2019-10-13 Mazdak FarrokhzadRollup merge of #65320 - memoryruins:const_err, r=oli-obk
2019-10-13 Mazdak FarrokhzadRollup merge of #65295 - estebank:gotta-go-fast, r...
2019-10-13 Mazdak FarrokhzadRollup merge of #65250 - da-x:ctor-in-error-msgs, r...
2019-10-13 Mazdak FarrokhzadRollup merge of #65248 - estebank:mention-if-let, r...
2019-10-13 Mazdak FarrokhzadRollup merge of #65165 - BO41:char_docs, r=varkor
2019-10-13 Mazdak FarrokhzadRollup merge of #65069 - crgl:clone-from-vec-deque...
2019-10-13 Mazdak FarrokhzadRollup merge of #65039 - HeroicKatora:deny-by-default...
2019-10-13 Linus FärnstrandRemove Error::cause impls equal to deafult impl
2019-10-13 BO41Fix typos in error.rs
2019-10-13 Tomasz MiąskoDon't discard value names when using address or memory...
2019-10-13 Linus FärnstrandImplement Error::source on IntoStringError
2019-10-13 borsAuto merge of #65182 - anp:reify-shim, r=eddyb
2019-10-13 Mazdak Farrokhzadmbe: reduce panictry! uses.
2019-10-13 Mazdak Farrokhzadsimplify integer_lit
2019-10-13 Mazdak Farrokhzadsimplify maybe_stage_features
2019-10-13 Mazdak Farrokhzadsyntax: simplify maybe_annotate_with_ascription
2019-10-13 borsAuto merge of #65099 - pnkfelix:issue-63154-needed...
2019-10-12 borsAuto merge of #64873 - popzxc:prettify-test-time, r...
2019-10-12 Adam PerryRemove the fn pointer #[track_caller] test.
2019-10-12 Ralf Jungmake tests more robust
2019-10-12 Ralf Jungtest unwind(abort) with Rust ABI
2019-10-12 Ralf Jungfix #[unwind(abort)] for Rust ABIs
2019-10-12 Ralf Jungsome typography
2019-10-12 Ralf Jungalso (properly) test nounwind on function definitions
2019-10-12 Ralf Jungupdate test for nounwind on FFI imports
2019-10-12 borsAuto merge of #65328 - lzutao:bump-rls-rustfmt, r=Xanewok
2019-10-12 Ralf Jungfix link targets
2019-10-12 Ralf Jungremove old branch of unwind logic
2019-10-12 Ralf Jungit's C++20
2019-10-12 Guanqun Lucompress the function, remove the assert check.
2019-10-12 Ralf Jungdo not reference LLVM for our concurrency memory model
2019-10-12 BO41Fix typo
2019-10-12 BO41Improve docs on some char boolean methods
2019-10-12 borsAuto merge of #65190 - GuillaumeGomez:dont-pass-doctest...
2019-10-12 Igor MatuszewskiUpdate RLS and Rustfmt
2019-10-12 Guanqun Lureplace the hand-written binary search with the library one
2019-10-12 borsAuto merge of #65322 - tmandry:rollup-frr651r, r=tmandry
2019-10-12 borsAuto merge of #65020 - pnkfelix:targetted-fix-for-alway...
2019-10-11 Tyler MandryRollup merge of #65321 - Mark-Simulacrum:remove-linker...
2019-10-11 Tyler MandryRollup merge of #65310 - da-x:issue-56195, r=petrochenkov
2019-10-11 Tyler MandryRollup merge of #65289 - varkor:issue-65284, r=estebank
2019-10-11 Tyler MandryRollup merge of #65283 - petrochenkov:softstab2, r...
2019-10-11 Tyler MandryRollup merge of #65277 - csmoe:fix-move, r=estebank
2019-10-11 Tyler MandryRollup merge of #65276 - varkor:toolstate-no-ping,...
2019-10-11 Tyler MandryRollup merge of #65266 - rust-lang:must-use-join, r...
2019-10-11 Tyler MandryRollup merge of #65263 - mbStavola:dedup-raw-item-fns...
2019-10-11 Tyler MandryRollup merge of #65220 - tlively:update-llvm-for-emscri...
2019-10-11 Tyler MandryRollup merge of #65205 - GuillaumeGomez:long-err-explan...
2019-10-11 Tyler MandryRollup merge of #65200 - xfix:patch-20, r=GuillaumeGomez
2019-10-11 Tyler MandryRollup merge of #65191 - varkor:const-generics-test...
2019-10-11 Tyler MandryRollup merge of #65048 - Kixunil:patch-1, r=KodrAus
2019-10-11 Tyler MandryRollup merge of #64986 - skinny121:fn-ptr-const-generic...
2019-10-11 Tyler MandryRollup merge of #64337 - rick68:patch-17, r=Dylan-DPC
2019-10-11 Mark RousskovRemove painful test that is not pulling its weight
2019-10-11 memoryruinsAdd regression test for CONST_ERR lints in extern macros
2019-10-11 memoryruinsReport lint in external macros
2019-10-11 Dan Aloniresolve: shorten wording on private constructor error
2019-10-11 borsAuto merge of #64877 - lzutao:stabilize-repeat_generic_...
2019-10-11 Trevor Spiteriimprove performance of signed saturating_mul
2019-10-11 Dan Aloniresolve: fix error title regarding private constructors
2019-10-11 Adam PerryClarify comment about purpose of ReifyShim.
2019-10-11 Adam Perryresolve_for_fn_ptr checks that the instance is an Item...
2019-10-11 Dan Alonitest: extend derive_on_deprecated to include more deriv...
2019-10-11 Dan Alonideriving: avoid dummy Span on an artificial `type_ident...
2019-10-11 Ralf Jungemcscripten: ignore another thread-using test
2019-10-11 borsAuto merge of #64716 - jonhoo:stabilize-mem-take, r...
2019-10-11 Ralf Jungignore-emcscripten as it does not support threads
2019-10-11 Charles GleasonOverride nth for VecDeque Iter and IterMut
2019-10-11 Charles GleasonAdd tests for VecDeque clone_from
2019-10-11 Charles GleasonImplement Clone::clone_from for VecDeque
2019-10-11 Esteban KüberMove diagnostics code out of the critical path
2019-10-10 varkorFix issue 65284
2019-10-10 borsAuto merge of #64823 - cuviper:min-std, r=Mark-Simulacrum
2019-10-10 Vadim Petrochenkovstability: Do not use `buffer_lint` after lowering...
2019-10-10 borsAuto merge of #65153 - da-x:issue-58017, r=petrochenkov
2019-10-10 csmoequery generator kind for error reporting
2019-10-10 varkorDon't cc rust-lang/compiler for toolstate changes
2019-10-10 BaoshanPangvxWorks: implement get_path() and get_mode() for File...
2019-10-10 borsAuto merge of #59546 - sfanxiang:interminable-ub, r...
next