]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-26 Tim DiekmannMark `Layout::dangling` inline
2020-03-26 Tim DiekmannApply suggestions from code review
2020-03-26 Tim DiekmannRemove alignment from `MemoryBlock`
2020-03-26 Tim DiekmannRemove unused import from libcore/alloc
2020-03-26 Tim DiekmannFix safety section of `RawVec::into_box`
2020-03-26 Tim DiekmannFix wording in `RawVec::from_raw_parts(_in)`
2020-03-26 Tim DiekmannRemove check for ZST in `RawVec::needs_to_grow`
2020-03-26 Tim DiekmannRefine docs for `RawVec::from_raw_parts(_in)`
2020-03-26 Tim DiekmannRemove the note on the internal capacity field in ...
2020-03-26 Tim DiekmannFix assertion in `shrink` to use `capacity()` instead
2020-03-26 Tim DiekmannFix comment in `RawVec::into_box()`
2020-03-26 Tim DiekmannFix ZST handling for `RawVec`
2020-03-26 Tim DiekmannAdd comment to `AllocRef` implementation for `System`
2020-03-26 Tim DiekmannUse `NonNull` instead of `Unique` in `MemoryBlock`
2020-03-26 Tim DiekmannFix issues from review and unsoundness of `RawVec:...
2020-03-26 Tim DiekmannOverhaul of the `AllocRef` trait to match allocator...
2020-03-26 borsAuto merge of #70427 - Centril:rollup-lrcad2c, r=Centril
2020-03-26 Mazdak FarrokhzadRollup merge of #70424 - lcnr:nit, r=Centril
2020-03-26 Mazdak FarrokhzadRollup merge of #70417 - rakshith-ravi:master, r=Centril
2020-03-26 Mazdak FarrokhzadRollup merge of #70411 - ogoffart:fix-62691, r=eddyb
2020-03-26 Mazdak FarrokhzadRollup merge of #70385 - RalfJung:miri-nits, r=eddyb
2020-03-26 Mazdak FarrokhzadRollup merge of #68004 - nikomatsakis:negative-impls...
2020-03-26 Olivier GoffartReorganize a bit the code and add a comment
2020-03-26 Niko Matsakiswip pacify the merciless ui tests
2020-03-26 Niko Matsakispacify the merciless x.py fmt
2020-03-26 Niko Matsakisuse slice pattern instead of calling `is_empty()` and...
2020-03-26 Niko Matsakisadd test for negative specializes negative
2020-03-26 Niko Matsakismove stderr file too
2020-03-26 Niko Matsakisgive the negative-impls-builtin test a more sensible...
2020-03-26 Niko Matsakiscomment the `typeck-negative-impls-builtin` test
2020-03-26 Niko Matsakismove feature-gate-negative-impls test to traits/negativ...
2020-03-26 Niko Matsakisconvert to doc comments
2020-03-26 Niko Matsakisbump negative impls version to 1.44.0
2020-03-26 Niko Matsakiscreate a tracking issue and link to it
2020-03-26 Niko Matsakisintroduce `negative_impls` feature gate and document
2020-03-26 Niko Matsakismake a custom error for overlap with negative impls
2020-03-26 Niko Matsakispermit negative impls for non-auto traits
2020-03-26 Bastian Kauschkesimplify match stmt
2020-03-26 Rakshith RaviThrow error when encountering `...` instead of `.....
2020-03-26 borsAuto merge of #70391 - RalfJung:miri, r=RalfJung
2020-03-26 Ralf Jungupdate miri
2020-03-26 borsAuto merge of #70415 - Centril:rollup-1zttfvl, r=Centril
2020-03-26 Mazdak FarrokhzadRollup merge of #70395 - ehuss:update-cargo, r=ehuss
2020-03-26 Mazdak FarrokhzadRollup merge of #70389 - Centril:borrowck-no-underscore...
2020-03-26 Mazdak FarrokhzadRollup merge of #70386 - Centril:patty, r=estebank
2020-03-26 Mazdak FarrokhzadRollup merge of #70375 - RalfJung:check-defined-err...
2020-03-26 Mazdak FarrokhzadRollup merge of #69878 - estebank:chained-ops, r=Centril
2020-03-26 Mazdak FarrokhzadRollup merge of #69866 - estebank:guess_head_span,...
2020-03-26 Mazdak Farrokhzadtypeck/pat: address review comments
2020-03-26 Mazdak Farrokhzadborrowck diagnostics: address review comments.
2020-03-26 Esteban Küberreview comments
2020-03-26 Esteban KüberTweak chained operators diagnostic
2020-03-25 Esteban KüberRename `def_span` to `guess_head_span`
2020-03-25 Olivier GoffartRevert previous commit and make the optimisation in...
2020-03-25 Ralf Jungavoid catching InterpError
2020-03-25 borsAuto merge of #70412 - Dylan-DPC:rollup-yuq2mfy, r...
2020-03-25 Dylan DPCRollup merge of #70409 - mathstuf:gitignore-target...
2020-03-25 Dylan DPCRollup merge of #70407 - spastorino:avoid-nomination...
2020-03-25 Dylan DPCRollup merge of #70406 - GuillaumeGomez:cleanup-e0458...
2020-03-25 Dylan DPCRollup merge of #70392 - brain0:fixxpy, r=Mark-Simulacrum
2020-03-25 Dylan DPCRollup merge of #69700 - anyska:layout-details-rename...
2020-03-25 Olivier GoffartOptimize slightly by avoiding to call Niche::reserve...
2020-03-25 Olivier GoffartFix for #62691: use the largest niche across all fields
2020-03-25 Ben Boeckelgitignore: allow target to be a symlink
2020-03-25 Santiago PastorinoRevert "Automatically tag as nominated for T-compiler"
2020-03-25 Guillaume GomezClean up E0458 explanation
2020-03-25 borsAuto merge of #70404 - Dylan-DPC:rollup-iikcm6r, r...
2020-03-25 Dylan DPCRollup merge of #70379 - JOE1994:patch-2, r=petrochenkov
2020-03-25 Dylan DPCRollup merge of #70366 - cuviper:option-fuse, r=dtolnay
2020-03-25 Dylan DPCRollup merge of #70352 - bishtpawan:doc/61137-add-long...
2020-03-25 Dylan DPCRollup merge of #70319 - lcnr:issue63695, r=eddyb
2020-03-25 Dylan DPCRollup merge of #70226 - RalfJung:checked, r=oli-obk
2020-03-25 Josh Stoneimpl TrustedRandomAccess for Fuse without FusedIterator
2020-03-25 Eric HussUpdate cargo.
2020-03-25 Thomas BächlerMake x.py compatible with python 3.8.
2020-03-25 Bastian Kauschkerun test only on 64bit
2020-03-25 Ana-Maria MihalacheRename LayoutDetails to just Layout.
2020-03-25 Ralf Jungadd usize methods for Size getters
2020-03-25 Ralf Junggo back to infix ops for Size
2020-03-25 Ralf Jungadd helper method for ptr ops on Scalar; reduce unneces...
2020-03-25 Ralf Junguse Size addition instead of checked int addition
2020-03-25 Ralf Jungmake Size::from* methods generic in the integer type...
2020-03-25 Ralf Jungremove unnecessary cast
2020-03-25 Ralf Jungmiri: avoid a bunch of casts by offering usized-based...
2020-03-25 Ralf Jungavoid double-cast in mplace_field
2020-03-25 Ralf Jungmake bit_width return u64, consistently with other...
2020-03-25 Ralf Junguse checked casts and arithmetic in Miri engine
2020-03-25 Ralf Jungmiri: simplify shift operator overflow checking
2020-03-25 borsAuto merge of #70297 - nnethercote:clean-up-debugging...
2020-03-25 Mazdak Farrokhzadborrowck: prefer "value" over "`_`".
2020-03-25 Mazdak Farrokhzadsimplify check_pat_tuple_struct
2020-03-25 Ralf Jungrename def_id -> static_def_id
2020-03-25 Ralf Jungbetter explain GLOBAL_KIND choice
2020-03-25 Mazdak Farrokhzadimprove non-exhaustive struct pat error
2020-03-25 Mazdak Farrokhzadis_union() instead of string comparsion
2020-03-25 bishtpawanupdate tool_lints
2020-03-25 borsAuto merge of #70383 - Centril:rollup-hmfft3y, r=Centril
2020-03-25 Mazdak FarrokhzadRollup merge of #70376 - tmandry:issue-66312, r=Centril
2020-03-25 Mazdak FarrokhzadRollup merge of #70373 - Centril:canon-imports, r=Mark...
2020-03-25 Mazdak FarrokhzadRollup merge of #70369 - estebank:bad-placeholder-in...
next