]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-11-20 Oliver SchneiderMerge pull request #2203 from clippered/float_cmp_const
2017-11-20 Oliver SchneiderMerge pull request #2230 from LaurentMazare/master
2017-11-20 Laurent MazareFix for the new nightly version.
2017-11-19 laurentMore tests.
2017-11-19 laurentBugfix + add test.
2017-11-19 laurentRemove the brackets argument.
2017-11-19 laurentUse a struct to store most of the recurse parameters...
2017-11-19 Oliver SchneiderMerge pull request #2232 from rust-lang-nursery/fixup...
2017-11-19 Oliver SchneiderMerge pull request #2235 from b-r-u/master
2017-11-18 Johannes HofmannIgnore identifier 'OpenStreetMap' for DOC_MARKDOWN...
2017-11-18 Georg Brandltests: fixup arg handling for update-all-references
2017-11-18 Georg BrandlCONTRIBUTING: clarify how to regenerate ui test output
2017-11-18 Georg Brandlconst_static_lifetime: this applies not only to path...
2017-11-17 Oliver SchneiderMerge pull request #2229 from LaurentMazare/master
2017-11-17 Oliver SchneiderVersion bump
2017-11-16 laurentRemove the union type.
2017-11-16 laurentFirst attempt at simplifying boolean processing.
2017-11-15 Christopher... Split TyImplTrait into Universal and Existential
2017-11-15 Oliver SchneiderMerge pull request #2216 from LaurentMazare/master
2017-11-15 Oliver SchneiderMerge pull request #2224 from rust-lang-nursery/rust...
2017-11-15 Oliver SchneiderRustup
2017-11-14 laurentRaise a lint when suggest has simplified the expression.
2017-11-14 Oliver SchneiderMove 'handle_method_call_in_not' code into 'suggest'
2017-11-14 Oliver SchneiderMerge remote-tracking branch 'origin/master' into laure...
2017-11-14 Oliver SchneiderMerge branch 'master' of github.com:Manishearth/rust...
2017-11-14 Oliver SchneiderApply changes that were required for running in the...
2017-11-10 laurentUse both pair orders.
2017-11-10 Oliver SchneiderMerge pull request #2214 from rust-lang-nursery/nrlfp
2017-11-10 Oliver SchneiderRustup
2017-11-09 Oliver SchneiderMerge pull request #2219 from sinkuu/compiletest0.3
2017-11-09 Shotaro YamadaBuild path from current_dir
2017-11-09 Shotaro YamadaUse compiletest 0.3
2017-11-07 laurentOnly apply when there is a single argument.
2017-11-07 laurentHandle methods with an immediate negation in the non...
2017-11-07 Oliver SchneiderDon't lint mixed slice indexing and usize indexing...
2017-11-07 Oliver SchneiderDifferentiate between mutable iteration and immutable...
2017-11-07 Oliver SchneiderMerge pull request #2209 from sinkuu/trait_methods
2017-11-07 Oliver SchneiderMerge pull request #2206 from LaurentMazare/master
2017-11-06 laurentFix broken tests.
2017-11-06 laurentFix merge issues.
2017-11-06 sinkuuFix false positive in needless_pass_by_value trait...
2017-11-06 sinkuuRustup
2017-11-06 Oliver SchneiderVersion bump
2017-11-06 Oliver Schneider`rls.toml` is not the way to go anymore
2017-11-06 clipperedput back negative tests but allow float_cmp
2017-11-06 clipperedremove duplicate tests with float_cmp
2017-11-06 clipperedadd more negative tests
2017-11-06 Oliver SchneiderMerge pull request #2202 from topecongiro/format
2017-11-06 Oliver SchneiderMerge pull request #2205 from kraai/2204
2017-11-06 Oliver SchneiderMerge pull request #2197 from AlexEne/dissalow-undersco...
2017-11-05 laurentClean the code a bit.
2017-11-05 laurentMake the dogfood test happy.
2017-11-05 laurentCosmetic change.
2017-11-05 laurentBugfix.
2017-11-05 laurentRefactor the never-loop detection, fixes #1991.
2017-11-05 Matt KraaiFix compilation errors with rustc 1.23.0-nightly (d762b...
2017-11-04 clipperedFix #1142 float constant comparison lint
2017-11-04 topecongiroFix lines that exceed max width manually
2017-11-04 topecongiroCargo fmt
2017-11-04 topecongiroUpdate rustfmt.toml
2017-11-04 topecongiroFix excessive indentation in if_chain!
2017-11-03 Alexandru EneAddressed PR comments
2017-11-03 Oliver SchneiderMerge pull request #2199 from sinkuu/needless_pass_by_v...
2017-11-03 sinkuuAdd test to take `Self` as an argument
2017-11-03 sinkuu&Self
2017-11-03 sinkuuFix test
2017-11-03 sinkuuExtend needless_pass_by_value to methods
2017-11-03 Oliver SchneiderMerge pull request #2168 from cgm616/master
2017-11-03 cgm616Update tests
2017-11-03 cgm616Switch to new method of checking access
2017-11-03 cgm616Merge branch 'master' of github.com:rust-lang-nursery...
2017-11-03 Alexandru EneWarns if variable name is composed only of underscores...
2017-11-02 Oliver SchneiderMerge pull request #2194 from martinlindhe/master
2017-11-02 Oliver SchneiderMerge pull request #2189 from gendx/pr-1590
2017-11-02 Oliver SchneiderMerge pull request #2193 from sinkuu/u8_str_transmute
2017-11-01 Manish GoregaokarMerge pull request #2195 from topecongiro/minor-fixes
2017-11-01 topecongiroFix a typo
2017-11-01 topecongiroRemove an unused binary file
2017-11-01 topecongiroAvoid panicking when no arg is given to clippy_driver
2017-11-01 topecongiroUse is_ok()
2017-11-01 sinkuuKnown problems
2017-11-01 sinkuuKnown problems
2017-11-01 sinkuuLint `transmute::<&[u8], &str>`
2017-10-31 Manish GoregaokarMerge pull request #2191 from rust-lang-nursery/rustup
2017-10-31 Manish GoregaokarBump to 0.0.168
2017-10-31 kennytmFix lint_without_lint_pass
2017-10-31 Martin Lindhefix some typos
2017-10-31 Manish GoregaokarUpdate clippy for rustc 1.23.0-nightly (f0fe716db 2017...
2017-10-30 G. EndignouxUpdate UI tests.
2017-10-30 G. EndignouxStart working on #1590
2017-10-30 Manish GoregaokarMerge pull request #2187 from rust-lang-nursery/rustup
2017-10-30 Manish GoregaokarBump to 0.0.167 (rustup to rustc 1.23.0-nightly (90ef33...
2017-10-29 Manish GoregaokarHandle TyForeign
2017-10-29 Manish GoregaokarUpdate tests; make it work with generics on context
2017-10-28 cgm616Add tests for pub_restricted
2017-10-28 cgm616Fix mistake in merging
2017-10-28 Manish GoregaokarMerge branch 'pr-2140'
2017-10-28 cgm616Merge branch 'master' of github.com:rust-lang-nursery...
2017-10-27 Oliver SchneiderMerge pull request #2181 from rust-lang-nursery/macro_check
2017-10-27 Oliver SchneiderFix dogfood
next