]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2021-01-15 Igor Matuszewski...and update Cargo.lock again
2021-01-15 Igor MatuszewskiRemove local patch in Cargo.toml for rls-* crates
2021-01-15 Igor MatuszewskiUpdate RLS and Rustfmt
2021-01-14 borsAuto merge of #79689 - Vooblin:patch1, r=tmandry
2021-01-14 borsAuto merge of #79328 - c410-f3r:hir-if, r=matthewjasper
2021-01-14 borsAuto merge of #81003 - tmiasko:generator-layout, r...
2021-01-14 borsAuto merge of #78259 - plaflamme:fix-49660, r=KodrAus
2021-01-14 Philippe LaflammeAdds tests to ensure some base op traits exist.
2021-01-14 Philippe LaflammeAvoid ident concatenation in macro.
2021-01-14 Philippe LaflammeFix missing mod declaration for Wrapping tests.
2021-01-14 borsAuto merge of #80802 - jyn514:box-attributes, r=nnethercote
2021-01-14 Tomasz MiąskoEncode optimized MIR of generators when emitting metadata
2021-01-13 borsAuto merge of #80654 - Aaron1011:fix/dummy-span-ctxt...
2021-01-13 borsAuto merge of #77524 - Patryk27:fixes/66228, r=estebank
2021-01-13 Aaron HillProperly handle `SyntaxContext` of dummy spans in incr...
2021-01-13 borsAuto merge of #80718 - tmiasko:skip-opt-mir, r=oli-obk
2021-01-13 borsAuto merge of #76219 - Mark-Simulacrum:extern-require...
2021-01-13 Mark RousskovUpdate code to account for extern ABI requirement
2021-01-13 Mark RousskovLint on extern in item declaration position
2021-01-13 Mark RousskovUpdate tests for extern block linting
2021-01-13 Mark RousskovIntroduce missing ABI lint on extern blocks
2021-01-13 borsAuto merge of #80824 - cuviper:heap-clones, r=kennytm
2021-01-13 borsAuto merge of #77858 - ijackson:split-inclusive, r...
2021-01-13 borsAuto merge of #80960 - Dylan-DPC:rollup-89tri8x, r...
2021-01-13 Ashley Mannixbump split_inclusive stabilization to 1.51.0
2021-01-13 Ashley Mannixbump split_inclusive stabilization to 1.51.0
2021-01-13 Ashley Mannixbump split_inclusive stabilization to 1.51.0
2021-01-13 Ashley Mannixbump split_inclusive stabilization to 1.51.0
2021-01-13 Dylan DPCRollup merge of #80935 - pierwill:rustc_middle-leveland...
2021-01-13 Dylan DPCRollup merge of #80924 - teryror:issue-80893-fix, r...
2021-01-13 Dylan DPCRollup merge of #80922 - spastorino:revert-inline-alway...
2021-01-13 Dylan DPCRollup merge of #80859 - jsgf:fix-pretty-remap, r=davidtwco
2021-01-13 Dylan DPCRollup merge of #80796 - cuviper:llvm-11.0.1, r=nikic
2021-01-13 Dylan DPCRollup merge of #80736 - KodrAus:feat/lazy-resolve...
2021-01-13 Dylan DPCRollup merge of #80662 - rxrbln:master, r=estebank
2021-01-13 Dylan DPCRollup merge of #80232 - bugadani:roundtrip, r=estebank
2021-01-13 Dylan DPCRollup merge of #79588 - estebank:issue-79187, r=oli-obk
2021-01-13 Dylan DPCRollup merge of #78901 - arora-aman:fix_closure_coerce...
2021-01-13 borsAuto merge of #79322 - jyn514:refactor-impl, r=estebank
2021-01-13 Joshua NelsonSeparate out a `hir::Impl` struct
2021-01-12 Tomasz MiąskoSkip promoted mir of struct constructors & enum constru...
2021-01-12 Tomasz MiąskoConsistently avoid constructing optimized MIR when...
2021-01-12 borsAuto merge of #79670 - Nadrieril:uninhabited-query...
2021-01-12 Esteban KüberProvide more information for HRTB lifetime errors invol...
2021-01-12 NadrierilMake `DefIdForest` cheaper to clone
2021-01-12 Josh Stonemove WriteCloneIntoRaw into alloc::alloc
2021-01-12 Matthew JasperBless profiler run make tests
2021-01-12 Tomasz MiąskoReorder MIR encoding checks
2021-01-12 borsAuto merge of #80009 - jumbatm:issue79581-overeager...
2021-01-12 NadrierilTurn type inhabitedness into a query
2021-01-12 NadrierilAdd tests for uninhabited types
2021-01-12 NadrierilDeduplicate some tests using revisions
2021-01-12 borsAuto merge of #78407 - oli-obk:ub_checkable_ctfe, r...
2021-01-12 Tristan DannenbergSimplify regression test
2021-01-12 Tristan DannenbergUpdate help message and add regression test
2021-01-12 Tristan DannenbergFix rustdoc --test-builder argument parsing
2021-01-12 oliCoverage computation needs access to the MIR, too
2021-01-12 borsAuto merge of #80517 - wabain:issue-77880-infer-error...
2021-01-12 borsAuto merge of #80499 - matthiaskrgr:red_clos, r=estebank
2021-01-12 borsAuto merge of #80939 - JohnTitor:rollup-pymns4q, r...
2021-01-12 Yuki OkushiRollup merge of #80930 - euclio:trait-method-mutability...
2021-01-12 Yuki OkushiRollup merge of #80927 - LingMan:matches, r=estebank
2021-01-12 Yuki OkushiRollup merge of #80917 - epilys:patch-1, r=jyn514
2021-01-12 Yuki OkushiRollup merge of #80898 - JohnTitor:vecdeque-another...
2021-01-12 Yuki OkushiRollup merge of #80897 - camelid:atty, r=jyn514
2021-01-12 Yuki OkushiRollup merge of #80880 - c410-f3r:tests-tests-tests...
2021-01-12 Yuki OkushiRollup merge of #80600 - CoffeeBlend:maybe_uninit_array...
2021-01-12 Yuki OkushiRollup merge of #79757 - jryans:long-line-tab-handling...
2021-01-12 borsAuto merge of #80463 - tgnottingham:incr_comp_serial_me...
2021-01-12 Cameliddriver: Use `atty` instead of rolling our own
2021-01-12 borsAuto merge of #76580 - rokob:iss76011, r=estebank
2021-01-12 pierwillRename `rustc_middle::lint::LevelSource` to `LevelAndSo...
2021-01-12 Josh StoneMove directly when Rc/Arc::make_mut splits from Weak
2021-01-12 Josh StoneSpecialize Rc/Arc::make_mut clones to try to avoid...
2021-01-12 Josh StoneSpecialize Box clones to try to avoid locals
2021-01-12 LingManReplace a simple `if let` with the `matches` macro
2021-01-12 CoffeeBlendFix implementation
2021-01-12 Andy Russellfix typo in trait method mutability mismatch help
2021-01-12 borsAuto merge of #80928 - JohnTitor:rollup-sgerm3j, r...
2021-01-11 Josh Stonedifferentiate functions in extern-compare-with-return...
2021-01-11 Yuki OkushiRollup merge of #80923 - LingMan:exits, r=varkor
2021-01-11 Yuki OkushiRollup merge of #80904 - camelid:fix-small-typo, r...
2021-01-11 Yuki OkushiRollup merge of #80885 - camelid:intra-doc-str-ref...
2021-01-11 Yuki OkushiRollup merge of #80870 - petrochenkov:bmactable, r...
2021-01-11 Yuki OkushiRollup merge of #80864 - ericseppanen:master, r=jyn514
2021-01-11 Yuki OkushiRollup merge of #80324 - Aaron1011:loop-move-fn-self...
2021-01-11 Yuki OkushiRollup merge of #80042 - sivadeilra:cold_bits, r=oli-obk
2021-01-11 Yuki OkushiRollup merge of #79998 - devsnek:wasm32-bindgen-compat...
2021-01-11 Yuki OkushiRollup merge of #79997 - coolreader18:wasm-reactor...
2021-01-11 CaioMove some tests to more reasonable directories
2021-01-11 CoffeeBlendSimplify array_assume_init
2021-01-11 borsAuto merge of #79012 - tgnottingham:span_data_to_lines_...
2021-01-11 Gus Caplansquash! fix wasi
2021-01-11 Gus Caplannew target
2021-01-11 Gus CaplanUse correct ABI for wasm32 by default
2021-01-11 Tyson Nottinghamrustc_serialize: fix incorrect signed LEB128 decoding
2021-01-11 Tyson NottinghamSerialize incr comp structures to file via fixed-size...
2021-01-11 Santiago PastorinoRevert "Auto merge of #76896 - spastorino:codegen-inlin...
2021-01-11 borsAuto merge of #75490 - LukasKalbertodt:add-basic-array...
2021-01-11 Jeremy Fitzhardingetest for issue 80832
next