]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-28 borsAuto merge of #71292 - marmeladema:queries-local-def...
2020-04-28 borsAuto merge of #71606 - Xanewok:update-rls, r=Xanewok
2020-04-27 marmelademaAccept `LocalDefId` as key for `check_impl_item_well_fo...
2020-04-27 marmelademaAccept `LocalDefId` as key for `check_trait_item_well_f...
2020-04-27 marmelademaAccept `LocalDefId` as key for `check_item_well_formed...
2020-04-27 marmelademaChange return type of `entry_fn` query to return a...
2020-04-27 marmelademaDeclare `body_owner` and `subject_def_id` as `LocalDefI...
2020-04-27 marmelademaDeclare `body_owner` as `LocalDefId` in `MemCategorizat...
2020-04-27 marmelademaAccept `LocalDefId` as key for `check_mod_privacy`...
2020-04-27 marmelademaAccept `LocalDefId` as key for `lint_mod` query
2020-04-27 marmelademaAccept `LocalDefId` as argument for `mir_build::lint...
2020-04-27 marmelademaAccept `LocalDefId` as key for `mir_validated` query
2020-04-27 borsAuto merge of #71620 - Dylan-DPC:rollup-9wgtisb, r...
2020-04-27 marmelademaAccept `LocalDefId` as key for `mir_borrowck` query
2020-04-27 marmelademaReturn a `FxHashSet<LocalDefId>` from `mir_keys` query
2020-04-27 marmelademaAccept `LocalDefId` as keyt for `names_imported_by_glob...
2020-04-27 marmelademaUse `LocalDefId` for `type_param_predicates` query
2020-04-27 marmelademaUse `LocalDefId` in `mir_built` query
2020-04-27 marmelademaUse `LocalDefId` in `unsafety_check_result` query
2020-04-27 marmelademaUse `LocalDefId` in `typeck_tables_of` and `used_trait_...
2020-04-27 Dylan DPCRollup merge of #71605 - GuillaumeGomez:remove-e0750...
2020-04-27 Dylan DPCRollup merge of #71604 - RalfJung:unleash-recursive...
2020-04-27 Dylan DPCRollup merge of #71596 - LeSeulArtichaut:patch-1, r...
2020-04-27 Dylan DPCRollup merge of #71578 - ryzokuken:linkchecker, r=Dylan-DPC
2020-04-27 Dylan DPCRollup merge of #71558 - petrochenkov:tlsm, r=Amanieu
2020-04-27 Dylan DPCRollup merge of #71524 - ldm0:ptrparam, r=matthewjasper
2020-04-27 Dylan DPCRollup merge of #67841 - sfackler:can-vector, r=Amaneiu
2020-04-27 borsAuto merge of #71200 - oli-obk:mir_bless, r=eddyb
2020-04-27 Oliver SchererEmit basic block ids for statements and terminators...
2020-04-27 Igor MatuszewskiUpdate RLS to unbreak toolstate
2020-04-27 Steven Facklerfix wasi
2020-04-27 Ralf Jungmake recursive-zst test unleashed
2020-04-27 Guillaume GomezNo need to whitelist E0750 anymore
2020-04-27 borsAuto merge of #71268 - estebank:devectorize, r=eddyb
2020-04-27 borsAuto merge of #70073 - wesleywiser:mir_opt_level_0...
2020-04-27 borsAuto merge of #71600 - Dylan-DPC:rollup-7tvzi9n, r...
2020-04-27 Dylan DPCRollup merge of #71589 - RalfJung:unique-no-shr, r...
2020-04-27 Dylan DPCRollup merge of #71438 - estebank:resolve-sugg-tiny...
2020-04-27 Dylan DPCRollup merge of #71419 - contrun:wrong-namespace-rustc...
2020-04-27 Dylan DPCRollup merge of #71409 - estebank:point-at-ret-question...
2020-04-27 Dylan DPCRollup merge of #71263 - shlevy:FileLoader-remove-abs_p...
2020-04-27 Dylan DPCRollup merge of #68716 - petrochenkov:stabmixed, r...
2020-04-26 Steven Facklerfix wasm build
2020-04-26 borsAuto merge of #71468 - matthiaskrgr:submodule_upd,...
2020-04-26 Vadim Petrochenkovunstable-book: Document `-Z tls-model`
2020-04-26 Vadim Petrochenkovrustc_target: Stop using "string typing" for TLS models
2020-04-26 LeSeulArtichautFix broken link in `QPath` documentation
2020-04-26 borsAuto merge of #71593 - Dylan-DPC:rollup-ms7j94u, r...
2020-04-26 Dylan DPCRollup merge of #71576 - lcnr:inline-as_mut, r=oli-obk
2020-04-26 Dylan DPCRollup merge of #71569 - samrat:miri-ub-on-size-mismatc...
2020-04-26 Dylan DPCRollup merge of #71551 - gizmondo:gen-index-vec, r...
2020-04-26 Dylan DPCRollup merge of #71537 - Mark-Simulacrum:no-self-open...
2020-04-26 Dylan DPCRollup merge of #71421 - elichai:2020-04-boxed-slice...
2020-04-26 Esteban KüberPoint at the return type on `.into()` failure caused...
2020-04-26 Esteban KüberTweak some suggestions in `rustc_resolve`
2020-04-26 Ralf Jungremove Unique::from for shared pointer types
2020-04-26 Ralf JungAdjust style
2020-04-26 borsAuto merge of #71579 - Dylan-DPC:rollup-h9om2g3, r...
2020-04-26 Vadim PetrochenkovStabilize `Span::mixed_site`
2020-04-26 Samrat Man... Rename ArgumentSizeMismatch to ScalarSizeMismatch
2020-04-26 Elichai TurkelAdd success and fail tests for into_boxed_slice
2020-04-26 Elichai TurkelAdd a function to turn Box<T> into Box<[T]> (into_boxed...
2020-04-26 Matthias Krügersubmodules: update clippy from 891e1a85 to b7c802b5
2020-04-26 Steven FacklerSuppress file length check temporarily
2020-04-26 Dylan DPCRollup merge of #71575 - jplatte:patch-4, r=Mark-Simulacrum
2020-04-26 Dylan DPCRollup merge of #71574 - jplatte:patch-2, r=petrochenkov
2020-04-26 Dylan DPCRollup merge of #71571 - jplatte:patch-1, r=jonas-schievink
2020-04-26 Dylan DPCRollup merge of #71562 - matthiaskrgr:cl7ppy, r=Dylan-DPC
2020-04-26 Dylan DPCRollup merge of #71490 - petrochenkov:passcheck2, r...
2020-04-26 Ujjwal Sharmalinkchecker: fix typo in main.rs
2020-04-26 Steven FacklerFix stragglers
2020-04-26 Steven FacklerUpdate name
2020-04-26 Steven FacklerAdd Read/Write::can_read/write_vectored
2020-04-26 Bastian Kauschkecheck that `AsRef` and `AsMut` are inlined
2020-04-26 Jonas PlatteFix stable(since) attribute for BTreeMap::remove_entry
2020-04-26 Jonas Platteproc_macro: Fix since attributes for new Span methods
2020-04-26 Jonas PlatteFix since attribute for nonzero_bitor impl's
2020-04-26 Vadim Petrochenkovtests: Remove unnecessary `-C relocation-model=dynamic...
2020-04-26 Vadim Petrochenkovrustc-book: Document `-C relocation-model`
2020-04-26 Vadim Petrochenkovcodegen_llvm: Simplify logic for relaxing PIC into PIE
2020-04-26 Vadim Petrochenkovcodegen_llvm: `RelocMode` -> `RelocModel`
2020-04-26 Vadim Petrochenkovrustc_target: Stop using "string typing" for relocation...
2020-04-26 borsAuto merge of #71495 - Amanieu:update_stdarch, r=sfackler
2020-04-26 borsAuto merge of #71434 - pietroalbini:shrink-gha-config...
2020-04-26 Samrat Man... [miri] Throw UB if target size and data size don't...
2020-04-26 YIuse defkind.descr in wrong namespace resolve failure
2020-04-26 borsAuto merge of #71566 - Dylan-DPC:rollup-9xoz6fg, r...
2020-04-26 Matthias Krügerfix more clippy warnings
2020-04-25 Dylan DPCRollup merge of #71554 - gizmondo:68922, r=jonas-schievink
2020-04-25 Dylan DPCRollup merge of #71541 - wesleywiser:issue_26376, r...
2020-04-25 Dylan DPCRollup merge of #71392 - ecstatic-morse:body-predecesso...
2020-04-25 Dylan DPCRollup merge of #71140 - oli-obk:static_cycle, r=RalfJung
2020-04-25 Dylan DPCRollup merge of #70043 - mark-i-m:def-kind-more, r...
2020-04-25 borsAuto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r...
2020-04-25 Dylan DPCRollup merge of #71548 - crlf0710:cursor_bounds, r...
2020-04-25 Dylan DPCRollup merge of #71545 - Askaholic:patch-1, r=jonas...
2020-04-25 Dylan DPCRollup merge of #71544 - cuviper:filter_map_next, r...
2020-04-25 Dylan DPCRollup merge of #71168 - SimonSapin:into_raw_non_null...
2020-04-25 Dylan DPCRollup merge of #70712 - :stabilize-remove-entry, r...
2020-04-25 Dylan DPCRollup merge of #69813 - thomcc:nonzero-bitor, r=Amanieu
next