]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2022-01-03 borsAuto merge of #92080 - Aaron1011:pattern-ice, r=cjgillot
2022-01-03 borsAuto merge of #92395 - Kobzol:rustdoc-bindings-thin...
2022-01-02 borsAuto merge of #90128 - joshtriplett:stabilize-symbol...
2022-01-02 borsAuto merge of #92066 - Smittyvb:concat_bytes-repeat...
2022-01-02 borsAuto merge of #91961 - kornelski:track_split_caller...
2022-01-02 borsAuto merge of #92034 - petrochenkov:nolinknores, r...
2022-01-02 borsAuto merge of #92482 - matthiaskrgr:rollup-uso1zi0...
2022-01-01 Josh TriplettUpdate references to `-Z symbol-mangling-version` to...
2022-01-01 Josh TriplettStabilize -Z symbol-mangling-version as -C symbol-mangl...
2022-01-01 Matthias KrügerRollup merge of #92468 - NieDzejkob:silent-cfg, r=petro...
2022-01-01 Matthias KrügerRollup merge of #92463 - thomcc:thats-not-how-its-prono...
2022-01-01 Matthias KrügerRollup merge of #92438 - bjorn3:less_cg_clif_exceptions...
2022-01-01 Matthias KrügerRollup merge of #92332 - GuillaumeGomez:where-clause...
2022-01-01 Matthias KrügerRollup merge of #92297 - bjorn3:smaller_bootstrap,...
2022-01-01 Matthias KrügerRollup merge of #91593 - upsuper-forks:hashmap-set...
2022-01-01 Matthias KrügerRollup merge of #84083 - ltratt:threadid_doc_tweak...
2022-01-01 borsAuto merge of #92396 - xfix:remove-commandenv-apply...
2022-01-01 Aaron HillMove `PatKind::Lit` checking from ast_validation to...
2022-01-01 bjorn3Remove some dead code
2022-01-01 borsAuto merge of #92455 - petrochenkov:alltraits2, r=cjgillot
2022-01-01 bjorn3Remove the merge dependency
2022-01-01 bjorn3Make the rustc and rustdoc wrapper not depend on libboo...
2022-01-01 bjorn3Avoid the merge derive macro in rustbuild
2022-01-01 bjorn3Remove the lazy_static dependency from rustbuild
2022-01-01 bjorn3Enforce formatting for rustc_codegen_cranelift
2022-01-01 borsAuto merge of #92419 - erikdesjardins:coldland, r=nagisa
2022-01-01 Jakub BeránekRustdoc: use ThinVec for GenericArgs bindings
2022-01-01 borsAuto merge of #92471 - matthiaskrgr:rollup-lmduxwh...
2022-01-01 Guillaume GomezAdd test for where clause order
2022-01-01 Matthias KrügerRollup merge of #92469 - joshtriplett:test-number-fix...
2022-01-01 Matthias KrügerRollup merge of #92460 - dwrensha:fix-92267, r=petrochenkov
2022-01-01 Matthias KrügerRollup merge of #92457 - bjorn3:sync_cg_gcc-2021-12...
2022-01-01 Matthias KrügerRollup merge of #92420 - dtolnay:patrange, r=Mark-Simul...
2022-01-01 Matthias KrügerRollup merge of #92412 - dtolnay:tryspace, r=Mark-Simul...
2022-01-01 Matthias KrügerRollup merge of #92097 - saethlin:split-without-deref...
2022-01-01 Matthias KrügerRollup merge of #88310 - worldeva:bootstrap-locking...
2022-01-01 borsAuto merge of #92374 - ehuss:update-libssh2-sys, r...
2022-01-01 Josh TriplettMake tidy check for magic numbers that spell things
2022-01-01 Vadim Petrochenkovrustc_metadata: Use a query for collecting all traits...
2022-01-01 Jakub KądziołkaEmit an error for `--cfg=)`
2022-01-01 borsAuto merge of #92294 - Kobzol:rustdoc-meta-kind, r...
2021-12-31 Ben KimockClarify safety comment
2021-12-31 borsAuto merge of #92465 - matthiaskrgr:rollup-yuary84...
2021-12-31 Matthias KrügerRollup merge of #92440 - GuillaumeGomez:fix-mobile...
2021-12-31 Matthias KrügerRollup merge of #92435 - bjorn3:sync_cg_clif-2021-12...
2021-12-31 Matthias KrügerRollup merge of #92405 - bjorn3:more_needs_inline_asm...
2021-12-31 Matthias KrügerRollup merge of #92338 - Xuanwo:try_reserve, r=dtolnay
2021-12-31 Matthias KrügerRollup merge of #91480 - jsha:fewer-colors, r=Guillaume...
2021-12-31 Matthias KrügerRollup merge of #91375 - Apteryks:per-target-default...
2021-12-31 Matthias KrügerRollup merge of #90383 - tmiasko:union-validity, r...
2021-12-31 Thom ChiovoloniRemove pronunciation guide from Vec<T>
2021-12-31 borsAuto merge of #90637 - Mark-Simulacrum:liveness-btree...
2021-12-31 Maxim Cournoyerrustbuild: Add support for a per-target default-linker...
2021-12-31 David Renshawupdate tests
2021-12-31 David Renshaw[rustc_builtin_macros] add indices to format_foreign...
2021-12-31 borsAuto merge of #92175 - Aaron1011:fix-missing-source...
2021-12-31 bjorn3Remove unused extern crate rustc_symbol_mangling
2021-12-31 worldevaLock x.py build state
2021-12-31 bjorn3Merge commit '1411a98352ba6bee8ba3b0131c9243e5db1e6a2e...
2021-12-31 borsAuto merge of #92252 - GuillaumeGomez:update-pulldown...
2021-12-31 Tomasz MiąskoExtend check for UnsafeCell in consts to cover unions
2021-12-31 borsAuto merge of #91929 - anuvratsingh:remove_in_band_life...
2021-12-31 Mark RousskovUse SparseIntervalMatrix instead of SparseBitMatrix
2021-12-31 Mark RousskovIntroduce IntervalSet
2021-12-31 borsAuto merge of #92437 - flip1995:clippyup, r=Manishearth
2021-12-30 borsAuto merge of #92426 - calebcartwright:sync-rustfmt...
2021-12-30 David TolnayRemove needless allocation from example code of OsString
2021-12-30 David TolnayFix some copy/paste hysteresis in OsString try_reserve...
2021-12-30 AnuvratRemoved `in_band_lifetimes` from `rustc_traits`
2021-12-30 bjorn3Remove unnecessary report_symbol_names call (#113)
2021-12-30 bjorn3Ignore new failing test_is_sorted test
2021-12-30 bjorn3Disable long running libcore tests
2021-12-30 bjorn3Disable portable-simd test
2021-12-30 bjorn3Add missing feature gate
2021-12-30 Guillaume GomezFix display of toggles on mobile
2021-12-30 Guillaume GomezUpdate browser-ui-test version to have assert-position...
2021-12-30 borsAuto merge of #92434 - matthiaskrgr:rollup-m8wuq0v...
2021-12-30 bjorn3Import std::arch::asm
2021-12-30 bjorn3Rustup to rustc 1.59.0-nightly (78fd0f633 2021-12-29)
2021-12-30 bjorn3Sync from rust 65d8785f0a85d233e00fc84445f1aab451ec9f4f
2021-12-30 flip1995Merge commit '0eff589afc83e21a03a168497bbab6b4dfbb4ef6...
2021-12-30 bjorn3Merge commit '40b00f4200fbdeefd11815398cb46394b8cb0a5e...
2021-12-30 borsAuto merge of #8196 - flip1995:rustup, r=flip1995
2021-12-30 flip1995Bump nightly version -> 2021-12-30
2021-12-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2021-12-30 bjorn3Disable incremental compilation on CI
2021-12-30 Matthias KrügerRollup merge of #92427 - ChayimFriedman2:patch-1, r...
2021-12-30 Matthias KrügerRollup merge of #92423 - weirane:ui-92292, r=fee1-dead
2021-12-30 Matthias KrügerRollup merge of #92414 - dtolnay:constnoexpr, r=oli-obk
2021-12-30 Matthias KrügerRollup merge of #91519 - petrochenkov:cratexp2, r=Aaron1011
2021-12-30 bjorn3Move incr comp enable to the build system
2021-12-30 bjorn3Don't enable optimizations in the dev profile
2021-12-30 bjorn3Fix dead code warning on windows
2021-12-30 bjorn3Only deny warnings for cg_clif build itself
2021-12-30 borsAuto merge of #89336 - Aaron1011:variance-struct-diag...
2021-12-30 bjorn3Rustup to rustc 1.59.0-nightly (78fd0f633 2021-12-29)
2021-12-30 bjorn3Allow false positive unreachable code warning
2021-12-30 bjorn3Enforce rustfmt on CI
2021-12-30 bjorn3Rustfmt
2021-12-30 bjorn3Deny warnings on CI
next