]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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 csmoeFix ui test
2018-07-24 csmoeMark the suggestion applicable
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 Wesley WiserUpdate compile-fail tests to be ui tests
2018-07-24 Wesley WiserAdd compile-fail test for #43196
2018-07-24 Wesley WiserAdd compile-fail test for #42060
2018-07-24 Wesley WiserAdd run-pass test for #44005
2018-07-24 Wesley WiserAdd test for #33264
2018-07-24 alecmocattabreak --subsystem=x into 2 args; closer to former presu...
2018-07-24 Wesley WiserAdd tests for #34784
2018-07-24 borsAuto merge of #52618 - alexcrichton:capture-more, r...
2018-07-24 alecmocattaPass multiple linker arguments rather than concatenate...
2018-07-23 Esteban KüberAdd test for raw string
2018-07-23 Esteban KüberOnly point at inside of string literals if they're...
2018-07-23 Esteban KüberPoint only at invalid positional arguments
2018-07-23 borsAuto merge of #52175 - fpoli:testsuite-callsite-span...
2018-07-23 Matthew JasperDon't match on region kinds when reporting NLL errors
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 Esteban KüberPoint at incorrect named arg in format string
2018-07-23 csmoeSuggest to take and ignore args while closure args...
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 Esteban KüberPoint at internal span in format string
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,...
2018-07-22 kennytmRollup merge of #52508 - joshtriplett:dangling-not...
2018-07-22 kennytmRollup merge of #52507 - estebank:infer-type, r=nikomat...
2018-07-22 kennytmRollup merge of #52465 - sekineh:add-ci-thumb, r=alexcr...
2018-07-22 kennytmRollup merge of #51807 - newpavlov:deprecate_str_slice...
2018-07-22 David WoodAdded new lines to .gitignore.
2018-07-22 Oliver SchneiderUse correct exclusion comment
2018-07-22 David WoodFallback to general error handling in ICE cases.
2018-07-22 David WoodModified how constraint classification happens to upvar...
next