]> git.lizzy.rs Git - rust.git/shortlog
rust.git
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)
2017-05-26 Georg BrandlMerge pull request #1784 from birkenfeld/update
2017-05-26 Georg BrandlDemote the never_loop lint to Allow for now.
2017-05-26 Georg BrandlUpdate to fix array_indexing failures: RangeInclusive...
2017-05-26 Georg BrandlUpdate stderr files for change in error reporting
2017-05-24 Oliver SchneiderBump the version
2017-05-24 Oliver SchneiderSorting order diff output is weird
2017-05-24 Oliver SchneiderRustup to rustc 1.19.0-nightly (5b13bff52 2017-05-23)
2017-05-23 Oliver SchneiderMerge pull request #1766 from Manishearth/testing_refactor
2017-05-23 Oliver SchneiderUpdate contribution instructions to the new system
2017-05-23 Oliver SchneiderMerge remote-tracking branch 'origin/master' into testi...
2017-05-19 Oliver SchneiderBump the version
2017-05-19 Oliver SchneiderSort entries in pre-publish script
2017-05-19 Oliver SchneiderMerge pull request #1768 from messense/feature/fix...
2017-05-19 messenseFix build failure on rustc 1.19.0-nightly (0ed1ec9f9...
2017-05-17 Oliver SchneiderEnable 64bit vs 32bit tests
2017-05-17 Oliver SchneiderUse -Zremap-path-prefix to create system independent...
2017-05-17 Oliver SchneiderAdjust travis and appveyor paths
2017-05-17 Oliver SchneiderUse the workspace target directory
2017-05-17 Oliver SchneiderMake most tests an `example` so we can run them one...
2017-05-15 Martin CartonMerge pull request #1764 from Manishearth/debug_assert
2017-05-15 Andre Bogusdistinguish debug_assert
2017-05-15 Oliver SchneiderMerge pull request #1760 from Manishearth/fix1647
2017-05-14 mcartonFix span in `blacklisted_name`
2017-05-14 Oliver SchneiderBump the version
2017-05-14 Oliver SchneiderGit changed the order of files in git diff?
2017-05-14 Oliver SchneiderUpdate to rustc 1.19.0-nightly (826d8f385 2017-05-13)
2017-05-12 Oliver SchneiderRun rustfmt
2017-05-12 Oliver SchneiderBump the version
2017-05-12 Oliver SchneiderFix various wrong uses of NestedVisitorMap::All
2017-05-12 Oliver SchneiderMerge pull request #1749 from Manishearth/cmp_owned
2017-05-11 Oliver SchneiderFix #1730
2017-05-11 Oliver SchneiderReduce code duplication
2017-05-11 Oliver SchneiderMerge pull request #1747 from Manishearth/mut_fp
2017-05-11 Oliver SchneiderMerge pull request #1748 from luisbg/empty_lines
2017-05-11 Luis de Bethencourtclean tests/ui/zero_div_zero.rs
2017-05-11 Luis de Bethencourtclean tests/ui/while_loop.rs
2017-05-11 Luis de Bethencourtclean tests/ui/vec.rs
2017-05-11 Luis de Bethencourtclean tests/ui/used_underscore_binding.rs
2017-05-11 Luis de Bethencourtclean tests/ui/unused_io_amount.rs
2017-05-11 Luis de Bethencourtclean tests/ui/unsafe_removed_from_name.rs
2017-05-11 Luis de Bethencourtclean tests/ui/unicode.rs
next