]> git.lizzy.rs Git - rust.git/history - src
Rollup merge of #69887 - GuillaumeGomez:cleanup-e0404, r=Dylan-DPC
[rust.git] / src /
2020-03-27 Dylan DPCRollup merge of #69887 - GuillaumeGomez:cleanup-e0404...
2020-03-27 Dylan DPCRollup merge of #65222 - Lucretiel:fold_self, r=kodrAus
2020-03-27 Guillaume Gomezclean up E0404 explanation
2020-03-27 borsAuto merge of #70282 - ssomers:btreemap_gdb_pretty_prin...
2020-03-27 borsAuto merge of #69470 - mati865:deps, r=Mark-Simulacrum
2020-03-27 borsAuto merge of #68404 - Amanieu:llvm-asm, r=estebank
2020-03-27 dylan_DPCremove unused import
2020-03-27 dylan_DPCsimplify test
2020-03-27 borsAuto merge of #70451 - Dylan-DPC:rollup-2g9oyht, r...
2020-03-27 Dylan DPCRollup merge of #70435 - Alexendoo:test-66706, r=Centril
2020-03-27 Dylan DPCRollup merge of #70344 - Centril:hir-pretty, r=eddyb
2020-03-27 Dylan DPCRollup merge of #70048 - TyPR124:mutable_osstr, r=dtolnay
2020-03-27 Dylan DPCRollup merge of #69936 - Aaron1011:fix/suggestion-cycle...
2020-03-27 Dylan DPCRollup merge of #69644 - ecstatic-morse:unified-dataflo...
2020-03-26 Dylan MacKenzieMake `framework` a private module
2020-03-26 Dylan MacKenzieUpdate `framework` module docs
2020-03-26 Dylan MacKenzieMove `BottomValue` into `framework/mod.rs`
2020-03-26 Dylan MacKenzieUpdate imports from `dataflow::generic` to `dataflow`
2020-03-26 Dylan MacKenzieUpdate use statements in `dataflow/mod.rs`
2020-03-26 Dylan MacKenzieRename `dataflow::generic` to `dataflow::framework`
2020-03-26 Dylan MacKenzieMove `MoveDataParamEnv` to beginning of module
2020-03-26 Dylan MacKenzieRemove `BitDenotation` framework
2020-03-26 Stein SomersTest and fix gdb pretty printing again
2020-03-26 dylan_DPCfix docs
2020-03-26 borsAuto merge of #70441 - Dylan-DPC:rollup-qv7h2ph, r...
2020-03-26 Dylan DPCRollup merge of #70437 - RalfJung:miri-saturate, r...
2020-03-26 Dylan DPCRollup merge of #70429 - GuillaumeGomez:cleanup-e0459...
2020-03-26 Dylan DPCRollup merge of #70428 - Centril:move-to-mod, r=petroch...
2020-03-26 Dylan DPCRollup merge of #70413 - AminArria:match-pattern-incorr...
2020-03-26 Dylan DPCRollup merge of #70397 - JOE1994:write_wide_str, r...
2020-03-26 Dylan DPCRollup merge of #70384 - nnethercote:refactor-object...
2020-03-26 Nathan WestAdd fold_self
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 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 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 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 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 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