]> git.lizzy.rs Git - rust.git/history - src
resolve lifetimes for const generic defaults
[rust.git] / src /
2022-02-05 Michael Gouletresolve lifetimes for const generic defaults
2022-02-02 borsAuto merge of #93101 - Mark-Simulacrum:library-backtrac...
2022-02-02 borsAuto merge of #93594 - matthiaskrgr:rollup-lcvhpdv...
2022-02-02 Mark RousskovConfigure panic hook backtrace behavior
2022-02-02 Matthias KrügerRollup merge of #93592 - est31:remove_unused_deps,...
2022-02-02 Matthias KrügerRollup merge of #93590 - est31:let_else, r=lcnr
2022-02-02 Matthias KrügerRollup merge of #93574 - compiler-errors:bad-let-sugges...
2022-02-02 Matthias KrügerRollup merge of #93571 - compiler-errors:better-where...
2022-02-02 Matthias KrügerRollup merge of #93546 - tmiasko:validate-switch-int...
2022-02-02 Matthias KrügerRollup merge of #93542 - GuillaumeGomez:lifetime-elisio...
2022-02-02 Matthias KrügerRollup merge of #93221 - alyssaverkade:fix-93093, r...
2022-02-02 Matthias KrügerRollup merge of #92528 - tmiasko:combine-commutative...
2022-02-02 borsAuto merge of #93312 - pierwill:map-all-local-trait...
2022-02-02 borsAuto merge of #93154 - michaelwoerister:fix-generic...
2022-02-02 borsAuto merge of #93573 - matthiaskrgr:rollup-nrjmygz...
2022-02-02 Michael Gouletbetter suggestion for duplicated `where`
2022-02-02 Michael Gouletdon't suggest adding `let` due to expressions inside...
2022-02-02 Matthias KrügerRollup merge of #93560 - steffahn:a_typo, r=petrochenkov
2022-02-02 Matthias KrügerRollup merge of #93559 - danielframpton:link-args-typo...
2022-02-02 Matthias KrügerRollup merge of #93531 - TheColdVoid:patch-1, r=m-ou-se
2022-02-02 Matthias KrügerRollup merge of #93493 - GKFX:char-docs-2, r=scottmcm
2022-02-02 Matthias KrügerRollup merge of #93420 - jsha:adjust-settings-layout...
2022-02-02 Matthias KrügerRollup merge of #92788 - estebank:colon-colon, r=cjgillot
2022-02-02 Matthias KrügerRollup merge of #92758 - mfrw:mfrw/rustdoc-impl-write...
2022-02-02 borsAuto merge of #93466 - cjgillot:query-dead, r=nagisa
2022-02-02 Esteban KuberDetect `::` -> `:` typo in type argument
2022-02-01 borsAuto merge of #93285 - JulianKnodt:const_eq_2, r=oli-obk
2022-02-01 kadminFix w/ comments
2022-02-01 borsAuto merge of #93442 - yaahc:Termination-abstraction...
2022-02-01 borsAuto merge of #93548 - matthiaskrgr:rollup-f7dkn3p...
2022-02-01 Matthias KrügerRollup merge of #93436 - dcsommer:master, r=Mark-Simulacrum
2022-02-01 Matthias KrügerRollup merge of #93290 - lcnr:same_type, r=jackh726
2022-02-01 Matthias KrügerRollup merge of #93267 - lcnr:auto-trait-lint, r=nikoma...
2022-02-01 Matthias KrügerRollup merge of #92584 - lcnr:query-stable-lint, r...
2022-02-01 Matthias KrügerRollup merge of #92021 - woodenarrow:br_single_fp_eleme...
2022-02-01 Matthias KrügerRollup merge of #91828 - oxalica:feat/waker-getters...
2022-02-01 Matthias KrügerRollup merge of #86374 - bossmc:enable-static-pie-for...
2022-02-01 borsAuto merge of #93284 - eholk:disable-drop-range-analysi...
2022-02-01 Muhammad Falak R... librustdoc: render: use render_into instead of creating...
2022-02-01 Muhammad Falak R... librustdoc: inline and forward all methods for `impl...
2022-02-01 Muhammad Falak R... librustdoc: impl core::fmt::Write for rustdoc::html...
2022-02-01 Camille GILLOTMake dead code check a query.
2022-02-01 Guillaume GomezAdd test to ensure lifetime is not elided in type alias
2022-02-01 Guillaume GomezFix lifetime elision in type aliases
2022-02-01 lcnrremove `TyS::same_type`
2022-02-01 borsAuto merge of #86988 - thomcc:chunky-splitz-says-no...
2022-02-01 Michael Woeristerdebuginfo: Make sure that type names for closure and...
2022-02-01 lcnradd a rustc::query_stability lint
2022-02-01 lcnrsilence lint in clippy
2022-02-01 lcnrimplement lint for suspicious auto trait impls
2022-02-01 borsAuto merge of #93534 - ehuss:rollup-9ecozo9, r=ehuss
2022-02-01 Eric HussRollup merge of #93533 - ehuss:update-cargo, r=ehuss
2022-02-01 Eric HussUpdate cargo
2022-02-01 Eric HussRollup merge of #93532 - ehuss:update-books, r=ehuss
2022-02-01 Eric HussUpdate books
2022-02-01 Eric HussRollup merge of #93513 - dtolnay:linewidth, r=nagisa
2022-02-01 Eric HussRollup merge of #93504 - solid-rs:fix-kmc-solid-stack...
2022-02-01 Eric HussRollup merge of #93492 - Mark-Simulacrum:shorter-failur...
2022-02-01 Eric HussRollup merge of #93456 - bjorn3:remove_unnecessary_unsa...
2022-02-01 Eric HussRollup merge of #93090 - jyn514:errorkind-asstr, r...
2022-02-01 Eric HussRollup merge of #93019 - 5225225:uppercase-suffix,...
2022-02-01 Eric HussRollup merge of #91343 - FabianWolff:issue-91328-as...
2022-02-01 borsAuto merge of #93259 - eddyb:diagbld-scalar-pair, r...
2022-02-01 borsAuto merge of #93386 - WaffleLapkin:rustc_must_implemen...
2022-01-31 borsAuto merge of #93381 - tmiasko:is-self-recursive, r...
2022-01-31 David TolnayBless all pretty printer tests and ui tests
2022-01-31 kadminAdd ValuePairs::Terms & Fix compile error
2022-01-31 Fabian WolffAdd match on `Vec<_>` to `ui/typeck/issue-91328.rs...
2022-01-31 Fabian WolffFix suggestion to slice if scrutinee is a `Result`...
2022-01-31 borsAuto merge of #93348 - spastorino:fix-perf-overlap...
2022-01-31 5225225Write UI tests, tweak message
2022-01-31 Santiago PastorinoMove overlap_mode into trait level attribute + feature...
2022-01-31 borsAuto merge of #93373 - spastorino:def_id_to_hir_id_refa...
2022-01-31 borsAuto merge of #93498 - matthiaskrgr:rollup-k5shwrc...
2022-01-31 Jacob Hoffman-AndrewsImprove wrapping on settings page
2022-01-31 borsAuto merge of #93499 - matthiaskrgr:rollup-icdex11...
2022-01-31 Matthias KrügerRollup merge of #93494 - solid-rs:fix-kmc-solid-spawned...
2022-01-31 Matthias KrügerRollup merge of #93485 - est31:remove_curly, r=joshtriplett
2022-01-31 Matthias KrügerRollup merge of #93480 - est31:remove_unstable_deprecat...
2022-01-31 Matthias KrügerRollup merge of #93471 - cuviper:direntry-file_type...
2022-01-31 Matthias KrügerRollup merge of #93462 - ChrisDenton:systime-doc, r...
2022-01-31 Matthias KrügerRollup merge of #93461 - dtolnay:fmtyield, r=davidtwco
2022-01-31 Matthias KrügerRollup merge of #93403 - nagisa:total-cmp-review, r...
2022-01-31 Matthias KrügerRollup merge of #93395 - camelid:reserved-sugg, r=davidtwco
2022-01-31 Matthias KrügerRollup merge of #93444 - camelid:rustdoc-css-cleanup...
2022-01-31 Matthias KrügerRollup merge of #93392 - GKFX:char-docs, r=scottmcm
2022-01-31 Matthias KrügerRollup merge of #93347 - WaffleLapkin:better_char_decod...
2022-01-31 Matthias KrügerRollup merge of #93214 - ibraheemdev:issue-93210, r...
2022-01-31 Matthias KrügerRollup merge of #93155 - dtolnay:blockindent, r=nagisa
2022-01-31 Matthias KrügerRollup merge of #93039 - terrarier2111:fix-field-help...
2022-01-31 Matthias KrügerRollup merge of #92918 - compiler-errors:gat-expr-lifet...
2022-01-31 Matthias KrügerRollup merge of #90277 - pierwill:fix-70258-inference...
2022-01-31 borsAuto merge of #93270 - klensy:sec-up, r=Mark-Simulacrum
2022-01-31 David TolnayRestore a visual alignment mode for block comments
2022-01-31 David TolnayBless all pretty printer tests and ui tests
2022-01-31 borsAuto merge of #90891 - nbdd0121:format, r=Mark-Simulacrum
2022-01-30 Mark RousskovHide failed command unless in verbose mode
2022-01-30 borsAuto merge of #92711 - zredb:issue-90187-fix, r=notriddle
2022-01-30 David TolnayMac calls
2022-01-30 David TolnayAdd regression test for issue 93274
next