]> git.lizzy.rs Git - rust.git/history - src/librustc
removes `AbiMethods`
[rust.git] / src / librustc /
2019-05-14 Saleem Jaffersome more refactor of FnType. Things build now
2019-05-10 Saleem Jafferrefactor some `FnType` stuff to `rustc::ty::layout`
2019-05-06 borsAuto merge of #60569 - RalfJung:miri-visitor-generators...
2019-05-06 borsAuto merge of #60261 - matklad:one-escape, r=petrochenkov
2019-05-05 borsAuto merge of #60567 - Manishearth:rollup-rjagqnw,...
2019-05-05 Manish GoregaokarRollup merge of #60536 - brainplot:fix-unicode-characte...
2019-05-05 Manish GoregaokarRollup merge of #60530 - eddyb:unfreevars, r=oli-obk
2019-05-05 Manish GoregaokarRollup merge of #60515 - euclio:div-in-heading, r=Guill...
2019-05-05 Manish GoregaokarRollup merge of #60426 - varkor:fix-duplicate-arg-handl...
2019-05-05 Manish GoregaokarRollup merge of #60131 - agnxy:doc-link, r=ehuss
2019-05-05 borsAuto merge of #60237 - saleemjaffer:issue-56166-miri...
2019-05-05 Saleem Jaffercode review fixes
2019-05-05 Eduard-Mihai Burtescurustc: rename all occurences of "freevar" to "upvar".
2019-05-05 Eduard-Mihai Burtescurustc: replace uses of with_freevars with the freevars...
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 varkorAdd comments
2019-05-05 varkorFix argument alias handling for -g and -C debuginfo
2019-05-05 varkorFix argument alias handling for -O and -C opt-level
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 Jesper Steen MøllerHash all of the import_ids for the TraitCandidate.
2019-05-04 Jesper Steen MøllerUse binding autoref, because we can.
2019-05-04 Jesper Steen MøllerImproved name: first_import_id
2019-05-04 Jesper Steen MøllerRevert the introduced typedefs
2019-05-04 Jesper Steen MøllerFix #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 varkorImprove subst error when parameter kinds mismatch
2019-05-04 borsAuto merge of #60538 - matthiaskrgr:submodule_upd,...
2019-05-04 Saleem Jafferremoving param_env from pointee_info_at
2019-05-04 Saleem Jafferresolving conflicts
2019-05-04 borsAuto merge of #60117 - sunfishcode:wasi-os, r=sunfishcode
2019-05-04 Saleem Jafferadding HasParamEnv trait
2019-05-04 Saleem Jafferadding is_freeze to TyLayoutMethods
2019-05-04 Saleem Jafferremoving map_same from MaybeResult
2019-05-04 Saleem Jafferadd to_result to ty::MaybeResult
2019-05-04 Saleem Jafferresolving conflicts
2019-05-04 Daan de GraafMake line fit within 100 character limit.
2019-05-04 Daan de GraafAdd param_env parameter to pointee_info_at.
2019-05-04 Daan de GraafReturn instead of collecting to mut result.
2019-05-04 Oliver SchererFix typo in src/librustc/ty/layout.rs
2019-05-04 Daan de GraafMove pointee_info_at to TyLayoutMethods.
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 borsAuto merge of #59897 - tmandry:variantful-generators...
2019-05-04 Tyler MandryAddress review comments
2019-05-04 Eduard-Mihai Burtescurustc: rename DefPathData::{MacroDef,LifetimeParam...
2019-05-04 Eduard-Mihai Burtescurustc: collapse relevant DefPathData variants into...
2019-05-04 Eduard-Mihai Burtescurustc: 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 VittalUpdate help message
2019-05-03 Tyler MandryMake variant_fields inner an IndexVec
2019-05-03 Eduard-Mihai Burtescurustc: rename hir::def::Def to Res (short for "resoluti...
2019-05-03 Eduard-Mihai Burtescurustc: use DefKind instead of Def, where possible.
2019-05-03 Eduard-Mihai Burtescurustc: factor most DefId-containing variants out of...
2019-05-03 borsAuto merge of #60496 - jethrogb:jb/address-integer...
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 #59883 - ebarnard:clonefile, r=sfackler
2019-05-02 Santiago PastorinoImplement base_local iteratively
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 VittalRemove BorrowckMode::Compare
2019-05-02 Matthew JasperConstrain all regions in the concrete type for an opaqu...
2019-05-02 borsAuto merge of #60379 - froydnj:bootstrap-progress-fixes...
2019-05-02 borsAuto merge of #60156 - RalfJung:macos-rand, r=oli-obk...
2019-05-02 borsAuto merge of #59008 - varkor:const-generics-infer...
2019-05-02 borsAuto merge of #60460 - Centril:rollup-gz5bc8i, r=Centril
2019-05-02 Taylor CramerDisallow non-explicit elided lifetimes in async fn
2019-05-01 Mazdak FarrokhzadRollup merge of #60452 - JohnTitor:remove-context,...
2019-05-01 Mazdak FarrokhzadRollup merge of #60439 - vorner:zombie-apocalypse-warn...
2019-05-01 Mazdak FarrokhzadRollup merge of #60437 - davidtwco:issue-60236, r=nikom...
2019-05-01 Mazdak FarrokhzadRollup merge of #60428 - wesleywiser:refactor_const_eva...
2019-05-01 Mazdak FarrokhzadRollup merge of #60385 - nnethercote:earlier-metadata...
2019-05-01 Mazdak FarrokhzadRollup merge of #60348 - agnxy:refactor-parser, r=petro...
next