]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-04-14 Dylan DPCRollup merge of #71112 - cuviper:unsigned-Neg, r=Mark...
2020-04-14 Youngsuk KimAdd missing comma
2020-04-14 Bastian Kauschkeupdate docs
2020-04-14 AnthonyMikhFix broken link in documentation for String::from_utf8
2020-04-14 Guillaume GomezImprove rustdoc js testers code
2020-04-14 Guillaume GomezClean up E0517 explanation
2020-04-14 borsAuto merge of #70893 - tmiasko:llvm-sanitizers, r=cuviper
2020-04-14 marmelademaRemove `DUMMY_HIR_ID`
2020-04-14 marmelademaDo not use `DUMMY_HIR_ID` as placeholder value in node_...
2020-04-14 Wafflemake `vec![,]` uncompilable
2020-04-14 Bastian Kauschkeupdate 32 bit mir-opt tests
2020-04-14 borsAuto merge of #70679 - tmandry:issue-68112, r=nikomatsakis
2020-04-14 borsAuto merge of #70643 - Rustin-Liu:rustin-patch-rename...
2020-04-14 Tyler MandryUpdate test after rebase
2020-04-14 Tyler MandryIncorporate feedback into diagnostics
2020-04-14 Tyler MandryFix style nits
2020-04-14 Tyler MandryInclude type info when available for awaited expr
2020-04-14 Tyler Mandryrustfmt
2020-04-14 Tyler MandryDon't double-annotate the same Span
2020-04-14 Tyler MandryUse clearer message when obligation is caused by await...
2020-04-14 Tyler MandryUse "generator" instead of "future" when appropriate
2020-04-14 Tyler MandryDon't annotate type when type is opaque
2020-04-14 Tyler MandryImprove span label
2020-04-14 Tyler MandryAdd test for #68112 (existing output)
2020-04-14 Tyler MandryUse inner/outer generator naming instead of first/last
2020-04-14 Josh StoneRemove the last remnant of unsigned Neg
2020-04-14 Steven FacklerFix symbol sorting
2020-04-13 borsAuto merge of #71111 - Dylan-DPC:rollup-esp17qn, r...
2020-04-13 Dylan DPCRollup merge of #71109 - lcnr:generics_in_const_fn...
2020-04-13 Dylan DPCRollup merge of #71103 - samrat:tait-sized, r=estebank
2020-04-13 Dylan DPCRollup merge of #71092 - marmeladema:dummy-hir-id-remov...
2020-04-13 Dylan DPCRollup merge of #70654 - oli-obk:subrepo_docs, r=Mark...
2020-04-13 Rustin-LiuRename AssocKind::Method to AssocKind::Fn
2020-04-13 Bastian Kauschkebless mir opt tests
2020-04-13 Bastian Kauschkeunit rvalue: use constant `()` instead of tuple
2020-04-13 Bastian Kauschkeallow const generics in const fn
2020-04-13 borsAuto merge of #71105 - Dylan-DPC:rollup-nezezxr, r...
2020-04-13 Dylan DPCRollup merge of #71101 - RalfJung:miri-alignment-check...
2020-04-13 Dylan DPCRollup merge of #71097 - pickfire:pattern-docs, r=Dylan-DPC
2020-04-13 Dylan DPCRollup merge of #71087 - JohnTitor:impl-self-ty, r...
2020-04-13 Dylan DPCRollup merge of #71051 - ryr3:fix_try_into, r=estebank
2020-04-13 Dylan DPCRollup merge of #70656 - GuillaumeGomez:scrollbar-displ...
2020-04-13 Jonas SchievinkDon't always run `add_call_guards` pass
2020-04-13 marmelademaRemove usage of `DUMMY_HIR_ID` in `FnCtxt::get_conversi...
2020-04-13 Samrat Man... Add test case for type aliasing `impl Sized`
2020-04-13 borsAuto merge of #70989 - eddyb:mir-opt-32-pr-ci, r=Mark...
2020-04-13 Ralf Jungfmt
2020-04-13 Ralf JungMiri: let machine hook dynamically decide about alignme...
2020-04-13 Vadim PetrochenkovAddress review comments
2020-04-13 Vadim Petrochenkovrustc_target: Introduce `msvc_base`
2020-04-13 Vadim Petrochenkovrustc_target: Inherit `windows_uwp_gnu_base` from ...
2020-04-13 Vadim Petrochenkovrustc_target: Inherit `windows_uwp_msvc_base` from...
2020-04-13 Vadim Petrochenkovrustc_target: Remove some useless imports
2020-04-13 Vadim Petrochenkovrustc_target: `windows(_uwp)_base` -> `windows(_uwp...
2020-04-13 Vadim Petrochenkovlinker: Pass `/NODEFAULTLIB` in a more regular way
2020-04-13 Vadim Petrochenkovrustc_target: Move tests into a separate unconfigured...
2020-04-13 Vadim Petrochenkovrustc_target: Make sure lld-link is treated as link...
2020-04-13 Ralf Jungadd after_stack_push hook; add public ImmTy::from_immed...
2020-04-13 marmelademaUse `CRATE_HIR_ID` instead of `DUMMY_HIR_ID` when appro...
2020-04-13 Ivan ThamAdd examples to Pattern docs
2020-04-13 Ivan ThamAdd period to Pattern docs
2020-04-13 Ralf JungMiri: let push_frame hook also access and mutate the...
2020-04-13 borsAuto merge of #70961 - ecstatic-morse:into-def-id,...
2020-04-13 marmelademaJust `unwrap()` instead of `unwrap_or(DUMMY_HIR_ID)`.
2020-04-13 marmelademaRemove usage of `DUMMY_HIR_ID` in some visitors
2020-04-13 marmelademaRemove useless calls to `assemble_extension_candidates_...
2020-04-13 PankajChaudhary5Add proper explanation of error code E0657
2020-04-13 borsAuto merge of #70882 - tmiasko:llvm-version-suffix...
2020-04-13 borsAuto merge of #71056 - matthiaskrgr:submodule_upd,...
2020-04-13 Yuki OkushiRemove `FnCtxt::impl_self_ty`
2020-04-13 borsAuto merge of #71023 - mati865:mingw-unwind-linking...
2020-04-12 borsAuto merge of #71079 - Dylan-DPC:rollup-g7yh3sn, r...
2020-04-12 Dylan DPCRollup merge of #71069 - marmeladema:dummy-hir-id-oblig...
2020-04-12 Dylan DPCRollup merge of #71064 - dwrensha:issue-69130, r=eddyb
2020-04-12 Dylan DPCRollup merge of #71013 - jonas-schievink:visit-projecti...
2020-04-12 Dylan DPCRollup merge of #67766 - sapir:fix-unused-in-or-pattern...
2020-04-12 marmelademaRemove usage of `DUMMY_HIR_ID` in `Scope::hir_id`
2020-04-12 marmelademaRemove usage of `DUMMY_HIR_ID` in `CheckAttrVisitor...
2020-04-12 marmelademaRemove usage of `DUMMY_HIR_ID` in `CheckLoopVisitor`
2020-04-12 marmelademaRemove usage of `DUMMY_HIR_ID` in calls to `ObligationC...
2020-04-12 Mateusz Mikuła[windows-gnu] Link pthread statically
2020-04-12 borsAuto merge of #71059 - Dylan-DPC:rollup-zgu6jmx, r...
2020-04-12 David Renshawfix issue 69130
2020-04-12 Dylan DPCRollup merge of #71057 - GuillaumeGomez:cleanup-e0516...
2020-04-12 Dylan DPCRollup merge of #71053 - phansch:update_kw_sym_docs...
2020-04-12 Dylan DPCRollup merge of #71048 - arlosi:normalize_ext_src,...
2020-04-12 Dylan DPCRollup merge of #71041 - JohnTitor:rustc-dev-guide...
2020-04-12 Dylan DPCRollup merge of #71034 - GuillaumeGomez:cleanup-e0515...
2020-04-12 Dylan DPCRollup merge of #71029 - Mark-Simulacrum:cargo-build...
2020-04-12 borsAuto merge of #70873 - mark-i-m:update-rdg, r=JohnTitor
2020-04-12 Guillaume GomezClean up E0516 explanation
2020-04-12 bishtpawanAdd long error explanation for E0708 #61137
2020-04-12 Matthias Krügersubmodules: update clippy from d342cee7 to af5940b7
2020-04-12 Philipp HanschAdd some basic docs to `sym` and `kw` modules
2020-04-12 Yashhwanth RamAdd blessed tests after compiler message fix
2020-04-12 Yashhwanth RamFix order of comparison and remove incorrect case for...
2020-04-12 borsAuto merge of #69707 - estebank:impl-trait-missing...
2020-04-12 Arlo SiemsenNormalize source when loading external foreign source...
2020-04-12 borsAuto merge of #69926 - RoccoDev:master, r=estebank...
2020-04-11 Dylan MacKenzieAdd `#[inline(always)]` to `into_query_param`
next