]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-05-28 memoryruinsUpdate test/ui/parser for bare_trait_object warnings
2019-05-28 memoryruinsSet bare_trait_objects lint to warn
2019-05-28 Alex Crichtonrustbuild: Tweak how stage1 compilers are selected
2019-05-28 borsAuto merge of #61274 - Centril:rollup-23dekk4, r=Centril
2019-05-28 Bastian GermannRevert "Disable solaris target since toolchain no longe...
2019-05-28 Claude-Alban... Changes the type `mir::Mir` into `mir::Body`
2019-05-28 Andre Bogusimplicit `Option`-returning doctests
2019-05-28 Santiago PastorinoRename Place::local to Place::local_or_deref_local
2019-05-28 Santiago PastorinoUse closure to avoid self.describe_place(...).unwrap_or...
2019-05-28 Santiago Pastorinois_union returns ty to avoid computing it twice
2019-05-28 Ralf JungUpdate src/libcore/mem.rs
2019-05-28 Mazdak FarrokhzadRollup merge of #61250 - rye:print-target-list--rm...
2019-05-28 Mazdak FarrokhzadRollup merge of #61164 - RalfJung:scalar, r=oli-obk
2019-05-28 Mazdak FarrokhzadRollup merge of #61159 - RalfJung:ptr, r=alexcrichton
2019-05-28 Mazdak FarrokhzadRollup merge of #61123 - michaelwoerister:self-profile...
2019-05-28 Ralf Jungmention that MaybeUninit is a bit like Option
2019-05-28 borsAuto merge of #61246 - oli-obk:clippy, r=oli-obk
2019-05-28 Michael WoeristerRename PgoGenerate to something more general.
2019-05-28 Michael WoeristerAllow to specify profiling data output directory as...
2019-05-28 Michael WoeristerMake test/codegen/pgo-instrumentation.rs work reliably...
2019-05-28 Michael WoeristerEmit error when trying to use PGO in conjunction with...
2019-05-28 borsAuto merge of #61258 - Centril:rollup-l2mof9t, r=Centril
2019-05-28 Joseph LyonsAlphabetized lines with Atom's Sort Lines package
2019-05-28 Joseph LyonsAdding mailmap for myself
2019-05-28 Joseph LyonsFixing mailmap for Carol
2019-05-28 Oliver SchererUpdate clippy submodule
2019-05-28 Mazdak FarrokhzadRollup merge of #61248 - spastorino:use-place-local...
2019-05-28 Mazdak FarrokhzadRollup merge of #61247 - spastorino:eval-place-iterate...
2019-05-28 Mazdak FarrokhzadRollup merge of #61242 - spastorino:dest-needs-borrow...
2019-05-28 Mazdak FarrokhzadRollup merge of #61241 - spastorino:check-place-iterati...
2019-05-28 Mazdak FarrokhzadRollup merge of #61237 - DevQps:expand-iterator-docs...
2019-05-28 Mazdak FarrokhzadRollup merge of #61230 - matklad:ub-comment, r=RalfJung
2019-05-28 Mazdak FarrokhzadRollup merge of #61227 - diwic:patch-2, r=Centril
2019-05-28 Mazdak FarrokhzadRollup merge of #61220 - imbrem:error_explanations...
2019-05-28 Mazdak FarrokhzadRollup merge of #61084 - blkerby:unreachable_doc, r...
2019-05-28 Philipp Hanschlibrustc_errors: Move annotation collection to own...
2019-05-28 borsAuto merge of #60955 - agnxy:rename-assoc, r=oli-obk...
2019-05-28 borsAuto merge of #61036 - michaelwoerister:pgo-xlto-test...
2019-05-28 Kristofer RyeFix an sh error
2019-05-27 Jad GhalayiniIncorporated suggested changes
2019-05-27 borsAuto merge of #61078 - pietroalbini:nightly-next, r...
2019-05-27 Kristofer RyeRemove now-dead case statement in print-target-list...
2019-05-27 Kristofer RyeRemove *ios* case from print-target-list Makefile
2019-05-27 Santiago PastorinoUse Place::local
2019-05-27 Santiago PastorinoMake eval_place iterate instead of recurse
2019-05-27 Ralf JungBox::into_vec: use Box::into_raw instead of mem::forget
2019-05-27 Santiago PastorinoMake check_place iterate instead of recurse
2019-05-27 Santiago PastorinoMake dest_needs_borrow iterate instead of recurse
2019-05-27 borsAuto merge of #61140 - estebank:attr-diagnostics, r...
2019-05-27 Santiago PastorinoRemove unused tcx and mir params
2019-05-27 Aleksey KladovUpdate src/liballoc/boxed.rs
2019-05-27 Aleksey Kladovmake Box<str>::clone simpler & safer
2019-05-27 borsAuto merge of #60827 - oli-obk:late_symbol, r=nnethercote
2019-05-27 Michael WoeristerOnly build clang_rt when RUSTBUILD_FORCE_CLANG_BASED_TE...
2019-05-27 ChristianUpdated the Iterator docs with information about overri...
2019-05-27 Lzu TaoStabilize bufreader_buffer feature
2019-05-27 borsAuto merge of #59627 - LooMaclin:issue_57128_improve_mi...
2019-05-27 Michael WoeristerFix unit test after pgo-use change.
2019-05-27 Michael WoeristerAdd a smoketest for combining PGO with xLTO.
2019-05-27 Michael Woeristerrustbuild: Also build compiler-rt when building LLDB...
2019-05-27 Michael WoeristerPGO: Check that pgo-use file actually exists. LLVM...
2019-05-27 Michael WoeristerUse a PathBuf instead of String for representing the...
2019-05-27 Ralf Jungfactor out some common code and make the on-elimination...
2019-05-27 Ralf Jungfix truncate and sign_extend for size == 0
2019-05-27 Oliver SchererUse `Symbol` more in lint APIs
2019-05-27 Felix S. Klock IITests for external linkage symbol collision check.
2019-05-27 borsAuto merge of #60967 - Zoxc:fix-syntax-sync, r=michaelw...
2019-05-27 Felix S. Klock IIRegression test for issue #59548.
2019-05-27 Felix S. Klock IIRefine the message to at least *mention* the attribute...
2019-05-27 Felix S. Klock IIAlways supply span to check_and_apply_linkage, sidestep...
2019-05-27 Felix S. Klock IIMove existing `#[linkage]` tests to a subdirectory...
2019-05-27 Aleksey Kladovavoid materializing unintialized Boxes in RawVec
2019-05-27 John Kåre AlsakerShort circuit Send and Sync impls for TokenTree
2019-05-27 borsAuto merge of #61035 - nnethercote:avoid-more-symbol...
2019-05-27 diwicUse .await syntax instead of await!
2019-05-27 Nicholas NethercoteUse `Symbol` equality in `may_begin_with` and `parse_nt`.
2019-05-27 Nicholas NethercoteUse `Symbol` equality in `check_ident_token`.
2019-05-27 Nicholas NethercoteUse `Symbol` equality in `is_ident_named`.
2019-05-27 Nicholas NethercoteAvoid some re-interning in `to_lit_token`.
2019-05-27 Nicholas NethercoteAdd `to_symbol` methods.
2019-05-27 borsAuto merge of #61215 - paoloteti:armebv7r, r=alexcrichton
2019-05-27 Nicholas NethercotePre-intern "0", "1", ..., "9", and use where appropriate.
2019-05-27 Nicholas NethercotePass symbols to `ExtCtxt::std_path` instead of strings.
2019-05-27 Nicholas NethercoteAvoid unnecessary internings.
2019-05-27 Nicholas NethercoteAvoid interning in `resolve_place_op`.
2019-05-27 borsAuto merge of #61147 - estebank:suggest-as-ref, r=oli-obk
2019-05-26 borsAuto merge of #61214 - oli-obk:clippy, r=Manishearth
2019-05-26 Jad GhalayiniAdded error message for E0284
2019-05-26 borsAuto merge of #61213 - pietroalbini:fix-azure-multiple...
2019-05-26 Esteban KüberAccount for short-hand init structs when suggesting...
2019-05-26 Paolo TetiDocker: remove environment variable `CC_armebv7r_none_eabi`
2019-05-26 Oliver SchererUpdate cargo lockfile
2019-05-26 Oliver SchererUpdate clippy submodule
2019-05-26 Pietro Albinici: increase timeout on the auto branch in azure
2019-05-26 Pietro Albinici: fix multiple checkouts on azure
2019-05-26 Alex Crichtonci: Attempt to skip a full rustc compile on dist*
2019-05-26 borsAuto merge of #61210 - Centril:rollup-ofr6h5b, r=Centril
2019-05-26 Ralf Jungcentralize Scalar size sanity checks and also do them...
2019-05-26 Ralf Jungfix overflow error in signed wrapping offset
2019-05-26 RustImprove miri's error reporting in check_in_alloc
next