]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-25 Jonathan BehrensState default capacity for BufReader/BufWriter
2018-07-25 borsAuto merge of #52561 - ljedrz:fixme_cc_271, r=alexcrichton
2018-07-25 borsAuto merge of #52680 - Mark-Simulacrum:rollup, r=Mark...
2018-07-24 Mark RousskovRollup merge of #52677 - SimonSapin:relnotes, r=Mark...
2018-07-24 Mark RousskovRollup merge of #52668 - RalfJung:ptr-doc, r=cramertj
2018-07-24 Mark RousskovRollup merge of #52658 - Wallacoloo:topics/use-option...
2018-07-24 Mark RousskovRollup merge of #52656 - jD91mZM2:stablize-uds, r=alexc...
2018-07-24 Mark RousskovRollup merge of #52645 - oli-obk:existential_in_fn_body...
2018-07-24 Mark RousskovRollup merge of #52402 - crepererum:build_hasher_eq...
2018-07-24 Mark RousskovRollup merge of #52391 - Amanieu:volatile_unaligned...
2018-07-24 borsAuto merge of #52257 - steveklabnik:refactor-rustdoc...
2018-07-24 steveklabnikremove zombie code
2018-07-24 steveklabnikremove pluginmanager
2018-07-24 Simon SapinRelease notes: add some missing 1.28 libs stabilization
2018-07-24 borsAuto merge of #52181 - QuietMisdreavus:panicked-tester...
2018-07-24 Ralf Jungclarify offset function safety concerns
2018-07-24 QuietMisdreavusforce the doctest rustc thread to share the name of...
2018-07-24 borsAuto merge of #51587 - mark-i-m:at_most_once_rep_2018...
2018-07-24 borsAuto merge of #52597 - oli-obk:promotion_simplify,...
2018-07-24 borsAuto merge of #52189 - cuviper:static-box-leak, r=bluss
2018-07-24 borsAuto merge of #52646 - ljedrz:single_char_pattern,...
2018-07-24 Oliver SchneiderAllow declaring existential types inside blocks
2018-07-24 Colin Wallacelibsyntax_ext: Prefer `Option::map` over `match` where...
2018-07-24 Colin Wallacelibrustc: Prefer `Option::map`/etc over `match` where...
2018-07-24 Colin Wallacelibcore: Prefer `Option::map` over `match` where applicable
2018-07-24 Colin Wallacelibstd: Prefer `Option::map`/etc over `match` where...
2018-07-24 jD91mZM2Stablize Redox Unix Sockets
2018-07-24 borsAuto merge of #52655 - kennytm:rollup, r=kennytm
2018-07-24 markAllow by default, fix tests
2018-07-24 markdump lints _after_ parsing macros
2018-07-24 markmake it a migration lint
2018-07-24 markFix test and errors
2018-07-24 markupdate nightly book
2018-07-24 markImplement 2015 vs 2018 `?` kleene op + test
2018-07-24 markExtend ParseSess to support buffering lints
2018-07-24 kennytmRollup merge of #52642 - ljedrz:expect_fun_call, r...
2018-07-24 kennytmRollup merge of #52641 - ljedrz:mir_dataflow_misc,...
2018-07-24 kennytmRollup merge of #52640 - Thomasdezeeuw:fix-localwaker...
2018-07-24 kennytmRollup merge of #52637 - RalfJung:rc, r=joshtriplett
2018-07-24 kennytmRollup merge of #52627 - Mark-Simulacrum:rustdoc-test...
2018-07-24 kennytmRollup merge of #52622 - estebank:lifetime-multispan...
2018-07-24 kennytmRollup merge of #52621 - ehuss:atty-fix, r=alexcrichton
2018-07-24 kennytmRollup merge of #52605 - estebank:str-plus-eq, r=oli-obk
2018-07-24 kennytmRollup merge of #52548 - tko:cursor-doc, r=sfackler
2018-07-24 kennytmRollup merge of #52538 - ljedrz:old_musl_i586_flags...
2018-07-24 borsAuto merge of #52618 - alexcrichton:capture-more, r...
2018-07-23 borsAuto merge of #52175 - fpoli:testsuite-callsite-span...
2018-07-23 borsAuto merge of #50494 - F001:as_cell, r=alexcrichton
2018-07-23 borsAuto merge of #52566 - pnkfelix:buffer-nll-errors-for...
2018-07-23 borsAuto merge of #52639 - oli-obk:clippyup, r=kennytm
2018-07-23 borsAuto merge of #52506 - alexcrichton:dont-duplicate...
2018-07-23 ljedrzChange single char str patterns to chars
2018-07-23 F001use inherent method instead
2018-07-23 ljedrzReplace a few expect+format combos with unwrap_or_else...
2018-07-23 Federico PoliMatch errors using the callsite of macro expansions
2018-07-23 Felix S. Klock IIThread the `errors_buffer` down through the NLL region_...
2018-07-23 Felix S. Klock IISeparate the construction of a generic bound failure...
2018-07-23 Felix S. Klock IIthread the `errors_buffer` down into `nll::type_check`.
2018-07-23 Santiago PastorinoBuffer errors in MIR borrow check
2018-07-23 ljedrzSimplify 2 functions in rustc_mir/dataflow
2018-07-23 Thomas de ZeeuwForget Waker when cloning LocalWaker
2018-07-23 borsAuto merge of #52589 - petrochenkov:derlint, r=alexcrichton
2018-07-23 Santiago PastorinoRemove redundant outlives declarations
2018-07-23 Santiago PastorinoRemove wrong allow(dead_code) directive
2018-07-23 Santiago PastorinoRemove unneded lifetimes relations declaration
2018-07-23 Santiago PastorinoLet mir reference lifetime be inferred
2018-07-23 Santiago PastorinoLet lifetimes on find be inferred
2018-07-23 Santiago PastorinoRemove unused lifetime annotation
2018-07-23 Santiago Pastorinogcx outlives tcx which outlives a, no need to explicitl...
2018-07-23 Santiago PastorinoRemove duplicated report word in docs
2018-07-23 Oliver SchneiderUpdate the clippy submodule
2018-07-23 Ralf Jungtypos
2018-07-23 borsAuto merge of #52211 - bjorn3:misc_rustdoc_changes...
2018-07-23 Ralf JungDon't use NonNull::dangling as sentinel value
2018-07-23 Oliver SchneiderUpdate mir-opt to promoted changes
2018-07-23 Oliver SchneiderTeach new error messages in MIR borrowck about promoted...
2018-07-23 Oliver SchneiderA promoted has a place and can thus be equal to itself
2018-07-23 Oliver SchneiderMark an unreachable case as a bug instead of attempting...
2018-07-23 Oliver SchneiderFix tidy
2018-07-23 Oliver SchneiderExplain promoted extraction for simd shuffle
2018-07-23 Oliver SchneiderPromoteds are statics and statics have a place, not...
2018-07-23 borsAuto merge of #52612 - matthewjasper:remove-unnecessary...
2018-07-23 borsAuto merge of #52571 - oli-obk:promotion_abort, r=nagisa
2018-07-23 borsAuto merge of #52568 - oli-obk:span_bug_error, r=varkor
2018-07-22 borsAuto merge of #52564 - pnkfelix:issue-52126-lhs-of...
2018-07-22 borsAuto merge of #52069 - zackmdavis:elided_states_of_amer...
2018-07-22 Mark RousskovCompile rustc before building tests for rustdoc
2018-07-22 Esteban KüberUse MultiSpan in E0707 and E709
2018-07-22 borsAuto merge of #52616 - kennytm:rollup, r=kennytm
2018-07-22 Eric HussFix color detection for Windows msys terminals.
2018-07-22 kennytmRollup merge of #52051 - scottmcm:swap-directly, r...
2018-07-22 kennytmRollup merge of #52615 - davidtwco:add-to-gitignore...
2018-07-22 kennytmRollup merge of #52594 - Mark-Simulacrum:error-index...
2018-07-22 kennytmRollup merge of #52587 - csmoe:doc, r=kennytm
2018-07-22 kennytmRollup merge of #52582 - felixrabe:patch-2, r=pietroalbini
2018-07-22 kennytmRollup merge of #52581 - petrochenkov:bmacrodoc, r...
2018-07-22 borsAuto merge of #52572 - davidtwco:issue-51027, r=nikomat...
2018-07-22 Alex Crichtonrustc: Implement tokenization of nested items
2018-07-22 Zack M. Davisin which the elided-lifetimes-in-paths lint undergoes...
2018-07-22 kennytmRollup merge of #52521 - ehuss:rustdoc-passes-doc,...
next