]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-11-28 borsAuto merge of #66642 - ecstatic-morse:promotion-in...
2019-11-28 borsAuto merge of #66603 - Nadrieril:fix-65413, r=varkor
2019-11-28 Ohad RavidClarify `{f32,f64}::EPSILON` docs
2019-11-28 borsAuto merge of #66246 - matthewjasper:simplify-mem-cat...
2019-11-28 David HaigMoved tests and fixed merge conflict
2019-11-28 Ralf Jungconst_prop: detect and avoid catching Miri errors that...
2019-11-28 David HaigFail fast if generator_kind is None
2019-11-28 David HaigBlock indent formatting
2019-11-28 David HaigFixed unit test
2019-11-28 David HaigReduced repetition by refactoring new body to construct...
2019-11-28 David HaigRemoved FIXME comment
2019-11-28 David HaigFixed tidy errors
2019-11-28 David HaigRemove duplication using single variant for error
2019-11-28 David HaigFixed merge issue
2019-11-28 David HaigFixed merge issue
2019-11-28 David HaigSquash
2019-11-28 borsAuto merge of #66294 - davidhewitt:const_fn_memoization...
2019-11-28 borsAuto merge of #65013 - petertodd:2019-maybeuninit-debug...
2019-11-28 borsAuto merge of #66829 - Manishearth:clippyup, r=Manishearth
2019-11-28 Dylan DPCUpdate CONTRIBUTING.md
2019-11-28 Dylan DPCUpdate CONTRIBUTING.md
2019-11-28 Dylan MacKenzieUpdate test for mutably borrowed statics in a const
2019-11-28 Dylan MacKenzieDon't treat a reference to a `static` as a reborrow
2019-11-27 Manish GoregaokarUpdate clippy
2019-11-27 Dylan MacKenzieRemove test for unused error code
2019-11-27 Dylan MacKenzieAlso test shared borrows of `Cell` for good errors
2019-11-27 Dylan MacKenzieRemove `CheckOpResult`
2019-11-27 Ralf Jungcomment
2019-11-27 Ralf Junghandle diverging functions forwarding their return...
2019-11-27 Mark LodatoClarifies how to tag users for assigning PRs
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 Dylan MacKenzieRemove `derived_from_illegal_borrow`
2019-11-27 Dylan MacKenzieRemove `Rvalue::Ref` handling from `HasMutInterior`
2019-11-27 Dylan MacKenzieUpdate test with improved diagnostics
2019-11-27 Dylan MacKenzieHandle `Rvalue::Ref` in one place
2019-11-27 Dylan MacKenzieUse type-based qualification for statics
2019-11-27 Dylan MacKenzieAdd `#![feature(matches_macro)]`
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 Matthew JasperAdd async fn test for #66695
2019-11-27 Christoph SchmidlerDraw vertical lines in compiler error messages with...
2019-11-27 CreepySkeletonUse intra-doc links
2019-11-27 CreepySkeletonElaborate on std::ptr::{as_ref,as_mod} and clarify...
2019-11-27 borsAuto merge of #56231 - eddyb:mir-debuginfo, r=oli-obk
2019-11-27 Eduard-Mihai... rustc: move debug info from LocalDecl and UpvarDecl...
2019-11-27 Guillaume GomezClean up E0091 long explanation
2019-11-27 Guillaume GomezClean up E0081 long explanation
2019-11-27 Guillaume GomezClean up E0080 long explanation
2019-11-27 Guillaume GomezFix tidy issues
2019-11-27 Guillaume GomezPut back tidy check on error codes
2019-11-27 David HewittCorrect typo in src/librustc_mir/const_eval.rs
2019-11-27 Guillaume GomezUse new ErrorKind enum
2019-11-27 Eduard-Mihai... rustc_metadata: use a macro to deduplicate LazyPerDefTa...
2019-11-27 Eduard-Mihai... rustc_metadata: remove Encodable requirements from...
2019-11-27 Eduard-Mihai... rustc_metadata: use a separate TableBuilder type to...
2019-11-27 Eduard-Mihai... rustc_metadata: replace PerDefTable<T> with Table<DefIn...
2019-11-27 Camille GILLOTAllocate HIR Forest on arena.
2019-11-27 Camille GILLOTMisc renames.
2019-11-27 Camille GILLOTSimplify handling of AllArenas.
2019-11-27 Guillaume GomezClean up E0071 long explanation
2019-11-27 Guillaume GomezClean up E0077 long explanation
2019-11-27 Guillaume GomezClean up E0076 long explanation
2019-11-27 Camille GILLOTRename BoxedGlobalCtxt.
2019-11-27 borsAuto merge of #66691 - dtolnay:fmt0, r=sfackler
2019-11-27 Camille GILLOTRename lifetimes.
2019-11-27 Guillaume GomezReplace Iterator::find calls with Iterator::any when...
2019-11-27 Guillaume GomezAdd support for intra-doc link fields of enum variant
2019-11-27 Guillaume Gomezlittle intra-doc code cleanup
2019-11-27 David HewittAdd memoization for const function evaluations
2019-11-27 Dylan DPCUpdate mod.rs
2019-11-27 borsAuto merge of #66677 - wesleywiser:fix_const_prop_alloc...
2019-11-27 David TolnayBless ui tests for libcore reformat
2019-11-27 David TolnayFormat libcore with rustfmt
2019-11-27 Joshua NelsonCombine similar tests for const match
2019-11-27 borsAuto merge of #66675 - GuillaumeGomez:support-anchors...
2019-11-27 Brian WignallFix spelling typos
2019-11-27 Mark LodatoFixes small typo in array docs r? @steveklabnik
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...
next