about summary refs log tree commit diff
path: root/src/libsyntax
AgeCommit message (Expand)AuthorLines
2013-07-25auto merge of #8027 : nikomatsakis/rust/issue-4846-multiple-lifetime-paramete...bors-1/+0
2013-07-25syntax: Fix #6416 by aborting on errors after test parse.Graydon Hoare-9/+24
2013-07-24Generalize the `ty::substs` struct so that it can representNiko Matsakis-1/+0
2013-07-24Disallow non-comma-delimited arguments to fmt! and bytes!Birunthan Mohanathas-6/+7
2013-07-24Change 'print(fmt!(...))' to printf!/printfln! in src/lib*Birunthan Mohanathas-9/+7
2013-07-22auto merge of #7873 : sstewartgallus/rust/cleanup_syntax, r=alexcrichtonbors-100/+100
2013-07-22auto merge of #7940 : cmr/rust/comments, r=pnkfelixbors-8/+12
2013-07-22De-spanned<T> and renamed ast::field (now ast::Field)Michael Woerister-27/+25
2013-07-22Ast spanned<T> refactoring, renaming: crate, local, blk, crate_num, crate_cfg.Michael Woerister-185/+181
2013-07-22auto merge of #7926 : brson/rust/issue-4116, r=graydonbors-12/+25
2013-07-21auto merge of #7955 : thestinger/rust/snapshot, r=huonwbors-9/+0
2013-07-22new snapshotDaniel Micay-9/+0
2013-07-21auto merge of #7938 : crabtw/rust/foreign-vis, r=huonwbors-2/+2
2013-07-21Cleanup libsyntax a bitSteven Stewart-Gallus-100/+100
2013-07-21Merge pull request #7936 from thestinger/cleanupDaniel Micay-2/+0
2013-07-21syntax: Bless mod.rs. #4116Brian Anderson-12/+25
2013-07-21Doc for ast::PathCorey Richardson-8/+12
2013-07-21syntax: print visibilities of foreign itemsJyun-Yan You-2/+2
2013-07-20auto merge of #7902 : huonw/rust/attr++, r=cmr,pcwaltonbors-438/+441
2013-07-20librustc: Remove `pub extern` and `priv extern` from the language.Patrick Walton-6/+19
2013-07-20rm obsolete no-op lintsDaniel Micay-2/+0
2013-07-20syntax: modernise attribute handling in syntax::attr.Huon Wilson-438/+441
2013-07-18librustc: Forbid `&` pointers (other than `&'static`) inside `@` boxes.Patrick Walton-3/+2
2013-07-18Silence various warnings in bootstrap build.Felix S. Klock II-8/+1
2013-07-17libsyntax: Remove some multi-gigabyte clones that were preventing bootstrappi...Patrick Walton-26/+25
2013-07-17librustc: Change repeated vector expressions to use implicit copyability.Patrick Walton-3/+11
2013-07-17test: Fix tests.Patrick Walton-1/+1
2013-07-17librustc: Remove all uses of the `Copy` bound.Patrick Walton-34/+36
2013-07-17librustc: Remove `copy` expressions from the language.Patrick Walton-26/+2
2013-07-17librustc: Remove all uses of "copy".Patrick Walton-804/+1024
2013-07-17librustc: Add a lint mode for unnecessary `copy` and remove a bunch of them.Patrick Walton-121/+112
2013-07-17Made ast::blk not use spanned<T> anymore.Michael Woerister-84/+81
2013-07-17Clean-up tests after debug!/std-macros change.Huon Wilson-1/+2
2013-07-16syntax: make a macros-injection pass; conditionally define debug! to a noop b...Huon Wilson-42/+59
2013-07-14Don't re-parse terminfo (twice!) on every compiler diagnosticKevin Ballard-2/+19
2013-07-14Highlight rustc's warnings/errors in bold instead of bright whiteKevin Ballard-14/+15
2013-07-14Make TLS keys actually take up spaceAlex Crichton-4/+9
2013-07-14Purge the last remnants of the old TLS apiAlex Crichton-32/+27
2013-07-14Clean up various warnings throughout the codebaseAlex Crichton-1/+2
2013-07-14Allow non-uppercase-statics by defaultAlex Crichton-2/+0
2013-07-13Rename print!()/println!() to printf!()/printfln!()Kevin Ballard-8/+14
2013-07-13Add print! and println! macros. Closes #7653.Birunthan Mohanathas-0/+12
2013-07-12auto merge of #7725 : msullivan/rust/default-methods, r=pcwaltonbors-9/+12
2013-07-12auto merge of #7736 : thestinger/rust/doc, r=thestingerbors-18/+8
2013-07-12Remove the global 'vec::to_owned' functionAlex Crichton-18/+8
2013-07-12auto merge of #7706 : sanxiyn/rust/qualification-lint, r=pcwaltonbors-0/+1
2013-07-11auto merge of #7695 : cmr/rust/assert_eq_msg, r=pnkfelixbors-1/+2
2013-07-11auto merge of #7677 : alexcrichton/rust/tls-gc, r=pcwaltonbors-4/+4
2013-07-11Get cross crate static default methods working. Closes #7569.Michael Sullivan-9/+12
2013-07-11Remove all external requirements of `@` from TLSAlex Crichton-2/+2