]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-05-05 Manish GoregaokarRollup merge of #60131 - agnxy:doc-link, r=ehuss
2019-05-05 borsAuto merge of #60541 - RalfJung:miri-visitor-generators...
2019-05-05 borsAuto merge of #60544 - petrochenkov:parder, r=eddyb
2019-05-05 borsAuto merge of #60525 - eddyb:namespaces-not-kinds,...
2019-05-05 borsAuto merge of #60508 - varkor:const-generics-fold-ct...
2019-05-05 borsAuto merge of #60476 - froydnj:aarch64-profiling, r...
2019-05-04 borsAuto merge of #60415 - jespersm:pr_unused_import_45268...
2019-05-04 varkorEarly error for mixing order of const and type parameters
2019-05-04 Vadim PetrochenkovRevert Cargo.lock changes accidentally introduced durin...
2019-05-04 Jesper Steen... Delegate SmallVec's stable_hash to array's stable_hash.
2019-05-04 Jesper Steen... Hash all of the import_ids for the TraitCandidate.
2019-05-04 Jesper Steen... Removed unneccesary reference for trait name
2019-05-04 Jesper Steen... Use binding autoref, because we can.
2019-05-04 Jesper Steen... Reuse 'kind' parameter.
2019-05-04 Jesper Steen... Improved name: first_import_id
2019-05-04 Jesper Steen... Revert the introduced typedefs
2019-05-04 Jesper Steen... Fix misleading indentation
2019-05-04 Jesper Steen... Fix #45268 by saving all NodeId's for resolved traits.
2019-05-04 Vadim PetrochenkovRemove `Res::Label`
2019-05-04 Vadim PetrochenkovRename `Res::kind_name` to `Res::descr` for consistency
2019-05-04 Vadim PetrochenkovRename `PathResolution` to `PartialRes`
2019-05-04 varkorAdd tests
2019-05-04 varkorFix subst error for consts in wfcheck
2019-05-04 varkorFix subst error for consts in astconv
2019-05-04 varkorImprove subst error when parameter kinds mismatch
2019-05-04 borsAuto merge of #60538 - matthiaskrgr:submodule_upd,...
2019-05-04 Ralf Jungmatch on type directlty
2019-05-04 Ralf Jungfix Miri visiting generators
2019-05-04 borsAuto merge of #60117 - sunfishcode:wasi-os, r=sunfishcode
2019-05-04 Matthias Krügersubmodules: update clippy from 2ed0b3bf to fc96aa03
2019-05-04 borsAuto merge of #60537 - Centril:rollup-42jxz82, r=Centril
2019-05-04 Mazdak FarrokhzadRollup merge of #60527 - davidtwco:issue-60518, r=cramertj
2019-05-04 Mazdak FarrokhzadRollup merge of #60521 - rasendubi:tidy-2018-edition...
2019-05-04 Mazdak FarrokhzadRollup merge of #60520 - matklad:rustfmt-all-the-new...
2019-05-04 Mazdak FarrokhzadRollup merge of #60517 - estebank:wording, r=davidtwco
2019-05-04 Mazdak FarrokhzadRollup merge of #60516 - JohnTitor:remove-typeck, r...
2019-05-04 Mazdak FarrokhzadRollup merge of #60513 - chrisvittal:remove-borrowck...
2019-05-04 Mazdak FarrokhzadRollup merge of #60486 - spastorino:place-related-refac...
2019-05-04 Mazdak FarrokhzadRollup merge of #60449 - matthewjasper:impl-trait-outli...
2019-05-04 Mazdak FarrokhzadRollup merge of #60429 - estebank:pub-path, r=michaelwo...
2019-05-04 Dan GohmanBump libc dependency to 0.2.54.
2019-05-04 Dan GohmanCategorize WASI as an "OS" rather than as an "environment".
2019-05-04 borsAuto merge of #59897 - tmandry:variantful-generators...
2019-05-04 Tyler MandryAddress review comments
2019-05-04 Eduard-Mihai... rustc: rename DefPathData::{MacroDef,LifetimeParam...
2019-05-04 Eduard-Mihai... rustc: collapse relevant DefPathData variants into...
2019-05-04 Eduard-Mihai... rustc: collapse relevant DefPathData variants into...
2019-05-03 borsAuto merge of #60462 - eddyb:def-1-a-mere-resolution...
2019-05-03 Tyler MandrySplit out debuginfo from type info in MIR GeneratorLayout
2019-05-03 David WoodFix async fn lowering ICE with APIT.
2019-05-03 Christopher... Update help message
2019-05-03 Tyler MandryMake variant_fields inner an IndexVec
2019-05-03 Eduard-Mihai... rustc: rename hir::def::Def to Res (short for "resoluti...
2019-05-03 Eduard-Mihai... rustc: use DefKind instead of Def, where possible.
2019-05-03 Eduard-Mihai... rustc: factor most DefId-containing variants out of...
2019-05-03 Alexey Shmalkotidy: Extract `let mut part` out of `parts` block in...
2019-05-03 borsAuto merge of #60496 - jethrogb:jb/address-integer...
2019-05-03 Yuki OkushiFix test
2019-05-03 Alexey ShmalkoMigrate tidy to rust 2018 edition
2019-05-03 Aleksey KladovAdd rustfmt toml
2019-05-03 Esteban KüberReword casting message
2019-05-03 Yuki OkushiRemove TypeckMir
2019-05-03 borsAuto merge of #60510 - Centril:rollup-gsndjbp, r=Centril
2019-05-03 Mazdak FarrokhzadRollup merge of #60501 - taiki-e:async-await-mutable...
2019-05-03 Mazdak FarrokhzadRollup merge of #60478 - euclio:doc-fixes, r=cramertj
2019-05-03 Mazdak FarrokhzadRollup merge of #60467 - nnethercote:less-symbol-intern...
2019-05-03 Mazdak FarrokhzadRollup merge of #60457 - wesleywiser:const_prop_refacto...
2019-05-03 Mazdak FarrokhzadRollup merge of #60455 - estebank:resolve-match-arm...
2019-05-03 Mazdak FarrokhzadRollup merge of #60409 - JohnTitor:error-for-existentia...
2019-05-03 Mazdak FarrokhzadRollup merge of #60401 - JohnTitor:rename-log, r=davidtwco
2019-05-03 Mazdak FarrokhzadRollup merge of #60393 - estebank:pat-sugg, r=oli-obk
2019-05-03 Mazdak FarrokhzadRollup merge of #60388 - cramertj:elided-lifetime-async...
2019-05-03 Mazdak FarrokhzadRollup merge of #60373 - rasendubi:lang-features-sort...
2019-05-03 Mazdak FarrokhzadRollup merge of #60220 - euclio:rustdoc-test-fatal...
2019-05-03 Mazdak FarrokhzadRollup merge of #59928 - petrochenkov:denyambass, r...
2019-05-03 borsAuto merge of #60423 - varkor:update-getopts, r=alexcri...
2019-05-03 borsAuto merge of #59883 - ebarnard:clonefile, r=sfackler
2019-05-03 Christopher... Update tests
2019-05-03 Taiki EndoPropagate mutability from arguments to local bindings...
2019-05-03 Jethro BeekmanFix potential integer overflow in SGX memory range...
2019-05-02 Santiago PastorinoImplement base_local iteratively
2019-05-02 Santiago PastorinoRemove root_local fn in favor of base_local
2019-05-02 Santiago PastorinoThis continue is not needed
2019-05-02 varkorUpdate getopts to 0.2.18
2019-05-02 varkorPrevent dependencies between std/test/rustc unifying...
2019-05-02 Andy Russellmention `hir::Body` in docs for `hir::FnDecl`
2019-05-02 Andy Russellfix markdown syntax in `LateContext` examples
2019-05-02 Christopher... Stub display impl for Origin
2019-05-02 Christopher... Remove BorrowckMode::Compare
2019-05-02 Matthew JasperConstrain all regions in the concrete type for an opaqu...
2019-05-02 borsAuto merge of #60173 - RalfJung:miri, r=oli-obk
2019-05-02 Nathan Froydbuild dist-aarch64-linux with --enable-profiler
2019-05-02 Alexey ShmalkoMake tidy::version::Version copy
2019-05-02 Alexey ShmalkoMake in_feature_group a simple bool flag
2019-05-02 Alexey ShmalkoRework Version::parse to avoid extra allocations
2019-05-02 Alexey ShmalkoGroup and sort feature_gate.rs
2019-05-02 Alexey ShmalkoMake tidy::version::Version a [u32; 3]
2019-05-02 Alexey ShmalkoAddress review comments
2019-05-02 Alexey ShmalkoEnsure language features in group are sorted by since
2019-05-02 Alexey ShmalkoAssign group and parse since for Feature
next