]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2019-04-05 Josh StoneUse for_each to extend collections
2019-04-05 borsAuto merge of #59500 - crlf0710:boxed-closure-impls...
2019-04-05 borsAuto merge of #59076 - dtolnay:comma, r=alexcrichton
2019-04-05 David TolnayInclude trailing comma in multiline Debug representation
2019-04-05 borsAuto merge of #59721 - Centril:rollup-ieam9ke, r=Centril
2019-04-05 Mazdak FarrokhzadRollup merge of #59712 - alexcrichton:wasm-static-not...
2019-04-05 Mazdak FarrokhzadRollup merge of #59702 - hgallagher1993:origin, r=Centril
2019-04-05 Mazdak FarrokhzadRollup merge of #59690 - xfix:patch-17, r=cramertj
2019-04-05 Mazdak FarrokhzadRollup merge of #59687 - matklad:shebang, r=petrochenkov
2019-04-05 Mazdak FarrokhzadRollup merge of #59665 - ssomers:hashset_revisited...
2019-04-05 borsAuto merge of #59681 - dtolnay:cargo, r=alexcrichton
2019-04-05 Charles LewFix expectations on some ui test in nll compare mode.
2019-04-05 borsAuto merge of #59643 - alexcrichton:wasi-symbols, r...
2019-04-05 borsAuto merge of #59704 - alexcrichton:fix-freebsd, r...
2019-04-04 Alex Crichtonwasm32: Default to a "static" relocation model
2019-04-04 Alex Crichtonci: Update FreeBSD tarball downloads
2019-04-04 Masaki HaraAdd ignore to doc code
2019-04-04 Masaki HaraSimplify fnbox docs.
2019-04-04 Charles LewStabilize boxed_closure_impls in 1.35.0.
2019-04-04 Masaki HaraRemove FnBox specialization of impl FnOnce for Box...
2019-04-04 Masaki HaraWe already have unsized_locals in stage0.
2019-04-04 Masaki HaraFix failing tests.
2019-04-04 Masaki HaraFix expectations on some ui tests involving FnOnce.
2019-04-04 Masaki HaraAdd unstable-book articles on fnbox and boxed_closure_i...
2019-04-04 Masaki HaraAdd tests for boxed_closure_impls.
2019-04-04 Masaki HaraAdd Fn* blanket impls for Box.
2019-04-04 Masaki HaraMake FnBox a subtrait of FnOnce.
2019-04-04 Alex Crichtonstd: Upgrade `compiler_builtins` to fix wasi linkage
2019-04-04 borsAuto merge of #59676 - alexcrichton:osx-deadlock, r...
2019-04-04 David TolnayUpdate cargo
2019-04-04 hgallagher1993Use declare_lint_pass! and impl_lint_pass! in more...
2019-04-04 borsAuto merge of #59695 - Centril:rollup-88qffc2, r=Centril
2019-04-04 Alex Crichtonstd: Avoid usage of `Once` in `Instant`
2019-04-04 Mazdak FarrokhzadRollup merge of #59686 - crlf0710:disable_gnux32_stackp...
2019-04-04 Mazdak FarrokhzadRollup merge of #59685 - lzutao:patch-1, r=GuillaumeGomez
2019-04-04 Mazdak FarrokhzadRollup merge of #59671 - matklad:lexer, r=eddyb
2019-04-04 Mazdak FarrokhzadRollup merge of #59639 - cuviper:ignore-uninhabited...
2019-04-04 Mazdak FarrokhzadRollup merge of #59596 - LukasKalbertodt:fix-range...
2019-04-04 Mazdak FarrokhzadRollup merge of #59556 - RalfJung:stdsimd, r=gnzlbg
2019-04-04 Mazdak FarrokhzadRollup merge of #59555 - RalfJung:miri, r=oli-obk
2019-04-04 Mazdak FarrokhzadRollup merge of #59470 - czipperz:document-fs-file...
2019-04-04 borsAuto merge of #59619 - alexcrichton:wasi-fs, r=fitzgen
2019-04-04 Aleksey Kladovcleanup shebang handling in the lexer
2019-04-04 Konrad BorowskiMark unix::ffi::OsStrExt methods as inline
2019-04-04 borsAuto merge of #59517 - Zoxc:new-queries, r=oli-obk
2019-04-04 CrLF0710Disable stack probing for gnux32.
2019-04-04 borsAuto merge of #59089 - petrhosek:llvm-unwind, r=petrhosek
2019-04-04 lzutaoAdd description for -Os and -Oz in rustc.1
2019-04-04 Chris GregoryFile: Add documentation about dropping to sync_all
2019-04-04 borsAuto merge of #59684 - Centril:rollup-n7pnare, r=Centril
2019-04-03 Mazdak FarrokhzadRollup merge of #59677 - phansch:rustfix_coverage_handl...
2019-04-03 Mazdak FarrokhzadRollup merge of #59669 - Centril:lint-pass-macro, r...
2019-04-03 Mazdak FarrokhzadRollup merge of #59666 - DevQps:update-rustc-environmen...
2019-04-03 Mazdak FarrokhzadRollup merge of #59664 - DevQps:improve-yield-spinlock...
2019-04-03 Mazdak FarrokhzadRollup merge of #59663 - matklad:borrow, r=dtolnay
2019-04-03 Mazdak FarrokhzadRollup merge of #59316 - flip1995:internal_lints_take_2...
2019-04-03 borsAuto merge of #59672 - o01eg:fix-59661, r=oli-obk
2019-04-03 Josh StoneNever return uninhabited values at all
2019-04-03 Mazdak Farrokhzadreduce repetition in librustc(_lint) wrt. impl LintPass
2019-04-03 David TolnayUpdate cargo
2019-04-03 Philipp Hanschrustfix coverage: Skip UI tests with non-json error...
2019-04-03 Petr HosekSupport using LLVM's libunwind as the unwinder implemen...
2019-04-03 flip1995Compare `Ty`s directly instead of their `TyKind`s
2019-04-03 flip1995Deny internal lints on two more crates
2019-04-03 flip1995Add trait_object_dummy_self to CommonTypes
2019-04-03 flip1995Remove TyKind arg from report_bin_hex_error function
2019-04-03 flip1995Deny internal lints on librustc_typeck
2019-04-03 flip1995Deny internal lints on librustc_mir
2019-04-03 flip1995Deny internal lints on librustc_lint
2019-04-03 flip1995Deny internal lints on librustc_interface
2019-04-03 flip1995Deny internal lints on non conflicting crates
2019-04-03 flip1995Deny internal lints in librustc
2019-04-03 flip1995Add unstable-options flag to stage!=0
2019-04-03 flip1995Update tests
2019-04-03 flip1995Check for unstable-options flag before register internals
2019-04-03 flip1995Deduplicate code in TyKind lint
2019-04-03 flip1995Fix bug in TyKind lint
2019-04-03 flip1995Make internal lints allow-by-default
2019-04-03 flip1995use check_path instead of check_expr
2019-04-03 flip1995Fix rebase fallout
2019-04-03 flip1995Add register_internals function to `rustc_lint`
2019-04-03 flip1995Uplift match_def_path from Clippy
2019-04-03 flip1995Add internal lints default_hash_types and usage_of_ty_t...
2019-04-03 flip1995Add tests for internal lints
2019-04-03 O01egRevert rust-lld place changes.
2019-04-03 Aleksey Kladovmake StringReader methods private
2019-04-03 Aleksey Kladovmake StringReader fields private
2019-04-03 Alex Crichtonwasi: Fill out `std::fs` module for WASI
2019-04-03 borsAuto merge of #59182 - hug-dev:armv8m-base-hf, r=alexcr...
2019-04-03 Hugues de ValonAdd dist builder for Armv8-M Baseline and HF
2019-04-03 ChristianUpdated the environment description in rustc.
2019-04-03 ChristianUpdated the reference in core::hint::spin_loop to the...
2019-04-03 Ralf Jungupdate miri
2019-04-03 Ralf Jungtry to fix rand feature flags
2019-04-03 Ralf Jungupdate miri
2019-04-03 borsAuto merge of #58458 - nnethercote:tweak-Span-encoding...
2019-04-03 Stein Somersimprove worst-case performance of HashSet.is_subset
2019-04-03 ChristianUpdated the documentation of core::hints::spin_loop...
2019-04-03 Aleksey Kladovbe more direct about borrow requirenments
2019-04-03 borsAuto merge of #59657 - Centril:rollup-w5p98mc, r=Centril
next