]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-07-26 Mark RousskovRollup merge of #52667 - japaric:stdsimd-up, r=alexcrichton
2018-07-26 Mark RousskovRollup merge of #52654 - alecmocatta:master, r=alexcrichton
2018-07-26 Mark RousskovRollup merge of #52649 - estebank:fmt-span, r=oli-obk
2018-07-26 Mark RousskovRollup merge of #52647 - csmoe:closure_arg_ignore,...
2018-07-26 Mark RousskovRollup merge of #52635 - yodaldevoid:issue_18804, r...
2018-07-26 Mark RousskovRollup merge of #52617 - matthewjasper:remove-unused...
2018-07-26 Mark RousskovRollup merge of #52610 - MajorBreakfast:task-terminolog...
2018-07-26 Mark RousskovRollup merge of #52558 - wesleywiser:ice_melting, r...
2018-07-25 Gabriel SmithPlace the ignore comments in the correct file for test...
2018-07-25 Josef Reinhard... Clarify what a task is
2018-07-25 borsAuto merge of #52561 - ljedrz:fixme_cc_271, r=alexcrichton
2018-07-25 Esteban KüberAdd span label for format str missing specifier
2018-07-25 Esteban KüberRename method and remove commented out code
2018-07-25 Esteban KüberFix unittest
2018-07-25 csmoeUpdate ui test
2018-07-25 csmoeUpdate comment and do suggest
2018-07-25 csmoeFix test
2018-07-25 borsAuto merge of #52680 - Mark-Simulacrum:rollup, r=Mark...
2018-07-25 Gabriel SmithDisable regression test for issue #18804 on Emscripten...
2018-07-25 Gabriel SmithDeduplicate linkage checking code for statics
2018-07-25 Gabriel SmithProperly set the linkage type on non-local statics
2018-07-25 Gabriel SmithAdd regression test for issue #18804
2018-07-25 csmoeSuggest in separate line
2018-07-24 Esteban KüberUse suggestions for `printf` format
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 Esteban KüberReword missing formatting arguments label
2018-07-24 Esteban KüberAdd documentation for `Parser::arg_places`
2018-07-24 Ralf Jungclarify offset function safety concerns
2018-07-24 Jorge Aparicioupdate the stdsimd submodule
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 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
next