]> git.lizzy.rs Git - rust.git/history - src/utils
Use rustc --print sysroot, bump to v66
[rust.git] / src / utils /
2016-05-08 Manish GoregaokarMerge pull request #906 from Manishearth/birkenfeld...
2016-05-04 Georg Brandlrustup: fix breakage in diagnostics API
2016-04-26 llogiqMerge pull request #882 from Manishearth/rustup
2016-04-26 mcartonCentralize more paths
2016-04-26 mcartonFix paths resolution
2016-04-25 Manish GoregaokarRustup to rustc 1.10.0-nightly (645dd013a 2016-04-24...
2016-04-23 llogiqMerge pull request #867 from Manishearth/#830
2016-04-21 Manish GoregaokarMerge pull request #868 from cramertj/master
2016-04-20 Taylor CramerAdded lint for mem_forget
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonFix the `REGEX_MACRO` lint
2016-04-14 mcartonrustfmt all the things
2016-04-14 mcartons/paths::LL/paths::LINKED_LIST
2016-04-14 mcartonMove paths to their own module
2016-04-14 mcartonAdd a `TEMPORARY_CSTRING_AS_PTR` lint
2016-04-13 Martin CartonMerge pull request #855 from Manishearth/doc
2016-04-13 mcartonMore tests in `DOC_MARKDOWN`
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-04-04 llogiqMerge pull request #836 from Manishearth/doc
2016-04-04 mcartonFix false positive with `DOC_MARKDOWN` and `32MiB`
2016-04-02 Martin CartonMerge pull request #802 (through #828)
2016-04-02 Taylor CramerAdded eq and neq handling to invalid upcast comparisons
2016-04-02 Taylor CramerInvalid upcast comparison cleanup
2016-03-30 llogiqMerge pull request #790 from oli-obk/bool_opt
2016-03-29 Oliver Schneidermake sure `a < b` and `a >= b` are considered equal...
2016-03-28 llogiqMerge pull request #807 from mcarton/vec
2016-03-28 mcartonAdd `for _ in vec![…]` to the `USELESS_VEC` lint
2016-03-28 llogiqMerge pull request #780 from mcarton/doc
2016-03-28 mcartonBeautify more docs
2016-03-28 mcartonFix some spelling mistakes here and there
2016-03-27 josephDunneUpdate rust-clippy to rustc 1.9.0-nightly (d5a91e695...
2016-03-26 Manish GoregaokarRm extraneous infcx
2016-03-26 Manish GoregaokarMerge pull request #803 from Manishearth/fixes
2016-03-26 Manish GoregaokarAllow trailing commas in if_let_chain
2016-03-26 Manish GoregaokarFix ICE with relating late bound regions
2016-03-24 llogiqMerge pull request #797 from cramertj/master
2016-03-24 Taylor CramerCleanup and added transmute to ugly path list
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
2016-03-20 Andre Bogusfixed the build
2016-03-18 llogiqMerge pull request #778 from mcarton/fix-new_without_de...
2016-03-18 mcartonFix `new_without_default` with lts and generics
2016-03-18 Oliver Schneidermake single char names threshold configurable
2016-03-18 Oliver Schneiderlint on binding-names that are too similar
2016-03-16 Martin CartonMerge pull request #773 from mcarton/rustup
2016-03-16 mcartonRustup to *1.9.0-nightly (c66d2380a 2016-03-15)*
2016-03-15 Manish GoregaokarMerge pull request #767 from mcarton/fix-ice
2016-03-15 mcartonFix problem in PANIC_PARAMS with inner `format!`
2016-03-13 Manish GoregaokarMerge pull request #698 from mcarton/conf
2016-03-12 llogiqMerge pull request #760 from mcarton/small-fix
2016-03-12 mcartonDogfood
2016-03-12 mcartonLint function with too many arguments
2016-03-12 mcartonDon’t make conf errors fatal errors
2016-03-12 mcartonmv src/conf.rs src/utils
2016-03-11 mcartonMerge branch 'aochagavia-indexing_slicing'
2016-03-11 Martin CartonMerge pull request #757 from mcarton/fix-ranges
2016-03-11 mcartonFix `unsugar_range` with `..`
2016-03-11 Manish GoregaokarMerge pull request #742 from ctjhoa/master
2016-03-09 Manish GoregaokarMerge pull request #730 from mcarton/unused-labels
2016-03-08 mcartonFix types comparison
2016-03-08 mcartonRemove uses of `ast_ty_to_ty_cache`
2016-03-08 mcartonLint types with `fn new() -> Self` and no `Default...
2016-03-08 Martin CartonMerge pull request #751 from oli-obk/fix/cc
2016-03-08 Oliver Schneiderfix cyclomatic complexity lint triggering because of...
2016-03-07 Manish GoregaokarMerge pull request #744 from mcarton/rustup
2016-03-07 mcartonRemove all ExprRange
2016-03-07 mcartonImplement struct literal equality
2016-02-29 Manish GoregaokarMerge pull request #726 from Manishearth/fmt
2016-02-29 Manish Goregaokarrustfmt
2016-02-26 llogiqMerge pull request #689 from mcarton/entries
2016-02-24 Manish GoregaokarMerge branch 'pr-704'
2016-02-24 mcartonRustfmt and sort all `use` items
2016-02-22 Martin CartonMerge pull request #701 from mcarton/fix-700
2016-02-22 mcartonFix ICE with match_def_path
2016-02-21 Martin CartonMerge pull request #690 from quininer/fix-nightly
2016-02-21 llogiqMerge pull request #692 from mcarton/format
2016-02-20 mcartonLint about `format!("{}", foo)`
2016-02-18 quininer kelfix nightly
2016-02-18 Manish GoregaokarMerge pull request #688 from Manishearth/fix-671
2016-02-18 Manish GoregaokarMerge pull request #673 from oli-obk/fix/665
2016-02-17 Oliver Schneiderfix enum_variant_names linting on all caps enum variants
2016-02-13 llogiqMerge pull request #654 from mcarton/new
2016-02-13 Manish GoregaokarMerge pull request #660 from mcarton/copies
2016-02-13 mcartonFix false positive for `ifs_same_cond` and `cfg!`
2016-02-12 Manish GoregaokarMerge branch 'master' of github.com:Manishearth/rust...
2016-02-12 llogiqMerge pull request #647 from mcarton/copies2
2016-02-12 mcartonMerge branch 'master' into copies2
2016-02-12 mcartonDogfood for future MATCH_SAME_ARMS lint
2016-02-12 mcartonAdd missing types to eq_ty
2016-02-12 mcartonExtend IF_SAME_THEN_ELSE to ifs sequences
2016-02-12 mcartonImplement Expr spanless-hashing
2016-02-12 mcartonAdd missing ExprLoop to SpanlessEq
2016-02-12 mcartonRefactor Expr comparisons