about summary refs log tree commit diff
path: root/src/librustc/front
AgeCommit message (Expand)AuthorLines
2013-12-26librustc: De-`@mut` `TestCtxt::path`Patrick Walton-6/+13
2013-12-24rustc: Strip struct fields and enum variantsAlex Crichton-1/+37
2013-12-24rustc: Temporarily inject libgreen with librustuvAlex Crichton-0/+9
2013-12-15Register new snapshotsAlex Crichton-3/+2
2013-12-12Gate literal box expressions in addition to typesAlex Crichton-6/+21
2013-12-11Make 'self lifetime illegal.Erik Price-3/+3
2013-12-10Extend allocation lint for boxing expressionsSeo Sanghyeon-1/+1
2013-12-07syntax: print expansion info from #[attribute] macros in the correctHuon Wilson-1/+2
2013-12-03auto merge of #10747 : alexcrichton/rust/snapshots, r=cmrbors-4/+2
2013-12-03Register new snapshotsAlex Crichton-4/+2
2013-12-01auto merge of #10676 : eddyb/rust/ast-box-in-enums, r=cmrbors-6/+6
2013-11-30Test fixes and merge conflictsAlex Crichton-1/+1
2013-12-01Box Block, fn_decl, variant and Ty in the AST, as they were inflating critica...Eduard Burtescu-6/+6
2013-11-29Add generation of static libraries to rustcAlex Crichton-1/+14
2013-11-28Register new snapshotsAlex Crichton-5/+2
2013-11-27auto merge of #10680 : alexcrichton/rust/relax-feature-gate, r=thestingerbors-1/+6
2013-11-27Relax restrictions on unknown feature directivesAlex Crichton-1/+6
2013-11-26auto merge of #10649 : sfackler/rust/multi-macro, r=alexcrichtonbors-26/+18
2013-11-26Support multiple item macrosSteven Fackler-26/+18
2013-11-26auto merge of #10312 : thestinger/rust/thread_local, r=alexcritchtonbors-2/+14
2013-11-26add a thread_local feature gateDaniel Micay-2/+14
2013-11-26librustc: Remove non-procedure uses of `do` from librustc, librustdoc,Patrick Walton-25/+19
2013-11-26librustc: Remove remaining uses of `&fn()` in favor of `||`.Patrick Walton-1/+1
2013-11-22auto merge of #10605 : huonw/rust/ascii-ident-gate, r=pcwaltonbors-0/+11
2013-11-23Put non-ascii identifiers behind a feature gate.Huon Wilson-0/+11
2013-11-22mention `Gc` in the managed box feature gateDaniel Micay-5/+3
2013-11-19librustc: Change most uses of `&fn()` to `||`.Patrick Walton-1/+1
2013-11-08Generalize AST and ty::Generics to accept multiple lifetimes.Niko Matsakis-4/+4
2013-10-31Make managed_boxes feature gate error less opinionatedBrian Anderson-6/+6
2013-10-29auto merge of #10132 : pcwalton/rust/proc, r=pcwaltonbors-1/+2
2013-10-29librustc: Implement the `proc` type as sugar for `~once fn` and `proc`Patrick Walton-1/+2
2013-10-29Move rust's uv implementation to its own crateAlex Crichton-7/+22
2013-10-23register snapshotsDaniel Micay-2/+1
2013-10-22auto merge of #9923 : thestinger/rust/managed_boxes, r=brsonbors-0/+10
2013-10-22add feature gate for managed boxesDaniel Micay-0/+10
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-6/+6
2013-10-22Activate checking code for ASM feature gate. Fix testsLéo Testard-5/+2
2013-10-21Add a feature flag for ASMLéo Testard-14/+18
2013-10-17Removed the -Z once_fns compiler flag and added the new feature directive of ...Chris Sainty-0/+15
2013-10-10Remove named extern blocks from the ASTAlex Crichton-1/+0
2013-10-09option: rewrite the API to use compositionDaniel Micay-4/+4
2013-10-08add new enum ast::StrStyle as field to ast::lit_strBenjamin Herr-1/+1
2013-10-05Implement feature-gating for the compilerAlex Crichton-0/+176
2013-09-30rustc: Remove usage of fmt!Alex Crichton-6/+6
2013-09-29Remove all usage of @ast::CrateAlex Crichton-30/+31
2013-09-26Update version numbers to 0.9-preBrian Anderson-2/+2
2013-09-23librustc: Remove garbage collected functions from front/{config,test} and met...Patrick Walton-59/+57
2013-09-23librustc: Change fold to use traits instead of `@fn`.Patrick Walton-199/+234
2013-09-21Update version numbers to 0.8Brian Anderson-2/+2
2013-09-18Register new snapshotsAlex Crichton-116/+0