summary refs log tree commit diff
path: root/src/librustc/lint/context.rs
AgeCommit message (Expand)AuthorLines
2015-01-08Improvements to feature stagingBrian Anderson-11/+14
2015-01-07Test fixes and rebase conflictsAlex Crichton-1/+1
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-28/+28
2015-01-07Preliminary feature stagingBrian Anderson-3/+43
2015-01-07use slicing sugarJorge Aparicio-28/+28
2015-01-07falloutNick Cameron-2/+2
2015-01-07Replace full slice notation with index callsNick Cameron-28/+28
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-15/+21
2015-01-05rollup merge of #20511: csouth3/derive-lintAlex Crichton-1/+2
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-15/+21
2015-01-04Rename `raw_pointer_deriving` lint to `raw_pointer_derive`Chase Southwood-1/+2
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-28/+28
2014-12-18librustc: Always parse `macro!()`/`macro![]` as expressions if notPatrick Walton-9/+9
2014-12-13librustc: use tuple indexingJorge Aparicio-8/+7
2014-12-13librustc: use unboxed closuresJorge Aparicio-4/+8
2014-12-08librustc: Make `Copy` opt-in.Niko Matsakis-0/+1
2014-12-04Remove dependency on typeck from lint.Niko Matsakis-40/+0
2014-12-04Move infer out of `middle::typeck` and into just `middle`.Niko Matsakis-1/+1
2014-11-25/** -> ///Steve Klabnik-5/+3
2014-11-23Rename unwrap functions to into_innerAlex Crichton-1/+1
2014-11-19rollup merge of #19073: jakub-/issue-19069Jakub Bukaj-2/+2
2014-11-19rustc: fix fallout of adding the `'tcx` lifetime to `Ty`.Eduard Burtescu-6/+6
2014-11-19rustc: middle: rename `ty::t` to `Ty` and use it unqualified everywhere.Eduard Burtescu-5/+5
2014-11-18Feature gate non-ASCII lifetime identifiersJakub Bukaj-2/+2
2014-11-18Move trans, back, driver, and back into a new crate, rustc_trans. Reduces mem...Niko Matsakis-2/+1
2014-11-17Fallout from deprecationAaron Turon-4/+4
2014-11-17Switch to purely namespaced enumsSteven Fackler-0/+1
2014-11-15Un-feature gate struct variantsSteven Fackler-0/+1
2014-11-10Use FnvHashMap instead of HashMap in rustcAriel Ben-Yehuda-10/+11
2014-11-06Fallout from collection conventionsAlexis Beingessner-6/+6
2014-11-03Clean-up transmutes in librustcAriel Ben-Yehuda-2/+2
2014-10-31DSTify HashJorge Aparicio-4/+4
2014-10-30Test fixes and rebase conflictsAlex Crichton-1/+1
2014-10-30rollup merge of #18398 : aturon/lint-conventions-2Alex Crichton-8/+6
2014-10-30Remove `unused_extern_crate` and `unused_result` from the `unused` lint groupP1start-2/+2
2014-10-29Rename fail! to panic!Steve Klabnik-2/+2
2014-10-28Turn on warning for use of deprecated lint namesAaron Turon-8/+6
2014-10-24Add a lint for not using field pattern shorthandsP1start-0/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-1/+1
2014-10-14rustc: Add deprecation/renaming support for lintsAaron Turon-6/+70
2014-10-14rustc: Rename lints per RFC 344Aaron Turon-16/+16
2014-10-09rustc: Convert statics to constantsAlex Crichton-2/+2
2014-10-03Update the `unused` lint group to include more lintsP1start-1/+2
2014-09-17librustc: Implement associated types behind a feature gate.Patrick Walton-0/+21
2014-09-17rollup merge of #16931 : omasanori/unnecessary-path-bracketsAlex Crichton-0/+1
2014-09-16Fallout from renamingAaron Turon-5/+5
2014-09-14rustc: fix fallout from using ptr::P.Eduard Burtescu-2/+2
2014-09-12auto merge of #17134 : vberger/rust/lint_unused_extern_crate, r=alexcrichtonbors-1/+1
2014-09-12Track the visited AST's lifetime throughout Visitor.Eduard Burtescu-4/+4