]> git.lizzy.rs Git - rust.git/history - compiler
Rollup merge of #93147 - nnethercote:interner-cleanups, r=lcnr
[rust.git] / compiler /
2022-01-19 Matthias KrügerRollup merge of #91278 - SparrowLii:place, r=spastorino
2022-01-19 Matthias KrügerRollup merge of #89621 - digama0:patch-2, r=yaahc
2022-01-19 Matthias KrügerRollup merge of #88642 - c410-f3r:let_chains_2, r=matth...
2022-01-19 David TolnayEliminate left and right cursors in favor of ring buffer
2022-01-19 David TolnayEliminate eof token state
2022-01-19 David TolnaySimplify the buffer push done by scan_break
2022-01-19 David TolnayEliminate a check_stack call on an empty scan stack
2022-01-19 David TolnayIndex a single time in check_stack
2022-01-19 David TolnayImplement check_stack nonrecursively
2022-01-19 David TolnayImplement check_stream nonrecursively
2022-01-19 David TolnayReplace `if` + `unwrap` with `if let` in check_stack
2022-01-19 David TolnayEnsure Printer buf is always indexed using self.left...
2022-01-19 David TolnayInline Printer's scan_pop_bottom method
2022-01-19 David TolnayInline Printer's scan_top method
2022-01-19 David TolnayInline Printer's scan_pop method
2022-01-19 David TolnaySimplify ring buffer pushes
2022-01-19 David TolnayInline Printer's scan_push method
2022-01-19 David TolnayInline Printer's advance_right method
2022-01-19 Noah LevMake suggestions verbose
2022-01-19 Noah LevShorten and improve messages
2022-01-18 borsAuto merge of #93048 - matthiaskrgr:rollup-cz5ma34...
2022-01-18 Eric HolkFix build after rebase
2022-01-18 CaioFormally implement let chains
2022-01-18 Eric HolkUse .. patterns in cfg_build.rs
2022-01-18 Eric HolkRespond to code review comments
2022-01-18 Eric HolkSafely handle partial drops
2022-01-18 Eric Holkdrop_ranges: Add TrackedValue enum
2022-01-18 Eric HolkHandle uninhabited return types
2022-01-18 Eric HolkTrack changed bitsets in CFG propagation
2022-01-18 Eric HolkRemove clones and most allocations from propagate_to_fi...
2022-01-18 Eric HolkHandle empty loops better
2022-01-18 Eric HolkExplicitly list all ExprKinds in cfg_build
2022-01-18 Eric HolkHandle reinits in match guards
2022-01-18 Eric HolkMore comments and refactoring
2022-01-18 Eric HolkFixing formatting
2022-01-18 Eric HolkAdditional cleanup
2022-01-18 Eric HolkRefactor drop_ranges
2022-01-18 Eric HolkAddress code review comments
2022-01-18 Eric HolkAdd more comments
2022-01-18 Eric HolkRefactor code to keep most drop range analysis in drop_...
2022-01-18 Eric HolkMore comments and small cleanups
2022-01-18 Eric HolkFix control flow handling in generator_interior
2022-01-18 Eric HolkHandle break and continue. Change fixpoint computation...
2022-01-18 Eric HolkRevamped DropRange data structure
2022-01-18 Eric HolkMore tracing and tests
2022-01-18 Eric HolkHandle more cases with conditionally initialized/droppe...
2022-01-18 Eric HolkBasic loop support
2022-01-18 Eric HolkSupport reinitialization of variables
2022-01-18 Eric HolkSupport conditional drops
2022-01-18 Eric HolkAttribute drop to parent expression of the consume...
2022-01-18 Eric HolkMake generator and async-await tests pass
2022-01-18 Eric HolkTrack drops across multiple yields
2022-01-18 Eric HolkTrack drop points in generator_interior
2022-01-18 Matthias KrügerRollup merge of #93035 - Amanieu:stdarch_fix, r=Mark...
2022-01-18 Matthias KrügerRollup merge of #93026 - klensy:f-typo, r=scottmcm
2022-01-18 Matthias KrügerRollup merge of #93018 - pierwill:rm-unused-ord, r...
2022-01-18 Matthias KrügerRollup merge of #92924 - dtolnay:pptracing, r=Mark...
2022-01-18 Matthias KrügerRollup merge of #92780 - b-naber:postpone-const-eval...
2022-01-18 Matthias KrügerRollup merge of #92692 - jsha:cool-sidebar, r=Guillaume...
2022-01-18 Matthias KrügerRollup merge of #92425 - calebzulawski:simd-cast, r...
2022-01-18 Matthias KrügerRollup merge of #91150 - dtolnay:qpath, r=davidtwco
2022-01-18 Matthias KrügerRollup merge of #90782 - ricobbe:binutils-dlltool,...
2022-01-18 David TolnayMove item-related pretty printing functions to module
2022-01-18 David TolnayMove expr-related pretty printing functions to module
2022-01-18 est31Use let_else in even more places
2022-01-18 David TolnayDelete pretty printer tracing
2022-01-18 pierwillRemove some unused `Ord` derivations based on `DefId`
2022-01-18 borsAuto merge of #92731 - bjorn3:asm_support_changes,...
2022-01-18 threadexceptionImplement tuple array diagnostic
2022-01-18 lcnrintra-doc links
2022-01-18 lcnrprivacy: update `visit_infer`
2022-01-18 lcnrgeneric_arg_infer: placeholder in signature err
2022-01-18 lcnrremove unnecessary fixme
2022-01-18 lcnrchange `ct_infer` to a delay_span_bug
2022-01-18 borsAuto merge of #87648 - JulianKnodt:const_eq_constrain...
2022-01-18 borsAuto merge of #93021 - matthiaskrgr:rollup-o7z8zoe...
2022-01-18 Caleb ZulawskiImprove documentation of splatted constants
2022-01-18 Matthias KrügerRollup merge of #93016 - Amanieu:vec_spare_capacity...
2022-01-18 Matthias KrügerRollup merge of #93004 - krasimirgg:threadlocal-llvm...
2022-01-18 Matthias KrügerRollup merge of #92997 - woppopo:test92114, r=Mark...
2022-01-18 Matthias KrügerRollup merge of #92947 - vacuus:rustdoc-core-visit...
2022-01-18 Matthias KrügerRollup merge of #92946 - kaniini:chore/llvm-libunwind...
2022-01-18 Matthias KrügerRollup merge of #92923 - dtolnay:ringbuffer, r=petrochenkov
2022-01-18 Matthias KrügerRollup merge of #92914 - camelid:snapshot-text, r=Guill...
2022-01-18 Matthias KrügerRollup merge of #92870 - llogiq:atomic_bool_sym, r...
2022-01-18 Matthias KrügerRollup merge of #92866 - maxwase:does_exist_typo, r...
2022-01-18 Matthias KrügerRollup merge of #92830 - jsha:style-cleanups, r=Guillau...
2022-01-18 Matthias KrügerRollup merge of #92803 - jsha:hide-sidebar, r=Guillaume...
2022-01-18 Matthias KrügerRollup merge of #92701 - ehuss:even-more-attr-validatio...
2022-01-18 Matthias KrügerRollup merge of #92640 - compiler-errors:array-deref...
2022-01-18 Matthias KrügerRollup merge of #92629 - jsha:theme-picker-local-only...
2022-01-18 Caleb ZulawskiUpdate compiler/rustc_codegen_llvm/src/builder.rs
2022-01-18 borsAuto merge of #93001 - flip1995:clippyup, r=Manishearth
2022-01-17 borsAuto merge of #93009 - matthiaskrgr:rollup-3fkxg6i...
2022-01-17 pierwillRm some unused ord impls
2022-01-17 David TolnayAbstract the pretty printer's ringbuffer to be infinite...
2022-01-17 kadminUpdate with final comments
2022-01-17 kadminAdd term to ExistentialProjection
2022-01-17 kadminUpdate w/ comments
2022-01-17 kadminUpdate term for use in more places
next