]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-09-01 borsAuto merge of #53815 - F001:if-let-guard, r=petrochenkov
2018-09-01 borsAuto merge of #53533 - withoutboats:error-source, r...
2018-09-01 borsAuto merge of #53884 - kennytm:rollup, r=kennytm
2018-09-01 kennytmRollup merge of #53076 - QuietMisdreavus:cfg-rustdoc...
2018-09-01 kennytmRollup merge of #53850 - csmoe:const_to_alloc, r=RalfJung
2018-09-01 kennytmRollup merge of #53801 - GuillaumeGomez:duplicated...
2018-09-01 kennytmRollup merge of #53790 - zilbuz:issue-52060, r=nikomatsakis
2018-09-01 kennytmRollup merge of #53782 - rask:task/arc-docs-adjustment...
2018-09-01 kennytmRollup merge of #53781 - matthiaskrgr:fix_any_bench...
2018-09-01 kennytmRollup merge of #53774 - PhilipDaniels:master, r=tromey
2018-09-01 kennytmRollup merge of #53769 - flip1995:patch-1, r=kennytm
2018-09-01 kennytmRollup merge of #53622 - petrochenkov:nomain, r=oli-obk
2018-09-01 borsAuto merge of #53604 - oli-obk:min_const_fn, r=Centril...
2018-09-01 csmoebug! instead of panic!
2018-09-01 borsAuto merge of #53822 - dvc94ch:riscv, r=japaric
2018-09-01 borsAuto merge of #53762 - flip1995:tool_lints, r=Manishearth
2018-09-01 csmoeimprove panic message
2018-09-01 borsAuto merge of #53611 - alexcrichton:update-llvm, r...
2018-08-31 Alex CrichtonUpdate LLVM submodule
2018-08-31 borsAuto merge of #53755 - llogiq:fix-unsound-16bit-range...
2018-08-31 QuietMisdreavususe cfg(rustdoc) instead of cfg(dox) in std and friends
2018-08-31 QuietMisdreavusfeature(doc_cfg): add docs for cfg(rustdoc)
2018-08-31 QuietMisdreavusfeature(doc_cfg): set cfg(rustdoc) when rustdoc is...
2018-08-31 borsAuto merge of #51384 - QuietMisdreavus:extern-version...
2018-08-31 Vadim Petrochenkovcleanup: Add main functions to some UI tests
2018-08-31 borsAuto merge of #53699 - oli-obk:promotion_stability_hole...
2018-08-31 borsAuto merge of #53403 - spastorino:move-out-lazily,...
2018-08-31 csmoeextract allocation info from byref
2018-08-31 csmoetrip const_to_alloc query
2018-08-31 Oliver SchneiderGet rid of token passing
2018-08-31 Otto RaskAdd clearer wording to Arc clone example code
2018-08-31 flip1995Fix typo and small mistake
2018-08-31 flip1995Update tests
2018-08-31 flip1995Add hint for cfg_attr and fix test
2018-08-31 flip1995Implement backwards compatibility for tool_lints
2018-08-31 flip1995Add deprecated_name argument to the register lint group...
2018-08-31 flip1995Add tests for backward compat
2018-08-31 Oliver SchneiderMake `Condvar::new` and `RWLock::new` min const fn...
2018-08-31 Oliver SchneiderAdd test that min const fns can't call unstable min...
2018-08-31 Oliver SchneiderRestrict most uses of `const_fn` to `min_const_fn`
2018-08-31 Oliver SchneiderLibstd only has `min_const_fn` const fns
2018-08-31 Oliver SchneiderImplement the `min_const_fn` feature gate
2018-08-31 borsAuto merge of #53832 - pietroalbini:rollup, r=pietroalbini
2018-08-31 borsAuto merge of #53779 - RalfJung:miri-refactor, r=oli-obk
2018-08-30 borsAuto merge of #53828 - alexcrichton:dist-llvm-shared...
2018-08-30 Santiago PastorinoRun rustfmt
2018-08-30 Santiago PastorinoMake move out computation lazy
2018-08-30 Philip DanielsFix direction of slashes in the help text example.
2018-08-30 David Craven[RISCV] Disable atomics for riscv32imc-unknown-none...
2018-08-30 Pietro AlbiniRollup merge of #53806 - GuillaumeGomez:fix-ui-issues...
2018-08-30 Pietro AlbiniRollup merge of #53786 - frewsxcv:frewsxcv-bad-style...
2018-08-30 Pietro AlbiniRollup merge of #53785 - tbu-:pr_comment, r=Mark-Simulacrum
2018-08-30 Pietro AlbiniRollup merge of #53768 - RalfJung:gitignore, r=nikomatsakis
2018-08-30 Pietro AlbiniRollup merge of #53756 - dmerejkowsky:fix-comment,...
2018-08-30 Pietro AlbiniRollup merge of #53753 - RalfJung:keep-stage, r=nikomat...
2018-08-30 Pietro AlbiniRollup merge of #53747 - GuillaumeGomez:rustdoc-fixes...
2018-08-30 Pietro AlbiniRollup merge of #53743 - oconnor663:target_env, r=kennytm
2018-08-30 Pietro AlbiniRollup merge of #53740 - japaric:readobj, r=alexcrichton
2018-08-30 Pietro AlbiniRollup merge of #53732 - emilio:foreign-fn, r=nrc
2018-08-30 Pietro AlbiniRollup merge of #53727 - estebank:incorrect-deref-sugge...
2018-08-30 Pietro AlbiniRollup merge of #53702 - jkozlowski:correct_version_for...
2018-08-30 Pietro AlbiniRollup merge of #53655 - jcpst:with_applicability,...
2018-08-30 Pietro AlbiniRollup merge of #53513 - nnethercote:inline-shallow_res...
2018-08-30 Pietro AlbiniRollup merge of #53476 - GuillaumeGomez:try-from-int...
2018-08-30 Pietro AlbiniRollup merge of #53472 - eddyb:fx-pls, r=pnkfelix
2018-08-30 Pietro AlbiniRollup merge of #53389 - RalfJung:thread-join, r=sfackler
2018-08-30 Pietro AlbiniRollup merge of #53129 - nikomatsakis:issue-51172-tweak...
2018-08-30 Pietro AlbiniRollup merge of #53113 - kpp:more_docs_for_cow, r=Guill...
2018-08-30 Pietro AlbiniRollup merge of #51760 - GuillaumeGomez:add-another...
2018-08-30 borsAuto merge of #53803 - pietroalbini:fix-manifest-2...
2018-08-30 Alex Crichtonrustbuild: Distribute libLLVM.so with rustc
2018-08-30 borsAuto merge of #53535 - TheDarkula:master, r=oli-obk
2018-08-30 David Craven[RISCV] Add riscv32imc-unknown-none-elf target.
2018-08-30 David Craven[RISCV] Enable C extension.
2018-08-30 David Craven[RISCV] Use lld as the default linker.
2018-08-30 Pietro Albinibuild-manifest: package docs only for tier 1 platforms
2018-08-30 thedarkulaMade std::intrinsics::transmute() const fn.
2018-08-30 borsAuto merge of #53757 - oli-obk:validation, r=RalfJung
2018-08-30 Andre Bogusfix u32 steps_between for 16-bit systems
2018-08-30 Ralf Jungassert sanity in memory
2018-08-30 Basile DeslogesAdd regression test for issue #52060
2018-08-30 Otto RaskRephrase Arc documentation changes regarding clones
2018-08-30 borsAuto merge of #53733 - nnethercote:avoid-unroll_place...
2018-08-30 F001introduce Guard enum
2018-08-30 borsAuto merge of #53685 - alexcrichton:more-keywords,...
2018-08-30 borsAuto merge of #53479 - joshtriplett:underscore-means...
2018-08-29 Guillaume GomezPrevent duplicated impl on foreign types
2018-08-29 Pietro Albinibuild-manifest: include extensions marked as unavailable
2018-08-29 Pietro Albinibuild-manifest: add instructions to test the tool locally
2018-08-29 Guillaume GomezFix UI issues on Implementations on Foreign types
2018-08-29 borsAuto merge of #53564 - MaloJaffre:vecdeque, r=gnzlbg
2018-08-29 Alex CrichtonGeneralize `async_idents` to all new keywords
2018-08-29 Josh TriplettDon't emit "unused extern crate" warnings for `extern...
2018-08-29 Corey FarwellReplace usages of 'bad_style' with 'nonstandard_style'.
2018-08-29 borsAuto merge of #53758 - oli-obk:clippy, r=kennytm
2018-08-29 Tobias BucherFix a comment in src/libcore/slice/mod.rs
2018-08-29 MaloJaffreAdd another assert
2018-08-29 Oliver SchneiderAdd more features to the workspace so that all tools...
2018-08-29 Oliver SchneiderUpdate clippy submodule
2018-08-29 borsAuto merge of #53245 - michaelwoerister:thinlto-rust...
next