summary refs log tree commit diff
path: root/src/librustc/lint
AgeCommit message (Expand)AuthorLines
2015-01-08rollup merge of #20754: nikomatsakis/int-featureAlex Crichton-8/+8
2015-01-08Store deprecated status of i/u-suffixed literals.Huon Wilson-8/+8
2015-01-08Improvements to feature stagingBrian Anderson-39/+27
2015-01-07Test fixes and rebase conflictsAlex Crichton-2/+2
2015-01-07rollup merge of #20721: japaric/snapAlex Crichton-57/+57
2015-01-07rollup merge of #20663: brson/feature-stagingAlex Crichton-13/+113
2015-01-07Preliminary feature stagingBrian Anderson-13/+113
2015-01-07use slicing sugarJorge Aparicio-57/+57
2015-01-07std: Stabilize the std::hash moduleAlex Crichton-1/+1
2015-01-06rollup merge of #20593: nikomatsakis/unused-tps-in-implAlex Crichton-0/+1
2015-01-06rollup merge of #20653: alexcrichton/entry-unstableAlex Crichton-1/+1
2015-01-06rollup merge of #20481: seanmonstar/fmt-show-stringAlex Crichton-2/+1
2015-01-06rollup merge of #20609: cmr/memAlex Crichton-11/+11
2015-01-07falloutNick Cameron-2/+2
2015-01-06core: split into fmt::Show and fmt::StringSean McArthur-2/+1
2015-01-06Implement impl reachability rules. This is a [breaking-change]. TypeNiko Matsakis-0/+1
2015-01-07Replace full slice notation with index callsNick Cameron-50/+50
2015-01-06syntax/rustc: implement isize/usizeCorey Richardson-11/+11
2015-01-06[breaking change] Revert Entry behaviour to take keys by value.Dylan Ede-1/+1
2015-01-05rollup merge of #20482: kmcallister/macro-reformAlex Crichton-17/+21
2015-01-05rollup merge of #20594: nikomatsakis/orphan-orderedAlex Crichton-0/+3
2015-01-05rollup merge of #20511: csouth3/derive-lintAlex Crichton-12/+13
2015-01-05Modernize macro_rules! invocationsKeegan McAllister-15/+21
2015-01-05remove ty_closureJorge Aparicio-5/+1
2015-01-05Implement new orphan rule that requires that impls of remote traits meet the ...Niko Matsakis-0/+3
2015-01-05Stop using macro_escape as an inner attributeKeegan McAllister-2/+0
2015-01-05auto merge of #20285 : FlaPer87/rust/oibit-send-and-friends, r=nikomatsakisbors-1/+1
2015-01-04Add syntax for negative implementations of traitsFlavio Percoco-1/+1
2015-01-04[breaking change] Update entry API as part of RFC 509.Ben Foppa-2/+2
2015-01-04Rename `raw_pointer_deriving` lint to `raw_pointer_derive`Chase Southwood-12/+13
2015-01-03sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rsJorge Aparicio-26/+26
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-4/+4
2015-01-03Modify `type_known_to_meet_builtin_bound` so that it doesn't suppress overflow,Niko Matsakis-7/+3
2015-01-02Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-2/+2
2015-01-02std: Stabilize the prelude moduleAlex Crichton-1/+2
2015-01-02Accept `derive` instead of `deriving`Nick Cameron-2/+2
2015-01-01auto merge of #20190 : cmr/rust/gate-macro-args, r=alexcrichtonbors-27/+1
2015-01-01Feature gate macro argumentsCorey Richardson-27/+1
2014-12-30debuginfo: Add a rust-gdb shell script that will start GDB with Rust pretty p...Michael Woerister-0/+1
2014-12-29rollup merge of #20194: nick29581/dst-syntaxAlex Crichton-2/+2
2014-12-29auto merge of #20058 : Kimundi/rust/str_pattern_pre, r=alexcrichtonbors-3/+3
2014-12-29Rebase fixes.Huon Wilson-2/+2
2014-12-26Accept `?Sized` as well as `Sized?`Nick Cameron-2/+2
2014-12-25Prepared most `StrExt` pattern using methods for stabilizationMarvin Löbel-3/+3
2014-12-24Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401Simon Sapin-1/+1
2014-12-21Fallout of std::str stabilizationAlex Crichton-54/+56
2014-12-21rollup merge of #20039: barosl/if-let-friendly-errorAlex Crichton-3/+3
2014-12-21Remove a ton of public reexportsCorey Farwell-1/+1
2014-12-20Drop the Match prefix from the MatchSource variantsBarosl Lee-3/+3
2014-12-19librustc: use `#[deriving(Copy)]`Jorge Aparicio-53/+25