about summary refs log tree commit diff
AgeCommit message (Expand)AuthorLines
2014-06-25tidy macro just a bitJohn Clements-13/+13
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-74/+4
2014-06-25auto merge of #15163 : alexcrichton/rust/rollup, r=alexcrichtonbors-2644/+2911
2014-06-24Test fixes from the rollupAlex Crichton-7/+13
2014-06-24Stabilize version output for rustc and rustdocRobert Buonpastore-15/+47
2014-06-24rustc: Don't register syntax crates twiceAlex Crichton-1/+16
2014-06-24test: Add a test for regions, traits, and variance.Patrick Walton-0/+52
2014-06-24librustc: Check function argument patterns for legality of by-movePatrick Walton-0/+22
2014-06-24Make parse_expr_res publicKeegan McAllister-1/+1
2014-06-24Allow splicing more things in quotesKeegan McAllister-0/+16
2014-06-24Use macros to implement syntax::ext::quote::ToSourceKeegan McAllister-125/+74
2014-06-24Avoid unnecessary temporary on assignmentsBjörn Steinbrink-2/+2
2014-06-24Remove few FIXMEsPiotr Jawniak-19/+7
2014-06-24Fix grammar in tutorialMichael Zhou-1/+1
2014-06-24std: Add stability attributes to primitive numeric modulesBrian Anderson-0/+44
2014-06-24Move core::bool tests to run-passBrian Anderson-99/+77
2014-06-24core: Remove bool::to_bitBrian Anderson-24/+1
2014-06-24core: Add stability attributes to CloneBrian Anderson-0/+14
2014-06-24added xfailed test for issue 9737John Clements-0/+20
2014-06-24added xfailed tests for two other flavors of var hygieneJohn Clements-0/+47
2014-06-24Add the Guide, add warning to tutorial.Steve Klabnik-1/+19
2014-06-24Fix #15129Jakub Wieczorek-11/+89
2014-06-24Improve ambiguous pronoun.Steve Klabnik-3/+4
2014-06-24rustc: Always include the morestack libraryAlex Crichton-14/+40
2014-06-24Remove the cheat sheet.Steve Klabnik-283/+1
2014-06-24Add tests for #12470 and #14285Edward Wang-0/+67
2014-06-24Add more description to c_str::unwrap().Steve Klabnik-1/+4
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-2050/+2229
2014-06-24std: Bring back half of Add on StringAlex Crichton-0/+17
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-74/+4
2014-06-24auto merge of #15024 : kmcallister/rust/lint, r=alexcrichtonbors-2138/+2892
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