summary refs log tree commit diff
path: root/src/librustc_lint
AgeCommit message (Expand)AuthorLines
2015-06-23change `const_val` enum and its variants to camel-caseOliver Schneider-3/+3
2015-06-20Auto merge of #26417 - brson:feature-err, r=steveklabnikbors-1/+1
2015-06-18Make a better error message for using #[feature] on stable rustBrian Anderson-1/+1
2015-06-19rustc: remove Repr and UserString.Eduard Burtescu-3/+1
2015-06-19rustc: use the TLS type context in Repr and UserString.Eduard Burtescu-1/+1
2015-06-19rustc: use Repr and UserString instead of ppaux::ty_to_string.Eduard Burtescu-2/+2
2015-06-17Fallout in tests and docs from feature renamingsAlex Crichton-1/+0
2015-06-17collections: Split the `collections` featureAlex Crichton-2/+2
2015-06-17core: Split apart the global `core` featureAlex Crichton-2/+3
2015-06-12Cleanup: rename middle::ty::sty and its variants.Eli Friedman-22/+22
2015-06-11Conver reborrows to .iter() calls where appropriateJoshua Landau-3/+3
2015-06-10Removed many pointless calls to *iter() and iter_mut()Joshua Landau-2/+2
2015-06-10Auto merge of #26141 - eddyb:ast_map, r=nikomatsakisbors-1/+2
2015-06-10syntax: move ast_map to librustc.Eduard Burtescu-1/+2
2015-06-08Address a review comment and fix a bootstrapping issueSimon Sapin-1/+1
2015-05-26Auto merge of #25785 - arielb1:cleanup-201505, r=eddybbors-4/+5
2015-05-26Remove ObjectCastMapAriel Ben-Yehuda-1/+2
2015-05-26Make caching in stability work. This improves stability check performanceAriel Ben-Yehuda-4/+4
2015-05-25- Fix regression of literal out of range check for negative i64 values which ...econoplas-2/+4
2015-05-24Auto merge of #25609 - nikomatsakis:const-fn, r=pnkfelixbors-3/+3
2015-05-24Auto merge of #25168 - Manishearth:register_attr, r=eddybbors-1/+18
2015-05-21Make various fixes:Niko Matsakis-1/+1
2015-05-21syntax: parse `const fn` for free functions and inherent methods.Eduard Burtescu-2/+2
2015-05-21Auto merge of #25612 - petrochenkov:lintabs, r=@alexcrichtonbors-2/+2
2015-05-20Auto merge of #25571 - hirschenberger:master, r=nrcbors-1/+5
2015-05-20Fix panic in lint for out of range literalspetrochenkov-2/+2
2015-05-19Fix rebase conflictsAriel Ben-Yehuda-1/+1
2015-05-18Show the span of feature that is unstable when using a feature-list.Falco Hirschenberger-1/+5
2015-05-15libs: Move favicon URLs to HTTPSAlex Crichton-1/+1
2015-05-13address more review commentsManish Goregaokar-5/+2
2015-05-07address review commentsManish Goregaokar-5/+11
2015-05-07Add support for registering attributes with rustc in pluginsManish Goregaokar-1/+15
2015-05-05lint: deny transmuting from immutable to mutable, since it's undefined behaviorSean McArthur-0/+67
2015-04-30Use hash-tables in trait selectionAriel Ben-Yehuda-10/+9
2015-04-29lint for mixing `#[repr(C)]` with an impl of `Drop`.Felix S. Klock II-0/+55
2015-04-28Register new snapshotsTamir Duberstein-1/+0
2015-04-23Get associated consts working in match patterns.Sean Patrick Santos-1/+0
2015-04-23Functional changes for associated constants. Cross-crate usage of associated ...Sean Patrick Santos-0/+21
2015-04-23Structural changes for associated constantsSean Patrick Santos-2/+4
2015-04-20lint: explain the non-obvious need for a negative testTshepang Lekhonkhobe-0/+2
2015-04-19Lint non-snake-case crate namesP1start-22/+34
2015-04-17Port to using the newer graph, which offers iterators instead of theNiko Matsakis-3/+2
2015-04-14Negative case of `len()` -> `is_empty()`Tamir Duberstein-2/+2
2015-04-14rollup merge of #24391: nrc/visit-visAlex Crichton-6/+6
2015-04-14eddyb's refactoring of coercions/adjustmentsEduard Burtescu-2/+2
2015-04-14Expose visibility for fns in syntax::visitNick Cameron-6/+6
2015-04-01rollup merge of #23860: nikomatsakis/copy-requires-cloneAlex Crichton-23/+23
2015-04-01fallout when bootstrapping `rustc`.Felix S. Klock II-1/+1
2015-04-01Fallout out rustcNiko Matsakis-23/+23
2015-03-31Auto merge of #23549 - aturon:stab-num, r=alexcrichtonbors-1/+0