]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2020-06-30 Eduardo BrotoRequire `or_patterns` to suggest nesting them
2020-06-30 borsAuto merge of #5751 - flip1995:rustup, r=Manishearth...
2020-06-30 flip1995Disable chrono integration test
2020-06-30 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-28 Dylan MacKenzieUpdate tests
2020-06-26 borsAuto merge of #73756 - Manishearth:rollup-aehswb2,...
2020-06-26 Manish GoregaokarRollup merge of #73597 - ayazhafiz:i/const-span, r...
2020-06-25 Eduard-Mihai... rustc_lint: only query `typeck_tables_of` when a lint...
2020-06-25 borsAuto merge of #5748 - carols10cents:tiny-docs-fix,...
2020-06-25 Carol (Nichols... Change a noun to a verb to make the sentence complete
2020-06-24 borsAuto merge of #5701 - ebroto:4874_cmp_owned_fp, r=flip1995
2020-06-24 borsAuto merge of #5745 - montrivo:copy_on_clone, r=phansch
2020-06-23 Tim Nielenscopy_on_clone - add machine applicability
2020-06-23 Eduardo Brotocmp_owned: reverse operands if necessary
2020-06-23 Eduardo Brotocmp_owned: avoid FP when PartialEq is not implemented...
2020-06-23 Ayaz HafizRecord span of `const` kw in GenericParamKind
2020-06-23 borsAuto merge of #5694 - wangtheo:issue-5626, r=matthiaskrgr
2020-06-23 Teddy_WangFix pattern match of ExprKind::MethodCall
2020-06-23 flip1995Merge commit 'c2c07fa9d095931eb5684a42942a7b573a0c5238...
2020-06-23 borsAuto merge of #5740 - lzutao:unused-unused, r=flip1995
2020-06-23 borsAuto merge of #5738 - mikerite:loops-20200623-2, r...
2020-06-23 Lzu TaoRemove unused allowed unused attributes
2020-06-23 borsAuto merge of #5735 - lzutao:issue-temp, r=flip1995
2020-06-23 borsAuto merge of #5741 - flip1995:rollup-8chbwhy, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5726 - sozysozbot:patch-1, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5724 - ebroto:5697_const_result_option...
2020-06-23 Philipp KronesRollup merge of #5716 - bugadani:patch-1, r=matthiaskrgr
2020-06-23 Philipp KronesRollup merge of #5713 - flip1995:more_lints, r=Manishearth
2020-06-23 Philipp KronesRollup merge of #5712 - ijijn:master, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5710 - lcnr:patch-1, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5709 - ebroto:5389_ice, r=Manishearth
2020-06-23 Philipp KronesRollup merge of #5705 - dtolnay:orpat, r=flip1995
2020-06-23 Philipp KronesRollup merge of #5178 - matthiaskrgr:rustc_arg_pass...
2020-06-23 flip1995Fix fallout
2020-06-23 flip1995Use lints in Clippy that are enabled in rustc bootstrap
2020-06-23 borsAuto merge of #5739 - flip1995:rustup, r=flip1995
2020-06-23 Lzu TaoAdd more specific GitHub issue templates
2020-06-23 Michael WrightImprove end of expression check in for loop lints
2020-06-23 borsAuto merge of #5695 - esamudera:lint_mem_uninitialized...
2020-06-23 Dylan DPCRollup merge of #73578 - RalfJung:ty-ctxt-at, r=jonas...
2020-06-23 borsAuto merge of #5711 - flip1995:rustup, r=flip1995
2020-06-23 flip1995Fix sync fallout
2020-06-23 flip1995Merge remote-tracking branch 'upstream/master' into...
2020-06-22 Aaron HillStop using old version of `syn` in `rustc-workspace...
2020-06-21 Ralf JungMake is_freeze and is_copy_modulo_regions take TyCtxtAt
2020-06-18 Aman AroraRefactor hir::Place
2020-06-17 sozysozbotFix typo
2020-06-16 Eduardo Brotoredundant_pattern_matching: avoid non-const fn in const...
2020-06-16 Ericko Samuderamem_replace_with_uninit: suggest std::ptr::read
2020-06-15 Ralf JungRollup merge of #72938 - lzutao:stabilize_option_zip...
2020-06-15 borsAuto merge of #72080 - matthewjasper:uniform-impl-trait...
2020-06-14 Dániel BugaFix typo in wildcard_imports
2020-06-14 Iain Brandram... Update comment in conf.rs
2020-06-14 Iain Brandram... Update stderr to match, and reinforce comments
2020-06-13 Teddy_WangAdded a lint for .map(|x| x)
2020-06-13 Iain Brandram... Remove `bar` from blacklisted names
2020-06-13 Bastian Kauschketypo
2020-06-13 Lzu TaoStabilize Option::zip
2020-06-12 Eduardo BrotoFix ICE in consts::binop
2020-06-12 Dylan DPCRollup merge of #72906 - lzutao:migrate-numeric-assoc...
2020-06-11 Matthew JasperRemove ImplItemKind::OpaqueTy from clippy
2020-06-11 Matthew JasperRemove associated opaque types
2020-06-11 Matthias Krügerclippy-driver: fix test and add --rustc to --help output
2020-06-11 Matthias Krügeradd test for compiler output when compiling with rustc...
2020-06-11 Matthias Krügeradd test and remove debug print
2020-06-11 Matthias Krügerclippy-driver: pass all args after "--rustc" to rustc.
2020-06-11 David TolnayDowngrade unnested_or_patterns to pedantic
2020-06-10 Aaron HillClippy fixes
2020-06-10 Aaron HillUpdate Clippy for MethodCall changes
2020-06-10 Lzu TaoMigrate to numeric associated consts
2020-06-09 borsAuto merge of #5702 - ebroto:5698_mul_not_comm, r=matth...
2020-06-09 Eduardo BrotoAdd a comment linking to the issue
2020-06-09 Eduardo Brotoif_same_then_else: don't assume multiplication is alway...
2020-06-09 borsAuto merge of #5279 - DevinR528:macro-use-sugg, r=flip1995
2020-06-09 Devin RAdd enough attrs to the test file so the fix compiles...
2020-06-09 Lzu TaoMerge commit 'ff0993c5e9162ddaea78e83d0f0161e68bd4ea73...
2020-06-08 Devin RFix suggestion output, add run-rustfix to test file...
2020-06-08 Devin Rcleaned up import suggestion formatter, look into code...
2020-06-08 Devin Rwip: of handling nested import paths for multi-macro...
2020-06-08 Devin Rstill working on displaying nested imports
2020-06-08 Devin Rfix some of the review, rename, fmt, refactor
2020-06-08 Devin Rremove session
2020-06-08 Devin Ruse hashset not map for keeping track of seen macro...
2020-06-08 Devin Rcollected all the imports and names
2020-06-08 Devin Rwarn on macro_use attr
2020-06-08 borsAuto merge of #5692 - ebroto:5689_N_dotdot_N, r=yaahc
2020-06-08 borsAuto merge of #5680 - ebroto:3792_let_return, r=Manishearth
2020-06-08 borsAuto merge of #5378 - Centril:unnested-or-pats, r=flip1...
2020-06-07 flip1995Fix rebase fallout
2020-06-07 flip1995Apply self-review by Centril
2020-06-07 Mazdak Farrokhzadsplit unnested_or_patterns test
2020-06-07 Mazdak Farrokhzaddogfood unnested_or_patterns
2020-06-07 Eduardo BrotoRemove unnecessary lifetime parameter
2020-06-07 Mazdak Farrokhzadadd `unnested_or_patterns` lint
2020-06-07 Eduardo Brotoreversed_empty_ranges: don't lint N..N except in for...
2020-06-07 Eduardo Brotolet_and_return: do not lint if last statement borrows
2020-06-07 Eduardo BrotoRename let_and_return test for consistency with the...
2020-06-07 Eduardo BrotoMake let_and_return a late lint pass
2020-06-07 borsAuto merge of #5691 - flip1995:rustup, r=matthiaskrgr
2020-06-07 flip1995Temporarily disable RLS integration test
next