summary refs log tree commit diff
path: root/src/librustc/front
AgeCommit message (Expand)AuthorLines
2014-01-06Disowned the Visitor.Eduard Burtescu-12/+9
2014-01-03librustc: Remove `@mut` support from the parserPatrick Walton-3/+2
2014-01-03auto merge of #11276 : brson/rust/0.9, r=pcwaltonbors-1/+1
2014-01-02auto merge of #11093 : alexcrichton/rust/issue-11085, r=pcwaltonbors-1/+37
2014-01-02Bump version to 0.9Brian Anderson-1/+1
2014-01-02auto merge of #10696 : fhahn/rust/issue9543-remove-extern-mod-foo, r=pcwaltonbors-11/+12
2014-01-02Inject std libs with versionsFlorian Hahn-4/+13
2014-01-01Remove `extern mod foo (name="bar")` syntax, closes #9543Florian Hahn-9/+1
2014-01-01syntax::codemap: Add static DUMMY_SPklutzy-16/+16
2013-12-30auto merge of #11182 : luisbg/rust/crateid, r=cmrbors-1/+1
2013-12-29Remove @muts from ExtCtxtSteven Fackler-10/+10
2013-12-29Make ast_fold take &mut selfSteven Fackler-19/+19
2013-12-29Rename pkgid variablesLuis de Bethencourt-1/+1
2013-12-28Stop using @ExtCtxtSteven Fackler-13/+12
2013-12-26librustc: De-`@mut` `building_library` in the sessionPatrick Walton-2/+2
2013-12-26librustc: De-`@mut` the test contextPatrick Walton-5/+5
2013-12-26librustc: De-`@mut` `TestCtxt::testfns`Patrick Walton-6/+12
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