]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-11-30 Mazdak FarrokhzadRollup merge of #66883 - eddyb:we-cant-have-nice-things...
2019-11-30 Mazdak FarrokhzadRollup merge of #66870 - tmiasko:simplify-ty, r=oli-obk
2019-11-30 Mazdak FarrokhzadRollup merge of #66858 - 0dvictor:capi, r=rkruppe
2019-11-30 Mazdak FarrokhzadRollup merge of #66759 - CAD97:patch-3, r=KodrAus
2019-11-30 Mazdak FarrokhzadRollup merge of #66705 - pitdicker:atomic_mut_ptr,...
2019-11-30 Mazdak FarrokhzadRollup merge of #66612 - Nadrieril:or-patterns-initial...
2019-11-30 Eduard-Mihai... rustc: don't just show raw DefIndex's in BrNamed's...
2019-11-30 Nadrieril FeneanarApply suggestions from code review
2019-11-30 borsAuto merge of #66887 - dtolnay:rollup-uxowp8d, r=Centril
2019-11-30 Paul DickerFill tracking issue
2019-11-30 Paul DickerDocument why as_mut_ptr is safe
2019-11-30 NixonAddress review comments
2019-11-30 Makoto KatoAdd crc and crypto to target feature whitelist on arm
2019-11-30 Ralf Jungpass Queries to compiler callbacks
2019-11-30 Ralf Junglibunwind_panic: adjust miri panic hack
2019-11-30 David TolnayRemove unneeded prelude imports in libcore tests
2019-11-30 Mazdak Farrokhzadderive(Default) for Features
2019-11-30 Mazdak Farrokhzadmove GateIssue to rustc_feature & simplify emit_feature_err
2019-11-30 Mazdak Farrokhzadupdate rustc_feature crate docs
2019-11-30 Mazdak Farrokhzadtidy: adjust feature gating path
2019-11-30 David TolnayFormat liballoc with rustfmt
2019-11-30 David TolnayMake libcore/unicode/tables.rs compatible with rustfmt
2019-11-30 David TolnayMake libcore/unicode/printable.rs compatible with rustfmt
2019-11-30 David TolnayMake dec2flt_table compatible with rustfmt
2019-11-30 cad97Use recursion_limit for const eval stack limit
2019-11-30 David TolnayRollup merge of #66847 - dtolnay:_fmt, r=joshtriplett
2019-11-30 David TolnayRollup merge of #66820 - dtolnay:fmt3, r=Dylan-DPC
2019-11-30 David TolnayRollup merge of #66819 - dtolnay:fmt2, r=kennytm
2019-11-30 David TolnayRollup merge of #66818 - dtolnay:fmt1, r=Dylan-DPC
2019-11-30 David TolnayBless ui test for libstd reformat
2019-11-30 David TolnayFormat libstd with rustfmt
2019-11-30 David TolnayFormat libstd/sys with rustfmt
2019-11-30 David TolnayFormat libstd/os with rustfmt
2019-11-30 Mazdak Farrokhzadcheck.rs: inline a constant
2019-11-30 borsAuto merge of #66873 - RalfJung:miri-args, r=dtolnay
2019-11-30 Mazdak Farrokhzadmove UnstableFeatures -> rustc_feature
2019-11-30 Mazdak Farrokhzadinline two explanation constants
2019-11-30 Mazdak Farrokhzadbuiltin_attrs.rs -> rustc_feature
2019-11-30 Mazdak Farrokhzadmove is_builtin_attr to syntax::attr
2019-11-30 Mazdak Farrokhzadbuiltin_attrs: inline some strings
2019-11-30 Mazdak Farrokhzadsimplify gated cfgs logic
2019-11-29 Mazdak Farrokhzadmove AttributeTemplate to builtin_attrs
2019-11-29 Mazdak Farrokhzadmove Stability to rustc_feature
2019-11-29 Eduard-Mihai... rustc: move mir::SourceScopeLocalData to a field of...
2019-11-29 Eduard-Mihai... rustc_mir: fix inliner to also copy over source_scope_l...
2019-11-29 Eduard-Mihai... rustc: move MIR source_scope_local_data's ClearCrossCra...
2019-11-29 Mazdak Farrokhzadintroduce crate rustc_feature and move active, accepted...
2019-11-29 Eduard-Mihai... rustc_typeck: gate AnonConst's generics on feature...
2019-11-29 Eduard-Mihai... rustc: fix ty::Const::eval's handling of inference...
2019-11-29 NixonAdd explanation message for E0203
2019-11-29 borsAuto merge of #66879 - RalfJung:rollup-nprxpzi, r=RalfJung
2019-11-29 Ralf JungRollup merge of #66872 - Mikotochan:patch-1, r=jonas...
2019-11-29 Ralf JungRollup merge of #66844 - RalfJung:caller-location-leak...
2019-11-29 Ralf JungRollup merge of #66837 - ohadravid:epsilon-doc, r=dtolnay
2019-11-29 Ralf JungRollup merge of #66826 - mlodato517:mlodato517-clarify...
2019-11-29 Ralf JungRollup merge of #66808 - GuillaumeGomez:cleanup-err...
2019-11-29 Ralf JungRollup merge of #66793 - matthewjasper:record-static...
2019-11-29 Ralf JungRollup merge of #66791 - cjgillot:arena, r=Mark-Simulacrum
2019-11-29 Ralf JungRollup merge of #66766 - RalfJung:panic-comments, r...
2019-11-29 Ralf JungRollup merge of #66613 - Areredify:trait-ref-print...
2019-11-29 Ralf JungRollup merge of #66589 - TheSamsa:master, r=Dylan-DPC
2019-11-29 Ralf JungRollup merge of #66379 - CreepySkeleton:patch-1, r...
2019-11-29 Tomasz MiąskoSimplifyArmIdentity only for locals with the same type
2019-11-29 Ralf Jungreally_init cmdline args on Miri
2019-11-29 MikotochanMinor documentation fix
2019-11-29 borsAuto merge of #66321 - ninjasource:async-fn-resume...
2019-11-29 Mark Mansiminor fix
2019-11-29 Mark Mansiremove get_named_span
2019-11-29 Mark Mansirename to AnonRegionFromAsyncFn
2019-11-29 Mark Mansiimprove lifetime errors with implicit trait object...
2019-11-29 David HaigIgnore wasm for panic tests
2019-11-29 borsAuto merge of #66697 - petrochenkov:nocstore, r=eddyb
2019-11-29 Mikhail Babenkoallow customising ty::TraitRef's printing behavior
2019-11-29 borsAuto merge of #66645 - RalfJung:dereferenceable, r...
2019-11-29 borsAuto merge of #66590 - Aaron1011:fix/real-impl-trait...
2019-11-29 borsAuto merge of #66547 - leo60228:procfs-fallback, r...
2019-11-29 Victor DingUse LLVMAddAnalysisPasses instead of Rust's wrapper
2019-11-29 borsAuto merge of #66567 - estebank:suggest-copy, r=Centril
2019-11-28 borsAuto merge of #66843 - RalfJung:miri, r=RalfJung
2019-11-28 Eduard-Mihai... rustc: hide HirId's fmt::Debug output from -Z span_free...
2019-11-28 Esteban Küberreview comments
2019-11-28 Esteban KüberDeduplicate type param constraint suggestion code
2019-11-28 Esteban KüberUse structured suggestion when requiring `Copy` constra...
2019-11-28 David TolnayAllow any identifier as format arg name
2019-11-28 Aaron HillApply proper commit from PR #63934
2019-11-28 Ralf Jungdo not consider memory allocated by caller_location...
2019-11-28 Vadim Petrochenkovrustc: Move some queries to `rustc_metadata`
2019-11-28 Vadim Petrochenkovrustc_metadata: Avoid some side effects during speculat...
2019-11-28 Vadim Petrochenkovrustc_metadata: Pass SVH by value
2019-11-28 Vadim Petrochenkovrustc_metadata: Move `has_global_allocator` from sessio...
2019-11-28 Vadim Petrochenkovrustc_metadata: Privatize some fields and methods of...
2019-11-28 Vadim Petrochenkovrustc_metadata: Merge `cstore.rs` into `creader.rs`
2019-11-28 Vadim Petrochenkovrustc_metadata: Privatize `CrateMetadata::root`
2019-11-28 Vadim Petrochenkovrustc_metadata: Privatize all fields of `CrateRoot`
2019-11-28 Vadim Petrochenkovrustc_metadata: Privatize `CrateMetadata::dep_kind`
2019-11-28 Vadim Petrochenkovrustc_metadata: Privatize `CrateMetadata::source`
2019-11-28 Vadim Petrochenkovrustc_metadata: Privatize `CrateMetadata::extern_crate`
2019-11-28 Vadim Petrochenkovrustc_metadata: Privatize `CrateMetadata::dependencies`
2019-11-28 Vadim Petrochenkovrustc_metadata: Cleanup generation of crate dependency...
2019-11-28 Ralf Jungupdate Miri
next