]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-03-26 Ralf JungMiri float->int casts: be explicit that this is saturating
2020-03-26 Alex MacleodAdd regression test for #66706
2020-03-26 Amanieu d'AntrasUpdate tests to use llvm_asm!
2020-03-26 Amanieu d'AntrasRename asm! to llvm_asm!
2020-03-26 Amin ArriaAdd tests based on issue #70372 comments
2020-03-26 Amin ArriaFix incorrect pattern warning "unreachable pattern"
2020-03-26 JOE1994add 'fn write_u16s'(rustc_mir::interpret::Memory)
2020-03-26 Oliver SchererEnable `--bless`ing of MIR dumps
2020-03-26 Guillaume GomezClean up E0459 explanation
2020-03-26 Mazdak Farrokhzaderror_bad_item_kind: add help text
2020-03-26 Mateusz MikułaUpgrade rustc and bootstrap dependencies
2020-03-26 Mazdak Farrokhzadrustc_hir_pretty: bump recursion_limit
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 Oliver SchererRemove unused argument
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 Mazdak Farrokhzadtrait_bound_spans -> sized_trait_bound_spans
2020-03-26 Camille GILLOTDon't allow access to the Session.
2020-03-26 Camille GILLOTRename read_query_job -> current_query_job and simplify it.
2020-03-26 Camille GILLOTAdd comment.
2020-03-26 Camille GILLOTSimplify generics on try_start.
2020-03-26 Camille GILLOTMove generics on QueryCache.
2020-03-26 Camille GILLOTPrune dependencies.
2020-03-26 Camille GILLOTRetire DepGraphSafe and HashStableContext.
2020-03-26 Camille GILLOTAccess QueryStateShard directly.
2020-03-26 Camille GILLOTUnify key types in get_lookup.
2020-03-26 Camille GILLOTRustfmt.
2020-03-26 Camille GILLOTMake librustc compile.
2020-03-26 Camille GILLOTMake librustc_query_system compile.
2020-03-26 Camille GILLOTMove query system to librustc_query_system.
2020-03-26 Camille GILLOTMake get_query into an extension trait.
2020-03-26 Camille GILLOTGeneralise Query starting.
2020-03-26 Camille GILLOTGeneralise JobOwner::try_start.
2020-03-26 Camille GILLOTGeneralise try_get_cached.
2020-03-26 Camille GILLOTMove HashStable bound to the trait definition.
2020-03-26 Camille GILLOTParametrise by try_collect_active_jobs.
2020-03-26 Camille GILLOTGeneralise QueryLatch.
2020-03-26 Camille GILLOTDecouple from DepKind.
2020-03-26 Camille GILLOTGeneralise QueryJobId.
2020-03-26 Camille GILLOTMake QueryContext a subtrait of DepContext.
2020-03-26 Camille GILLOTMake QueryCache generic on the context.
2020-03-26 Camille GILLOTMake QueryDescription parameter a type.
2020-03-26 Camille GILLOTMake QueryAccessor argument a type.
2020-03-26 Camille GILLOTMake QueryConfig argument a type.
2020-03-26 Rakshith RaviThrow error when encountering `...` instead of `.....
2020-03-26 PankajChaudhary5Refactor code
2020-03-26 borsAuto merge of #70391 - RalfJung:miri, r=RalfJung
2020-03-26 Ralf Jungupdate miri
2020-03-26 PankajChaudhary5Add long error explanation for E0703
2020-03-26 Nicholas NethercoteConvert a chained if-else to a match.
2020-03-26 Nicholas NethercoteIntroduce `EmitObj`.
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
next