]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-11-28 David TolnayAllow any identifier as format arg name
2019-11-28 borsAuto merge of #66603 - Nadrieril:fix-65413, r=varkor
2019-11-28 borsAuto merge of #66246 - matthewjasper:simplify-mem-cat...
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-27 Manish GoregaokarUpdate clippy
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... rustc: move debug info from LocalDecl and UpvarDecl...
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 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 borsAuto merge of #66691 - dtolnay:fmt0, r=sfackler
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...
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 Taylor CramerStabilize nested self receivers
2019-11-26 borsAuto merge of #66646 - RalfJung:unwind_to_block, r...
2019-11-26 Dylan MacKenzieRemove test for #66758
2019-11-26 Mark RousskovMove ErrorReported to rustc_errors
2019-11-26 Dylan MacKenzieAdd regression test for #66756
2019-11-26 Dylan MacKenzieAllow `Unreachable` terminators behind `const_if_match`
2019-11-26 Janusz MarcinkiewiczRefactor 'parse_enum_item' to use 'parse_delim_comma_seq'
2019-11-26 Joshua NelsonTest multiple variants
2019-11-26 borsAuto merge of #66776 - Mark-Simulacrum:revert-try-break...
2019-11-26 Mara BosAdd tracking issue number.
2019-11-26 Mara BosAdd core::{f32,f64}::consts::TAU.
2019-11-26 Guanqun Lufollow the same function order in the trait
2019-11-26 Mark RousskovRevert "DO NOT MERGE: enable windows try builder"
2019-11-26 Guillaume GomezClean up E0075 long explanation
2019-11-26 Guillaume GomezClean up E0072 long explanation
2019-11-26 borsAuto merge of #66631 - michaelwoerister:additional...
2019-11-26 Michael WoeristerPGO: Make branch-weights regression test more robust.
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-26 Joshua NelsonAdd wildcard test for const_if_match
2019-11-26 Parth MehrotraUpdate documentation-tests.md
2019-11-25 borsAuto merge of #66178 - Aaron1011:fix/opaque-normalize...
2019-11-25 Ralf Jungmake sure we handle all transmute invocations, includin...
2019-11-25 Esteban KüberVarious cleanups
2019-11-25 Esteban KüberTweak removed feature error
2019-11-25 Esteban KüberTweak bad `continue` error
2019-11-25 Esteban KüberTweak duplicate matcher binding error
2019-11-25 Esteban KüberTweak duplicate fmt arg error
2019-11-25 Esteban KüberTweak move error due to non-Copy
next