]> git.lizzy.rs Git - rust.git/history - src/types.rs
Use rustc --print sysroot, bump to v66
[rust.git] / src / types.rs
2016-05-09 Martin CartonMerge pull request #884 from oli-obk/needless_ref2
2016-05-09 Oliver Schneiderneedless borrows found in clippy
2016-04-15 Manish GoregaokarMerge pull request #856 from Manishearth/stuffs
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-08 mcartonRustup to 1.9.0-nightly (bf5da36f1 2016-04-06)
2016-04-02 Martin CartonMerge pull request #802 (through #828)
2016-04-02 mcartonSmall fixes in #802
2016-04-02 mcartonRustup PR #802
2016-04-02 Taylor CramerAdded eq and neq handling to invalid upcast comparisons
2016-04-02 Taylor CramerReverted to manual implementation of PartialEq for...
2016-04-02 Taylor CramerErased numeric type to reduce branching
2016-04-02 Taylor CramerInvalid upcast comparison cleanup
2016-04-02 Taylor CramerTests passing for invalid_upcast_comparisons
2016-04-02 Taylor CramerInitial attempt at linting invalid upcast comparisons
2016-03-31 Martin CartonMerge pull request #821 from mcarton/rustup
2016-03-31 mcartonRustup to 1.9.0-nightly (30a3849f2 2016-03-30)
2016-03-27 josephDunneUpdate rust-clippy to rustc 1.9.0-nightly (d5a91e695...
2016-03-26 Manish GoregaokarMerge pull request #803 from Manishearth/fixes
2016-03-26 Manish GoregaokarStop using ast_ty_to_ty_cache
2016-03-21 Manish GoregaokarMerge pull request #727 from oli-obk/similar_names
2016-03-18 Oliver Schneiderlint on binding-names that are too similar
2016-03-15 Martin CartonMerge pull request #769 from oli-obk/rustup
2016-03-15 Oliver 'ker' Schneiderrustup const eval changes
2016-03-13 Manish GoregaokarMerge pull request #698 from mcarton/conf
2016-03-12 mcartonRustfmt
2016-03-12 mcartonUse configuration in the `TYPE_COMPLEXITY` lint
2016-03-03 Martin CartonMerge pull request #733 from Manishearth/rustup
2016-03-02 Manish GoregaokarRust upgrade to 2016-03-02 nightly
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-21 llogiqMerge pull request #692 from mcarton/format
2016-02-20 mcartonSmall cleanup
2016-02-20 mcartonRemove all use of `format!("string literal")`
2016-02-12 mcartonMerge branch 'master' into copies2
2016-02-12 llogiqMerge pull request #652 from oli-obk/fix/nightly
2016-02-12 Oliver 'ker' Schneiderfix nightly breakage
2016-02-10 Manish GoregaokarMerge branch 'pr-645'
2016-02-09 Manish GoregaokarMerge branch 'pr-613'
2016-02-08 llogiqMerge remote-tracking branch 'origin/master' into regex...
2016-02-07 Manish GoregaokarMerge branch 'pr-581'
2016-02-06 Manish GoregaokarMerge pull request #623 from mcarton/redundant
2016-02-05 mcartonRemove redundancy in lint documentation
2016-02-05 mcartonFix util/update_wiki.py warnings and be consistent...
2016-02-03 Oliver Schneiderfallout
2016-02-03 scurestExtend ABSURD_UNSIGNED_COMPARISONS to handle more types
2016-02-02 Manish GoregaokarMerge branch 'pr-593'
2016-01-30 scurestAdd a lint to suggest uint == 0 over uint <= 0
2016-01-28 Manish GoregaokarMerge pull request #549 from mcarton/ifs
2016-01-27 llogiqMerge master and re-run update_lints.py
2016-01-27 Manish GoregaokarMerge pull request #585 from fhartwig/char-lit-as-u8
2016-01-27 Florian HartwigPoint out that char is 32 bit value
2016-01-27 Florian HartwigAdd a lint for casts from char literals to u8
2016-01-22 Manish GoregaokarMerge branch 'rustup'
2016-01-19 Manish GoregaokarMerge pull request #561 from fhartwig/deprecation-fix
2016-01-19 Florian HartwigFix deprecation warning on latest nightly
2016-01-15 llogiqMerge pull request #523 from sanxiyn/escape-arg
2016-01-04 Manish GoregaokarMerge pull request #540 from Manishearth/fmt
2016-01-04 Manish Goregaokarfmt clippy
2016-01-03 Manish GoregaokarMerge branch 'pr-538'
2016-01-02 Manish GoregaokarMerge pull request #537 from GuillaumeGomez/fields_test
2016-01-02 llogiqMerge pull request #535 from GuillaumeGomez/improve_fie...
2016-01-02 mcartonMerge branch 'master' of https://github.com/Manishearth...
2016-01-02 llogiqMerge pull request #534 from Manishearth/macros
2016-01-02 Manish GoregaokarAdd macro check for box vec (fixes #529)
2016-01-01 llogiqMerge pull request #527 from karyon/master
2016-01-01 Johannes LinkeAdd "warn/allow by default" to lint descriptions where...
2015-12-17 Manish GoregaokarMerge pull request #494 from sanxiyn/suggestion-2
2015-12-13 Manish GoregaokarMerge branch 'more_wiki'
2015-12-13 Manish GoregaokarMerge pull request #497 from cesarb/ringbuf
2015-12-12 Cesar Eduardo BarrosMention VecDeque in linkedlist lint
2015-12-11 Manish GoregaokarMerge pull request #492 from Manishearth/wiki
2015-12-11 llogiqadded wiki comments + wiki-generating python script
2015-11-19 Manish GoregaokarMerge pull request #463 from fhartwig/rustup
2015-11-19 Florian HartwigUpdate to latest rust nightly
2015-11-17 Manish GoregaokarMerge pull request #457 from sanxiyn/match-block-comma
2015-11-17 Seo SanghyeonRemove trailing commas in match arms with blocks
2015-10-15 Manish GoregaokarFix type complexity lint
2015-10-15 llogiqMerge pull request #395 from Manishearth/rustup
2015-10-15 Andre BogusMerge branch 'master' of https://github.com/Manishearth...
2015-10-15 Andre Bogusrustup
2015-10-14 Andre BogusMerged #365
2015-10-14 Andre BogusMerged #366
2015-10-11 Manish GoregaokarMerge pull request #377 from Manishearth/rustup
2015-10-11 Manish GoregaokarRust upgrade to rustc 1.5.0-nightly (9d3e79ad3 2015...
2015-10-06 Manish GoregaokarMerge pull request #354 from Pyriphlegethon/master
2015-10-05 Georg BrandlRingBuf was renamed to VecDeque (fixes #363)
2015-09-19 Manish GoregaokarUpgrade Rust to rustc 1.5.0-nightly (cff041170 2015...
2015-09-17 llogiqMerge pull request #337 from Manishearth/indentfix
2015-09-17 llogiqMerge pull request #336 from Manishearth/issue335
2015-09-17 Manish GoregaokarRustup to rustc 1.5.0-nightly (fc4d566b4 2015-09-16)
2015-09-10 llogiqMerge pull request #326 from Manishearth/fix-323
2015-09-10 llogiqadditional macro check + more tests
2015-09-06 llogiqMerge pull request #308 from Manishearth/unit_cmp
2015-09-06 Andre Bogusfixed build
next