summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-04-17Upgrade LLVMAlex Crichton-30/+88
2014-04-17Catch forward declarations in default type params at AST conversion.Kevin Butler-3/+19
2014-04-17Change error for out of scope type params to be more helpful.Kevin Butler-14/+17
2014-04-17Add span to error for missing type params on enums.Kevin Butler-13/+14
2014-04-17Tests for issue 5997 failure and success conditions.Kevin Butler-0/+65
2014-04-17Add #[deriving(Hash)] to Result.Richard Diamond-1/+1
2014-04-17auto merge of #13569 : alexcrichton/rust/ignore-bytecode, r=brsonbors-1/+1
2014-04-17auto merge of #13567 : iancormac84/rust/libc_windows_guid_fix, r=alexcrichtonbors-2/+2
2014-04-17auto merge of #13563 : lifthrasiir/rust/refman-dl, r=alexcrichtonbors-72/+72
2014-04-17Regression test.Felix S. Klock II-0/+45
2014-04-17Drive-by: `pprust::*_to_str` for TypeMethod, Method, and FnDecl.Felix S. Klock II-0/+12
2014-04-17Extended `syntax::{fold, ast_map}` to include lifetimes.Felix S. Klock II-33/+86
2014-04-17Guard variance inference for params bound in non-variance context.Felix S. Klock II-2/+8
2014-04-17syntax: Parses `&&` as `& &` whenever appropriate.Kang Seonghoon-38/+95
2014-04-17auto merge of #13557 : FlaPer87/rust/ls-behind-z, r=brsonbors-7/+8
2014-04-17Simplify implementation of Bitv::{all,none} using iter builtins.Yuri Kunde Schlesner-8/+2
2014-04-17parallelisation of shootout-k-nucleotideGuillaume Pinot-19/+24
2014-04-17Give reduction-type tests in Bitv more natural namesYuri Kunde Schlesner-6/+57
2014-04-16auto merge of #13550 : brson/rust/man, r=alexcrichtonbors-2/+5
2014-04-16auto merge of #13503 : edwardw/rust/lifetime-ice, r=nikomatsakisbors-30/+60
2014-04-16auto merge of #13499 : brson/rust/resultdocs, r=brsonbors-5/+325
2014-04-16auto merge of #13485 : adrientetar/rust/newrustdoc, r=brsonbors-84/+164
2014-04-16rustc: Fix omission of bytecode in staticlibsAlex Crichton-1/+1
2014-04-16auto merge of #13465 : alexcrichton/rust/fix-comm-dox, r=brsonbors-23/+77
2014-04-16auto merge of #13432 : ruediger/rust/rustmode, r=nikomatsakisbors-51/+58
2014-04-16auto merge of #13418 : ktt3ja/rust/move-out-of, r=brsonbors-49/+323
2014-04-16This is a Windows specific fix in libc. According to MSDN, the GUIDiancormac84-2/+2
2014-04-16rustc: Don't allocate a cnum to syntax cratesAlex Crichton-4/+79
2014-04-16doc: Address review feedbackBrian Anderson-17/+14
2014-04-16std: Improve docs for mod 'result'Brian Anderson-5/+328
2014-04-16rustc: Slightly reword the --no-analysis description for clarityBrian Anderson-2/+5
2014-04-16auto merge of #13454 : brson/rust/noglobs, r=alexcrichtonbors-61/+147
2014-04-17doc: Removed all definition lists as Sundown doesn't support them.Kang Seonghoon-72/+72
2014-04-17Combine lifetime parameters when instantiating default methodsEdward Wang-30/+60
2014-04-16auto merge of #13556 : michaelwoerister/rust/various-fixes, r=alexcrichtonbors-0/+35
2014-04-16Move `--ls` behind `-Z ls`Flavio Percoco-7/+8
2014-04-16Register new snapshotsAlex Crichton-25/+9
2014-04-16auto merge of #13547 : alexcrichton/rust/remove-priv, r=huonwbors-269/+125
2014-04-16syntax: Demote `priv` to a reserved keywordAlex Crichton-18/+18
2014-04-16rustc: Remove private enum variantsAlex Crichton-198/+31
2014-04-16auto merge of #13544 : klutzy/rust/pprust, r=alexcrichtonbors-11/+40
2014-04-16auto merge of #13539 : Aatch/rust/vector-copy-faster, r=thestingerbors-5/+38
2014-04-16debuginfo: Add a test case for issue #12886.Michael Woerister-0/+35
2014-04-16auto merge of #13527 : huonw/rust/macro-expander-trait, r=sfacklerbors-174/+245
2014-04-16auto merge of #13522 : seanmonstar/rust/sip, r=alexcrichtonbors-42/+143
2014-04-16syntax: unify all MacResult's into a single trait.Huon Wilson-174/+245
2014-04-16pprust: Handle multi-stmt/no-expr `ExprFnBlock`klutzy-11/+40
2014-04-15auto merge of #13532 : alexcrichton/rust/rollup, r=alexcrichtonbors-423/+564
2014-04-15Test fixes from the rollupAlex Crichton-4/+6
2014-04-15auto merge of #13390 : alexcrichton/rust/run-some-destructors, r=brsonbors-2/+109