]> git.lizzy.rs Git - rust.git/history - src/utils/hir.rs
Rustup to *1.10.0-nightly (9c6904ca1 2016-05-18)*
[rust.git] / src / utils / hir.rs
2016-05-23 mcartonRustup to *1.10.0-nightly (9c6904ca1 2016-05-18)*
2016-04-26 llogiqMerge pull request #882 from Manishearth/rustup
2016-04-25 Manish GoregaokarRustup to rustc 1.10.0-nightly (645dd013a 2016-04-24...
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
2016-04-14 mcartonrustfmt all the things
2016-04-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
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 #780 from mcarton/doc
2016-03-28 mcartonFix some spelling mistakes here and there
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
2016-03-20 Andre Bogusfixed the build
2016-03-18 Oliver Schneiderlint on binding-names that are too similar
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 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-21 Martin CartonMerge pull request #690 from quininer/fix-nightly
2016-02-18 quininer kelfix nightly
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