]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-04-12 Mazdak FarrokhzadRollup merge of #59866 - estebank:recover-missing-semi...
2019-04-12 Mazdak FarrokhzadRollup merge of #59862 - estebank:tweak-unstable-diag...
2019-04-12 Mazdak FarrokhzadRollup merge of #59859 - davidtwco:issue-59756, r=cramertj
2019-04-12 Mazdak FarrokhzadRollup merge of #59847 - Kampfkarren:try-block-catch...
2019-04-12 Mazdak FarrokhzadRollup merge of #59846 - euclio:not-a-module, r=davidtwco
2019-04-12 Mazdak FarrokhzadRollup merge of #59820 - eddyb:proc-macro-rpc-opt,...
2019-04-12 Mazdak FarrokhzadRollup merge of #59781 - whitfin:issue-59378, r=oli-obk
2019-04-12 borsAuto merge of #59651 - tmandry:discr-index, r=eddyb
2019-04-12 borsAuto merge of #59910 - Centril:rollup-yjv7b06, r=Centril
2019-04-12 Mazdak FarrokhzadRollup merge of #59894 - Xanewok:save-assoc-ty-qpath...
2019-04-12 Mazdak FarrokhzadRollup merge of #59891 - rust-lang:sort_by_cached_key...
2019-04-12 Mazdak FarrokhzadRollup merge of #59889 - andrewbanchich:minor-text...
2019-04-12 Mazdak FarrokhzadRollup merge of #59880 - solson:transmute-float, r...
2019-04-12 Mazdak FarrokhzadRollup merge of #59876 - integer32llc:update-trpl-to...
2019-04-12 Mazdak FarrokhzadRollup merge of #59857 - jethrogb:jb/sgx-test, r=Centril
2019-04-12 Mazdak FarrokhzadRollup merge of #59836 - andersk:nominator, r=Centril
2019-04-12 Mazdak FarrokhzadRollup merge of #59831 - ehuss:ordering-docs, r=kennytm
2019-04-12 Mazdak FarrokhzadRollup merge of #59821 - euclio:unknown-enum-variants...
2019-04-12 Mazdak FarrokhzadRollup merge of #59814 - ollie27:dead_boxed_links,...
2019-04-12 Mazdak FarrokhzadRollup merge of #59811 - vext01:dead-dominator-code...
2019-04-12 Mazdak FarrokhzadRollup merge of #59809 - Zoxc:trait_methods_not_found...
2019-04-12 Mazdak FarrokhzadRollup merge of #59806 - phansch:compiletest_docs2...
2019-04-12 Mazdak FarrokhzadRollup merge of #59711 - GuillaumeGomez:substring-test...
2019-04-12 Mazdak FarrokhzadRollup merge of #59680 - DevQps:document-rustc-z-flag...
2019-04-12 borsAuto merge of #59622 - GuillaumeGomez:improve-one-char...
2019-04-12 borsAuto merge of #59536 - Zoxc:the-arena, r=eddyb
2019-04-12 borsAuto merge of #59886 - mati865:musl_toolchain, r=alexcr...
2019-04-12 Tyler MandryAdd discr_index to multi-variant layouts
2019-04-12 Tyler Mandrydescribe_enum_variant: Reduce code duplication
2019-04-11 borsAuto merge of #59227 - Zoxc:fix-get, r=eddyb
2019-04-11 Igor Matuszewskisave-analysis: Simplify match arm for type node def
2019-04-11 Esteban Küberreview comments
2019-04-11 Igor Matuszewskisave-analysis: use `qpath_def` for associated types
2019-04-11 Esteban KüberFix ui-fulldeps test
2019-04-11 Josh StoneFix the link to sort_by_cached_key
2019-04-11 Andrew BanchichUpdate diagnostics.rs
2019-04-11 Esteban KüberReword tracking issue note
2019-04-11 Mateusz Mikułamusl: do not compress debug section
2019-04-11 borsAuto merge of #59780 - RalfJung:miri-unsized, r=oli-obk
2019-04-11 Oliver MiddletonFix broken links on std::boxed doc page
2019-04-11 Scott OlsonRemove note about transmute for float bitpatterns.
2019-04-11 borsAuto merge of #59211 - nox:refcell-borrow-state, r...
2019-04-11 Carol (Nichols... Update TRPL to use mdbook 0.2
2019-04-11 borsAuto merge of #58972 - QuietMisdreavus:intra-doc-link...
2019-04-11 borsAuto merge of #59799 - Zoxc:vs2019, r=alexcrichton
2019-04-11 KampfkarrenFeedback
2019-04-11 Esteban KüberTweak unstable diagnostic output
2019-04-11 Esteban KüberRecover from missing semicolon based on the found token
2019-04-10 David WoodSuggest removing `?` to resolve type errors.
2019-04-10 KampfkarrenFix tests, I think
2019-04-10 Jethro BeekmanSGX target: fix cfg(test) build
2019-04-10 John Kåre AlsakerUpdate Cargo.lock
2019-04-10 John Kåre AlsakerDon't build test helpers for wasm32
2019-04-10 John Kåre AlsakerDon't require a C compiler on wasm32
2019-04-10 John Kåre AlsakerUpdate cmake, cc and compiler_builtins for VS 2019...
2019-04-10 KampfkarrenFix error brought up by changing tabs to spaces
2019-04-10 KampfkarrenAdhere to tidy script
2019-04-10 KampfkarrenSpecial error when using catch after try
2019-04-10 Andy Russellclarify what the item is in "not a module" error
2019-04-10 borsAuto merge of #59810 - matthiaskrgr:submodule_upd,...
2019-04-10 ChristianUpdated the description of -Z in the rustc book.
2019-04-10 ChristianUpdated the documentation, now claiming the -Z is assoc...
2019-04-10 Anders Kaseorgstd::ops::Div examples: correct nominator to numerator
2019-04-10 John Kåre AlsakerRemove useless ?Sized bound
2019-04-09 Eric HussRemove strange formatting in `Ordering` docs.
2019-04-09 Andy Russellimprove unknown enum variant errors
2019-04-09 Eduard-Mihai... proc_macro: stop using LEB128 for RPC.
2019-04-09 John Kåre AlsakerFix a typo
2019-04-09 Edd BarrettKill dead code dominator code.
2019-04-09 Matthias Krügerupdate Cargo.lock
2019-04-09 Matthias Krügersubmodules: update rls from 90f7ab0 to 49efc06
2019-04-09 Matthias Krügersubmodules: update miri from 0e4f963 to 28f2e5b
2019-04-09 Matthias Krügersubmodules: update clippy from 92612c9d to 37f5c1ec
2019-04-09 John Kåre AlsakerMake trait_methods_not_found use a lock
2019-04-08 Philipp Hanschcompiletest: Improve no_prefer_dynamic docs
2019-04-08 Isaac WhitfieldUpdate test cases for changes to error messages
2019-04-08 Ralf Jungavoid reading from ZST locals
2019-04-08 Ralf JungApply suggestions from code review
2019-04-08 borsAuto merge of #59724 - oli-obk:const_arg_ice, r=eddyb
2019-04-07 David WoodAdd test demonstrating existing behaviour.
2019-04-07 Oliver SchererOnly run SIMD tests on x86
2019-04-07 borsAuto merge of #59765 - lzutao:patch-1, r=Centril
2019-04-07 Ralf Jungimplement by-value object safety
2019-04-07 Ralf Junginitialize unsized locals when copying to the for the...
2019-04-07 borsAuto merge of #59766 - xales:revertlibtest, r=Manishearth
2019-04-07 borsAuto merge of #59770 - pietroalbini:pin-android-emulato...
2019-04-07 Pietro Albinici: pin android emulator to 28.0.23
2019-04-07 Ralf Jungfix miri engine debug output for uninitialized locals
2019-04-07 Ralf Jungmake StorageLive lazy as well
2019-04-07 borsAuto merge of #59119 - cramertj:cx-back, r=withoutboats
2019-04-07 Jacob GreenfieldRevert "Auto merge of #57842 - gnzlbg:extract_libtest...
2019-04-07 Oliver SchererUpdate comment
2019-04-07 Oliver SchererAdd more regression tests for accidental promotion
2019-04-07 Oliver SchererFunction arguments should never get promoted
2019-04-07 lzutaoAdd reference to cfg attr
2019-04-07 borsAuto merge of #58739 - matthewjasper:more-restrictive...
2019-04-07 Isaac WhitfieldRemove check_match from const_eval
2019-04-06 Ralf Jungmiri engine: lazily allocate memory for locals on first...
2019-04-06 borsAuto merge of #59760 - Centril:rollup-4b9x7ue, r=Centril
2019-04-06 Mazdak FarrokhzadRollup merge of #59755 - matthewjasper:update-miri...
next