]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-11-21 Simon SapinDocument the size of bool
2017-11-21 borsAuto merge of #45701 - cramertj:impl-trait-this-time...
2017-11-21 borsAuto merge of #45545 - durka:macro-backtrace, r=nrc
2017-11-21 borsAuto merge of #45039 - QuietMisdreavus:doc-spotlight...
2017-11-20 borsAuto merge of #46130 - kennytm:rollup, r=kennytm
2017-11-20 kennytmRollup merge of #46128 - Coding-Doctors:patch-1, r...
2017-11-20 kennytmRollup merge of #46124 - rkruppe:no-llvm_unreachable...
2017-11-20 kennytmRollup merge of #46122 - malbarbo:docs, r=steveklabnik
2017-11-20 kennytmRollup merge of #46121 - malbarbo:rc_arc_pointer, r...
2017-11-20 kennytmRollup merge of #46119 - ritiek:master, r=arielb1
2017-11-20 kennytmRollup merge of #46107 - nyanzebra:develop, r=kennytm
2017-11-20 kennytmRollup merge of #46092 - sfackler:ppid, r=alexcrichton
2017-11-20 kennytmRollup merge of #46088 - vitiral:read_doc, r=steveklabnik
2017-11-20 kennytmRollup merge of #46082 - Enet4:mutex_from, r=sfackler
2017-11-20 Benjamin HoffmeyerFix result for assert_eq
2017-11-20 Benjamin HoffmeyerFix doc tests for trim_right_matches
2017-11-20 Alex Burkaaddress review comments
2017-11-20 Taylor CramerClippy is broken
2017-11-20 Marco A L BarbosaPrint the address of the pointed value in Pointer impl...
2017-11-20 borsAuto merge of #46110 - steveklabnik:update-books, r...
2017-11-20 Robin Kruppe[rustllvm] Use report_fatal_error over llvm_unreachable
2017-11-20 Marco A L BarbosaFix some docs summary nits
2017-11-20 Ritiek MalhotraFix typo in MRI "cannot move out of borrowed content"
2017-11-20 borsAuto merge of #45645 - fhartwig:39550, r=QuietMisdreavus
2017-11-20 steveklabnikUpdate books for next release
2017-11-20 borsAuto merge of #45998 - ollie27:doc_book_css, r=steveklabnik
2017-11-20 borsAuto merge of #45905 - alexcrichton:add-wasm-target...
2017-11-20 borsAuto merge of #45819 - Havvy:cell, r=aturon
2017-11-20 Alex Crichtonstd: Add a new wasm32-unknown-unknown target
2017-11-20 borsAuto merge of #46068 - wesleywiser:incr_duplicate_read_...
2017-11-20 Robert T BaldwinFixes spelling error in COMPILER_TESTS.md
2017-11-20 Alex Burkatidy 😡
2017-11-20 Alex Burkabreak rustfmt
2017-11-19 Florian HartwigMake rustdoc not include self-by-value methods from...
2017-11-19 Alex Burkause -Z flag instead of env var
2017-11-19 Alex Burkaupdate UI tests
2017-11-19 Alex Burkaadd UI test
2017-11-19 Alex Burkashow macro backtrace with env var
2017-11-19 borsAuto merge of #45225 - eddyb:trans-abi, r=arielb1
2017-11-19 Eduard-Mihai... Revert "tests: Update run-make/issue-25581 to reflect...
2017-11-19 Steven FacklerAdd process::parent_id
2017-11-19 Eduard-Mihai... rustc_trans: remove primitive_align optimization.
2017-11-19 borsAuto merge of #45454 - Aaronepower:master, r=alexcrichton
2017-11-19 Michael WoeristerRemove some trailing whitespace.
2017-11-19 Michael WoeristerFix tidy line-length issue.
2017-11-19 Eduard-Mihai... rustc_trans: work around i686-pc-windows-msvc byval...
2017-11-19 borsAuto merge of #46074 - scottmcm:unspecialize-nth, r...
2017-11-19 Eduard-Mihai... cargotest: temporarily use eddyb/servo to include servo...
2017-11-19 Eduard-Mihai... Don't glob-import overlapping variant names in test...
2017-11-19 borsAuto merge of #46064 - Keruspe:master, r=sfackler
2017-11-19 borsAuto merge of #46048 - cramertj:update-libc-2, r=alexcr...
2017-11-19 Eduard-Mihai... rustc_trans: (hack) use preferred alignment for atomic...
2017-11-19 Eduard-Mihai... rustc: rename CachedLayout to LayoutDetails.
2017-11-19 Eduard-Mihai... rustc: extend the niche-filling enum optimization past...
2017-11-19 Eduard-Mihai... rustc: use layout::Abi::ScalarPair for structs in more...
2017-11-19 Eduard-Mihai... rustc_trans: remove type_is_fat_ptr and its uses.
2017-11-19 Eduard-Mihai... rustc: don't special-case Box<T> as having a pointer...
2017-11-19 Eduard-Mihai... rustc_trans: support scalar pairs directly in the Rust...
2017-11-19 Eduard-Mihai... rustc: unpack scalar pair newtype layout ABIs.
2017-11-19 Eduard-Mihai... rustc: unpack scalar newtype layout ABIs.
2017-11-19 Eduard-Mihai... rustc_trans: be more relaxed with non-lvalue consumes...
2017-11-19 Eduard-Mihai... rustc: place ZSTs first during struct field reordering.
2017-11-19 Eduard-Mihai... rustc: encode scalar pairs in layout ABI.
2017-11-19 Eduard-Mihai... rustc_trans: restrict "immediate pairs" to pairs of...
2017-11-19 Eduard-Mihai... rustc_trans: generate LLVM pointee types based on align...
2017-11-19 Eduard-Mihai... rustc_trans: compute better align/dereferenceable attri...
2017-11-19 Eduard-Mihai... rustc: optimize out uninhabited types and variants.
2017-11-19 Eduard-Mihai... rustc: track validity ranges for layout::Abi::Scalar...
2017-11-19 Eduard-Mihai... rustc: remove redundant/unused fields from layout:...
2017-11-19 Eduard-Mihai... rustc: generalize layout::Variants::NicheFilling to...
2017-11-19 Eduard-Mihai... rustc_trans: check for layout::I1 instead of TyBool.
2017-11-19 Eduard-Mihai... rustc: make TyLayout::field(NonZero<*T>, 0) return &T.
2017-11-19 Eduard-Mihai... rustc: support u128 discriminant ranges.
2017-11-19 Eduard-Mihai... rustc: collapse the remains of Layout into Variants...
2017-11-19 Eduard-Mihai... rustc: move size, align & primitive_align from Abi...
2017-11-19 Eduard-Mihai... rustc_trans: go through layouts uniformly for fat point...
2017-11-19 Eduard-Mihai... rustc: collapse Layout::FatPointer into Layout::Univariant.
2017-11-19 Eduard-Mihai... rustc_trans: query LLVM types from a layout instead...
2017-11-19 Eduard-Mihai... rustc_trans: keep a layout instead of a type in {Lvalue...
2017-11-19 Eduard-Mihai... rustc_trans: nest abi::ArgType's for fat pointers inste...
2017-11-19 Eduard-Mihai... rustc_trans: pass OperandRef arguments to trans_intrins...
2017-11-19 Eduard-Mihai... rustc: do not pub use Layout::* in layout.
2017-11-19 Eduard-Mihai... rustc_trans: compute LLVM types from type layouts,...
2017-11-19 Eduard-Mihai... rustc: split layout::FieldPlacement::Linear back into...
2017-11-19 Eduard-Mihai... rustc: move layout::Struct into FieldPlacement/Abi.
2017-11-19 Eduard-Mihai... rustc: hide details in Layout in favor of Abi or FieldP...
2017-11-19 Eduard-Mihai... rustc: store CachedLayout for each variant of enum...
2017-11-19 Eduard-Mihai... rustc: move size/alignment from Layout into layout...
2017-11-19 Eduard-Mihai... rustc: make Layout::NullablePointer a lot more like...
2017-11-19 Eduard-Mihai... rustc: collapse Layout::CEnum into Layout::General.
2017-11-19 Eduard-Mihai... rustc: give Layout::CEnum a discriminant field like...
2017-11-19 Eduard-Mihai... rustc: move CEnum's signedness into Primitive::Int.
2017-11-19 Eduard-Mihai... rustc: use Primitive instead of Integer for CEnum and...
2017-11-19 Eduard-Mihai... rustc: do not track `non_zero` in Layout.
2017-11-19 Eduard-Mihai... rustc: collapse Layout::{Raw,StructWrapped}NullablePoin...
2017-11-19 Eduard-Mihai... rustc: introduce layout::Abi for reduced general ABI...
2017-11-19 Eduard-Mihai... rustc: represent the discriminant as a field for Layout...
2017-11-19 Eduard-Mihai... rustc_trans: treat General enums like unions.
2017-11-19 Eduard-Mihai... rustc: pre-compute field placements out of Layout.
2017-11-19 Eduard-Mihai... rustc: remove Ty::layout and move everything to layout_of.
next