]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-10-20 borsAuto merge of #65497 - choller:master, r=tmiasko
2019-10-20 borsAuto merge of #65469 - mati865:libc, r=alexcrichton
2019-10-20 borsAuto merge of #65302 - msizanoen1:fix-armv7-segfault...
2019-10-19 borsAuto merge of #65094 - oxalica:linux-statx, r=alexcrichton
2019-10-19 borsAuto merge of #65599 - Manishearth:clippyup, r=Manishearth
2019-10-19 Manish GoregaokarUpdate clippy
2019-10-19 borsAuto merge of #65598 - Centril:rollup-vc6ht2c, r=Centril
2019-10-19 Mazdak FarrokhzadRollup merge of #65505 - RalfJung:rc, r=Centril
2019-10-19 Mazdak FarrokhzadRollup merge of #65448 - eddyb:codegen-box-less-special...
2019-10-19 Mazdak FarrokhzadRollup merge of #65226 - ssomers:master, r=bluss
2019-10-19 Mazdak FarrokhzadRollup merge of #65192 - estebank:restrict-bound, r...
2019-10-19 Mazdak FarrokhzadRollup merge of #64007 - estebank:overlapping-patterns...
2019-10-19 Ralf Jungdo all the same edits with Arc
2019-10-19 Ralf Jungsome more Rc tweaks
2019-10-19 borsAuto merge of #64890 - wesleywiser:const_prop_rvalue...
2019-10-19 Ralf Jungthe exampleis about drop, not (de)allocation
2019-10-19 borsAuto merge of #65588 - Centril:rollup-9k55k3t, r=Centril
2019-10-19 Mazdak FarrokhzadRollup merge of #65576 - sunfishcode:main-needs-argc...
2019-10-19 Mazdak FarrokhzadRollup merge of #65545 - nnethercote:more-symbol-cleanu...
2019-10-19 Mazdak FarrokhzadRollup merge of #65542 - estebank:kill-static-methods...
2019-10-19 Mazdak FarrokhzadRollup merge of #65485 - ecstatic-morse:const-validatio...
2019-10-19 Mazdak FarrokhzadRollup merge of #65252 - petrochenkov:deriveholders2...
2019-10-19 Mazdak FarrokhzadRollup merge of #65174 - SimonSapin:zero-box, r=alexcri...
2019-10-19 borsAuto merge of #65570 - tmandry:rollup-hck39pf, r=tmandry
2019-10-18 Wesley WiserImprove comments and structure of `ConstProp::const_prop()`
2019-10-18 Wesley WiserDon't ICE when evaluating writes to uninhabited enum...
2019-10-18 Wesley WiserCleanup const_prop() some
2019-10-18 Wesley Wiser[const-prop] Handle MIR Rvalue::Box
2019-10-18 Simon SapinUninitialized boxes: add test for zero-size allocations
2019-10-18 Vadim PetrochenkovFix rebase
2019-10-18 Vadim Petrochenkovprivacy: Avoid one more `unwrap` causing an ICE in...
2019-10-18 Vadim Petrochenkovexpand: Simplify expansion of derives
2019-10-18 Vadim Petrochenkovresolve: Mark macros starting with an underscore as...
2019-10-18 Tyler MandryRollup merge of #65552 - JohnTitor:use-bitwise-not...
2019-10-18 Tyler MandryRollup merge of #65549 - t-rapp:tr-wrapping-rotate...
2019-10-18 Tyler MandryRollup merge of #65540 - guanqun:extend-t-macro, r...
2019-10-18 Tyler MandryRollup merge of #65535 - eddyb:sliced-predicates, r...
2019-10-18 Tyler MandryRollup merge of #65532 - tshepang:shorten-intro, r...
2019-10-18 Tyler MandryRollup merge of #65513 - RalfJung:fmt, r=Mark-Simulacrum
2019-10-18 Tyler MandryRollup merge of #65511 - Xanewok:sa-nest-in-impls,...
2019-10-18 Tyler MandryRollup merge of #65508 - rust-lang:llvm-icebreakers...
2019-10-18 Tyler MandryRollup merge of #65498 - SimonSapin:plugin-help, r...
2019-10-18 Tyler MandryRollup merge of #65496 - tspiteri:euc-div-panic, r...
2019-10-18 Tyler MandryRollup merge of #65493 - GuillaumeGomez:long-err-explan...
2019-10-18 Tyler MandryRollup merge of #65480 - nnethercote:rm-iterate_until_f...
2019-10-18 Tyler MandryRollup merge of #65472 - Zoxc:sharded-dep-graph-2,...
2019-10-18 Tyler MandryRollup merge of #65455 - nnethercote:avoid-unnecessary...
2019-10-18 Tyler MandryRollup merge of #65364 - XiangQingW:master, r=estebank
2019-10-18 Tyler MandryRollup merge of #65334 - GuillaumeGomez:long-err-explan...
2019-10-18 Tyler MandryRollup merge of #65201 - tmiasko:no-bindings, r=rkruppe
2019-10-18 Tyler MandryRollup merge of #65197 - spastorino:place-mut-visitor...
2019-10-18 Tyler MandryRollup merge of #65016 - lzutao:inline-mem-constfn...
2019-10-18 Esteban Küberreview comments
2019-10-18 Esteban Küberreview comment: span bug label
2019-10-18 Esteban Küberreview comments: help wording
2019-10-18 Santiago PastorinoUse Cow to handle modifications of projection in prepar...
2019-10-18 Wesley Wiser[const-prop] Handle MIR Rvalue::Discriminant
2019-10-18 Wesley Wiser[const-prop] Handle MIR Rvalue::Aggregates
2019-10-18 Wesley Wiser[const-prop] Handle MIR Rvalue::Repeat
2019-10-18 borsAuto merge of #64925 - ehuss:document-json, r=Mark...
2019-10-18 Yuki OkushiClarify diagnostics when using `~` as a unary op
2019-10-18 Tobias RappFix left/right shift typo in wrapping rotate docs
2019-10-18 Nicholas NethercoteRemove `Hash` impls for `DefPath`, `DisambiguatedDefPat...
2019-10-18 Nicholas NethercoteRemove `Copy` and `Clone` impls for `LocalInternedString`.
2019-10-18 Esteban KüberPoint at enclosing function without `self` receiver
2019-10-18 oxalicaFix cast of stx_btime.tv_nsec
2019-10-18 oxalicaFix cfgs for current libc
2019-10-18 oxalicaPrefer statx on linux if available
2019-10-18 Nicholas NethercoteChange how `Symbol::Debug` works.
2019-10-18 Nicholas NethercoteUse `with` in `Symbol` trait methods.
2019-10-18 Nicholas NethercoteChange `MetaItem::tokens()` to `MetaItem::token_trees_a...
2019-10-18 Nicholas NethercoteChange `Lit::tokens()` to `Lit::token_tree()`.
2019-10-18 Nicholas NethercoteMake `TokenStream::from_iter` less general and more...
2019-10-18 Nicholas NethercoteRemove two no-op `into()` calls.
2019-10-18 borsAuto merge of #65533 - Manishearth:clippyup, r=Manishearth
2019-10-18 Santiago PastorinoAdd process_* place hooks to improve code reutilization
2019-10-18 Santiago PastorinoSetup a different visit place set of methods for mutabl...
2019-10-18 Santiago PastorinoRemove unneeded callback and just use the new_local...
2019-10-18 Santiago PastorinoPrepare def_use MutVisitor to have projections interned
2019-10-18 Santiago PastorinoPrepare erase_regions MutVisitor to have projections...
2019-10-18 Santiago PastorinoPrepare generator MutVisitor to have projections interned
2019-10-18 Santiago PastorinoPrepare inline MutVisitor to have projections interned
2019-10-18 Santiago PastorinoPrepare renumber MutVisitor to have projections interned
2019-10-18 Santiago PastorinoPrepare simplify MutVisitor to have projections interned
2019-10-18 Santiago PastorinoPrepare promote_consts MutVisitor to have projections...
2019-10-18 Santiago Pastorinosuper_ty on MutVisitor is empty so avoid the call
2019-10-18 Esteban KüberRefer to "associated functions" instead of "static...
2019-10-18 Eduard-Mihai... rustc: arena-allocate the slice in `ty::GenericsPredica...
2019-10-17 Manish GoregaokarUpdate clippy
2019-10-17 Dan GohmanDon't add `argc` and `argv` arguments to `main` on...
2019-10-17 Tshepang Lekhonkhobedoc: make BitSet intro more short
2019-10-17 Stein SomersBTreeSet symmetric_difference & union optimized, cleaned
2019-10-17 Ralf Jungexample for padding any format
2019-10-17 Niko MatsakisUpdate triagebot.toml
2019-10-17 Ralf Jungreorder fmt docs for more clarity
2019-10-17 borsAuto merge of #65495 - Centril:rollup-tguwjt5, r=Centril
2019-10-17 Igor Matuszewskisave-analysis: Add a relevant test case
2019-10-17 Igor Matuszewskisave-analysis: Nest tables when processing impl items
2019-10-17 Niko Matsakisadd option to ping llvm ice-breakers to triagebot
2019-10-17 Ralf Jungmore consistency and clarification
next