]> git.lizzy.rs Git - rust.git/history - src/librustc
Simplify Cache wrapper to single type, impl Deref on it, fix all compilation errors...
[rust.git] / src / librustc /
2019-11-28 borsAuto merge of #66829 - Manishearth:clippyup, r=Manishearth
2019-11-27 borsAuto merge of #66824 - tmandry:rollup-kk56bte, r=tmandry
2019-11-27 Tyler MandryRollup merge of #66800 - jyn514:combine-const-match...
2019-11-27 Tyler MandryRollup merge of #66798 - bwignall:typo, r=varkor
2019-11-27 Tyler MandryRollup merge of #66797 - mlodato517:mlodato517-array...
2019-11-27 Tyler MandryRollup merge of #66777 - GuillaumeGomez:tidy-err-codes...
2019-11-27 Tyler MandryRollup merge of #66774 - GuillaumeGomez:cleanup-err...
2019-11-27 Tyler MandryRollup merge of #66769 - fusion-engineering-forks:tau...
2019-11-27 Tyler MandryRollup merge of #66761 - yuyoyuppe:rust_llvm_minor_fix...
2019-11-27 Tyler MandryRollup merge of #66744 - chrisduerr:master, r=Dylan-DPC
2019-11-27 Tyler MandryRollup merge of #66722 - matthewjasper:non_exhaustive_b...
2019-11-27 Tyler MandryRollup merge of #66718 - VirrageS:use_comma, r=Centril
2019-11-27 Tyler MandryRollup merge of #66704 - GuillaumeGomez:intra-doc-enum...
2019-11-27 Tyler MandryRollup merge of #66700 - VirrageS:master, r=matthewjasper
2019-11-27 Tyler MandryRollup merge of #66534 - immunant:multiple_global_decls...
2019-11-27 Tyler MandryRollup merge of #66399 - eddyb:rmeta-table-cleanup...
2019-11-27 Tyler MandryRollup merge of #66305 - elichai:2019-11-array_ffi...
2019-11-27 Tyler MandryRollup merge of #66222 - Aaron1011:fix/opaque-closure...
2019-11-27 Tyler MandryRollup merge of #64325 - cramertj:nested-self-types...
2019-11-27 Matthew JasperMove ExprUseVisitor and mem_categorization to rustc_typeck
2019-11-27 Matthew JasperRemove remaining uses of "cmt"
2019-11-27 Matthew JasperSimplify `mem_categorization`
2019-11-27 Matthew JasperSimplify fields of `MemCategorizationContext`
2019-11-27 Matthew JasperRename `cmt_` to `Place`
2019-11-27 borsAuto merge of #56231 - eddyb:mir-debuginfo, r=oli-obk
2019-11-27 Eduard-Mihai Burtescurustc: move debug info from LocalDecl and UpvarDecl...
2019-11-27 Camille GILLOTAllocate HIR Forest on arena.
2019-11-27 Camille GILLOTMisc renames.
2019-11-27 borsAuto merge of #66691 - dtolnay:fmt0, r=sfackler
2019-11-27 David HewittAdd memoization for const function evaluations
2019-11-27 borsAuto merge of #66677 - wesleywiser:fix_const_prop_alloc...
2019-11-27 borsAuto merge of #66675 - GuillaumeGomez:support-anchors...
2019-11-27 Brian WignallFix spelling typos
2019-11-27 borsAuto merge of #66794 - tmandry:rollup-99qrpr0, r=tmandry
2019-11-26 Tyler MandryRollup merge of #66788 - ecstatic-morse:const-fn-unreac...
2019-11-26 Tyler MandryRollup merge of #66786 - jyn514:const-if-match-tests...
2019-11-26 Tyler MandryRollup merge of #66779 - guanqun:reorder-funcs, r=Dylan-DPC
2019-11-26 Tyler MandryRollup merge of #66763 - Parth:patch-2, r=steveklabnik
2019-11-26 Tyler MandryRollup merge of #66754 - estebank:rustdoc-capitalizatio...
2019-11-26 Tyler MandryRollup merge of #66737 - GuillaumeGomez:err-codes-clean...
2019-11-26 Tyler MandryRollup merge of #66720 - Mark-Simulacrum:error-reported...
2019-11-26 Tyler MandryRollup merge of #66719 - Mark-Simulacrum:int-normalizat...
2019-11-26 Tyler MandryRollup merge of #66717 - dtolnay:tidy, r=Mark-Simulacrum
2019-11-26 Tyler MandryRollup merge of #66713 - hermitcore:hermit, r=alexcrichton
2019-11-26 Tyler MandryRollup merge of #66711 - mattico:aarch-msvc-fp, r=nagisa
2019-11-26 Tyler MandryRollup merge of #66663 - RalfJung:miri-leaks, r=oli-obk
2019-11-26 Tyler MandryRollup merge of #66661 - msizanoen1:riscv-gnu, r=alexcr...
2019-11-26 Tyler MandryRollup merge of #66128 - emilio:new-zeroed, r=SimonSapin
2019-11-26 Matthew JasperRecord temporary static references in generator witnesses
2019-11-26 Camille GILLOTMove local Arena to Queries.
2019-11-26 Camille GILLOTMake the HIR map own the Definitions.
2019-11-26 borsAuto merge of #66646 - RalfJung:unwind_to_block, r...
2019-11-26 Mark RousskovMove ErrorReported to rustc_errors
2019-11-26 borsAuto merge of #66631 - michaelwoerister:additional...
2019-11-26 borsAuto merge of #66561 - TimoFreiberg:trait-name-report...
2019-11-26 borsAuto merge of #66522 - tmiasko:sanitize-flags, r=alexcr...
2019-11-25 borsAuto merge of #66178 - Aaron1011:fix/opaque-normalize...
2019-11-25 Ralf Jungreview feedback: comments and spacing
2019-11-25 Esteban KüberFix capitalization when mentioning different crate...
2019-11-25 borsAuto merge of #66739 - pietroalbini:rollup-2t2pd4a...
2019-11-25 borsAuto merge of #66748 - ehuss:update-cargo-books, r...
2019-11-25 Pietro AlbiniRollup merge of #66698 - petrochenkov:tidywarn, r=Mark...
2019-11-25 Pietro AlbiniRollup merge of #66694 - RalfJung:panic-comments, r...
2019-11-25 Pietro AlbiniRollup merge of #66684 - mark-i-m:error-reporting-clean...
2019-11-25 Pietro AlbiniRollup merge of #66678 - GuillaumeGomez:remove-useless...
2019-11-25 Pietro AlbiniRollup merge of #66569 - pietroalbini:gha-1, r=alexcrichton
2019-11-25 Pietro AlbiniRollup merge of #66512 - jsgf:process-argv0, r=Dylan-DPC
2019-11-25 Pietro AlbiniRollup merge of #65613 - Mark-Simulacrum:rustdoc-preser...
2019-11-25 borsAuto merge of #66682 - estebank:fn-type-err, r=davidtwco
2019-11-25 borsAuto merge of #66279 - cjgillot:hashstable, r=Zoxc
2019-11-25 borsAuto merge of #66669 - petrochenkov:tup2attr, r=matthew...
2019-11-25 borsAuto merge of #66671 - matthewjasper:ast-address-of...
2019-11-24 borsAuto merge of #66540 - nnethercote:SmallVec-Candidate...
2019-11-24 Mark RousskovStore ptr_width as u32 on Config
2019-11-24 Matthew JasperAdd raw address of expressions to the AST and HIR
2019-11-24 Janusz MarcinkiewiczFix pointing at arg for fulfillment errors in function...
2019-11-24 Timo Freibergfixup! Lowercase diagnostic message label
2019-11-24 Timo FreibergAdd version mismatch help message for unimplemented...
2019-11-24 borsAuto merge of #66592 - estebank:raw-raw-ah-ah-ah, r...
2019-11-24 borsAuto merge of #66393 - ssomers:hash_benches, r=dtolnay
2019-11-24 borsAuto merge of #66322 - lzutao:consistent-result-map_or_...
2019-11-24 Esteban Küberreview comments: remove unnecessary `&str` to `String...
2019-11-24 borsAuto merge of #66686 - Centril:rollup-07slyoo, r=Centril
2019-11-24 Mazdak FarrokhzadRollup merge of #66659 - Centril:fix-bench, r=Mark...
2019-11-24 Mazdak FarrokhzadRollup merge of #66641 - VirrageS:master, r=Centril
2019-11-24 Mazdak FarrokhzadRollup merge of #66594 - Aaron1011:fix/debug-print...
2019-11-24 Mazdak FarrokhzadRollup merge of #66411 - RalfJung:forget, r=sfackler
2019-11-24 Mazdak FarrokhzadRollup merge of #64856 - jonhoo:format-temporaries...
2019-11-24 Esteban KüberHighlight parts of fn in type errors
2019-11-23 borsAuto merge of #66680 - Centril:rollup-1ke3svj, r=Centril
2019-11-23 Mazdak FarrokhzadRollup merge of #66673 - petrochenkov:toresolve, r...
2019-11-23 Mazdak FarrokhzadRollup merge of #66657 - ollie27:rustdoc_flock_panic...
2019-11-23 Mazdak FarrokhzadRollup merge of #66655 - ollie27:rustdoc_extern-private...
2019-11-23 Mazdak FarrokhzadRollup merge of #66539 - estebank:let-ty, r=Centril
2019-11-23 Mazdak FarrokhzadRollup merge of #61351 - GuillaumeGomez:stabilize-cfg...
2019-11-23 Camille GILLOTDerive HashStable for TokenKind.
2019-11-23 Camille GILLOTImplement HashStable for Span in libsyntax_pos.
2019-11-23 Camille GILLOTMove CachingSourceMapView to libsyntax_pos.
2019-11-23 Camille GILLOTRename StableHashingContextLike to HashStableContext.
2019-11-23 borsAuto merge of #66653 - ivan:lint-name-fix, r=Centril
next