]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-02-27 Oliver SchneiderFix order of publishing steps
2017-02-27 Oliver SchneiderRun rustfmt
2017-02-27 Oliver SchneiderBump the version
2017-02-27 Oliver Schneiderrustup
2017-02-25 llogiqMerge pull request #1573 from sinkuu/len_zero_slice
2017-02-25 sinkuuEnable `len_zero` for slices
2017-02-23 Manish GoregaokarMerge pull request #1572 from steveklabnik/patch-1
2017-02-22 Steve Klabnikupdate semver version
2017-02-22 Oliver SchneiderMerge pull request #1561 from Manishearth/zero_ptr
2017-02-22 Oliver SchneiderMerge pull request #1571 from sinkuu/assert_ne
2017-02-22 sinkuuSuggest `assert_ne` for `assert!(x != y)`
2017-02-21 Andre Bogusfix German keyboard fail
2017-02-21 Oliver SchneiderMerge pull request #1564 from Manishearth/cleanup
2017-02-21 Oliver SchneiderMerge pull request #1491 from Manishearth/into_iter_on_ref
2017-02-21 Oliver SchneiderMerge pull request #1556 from sinkuu/take_by_value
2017-02-21 Oliver SchneiderMerge system independent ui-tests back into tests/ui
2017-02-21 Oliver Schneiderfix ui-posix test paths
2017-02-21 Oliver SchneiderUpdate ui test output
2017-02-21 Oliver SchneiderFix more wrong windows ui test paths
2017-02-21 Oliver SchneiderUi windows test paths are wrong
2017-02-21 Oliver Schneiderupdate help message to match the suggestion
2017-02-21 Oliver Schneideradjust messages in tests
2017-02-21 Oliver Schneiderrustfmt
2017-02-21 Oliver Schneidercleanup and create another helper function that we...
2017-02-21 Oliver Schneiderfix explicit_into_iter_loop on references
2017-02-21 sinkuuEnsure deref_span is empty for Vec and String
2017-02-21 Oliver SchneiderSimplify calling `update-all-references.sh`
2017-02-21 Oliver SchneiderCleanup test suite
2017-02-21 sinkuuIntegrate suggestion spans
2017-02-21 sinkuuUse `multispan_sugg`
2017-02-21 Oliver SchneiderMerge pull request #1543 from Manishearth/fix-windows...
2017-02-21 Oliver SchneiderDon't run cargo clippy on 64 bit
2017-02-21 Oliver SchneiderMerge pull request #1544 from bood/master
2017-02-21 Oliver SchneiderMerge pull request #1559 from theotherphil/master
2017-02-21 Oliver SchneiderMerge pull request #1538 from Manishearth/publish
2017-02-21 Andre BogusNew zero_ptr lint.
2017-02-20 sinkuuFix suggestion for `let <pat>`
2017-02-20 sinkuuRun update_lints.py
2017-02-20 sinkuuSupport non-moving usages at `match`
2017-02-20 sinkuuRename lint to needless_take_by_value
2017-02-19 Phil EllisonFix typo
2017-02-19 Phil EllisonAdd test that adding allow attribute on impl block...
2017-02-19 Phil EllisonUse span of impl/trait in len_without_is_empty error...
2017-02-19 sinkuuAdd explanation
2017-02-18 sinkuuLint needless take-by-value
2017-02-18 Oliver SchneiderMerge pull request #1550 from sinkuu/should_assert_eq
2017-02-18 Bood QianUpdate README
2017-02-18 Bood QianMerge branch 'master' of github.com:Manishearth/rust...
2017-02-18 sinkuuFix language & if_let_chain usage
2017-02-18 sinkuuSupport generic type
2017-02-18 sinkuuRun update_lints.py
2017-02-18 sinkuuAdd `should_assert_eq` lint (fixes #641)
2017-02-17 Oliver Schneiderrustfmt again
2017-02-17 Oliver SchneiderMerge pull request #1548 from mathstuf/missing-eol
2017-02-17 Oliver SchneiderMerge pull request #1549 from Manishearth/never_loop
2017-02-17 Oliver SchneiderChoose a better commit message
2017-02-17 Oliver Schneiderfix dogfood tests
2017-02-17 Andre Bogusdeal with binary op short-circuit
2017-02-17 Andre BogusNew never loop lint
2017-02-17 Bood QianRust fmt
2017-02-16 llogiqMerge pull request #1547 from mathstuf/comma-typos
2017-02-16 Ben Boeckelmain: end error messages with a newline
2017-02-16 Ben Boeckeltypos: coma -> comma
2017-02-16 Bood QianSuppress lint for unsuffixed number casts
2017-02-16 Oliver Schneidercreate a commit with just changelog and Cargo.toml...
2017-02-16 Andre BogusMerge branch 'fix-windows-tests' of https://github...
2017-02-16 Andre Bogusadd RUST_BACKTRACE=1 to appveyor build
2017-02-15 Bood QianAdd lint for unnecessary casts (cast to same type)
2017-02-15 Oliver Schneidersatisfy rustfmt
2017-02-14 Andre Bogusfix windows tests
2017-02-14 Oliver Schneideronly require rustfmt and update_lints for version bumps
2017-02-13 Oliver SchneiderMerge pull request #1531 from F001/clonedCollect
2017-02-13 Oliver Schneiderupdate ui tests
2017-02-13 Oliver Schneiderrun util/update_lint
2017-02-13 Oliver SchneiderMerge remote-tracking branch 'origin/master' into clone...
2017-02-13 Oliver SchneiderMerge pull request #1529 from bood/master
2017-02-13 Oliver Schneiderrun rustfmt
2017-02-13 Oliver Schneiderupdate readme
2017-02-13 Oliver SchneiderMerge remote-tracking branch 'origin/master'
2017-02-12 Martin CartonMerge pull request #1528 from Manishearth/mut-from-ref
2017-02-12 Andre Bogusfixed multi-span test
2017-02-12 Andre Bogusrustfmt
2017-02-12 Andre Bogusadd notes for immutable inputs
2017-02-12 f001update via comments
2017-02-12 f001format adjust
2017-02-12 f001Add a lint for `slice.iter().cloned().collect()`
2017-02-12 Bood QianRemove unnecessary ref
2017-02-11 Bood QianMove more into if_let_chain
2017-02-11 Bood QianApply rustfmt
2017-02-11 Bood QianLint on `panic!` only
2017-02-11 Oliver SchneiderMerge pull request #1512 from pengowen123/patch-large_e...
2017-02-11 Bood QianLint on `Err(_)` arm of a match
2017-02-11 Owen Sanchezrustfmt
2017-02-11 Owen SanchezUpdate large_enum_variant test
2017-02-11 Owen SanchezSearch directly for the largest and smallest variants...
2017-02-11 Owen SanchezRun update_lints.py
2017-02-11 Owen SanchezChange large_enum_variant to lint against size differen...
2017-02-11 Owen SanchezAdd some writes to a log file for debugging
2017-02-11 Andre BogusRemove stabilized feature flag
2017-02-11 Andre Bogusfix test
next