]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2017-07-05 uHOOCCOOHuSearch `continue` in `return` expr.
2017-07-05 uHOOCCOOHuPut tests for `step_by(0)` back.
2017-07-05 uHOOCCOOHuRemove tests using removed feature `step_by`.
2017-07-04 Oliver SchneiderMerge pull request #1860 from Vurich/master
2017-07-04 Oliver Schneiderignore needless_lifetimes false positive
2017-07-04 Oliver SchneiderMerge pull request #1847 from Manishearth/nested_while_let
2017-07-03 Oliver SchneiderMerge pull request #1852 from Manishearth/notrans
2017-07-03 Oliver SchneiderBump the version
2017-07-03 Oliver SchneiderMerge pull request #1868 from messense/feature/fix...
2017-07-03 messenseUpdate windows ui tests
2017-07-03 messenseUpdate ui tests for examples
2017-07-03 messenseUpdate ui tests
2017-07-03 messenseFix compilation on rustc 1.20.0-nightly (067971139...
2017-07-01 Oliver SchneiderMerge pull request #1866 from Manishearth/oli-obk-patch-2
2017-07-01 Oliver SchneiderUpdate compiletest dependency
2017-06-30 Andre Bogusfix tests
2017-06-29 Oliver SchneiderMerge pull request #1862 from messense/feature/fix...
2017-06-29 Oliver SchneiderRun rustfmt
2017-06-29 Oliver SchneiderBump the version
2017-06-29 messenseFix compilation on rustc 1.20.0-nightly (69c65d296...
2017-06-29 VurichAllow cargo-clippy to work in subdirectories
2017-06-28 Oliver SchneiderMerge pull request #1536 from CBenoit/master
2017-06-28 Oliver SchneiderMerge pull request #1855 from Manishearth/for_loop
2017-06-28 Oliver SchneiderUpdate for latest master
2017-06-26 Oliver SchneiderUse `--emit=metadata` instead of `-Zno-trans`
2017-06-26 Benoît CORTIERImprove needless_borrowed_ref lint doc.
2017-06-24 Benoît CORTIERAdd needless borrowed ref lint (WIP).
2017-06-23 Andre Bogusdon't lint while_let_on_iterator on nested loops
2017-06-22 Martin CartonMerge pull request #1841 from sanxiyn/span-lint-and...
2017-06-21 Seo SanghyeonUse span_lint_and_sugg
2017-06-19 llogiqMerge pull request #1839 from Manishearth/rustup-tests
2017-06-19 mcartonFix the test suite after cargo update
2017-06-18 Martin CartonMerge pull request #1837 from Manishearth/step_by
2017-06-18 Oliver SchneiderReplace `Range::step_by` checking with `Iterator::step_by`
2017-06-17 Martin CartonMerge pull request #1799 from Manishearth/docs
2017-06-17 mcartonFix links in change log
2017-06-17 mcartonDon't depend explicitly on `pulldown-cmark`
2017-06-17 mcartonDon't use default features for `pulldown-cmark`
2017-06-17 mcartonIgnore mix of {,non-}sugared doc in `doc_markdown`
2017-06-17 mcartonAdd a new `doc_markdown` test from issue comments
2017-06-17 mcartonLog that `doc_markdown` has been rewritten
2017-06-17 mcartonFix spans in all cases in `doc_markdown`
2017-06-17 mcartonFix spans in `doc_markdown` in most cases
2017-06-17 mcartonRewrite `doc_markdown` to use `pulldown-cmark`
2017-06-17 mcartonAdd `itertools` and `pulldown-cmark` dependencies
2017-06-16 Oliver SchneiderBump the version
2017-06-16 Oliver SchneiderCHANGELOG is ordered after Cargo
2017-06-16 Oliver SchneiderMerge pull request #1833 from messense/feature/fix...
2017-06-16 messenseUpdate ui tests
2017-06-16 messenserustup to rustc 1.19.0-nightly (258ae6dd9 2017-06-15)
2017-06-14 Martin CartonMerge pull request #1830 from scott-linder/generic...
2017-06-14 scott-linderIgnore new-without-default lint when `new` method has...
2017-06-13 Oliver SchneiderMerge pull request #1501 from scott-linder/types-borrow-box
2017-06-13 llogiqMerge pull request #1827 from erickt/master
2017-06-13 Erick Tryzelaar`in_macro` check in `NEEDLESS_RETURN`
2017-06-12 Oliver SchneiderMerge pull request #1826 from Manishearth/multi-zero...
2017-06-12 Andre Bogusdeal with multiple prefixed zeros in literals
2017-06-12 scott-linderTest for trait method decl/impl for borrowed box.
2017-06-12 scott-linderDocument `check_ty` and its new `is_local` arg.
2017-06-12 scott-linderMerge nested `if` into adjacent `if_let_chain!`
2017-06-12 Oliver SchneiderMerge pull request #1804 from camsteffen/never_loop
2017-06-11 Cameron Steffenfix another never_loop
2017-06-11 Cameron SteffenMerge branch 'master' into never_loop
2017-06-11 scott-linderTest for local types in `LINKEDLIST` and `BOX_VEC`
2017-06-11 scott-linderAdd `check_local` to `TypePass` for `BORROWED_BOX`
2017-06-11 scott-linderCommit updated example stderr
2017-06-11 scott-linderUse span_suggestion in borrowed_box lint
2017-06-11 scott-linderMove old-style test to examples
2017-06-11 scott-linderAdd more exhaustive tests for borrow_box
2017-06-11 scott-linderRecurse into inner type when not `&Box<T>`
2017-06-11 scott-linderActually fix the lint applied
2017-06-11 scott-linderFix typo in types check
2017-06-11 scott-lindercheck for borrowed box types
2017-06-11 Manish GoregaokarBump to 0.0.139
2017-06-11 Manish GoregaokarBump the version
2017-06-11 Manish GoregaokarMerge pull request #1823 from eddyb/nightly-magic
2017-06-11 Eduard-Mihai... Do not use .sty except for matching on it.
2017-06-11 Eduard-Mihai... Remove uses of span_if_local.
2017-06-11 Eduard-Mihai... Abide by the common rustc::ty conventions.
2017-06-11 Eduard-Mihai... Update for rustc 1.19.0-nightly (4bf5c99af 2017-06...
2017-06-10 Oliver SchneiderMerge pull request #1820 from andersk/nightly
2017-06-10 Anders KaseorgPass extra parameter to CrateStore::item_children for...
2017-06-08 Martin CartonMerge pull request #1819 from Manishearth/fix-1814
2017-06-08 mcartonCheck for `for` loop desugaring in highering
2017-06-07 Oliver SchneiderMerge pull request #1816 from Manishearth/fix-451
2017-06-07 Andre Bogusbetter naming, Iterator::eq
2017-06-06 Andre BogusCheck for AsRef/AsMut arguments in wrong_self_convention
2017-06-05 Martin CartonMerge pull request #1814 from Manishearth/rustup
2017-06-05 mcartonBump to 0.0.138
2017-06-05 mcartonRustup to *rustc 1.19.0-nightly (0418fa9d3 2017-06...
2017-06-04 Martin CartonMerge pull request #1808 from messense/feature/try...
2017-06-04 mcartonBump to 0.0.137
2017-06-04 Eduard-Mihai... Finish rustup.
2017-06-04 mcartonContinue work on rustup
2017-06-02 messenseTry to fix compilation error on rustc 1.19.0-nightly...
2017-06-02 Cameron Steffenfix never_loop
2017-06-01 Cameron Steffenadd tests and fixes
2017-05-31 Cameron Steffenfix never_loop
2017-05-27 Manish GoregaokarMerge pull request #1787 from Manishearth/rustup
2017-05-27 Manish GoregaokarRustup to rustc 1.19.0-nightly (557967766 2017-05-26)
next