summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-06-24auto merge of #15118 : stepancheg/rust/concat, r=alexcrichtonbors-3/+8
2014-06-24More upstream lint changesKeegan McAllister-27/+7
2014-06-24Test lint pluginsKeegan McAllister-0/+223
2014-06-24Implement lint pluginsKeegan McAllister-10/+39
2014-06-24Incorporate upstream changes to old lint codeKeegan McAllister-46/+18
2014-06-24List builtin lints one per line for better diffsKeegan McAllister-13/+37
2014-06-24Reindent function call continuations, and other style fixesKeegan McAllister-103/+104
2014-06-24Drop the ExportedItems argument from LintPass::check_crateKeegan McAllister-5/+3
2014-06-24Make the crate and its exported items available in the lint contextKeegan McAllister-13/+15
2014-06-24Rework lint attr parsing and use it in middle::deadKeegan McAllister-53/+59
2014-06-24Convert builtin lints to uppercase names for style consistencyKeegan McAllister-126/+126
2014-06-24Use names in Lint structs in an ASCII-case-insensitive wayKeegan McAllister-13/+27
2014-06-24Run lint passes using the Option dance instead of RefCellsKeegan McAllister-8/+14
2014-06-24Stop using Default for initializing builtin lintsKeegan McAllister-43/+27
2014-06-24Clean up and document the public lint APIKeegan McAllister-681/+767
2014-06-24Store the registered lints in the SessionKeegan McAllister-128/+208
2014-06-24Replace enum LintId with an extensible alternativeKeegan McAllister-766/+744
2014-06-24Convert lints to a trait-based infrastructureKeegan McAllister-1001/+1306
2014-06-24Rename lint::Lint to lint::LintIdKeegan McAllister-14/+14
2014-06-24Move lint infrastructure and individual lints into separate filesKeegan McAllister-1070/+1134
2014-06-24Move lint.rs out of middleKeegan McAllister-14/+16
2014-06-24auto merge of #15114 : ben0x539/rust/run-make-libpath, r=alexcrichtonbors-2/+2
2014-06-24auto merge of #15071 : tomjakubowski/rust/fix-15052, r=alexcrichtonbors-3/+54
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-15/+300
2014-06-24librustc: Remove outdated reference to `~` and `@`Tom Jakubowski-3/+54
2014-06-24auto merge of #15113 : pnkfelix/rust/fsk-add-regression-test-for-ice-from-108...bors-0/+40
2014-06-24auto merge of #15107 : ipetkov/rust/tutorial-update, r=alexcrichtonbors-4/+5
2014-06-24Added Mipsel architecture supportPawel Olzacki-15/+300
2014-06-24auto merge of #15066 : pcwalton/rust/lang-and-intrinsic-feature-gate, r=alexc...bors-17/+106
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-17/+106
2014-06-24auto merge of #15079 : nikomatsakis/rust/issue-5527-unify-refactor, r=pnkfelixbors-997/+1353
2014-06-24auto merge of #14952 : alexcrichton/rust/const-unsafe-pointers, r=brsonbors-11/+38
2014-06-24auto merge of #15105 : alexcrichton/rust/snapshots, r=luqmanabors-14/+10
2014-06-24auto merge of #14885 : pcwalton/rust/struct-literal-tightening, r=alexcrichtonbors-37/+147
2014-06-23libsyntax: Disallow struct literals after `if`, `while`, `match`, andPatrick Walton-37/+147
2014-06-23Docs: tutorial: Remove a couple references to `~T`Ivan Petkov-4/+5
2014-06-23auto merge of #14974 : Ryman/rust/non_trait_method, r=alexcrichtonbors-13/+94
2014-06-23rustc: catch `impl X for Y` where X is not a trait in resolve.Kevin Butler-7/+65
2014-06-23rustc: catch non-trait methods before typeck.Kevin Butler-8/+31
2014-06-23auto merge of #15106 : Sawyer47/rust/rm-duplicated-tests, r=alexcrichtonbors-81/+4
2014-06-23Allow trailing comma in `concat!`Stepan Koltsov-3/+8
2014-06-23auto merge of #15100 : rapha/rust/master, r=alexcrichtonbors-1/+1
2014-06-23auto merge of #15098 : ben0x539/rust/nullary-tuple-struct, r=pcwaltonbors-1/+19
2014-06-23Add regression test for ICE from issue 10846.Felix S. Klock II-0/+40
2014-06-23test: readd TMPDIR to LD_LIBRARY_PATH for run-makeBenjamin Herr-2/+2
2014-06-23auto merge of #15089 : tomjakubowski/rust/rustdoc-default-typarams-12291, r=a...bors-1/+9
2014-06-23auto merge of #15086 : jakub-/rust/xc-struct-variants-match, r=alexcrichtonbors-15/+40
2014-06-23auto merge of #15083 : edwardw/rust/destructure-trait-ref, r=pcwaltonbors-11/+68
2014-06-23auto merge of #15061 : pnkfelix/rust/fsk-fix-issue-10846, r=nikomatsakisbors-5/+51
2014-06-22Register new snapshotsAlex Crichton-14/+10