]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2018-12-14 Michael WrightMerge branch 'master' into fix-3514
2018-12-12 borsAuto merge of #3535 - sinkuu:fixes, r=phansch
2018-12-12 borsAuto merge of #3510 - phansch:fix_doc_markdown_mixed_ca...
2018-12-12 Philipp HanschFix doc_markdown mixed case false positive
2018-12-12 borsAuto merge of #3450 - phansch:structured_sugg_for_expli...
2018-12-12 borsAuto merge of #3544 - flip1995:rollup, r=flip1995
2018-12-12 Philipp KronesRollup merge of #3540 - matthiaskrgr:rustup, r=flip1995
2018-12-12 Philipp KronesRollup merge of #3539 - flip1995:travis_osx_fix, r...
2018-12-12 Philipp KronesRollup merge of #3509 - phansch:fix_doc_markdown_bugs...
2018-12-12 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/56092
2018-12-12 flip1995Fix rvm/gpg bug in travis osx build
2018-12-12 borsAuto merge of #3537 - matthiaskrgr:fix_script_2, r...
2018-12-12 Matthias Krügerbase-tests: don't print all commands to stdout during...
2018-12-12 Shotaro Yamadaquestion_mark: Suggest Some(opt?) for if-else
2018-12-12 Shotaro Yamadaredundant_field_names: Do not trigger on path with...
2018-12-12 Shotaro Yamadaquestion_mark: Lint only early returns
2018-12-12 Shotaro Yamadaquestion_mark: Fix applicability
2018-12-12 borsAuto merge of #3536 - matthiaskrgr:fix_script, r=oli-obk
2018-12-12 Matthias Krügerfix typo in script
2018-12-12 Philipp HanschFix doc_markdown off by one issue
2018-12-12 Shotaro YamadaRemove obsolete comment
2018-12-12 Shotaro Yamadanew_without_default, partialeq_ne_impl: Use span_lint_node
2018-12-12 borsAuto merge of #3533 - phansch:add_to_doc_valid_idents...
2018-12-12 Philipp HanschUpdate .stderr after rebase
2018-12-12 Philipp Hanschcargo fmt and remove stabilized feature
2018-12-12 Philipp HanschMake suggestion Applicability::MachineApplicable
2018-12-12 Philipp HanschAddress review feedback
2018-12-12 Philipp HanschExtract method
2018-12-12 Philipp HanschCheck array lengths to prevent OOB access
2018-12-12 Philipp HanschAdd suggestion for explicit_write lint
2018-12-12 borsAuto merge of #3529 - matthiaskrgr:rustfmt_tests, r...
2018-12-11 Matthias Krügertest reformatting: revert more questionable changes...
2018-12-11 Philipp HanschAdd 'CamelCase' to doc_valid_idents
2018-12-11 borsAuto merge of #3532 - maxencefrenette:fix-contributing...
2018-12-11 Maxence FrenetteRemove dead link in CONTRIBUTING.md
2018-12-11 borsAuto merge of #3527 - phansch:update_readme2, r=matthia...
2018-12-11 Michael WrightFix write_with_newline escaping false positive
2018-12-11 Matthias KrügerMerge branch 'master' into rustfmt_tests
2018-12-11 Matthias Krügertests: fix more cases where rustfmt would have hurt...
2018-12-10 Matthias Krügertests: revert some changs and add further rustfmt:...
2018-12-10 Philipp Hanschs/clippy/Clippy in readme
2018-12-10 Philipp HanschAlso add note about using -W clippy::lint_group
2018-12-10 Philipp Hanschreadme: tool lints are stable now
2018-12-10 borsAuto merge of #3511 - phansch:remove_allow_doc_markdown...
2018-12-10 borsAuto merge of #3518 - sinkuu:redundant_clone_tw, r...
2018-12-10 Matthias Krügertest formatting: don't format tests/ui/formatting.rs
2018-12-10 Matthias Krügerupdate test stderr
2018-12-10 borsAuto merge of #3524 - phansch:update_contributing,...
2018-12-10 Philipp HanschDocument bors/homu
2018-12-10 Philipp HanschSmall updates to CONTRIBUTING.md
2018-12-10 Shotaro YamadaOnly check the assignment found at last
2018-12-10 Shotaro YamadaAdd comment and rename
2018-12-10 borsAuto merge of #3522 - matthiaskrgr:target_dir, r=phansch
2018-12-09 Shotaro YamadaApply redundant_clone on clippy
2018-12-09 Shotaro YamadaLint redundant clone of projection
2018-12-09 Matthias Krügerrustfmt tests
2018-12-09 Matthias Krügertravis: base-tests: share CARGO_TARGET_DIR between...
2018-12-09 Matthias Krügerbase tests: assert that tests are properly formatted.
2018-12-09 borsAuto merge of #3520 - matthiaskrgr:test_rustfmt_skip...
2018-12-09 Matthias Krügerupdate line numbers of tests
2018-12-09 Matthias Krügeradd rustfmt::skip attributes to some tests
2018-12-09 Philipp HanschMerge pull request #3517 from phansch/add_fast_finish
2018-12-09 Philipp HanschMerge pull request #3516 from phansch/remove_run_rustfi...
2018-12-09 Shotaro YamadaFix test
2018-12-09 Philipp HanschAdd `fast_finish` to travis matrix
2018-12-09 Philipp HanschRemove a run-rustfix annotation (for now)
2018-12-09 Philipp HanschMerge pull request #3515 from matthiaskrgr/fmt
2018-12-09 Matthias Krügerrun rustfmt
2018-12-09 Shotaro YamadaCleanup
2018-12-08 Philipp HanschMerge pull request #3512 from matthiaskrgr/rustup
2018-12-08 Philipp Hanschs/rustfmt-preview/rustfmt/
2018-12-08 Philipp HanschSwap if branches
2018-12-08 Philipp HanschFix c_void false positive caused by libc refactoring
2018-12-08 Matthias Krügerrustup https://github.com/rust-lang/rust/pull/56502...
2018-12-08 Philipp HanschMerge pull request #3336 from HMPerson1/clone_on_copy_deref
2018-12-07 Philipp HanschRemove allow(doc_markdown) in excessive_precision.rs
2018-12-07 Philipp HanschMerge pull request #3507 from flying-sheep/patch-1
2018-12-07 Philipp Atypo: emum → enum
2018-12-06 Philipp HanschMerge pull request #3257 from o01eg/remove-sysroot
2018-12-06 Philipp HanschMerge pull request #3501 from matthiaskrgr/rustup
2018-12-06 Manish GoregaokarMerge pull request #3502 from rust-lang/nrc-patch-1
2018-12-06 Nick CameronRemove -preview suffix from README
2018-12-06 Matthias Krügerrustup clippy build with latest rustc
2018-12-06 Philipp HanschMerge pull request #3497 from daxpedda/master
2018-12-06 daxpeddaForgot to remove some debugging code ...
2018-12-06 daxpeddaImproved code noted by clippy.
2018-12-06 Oliver S̶c̶h̶n̶e̶i̶d... Merge pull request #3496 from fkohlgrueber/macro-in...
2018-12-06 daxpeddaFix bug in `implicit_return`.
2018-12-06 O01egFix format.
2018-12-06 O01egAdd sysroot gettinh code to dogfood tests.
2018-12-06 Felix Kohlgrüberfix #3482 and add ui test for it
2018-12-06 O01egAdd sysroot getting code to tests.
2018-12-06 O01egDon't try to determine sysroot. rustc_driver will use...
2018-12-06 Philipp HanschMerge pull request #3494 from daxpedda/master
2018-12-06 Philipp HanschMerge pull request #3444 from waynr/fix-dogfood-tests
2018-12-06 Wayne WarrenDon't change current working directory of cargo tests
2018-12-06 Wayne WarrenUse cargo's "PROFILE" envvar and set CLIPPY_DOGFOOD
2018-12-06 Wayne WarrenUse dogfood_runner for deterministic test ordering
2018-12-06 Wayne WarrenRemove unnecessary documentation
2018-12-06 Wayne WarrenFix dogfood tests.
next