]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 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 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 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 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...
2020-03-25 Mazdak FarrokhzadRollup merge of #70364 - petrochenkov:nofrustc, r=Centril
2020-03-25 Mazdak FarrokhzadRollup merge of #70361 - tmiasko:backtrace, r=Mark...
2020-03-25 Mazdak FarrokhzadRollup merge of #70349 - Centril:hir-outa-rustc, r...
2020-03-25 Mazdak FarrokhzadRollup merge of #70331 - jeremystucki:privacy, r=estebank
2020-03-25 Youngsuk Kimfix type name typo in doc comments
2020-03-25 Esteban KüberReduce error duplication for invalid placeholder types...
2020-03-24 Tyler MandryAdd test for #66312
2020-03-24 Mazdak Farrokhzadnormalize some imports, prefer direct ones.
2020-03-24 borsAuto merge of #70371 - Centril:rollup-ywi1vo3, r=Centril
2020-03-24 Mazdak FarrokhzadRollup merge of #70368 - bjorn3:patch-2, r=jonas-schievink
2020-03-24 Mazdak FarrokhzadRollup merge of #70359 - kornelski:mustsplit, r=Dylan-DPC
2020-03-24 Mazdak FarrokhzadRollup merge of #70355 - GuillaumeGomez:cleanup-e0454...
2020-03-24 Mazdak FarrokhzadRollup merge of #70350 - workingjubilee:patch-1, r...
2020-03-24 Mazdak FarrokhzadRollup merge of #70342 - withoutboats:io-slice-send...
2020-03-24 Mazdak FarrokhzadRollup merge of #70241 - RalfJung:global-mem, r=oli-obk
2020-03-24 Mazdak FarrokhzadRollup merge of #70234 - anp:tracked-std-traits, r...
2020-03-24 Mazdak FarrokhzadRollup merge of #70023 - GuillaumeGomez:cleanup-e0436...
2020-03-24 bjorn3Mark hotplug_codegen_backend as ignore-stage1
2020-03-24 Josh StoneImplement Fuse with Option
2020-03-24 Vadim Petrochenkovresolve: Remove `rustc_attrs` as a standalone feature...
2020-03-24 Esteban KüberFix placement of suggested generic param when bounds...
2020-03-24 Jeremy Stuckifmt
2020-03-24 Kornelmust_use on split_off
2020-03-24 Bastian Kauschkeupdate mir opt test
2020-03-24 borsAuto merge of #70190 - pietroalbini:gha, r=Mark-Simulacrum
2020-03-24 Without Boatsspaces between braces really ruin readability
2020-03-24 Pietro Albinici: add notice on top of the azure pipelines configuration
2020-03-24 Pietro Albinibootstrap: remove default and only_host from expand...
2020-03-24 Pietro Albinici: run the "bors build finished" jobs only during...
2020-03-24 Pietro Albinici: move the whole workspace directory on gha/linux
2020-03-24 Pietro Albinici: run gha workflows for try, auto and master on the...
2020-03-24 Pietro Albinici: fix out of disk space errors on linux GHA
2020-03-24 Pietro Albinici: don't move the build to C: on GitHub Actions
2020-03-24 Pietro Albinici: add github actions configuration
2020-03-24 Pietro Albinici: rename script windows-symlink-build-dir to symlink...
next