]> git.lizzy.rs Git - rust.git/history - src
Auto merge of #70643 - Rustin-Liu:rustin-patch-rename, r=eddyb
[rust.git] / src /
2020-04-14 borsAuto merge of #70643 - Rustin-Liu:rustin-patch-rename...
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 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 marmelademaRemove usage of `DUMMY_HIR_ID` in `FnCtxt::get_conversi...
2020-04-13 Samrat Man SinghAdd 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 JungMiri: let machine hook dynamically decide about alignme...
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 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 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 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`
2020-04-11 Dylan MacKenzieApply suggestions from review
2020-04-11 Dylan MacKenzieUse custom trait instead of `Into`
2020-04-11 Dylan MacKenzieSimplify macro
2020-04-11 Dylan MacKenzieRemove call to `to_def_id` before calling query helper
2020-04-11 Dylan MacKenzieFix inference fallout
2020-04-11 Dylan MacKenzieImpl `From<LocalDefId>` for `DefId`
2020-04-11 Dylan MacKenzieMake query helpers on `TyCtxt` take `impl Into<DefId>`
2020-04-11 Esteban Küberfix rebase
2020-04-11 Luca BarbieriMake panic-unwind a default feature for libstd
2020-04-11 Luca BarbieriDon't emit rerun-if-changed on llvm-config if using...
2020-04-11 Luca BarbieriRequire compiler-rt root at ../src/llvm-project/compiler-rt
2020-04-11 Luca BarbieriDepend on getopts from crates.io
2020-04-11 Esteban Küberreview comments
2020-04-11 Esteban Küberreview comments
2020-04-11 Esteban KüberTry to use the first char in the trait name as type...
2020-04-11 Esteban KüberAccount for existing names when suggesting adding a...
2020-04-11 Esteban KüberAccount for type params with bounds
2020-04-11 Esteban Küberreview comments
2020-04-11 Esteban Küberreview comments
2020-04-11 Esteban KüberHandle `impl Trait` where `Trait` has an assoc type...
2020-04-11 borsAuto merge of #71031 - Dylan-DPC:rollup-zr8hh86, r...
2020-04-11 Yuki OkushiUpdate links of `rustc guide`
2020-04-11 Mateusz Mikuła[windows] Add testcase to make sure executables are...
2020-04-11 Guillaume GomezClean up E0515 explanation
2020-04-11 Dylan DPCRollup merge of #71021 - robojumper:71000-mir-assert...
2020-04-11 Dylan DPCRollup merge of #71020 - pyfisch:unicode-version, r...
2020-04-11 Dylan DPCRollup merge of #70996 - ChaiTRex:master, r=Amanieu
2020-04-11 Dylan DPCRollup merge of #70937 - mati865:mingw-staticlib-suffix...
2020-04-11 Dylan DPCRollup merge of #70644 - nnethercote:clean-up-ModuleCon...
2020-04-11 borsAuto merge of #70161 - cjgillot:query-arena, r=nikomatsakis
2020-04-11 Luca BarbieriDepend on libc from crates.io
2020-04-11 RoccoDevrustc: Add a warning count upon completion
2020-04-11 Chai T. RexChange issue number to point to tracking issue
2020-04-11 borsAuto merge of #71014 - Centril:rollup-3lc8cnt, r=Centril
2020-04-11 robojumperUse write!-style syntax for MIR assert terminator
2020-04-11 PyfischStore UNICODE_VERSION as a tuple
2020-04-11 Eduard-Mihai Burtescuci: run mir-opt tests on PR CI also as 32-bit (for...
2020-04-11 Eduard-Mihai Burtescutests: add missing `// no-system-llvm` annotation to...
2020-04-11 Eduard-Mihai Burtescutests: don't use only-64bit in mir-opt tests.
2020-04-11 Eduard-Mihai Burtescucompiletest: support --pass=check and --pass=build...
2020-04-11 borsAuto merge of #69573 - pnkfelix:issue-53114-add-tests...
2020-04-10 Mazdak FarrokhzadRollup merge of #70982 - ldm0:fncoerce, r=eddyb
2020-04-10 Mazdak FarrokhzadRollup merge of #70962 - KrishnaSannasi:track-dealloc...
next