]> git.lizzy.rs Git - rust.git/history - compiler
Use Vec extend instead of repeated pushes in several places
[rust.git] / compiler /
2021-12-04 Mara BosUse IntoIterator for array impl everywhere.
2021-12-04 Michael HowellDo not add `;` to expected tokens list when it's wrong
2021-12-04 Hirochika MatsumotoDon't suggest types whose inner type is erroneous
2021-12-04 borsAuto merge of #91517 - matthiaskrgr:rollup-3fmp4go...
2021-12-04 Matthias KrügerRollup merge of #90519 - estebank:issue-84003, r=petroc...
2021-12-04 Matthias KrügerRollup merge of #89701 - tom7980:issue-89566-fix, r...
2021-12-04 Matthias KrügerRollup merge of #87054 - kit-981:master, r=scottmcm
2021-12-04 borsAuto merge of #88439 - cynecx:unwind_asm, r=Amanieu
2021-12-04 borsAuto merge of #91505 - matthiaskrgr:rollup-orxgsxo...
2021-12-04 Matthias KrügerRollup merge of #91488 - compiler-errors:issue-91477...
2021-12-04 Matthias KrügerRollup merge of #91481 - est31:let_else, r=jackh726
2021-12-04 Matthias KrügerRollup merge of #91478 - estebank:fix-newline-in-cast...
2021-12-04 Matthias KrügerRollup merge of #91385 - ecstatic-morse:pat-param-spec...
2021-12-04 Matthias KrügerRollup merge of #91209 - camelid:snapshot, r=jyn514
2021-12-04 Matthias KrügerRollup merge of #90851 - ibraheemdev:downcast-unchecked...
2021-12-04 Matthias KrügerRollup merge of #90538 - camelid:doc-recur-ty, r=estebank
2021-12-03 borsAuto merge of #91501 - camelid:rm-tuple-impls-2, r...
2021-12-03 Esteban KuberTweak "call this function" suggestion to have smaller...
2021-12-03 cynecxrustc_codegen_gcc: proper check for may_unwind
2021-12-03 cynecxadd `unwind_asm` feature gate for `may_unwind` option
2021-12-03 cynecxrustc_codegen_gcc: error on unwinding inline asm
2021-12-03 cynecxcg_cranelift: check may_unwind flag instead of cleanup
2021-12-03 cynecxLLVM codgen support for unwinding inline assembly
2021-12-03 cynecxAdjust llvm wrapper for unwinding support for inlineasm
2021-12-03 Amanieu d'AntrasAdd initial AST and MIR support for unwinding from...
2021-12-03 Noah LevDocument how recursion is handled for `ty::Ty`
2021-12-03 borsAuto merge of #90737 - eholk:intofuture, r=tmandry
2021-12-03 Esteban Kuberreview comment
2021-12-03 Esteban KuberAnnotate `derive`d spans and move span suggestion code
2021-12-03 Esteban KuberRemove some unnecessarily verbose code
2021-12-03 Esteban KuberModify `bounds_span` to ignore bounds coming from a...
2021-12-03 Esteban KuberKeep spans for generics in `#[derive(_)]` desugaring
2021-12-03 Tom FarmerUpdate invalid crate attributes, add help message
2021-12-03 Tobias KortkampExplain why libatomic is not needed on FreeBSD riscv64
2021-12-03 borsAuto merge of #91491 - spastorino:revert-91354, r=oli-obk
2021-12-03 Oli SchererRemove a code path that is neither documented nor can...
2021-12-03 borsAuto merge of #91393 - Julian-Wollersberger:lexer_optim...
2021-12-03 Santiago PastorinoRevert "Auto merge of #91354 - fee1-dead:const_env...
2021-12-03 borsAuto merge of #91286 - scottmcm:residual-trait, r=josht...
2021-12-03 borsAuto merge of #91486 - matthiaskrgr:rollup-699fo18...
2021-12-03 Michael GouletFix ICE when yielding in fn returning impl Trait
2021-12-03 Matthias KrügerRollup merge of #91483 - calebcartwright:sync-rustfmt...
2021-12-03 Matthias KrügerRollup merge of #91474 - rtzoeller:dfly_set_errno,...
2021-12-03 Matthias KrügerRollup merge of #91462 - b-naber:use-try-normalize...
2021-12-03 Matthias KrügerRollup merge of #91453 - ChrisDenton:doc-win-tls-dtors...
2021-12-03 Matthias KrügerRollup merge of #91381 - Amanieu:android_libdl, r=petro...
2021-12-03 Matthias KrügerRollup merge of #91273 - Badel2:ice-index-str, r=estebank
2021-12-03 Matthias KrügerRollup merge of #91170 - jsha:preload-fonts, r=Guillaum...
2021-12-03 Matthias KrügerRollup merge of #90854 - sanxiyn:unsized-and-uninhabite...
2021-12-03 Matthias KrügerRollup merge of #90269 - woppopo:const_option_expect...
2021-12-03 Matthias KrügerRollup merge of #88906 - Kixunil:box-maybe-uninit-write...
2021-12-03 borsAuto merge of #91339 - cbarrete:vecdeque-remove-grow...
2021-12-03 Caleb CartwrightMerge commit '8da837185714cefbb261e93e9846afb11c1dc60e...
2021-12-03 est31Use let_else in some more places in rustc_lint
2021-12-03 Jubilee YoungMerge commit 'a8385522ade6f67853edac730b5bf164ddb298fd...
2021-12-03 Dylan MacKenzieDon't "simplify" during optimizations if optimizations...
2021-12-03 Dylan MacKenzieSkip shim passes if they've already been run
2021-12-03 Dylan MacKenzieUse new MIR pass manager
2021-12-03 Dylan MacKenzieAdd pass for simple phase change
2021-12-03 Dylan MacKenzieUpdate passes with new interface
2021-12-03 Dylan MacKenzieImplement a pass manager
2021-12-03 Dylan MacKenzieMove instrument coverage config getters to `Options`
2021-12-03 Dylan MacKenzieMove `mir_opt_level` getter into `Options`
2021-12-03 Esteban KuberRemove incorrect newline from float cast suggestion
2021-12-02 b-naberuse try_normalize_erasing_regions in needs_drop
2021-12-02 borsAuto merge of #91469 - matthiaskrgr:rollup-xom3j55...
2021-12-02 Matthias KrügerRollup merge of #91466 - nnethercote:Symbol-interner...
2021-12-02 Matthias KrügerRollup merge of #91464 - ChrisDenton:doc-path-case...
2021-12-02 Matthias KrügerRollup merge of #91460 - ChrisDenton:doc-last-os-error...
2021-12-02 Matthias KrügerRollup merge of #91457 - steffahn:additional_test_from_...
2021-12-02 Matthias KrügerRollup merge of #91444 - RalfJung:miri-tests, r=dtolnay
2021-12-02 Matthias KrügerRollup merge of #91435 - FabianWolff:issue-91421-if...
2021-12-02 Matthias KrügerRollup merge of #91410 - ecstatic-morse:const-precise...
2021-12-02 Matthias KrügerRollup merge of #91387 - graydon:E0038-clarification...
2021-12-02 Matthias KrügerRollup merge of #91364 - FabianWolff:issue-91210-ptr...
2021-12-02 Matthias KrügerRollup merge of #91329 - Aaron1011:modulo-regions-test...
2021-12-02 Matthias KrügerRollup merge of #91321 - matthewjasper:constaint-placeh...
2021-12-02 Matthias KrügerRollup merge of #89954 - GuillaumeGomez:legacy-const...
2021-12-02 Nicholas NethercoteImprove the comments in `Symbol::interner`.
2021-12-02 borsAuto merge of #91318 - eggyal:reduce-boilerplate-around...
2021-12-02 Martin HabovstiakImplement write() method for Box<MaybeUninit<T>>
2021-12-02 Alan EgertonRename TypeFolderFallible to FallibleTypeFolder
2021-12-02 eggyalUpdate compiler/rustc_middle/src/ty/fold.rs
2021-12-02 Alan EgertonReduce boilerplate around infallible folders
2021-12-02 Alan EgertonRemove no-longer used `IdFunctor::map_id`
2021-12-02 borsAuto merge of #91455 - matthiaskrgr:rollup-gix2hy6...
2021-12-02 Matthias KrügerRollup merge of #91411 - ChrisDenton:valid-paths, r...
2021-12-02 Matthias KrügerRollup merge of #91394 - Mark-Simulacrum:bump-stage0...
2021-12-02 Matthias KrügerRollup merge of #91045 - mjptree:issue-90702-fix, r...
2021-12-02 Matthias KrügerRollup merge of #89234 - nbdd0121:discr, r=jackh726
2021-12-02 borsAuto merge of #91354 - fee1-dead:const_env, r=spastorino
2021-12-02 borsAuto merge of #91291 - GuillaumeGomez:const-deref-metho...
2021-12-02 borsAuto merge of #91003 - psumbera:sparc64-abi, r=nagisa
2021-12-01 borsAuto merge of #90446 - cjgillot:late-elided, r=jackh726
2021-12-01 MichaelImprove suggestion for extern crate self error message
2021-12-01 David TolnayPretty print empty blocks as {}
2021-12-01 Fabian WolffImprove diagnostic for missing half of binary operator...
2021-12-01 MichaelStop treating extern crate loading failures as fatal...
2021-12-01 MichaelFactor out build reduced graph for extern crate
2021-12-01 borsAuto merge of #91433 - matthiaskrgr:rollup-118ql06...
next