about summary refs log tree commit diff
path: root/src/librustc/lint
AgeCommit message (Expand)AuthorLines
2014-11-26Remove special casing for some meta attributesSteven Fackler-9/+0
2014-11-26Rote changes due to the fact that ast paths no longer carry this extraneous b...Niko Matsakis-1/+1
2014-11-25/** -> ///Steve Klabnik-5/+3
2014-11-23Rename unwrap functions to into_innerAlex Crichton-1/+1
2014-11-23Remove type parameters from ExprField and ExprTupFieldAdolfo OchagavĂ­a-11/+7
2014-11-21unicode: Rename UnicodeChar::is_digit to is_numericBrian Anderson-1/+1
2014-11-19rollup merge of #19073: jakub-/issue-19069Jakub Bukaj-4/+4
2014-11-19rustc: middle: remove obsolete ty::get.Eduard Burtescu-8/+8
2014-11-19rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.Eduard Burtescu-7/+8
2014-11-19rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere.Eduard Burtescu-8/+9
2014-11-18Feature gate non-ASCII lifetime identifiersJakub Bukaj-4/+4
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-2/+1
2014-11-18rollup merge of #18910: aturon/borrow-traitsJakub Bukaj-4/+4
2014-11-18rollup merge of #18890: luqmana/tfJakub Bukaj-0/+1
2014-11-17librustc: Whitelist linkage attribute for unused attribute lint since it's pr...Luqman Aden-0/+1
2014-11-17Fallout from deprecationAaron Turon-4/+4
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+5
2014-11-17auto merge of #18914 : Gankro/rust/cloned, r=aturonbors-2/+2
2014-11-16auto merge of #18994 : sfackler/rust/struct-variants-pt2, r=jakub-bors-1/+14
2014-11-16fallout from deprecating find_copy and get_copyAlexis Beingessner-2/+2
2014-11-16Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniqJakub Bukaj-1/+4
2014-11-16Try to remove ty_nil, some kind of error in exhaustiveness checkingNiko Matsakis-1/+1
2014-11-15Un-feature gate struct variantsSteven Fackler-1/+14
2014-11-14auto merge of #18827 : bjz/rust/rfc369-numerics, r=alexcrichtonbors-0/+1
2014-11-13auto merge of #18872 : hirschenberger/rust/master, r=thestingerbors-1/+1
2014-11-13Remove Signed trait and add SignedInt traitBrendan Zabarauskas-0/+1
2014-11-11Set exceeding bitshifts lint to denyFalco Hirschenberger-1/+1
2014-11-10Use FnvHashMap instead of HashMap in rustcAriel Ben-Yehuda-13/+13
2014-11-07Update parser with `for` syntaxNiko Matsakis-2/+2
2014-11-06rollup merge of #18679 : brson/lint-traitAlex Crichton-27/+54
2014-11-06Fallout from collection conventionsAlexis Beingessner-13/+13
2014-11-06auto merge of #18608 : alexcrichton/rust/lint-some-crates, r=aturonbors-27/+48
2014-11-05rustc: Add some more checks to the stability lintBrian Anderson-27/+54
2014-11-04rustc: Support stability attributes on cratesAlex Crichton-27/+48
2014-11-04Update some new use of the old targ_cfgCorey Richardson-2/+2
2014-11-04Implement flexible target specificationCorey Richardson-2/+2
2014-11-04auto merge of #18596 : alexcrichton/rust/rollup, r=alexcrichtonbors-12/+12
2014-11-03rollup merge of #18593 : hirschenberger/issue-18587Alex Crichton-7/+7
2014-11-03rollup merge of #18580 : hirschenberger/issue-17713Alex Crichton-3/+3
2014-11-04Fix for bitshift errors lint on cross compilation #18587Falco Hirschenberger-7/+7
2014-11-03rollup merge of #18318 : arielb1/transmute-cleanupAlex Crichton-2/+2
2014-11-03auto merge of #18589 : alexcrichton/rust/issue-18587-warn, r=jakub-bors-1/+1
2014-11-03rustc: Set the exceeding_bitshifts lint to AllowAlex Crichton-1/+1
2014-11-03Clean-up transmutes in librustcAriel Ben-Yehuda-2/+2
2014-11-03Also fix undefined behaviour when shift equals the number of bitsFalco Hirschenberger-3/+3
2014-11-03rollup merge of #18519 : Gankro/collect-smashAlex Crichton-1/+1
2014-11-02refactor libcollections as part of collection reformAlexis Beingessner-1/+1
2014-11-01Add lint for checking exceeding bitshifts #17713Falco Hirschenberger-2/+54
2014-10-31DSTify HashJorge Aparicio-4/+4
2014-10-30Test fixes and rebase conflictsAlex Crichton-1/+1