]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-12-18 Guillaume GomezRollup merge of #46804 - estebank:conflicting-impl...
2017-12-18 Guillaume GomezRollup merge of #46802 - estebank:redefined-def-span...
2017-12-18 Guillaume GomezRollup merge of #46801 - estebank:impl-extra-req-def...
2017-12-18 Guillaume GomezRollup merge of #46800 - estebank:expected-closure...
2017-12-18 Guillaume GomezRollup merge of #46790 - frewsxcv:frewsxcv-swap-bytes...
2017-12-18 Guillaume GomezRollup merge of #46786 - GuillaumeGomez:fix-sized-rende...
2017-12-18 Guillaume GomezRollup merge of #46700 - GuillaumeGomez:more-relevant...
2017-12-18 Guillaume GomezAdd tests for hidden types
2017-12-18 Vitaly _Vi... Add Hash impl for SystemTime and Instant
2017-12-18 Guillaume GomezImprove search display on mobile
2017-12-18 borsAuto merge of #46808 - eddyb:issue-46769-quick, r=arielb1
2017-12-18 Guillaume GomezFix dynamic crates listing in doc sidebar
2017-12-18 varkorFix tidy issue
2017-12-18 Alex Crichtonrustc: Work around `DICompileUnit` bugs in LLVM
2017-12-18 Eduard-Mihai... rustc: ensure optimized enums have a properly aligned...
2017-12-18 Esteban KüberTweak "unecessary unsafe block" error spans
2017-12-18 Maik KleinAdd rustc_data_structures for trans_utils/lib.rs
2017-12-18 Maik KleinFix incorrect rebase in collector::find_vtable_types
2017-12-18 Esteban KüberRework expected closure error
2017-12-18 Esteban KüberPoint at def span in "impl has stricter requirements...
2017-12-18 borsAuto merge of #46811 - michaelwoerister:depkind-is...
2017-12-18 Ariel Ben-Yehudanormalize the results of `tcx.type_of` after substituting
2017-12-18 Maik KleinUpdate lockfile
2017-12-18 Maik KleinRename more functions from trans to monomorphize
2017-12-18 Maik KleinRename trans to monomorphize in comments
2017-12-18 Maik KleinMove partitioning.rs to rustc_mir
2017-12-18 Maik KleinPrefer type_of().substs over instance::ty()
2017-12-18 Maik KleinMove has_metadata back to context.rs
2017-12-18 Maik KleinRemove branch with has_metadata
2017-12-18 Maik KleinTest with trans_apply_param_substs
2017-12-18 Maik KleinRemove duplicated functions from trans::common.rs
2017-12-18 Maik KleinMove meta_data into TyS
2017-12-18 Maik KleinMove instance related methods from TyCtxt to Instance
2017-12-18 Maik KleinFix some comments to refer to `MonoItem`
2017-12-18 Maik KleinRefactor paths to middle::trans to mir::mono
2017-12-18 Maik KleinMove middle::trans.rs to mir::mono.rs
2017-12-18 Maik KleinRename mono_item.rs to item.rs
2017-12-18 Maik KleinRename as_trans_item to as_mono_item
2017-12-18 Maik KleinRename more functions from trans to mono
2017-12-18 Maik KleinRename TransItemExt to MonoItemExt
2017-12-18 Maik KleinMove common.rs functionality into TyCtxt
2017-12-18 Maik KleinRename TransItemCollectionMode to MonoItemCollectionMode
2017-12-18 Maik KleinRename TransItem to MonoItem
2017-12-18 Maik KleinMove trans_item and monomorphize to rustc_mir
2017-12-18 Maik KleinMove collector to monomorphize
2017-12-18 kennytmFix the wrong subtraction in align_offset intrinsic.
2017-12-18 Michael Woeristerincr.comp.: Mark DepKind node as input.
2017-12-18 Michael Woeristerincr.comp.: Add -Cincremental in addition to -Zincremental
2017-12-18 Guillaume GomezFix ?Sized where bound not being displayed at the corre...
2017-12-18 Esteban KüberUse def span for conflicting impls and recursive fn
2017-12-18 Esteban KüberPoint at def span on redefined name diagnostic
2017-12-18 borsAuto merge of #46798 - Diggsey:debug-osstr, r=dtolnay
2017-12-18 Diggory BlakeAdd lossless debug implementation for unix OsStrs
2017-12-17 Antal SzabóDistribute intrinsic.natvis with the compiler for windo...
2017-12-17 Corey FarwellDisplay binary notation for numeric swap_bytes methods.
2017-12-17 borsAuto merge of #46788 - petrochenkov:assocrecov, r=estebank
2017-12-17 Sébastien Marieadd aarch64-unknown-openbsd support
2017-12-17 Vadim Petrochenkovsyntax: recovery for incorrect associated item paths...
2017-12-17 borsAuto merge of #46436 - eddyb:unpacked, r=arielb1,oli-obk
2017-12-17 varkorAdd an option to allow rustdoc to list modules by appea...
2017-12-17 Eduard-Mihai... Mark miri as broken.
2017-12-17 Eduard-Mihai... miri: pass pointer alignments directly instead of conte...
2017-12-17 Eduard-Mihai... miri: use separate Pointer and Align instead of PtrAndA...
2017-12-17 Eduard-Mihai... miri: track the Align instead of packedness in PtrAndAlign.
2017-12-17 Eduard-Mihai... rustc_trans: always require alignment for load/store...
2017-12-17 Eduard-Mihai... rustc_trans: always keep track of the Align in LvalueRef.
2017-12-17 Eduard-Mihai... rustc: don't track whether layouts are "packed".
2017-12-17 borsAuto merge of #46709 - Zoxc:par-merge, r=arielb1
2017-12-17 John Kåre AlsakerAdd sync module to rustc_data_structures
2017-12-17 Michael Hewsonupdate ui/arbitrary-self-types-not-object-safe with...
2017-12-17 Michael Hewsonfix ui test
2017-12-17 Michael Hewsonadd a ui test for the inference variable warning
2017-12-17 Michael Hewsonbetter variable names in tests
2017-12-17 Michael HewsonAdd tests with *const Rc<Self> and similar self types
2017-12-17 Michael HewsonWarn about inference variables behind raw pointers...
2017-12-17 Michael Hewsonremove test for issue #26194 because it is now redundant
2017-12-17 Michael Hewsonupdate error message in test/compile-fail/issue-26194.rs
2017-12-17 Michael HewsonFix ICE in probe::confirm::extract_existential_trait_re...
2017-12-17 Michael HewsonAdd a feature_gate test for raw pointer self
2017-12-17 Michael Hewsonshorten lines for tidy
2017-12-17 Michael Hewsondon't emit a type error if autoderef ends in an inferen...
2017-12-17 Michael Hewsonchanged some stuff in probe.rs and it broke libstd
2017-12-17 Michael Hewsonimplement raw-pointer `self`. Works for traits, includi...
2017-12-17 borsAuto merge of #46778 - petrochenkov:nounwrap, r=arielb1
2017-12-17 borsAuto merge of #46761 - zackmdavis:concerning_incorrect_...
2017-12-16 borsAuto merge of #46750 - varkor:imp-llmod, r=estebank
2017-12-16 Vadim Petrochenkovsyntax: Rename `P::unwrap` into `P::into_inner`
2017-12-16 borsAuto merge of #46763 - zackmdavis:and_the_case_of_the_e...
2017-12-16 borsAuto merge of #46743 - oli-obk:miri, r=eddyb
2017-12-16 borsAuto merge of #46722 - arielb1:single-self, r=eddyb
2017-12-16 Zack M. Davisin which `..` is suggested for erroneous `...` in struc...
2017-12-16 Zack M. Davisin which suggestions to borrow casts or binary expressi...
2017-12-16 borsAuto merge of #46719 - estebank:issue-39268, r=pnkfelix
2017-12-16 Simon SapinMove PhantomData<T> from Shared<T> to users of both...
2017-12-16 borsAuto merge of #46560 - Yoric:incr, r=michaelwoerister
2017-12-16 borsAuto merge of #46757 - michaelwoerister:revert-46562...
2017-12-15 Michael Woeristerincr.comp.: Revert hashing optimization that caused...
2017-12-15 borsAuto merge of #46540 - euclio:import-parents, r=nrc
2017-12-15 Niko Matsakisstop dumping DefPath into "failed type test" errors
2017-12-15 Andy Russellsave-analysis: dump extern crate imports
next