about summary refs log tree commit diff
path: root/src/librustc/front
AgeCommit message (Expand)AuthorLines
2014-07-11make walk/visit_mac opt-in onlyJohn Clements-0/+5
2014-07-11Add scaffolding for assigning alpha-numeric codes to rustc diagnosticsJakub Wieczorek-0/+5
2014-07-08auto merge of #15493 : brson/rust/tostr, r=pcwaltonbors-1/+1
2014-07-08std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.Richo Healey-1/+1
2014-07-08Change DST syntax: type -> Sized?Nick Cameron-2/+2
2014-07-05rustc: Remove CrateId and all related supportAlex Crichton-25/+8
2014-06-27Update to 0.11.0 0.11.0Alex Crichton-1/+1
2014-06-25auto merge of #15160 : alexcrichton/rust/remove-f128, r=brsonbors-4/+1
2014-06-24Remove the quad_precision_float feature gateAlex Crichton-4/+1
2014-06-24Convert builtin lints to uppercase names for style consistencyKeegan McAllister-1/+1
2014-06-24Replace enum LintId with an extensible alternativeKeegan McAllister-1/+1
2014-06-24Move lint.rs out of middleKeegan McAllister-1/+1
2014-06-23librustc: Feature gate lang items and intrinsics.Patrick Walton-9/+40
2014-06-22librustc: Fix poorly formatted doc in feature_gateTom Jakubowski-1/+1
2014-06-20librustc: Put `#[unsafe_destructor]` behind a feature gate.Patrick Walton-0/+12
2014-06-15Register new snapshotsAlex Crichton-18/+0
2014-06-14rustc: Obsolete the `@` syntax entirelyAlex Crichton-3/+3
2014-06-11std: Remove i18n/l10n from format!Alex Crichton-0/+18
2014-06-11rustc: Move the AST from @T to Gc<T>Alex Crichton-48/+52
2014-06-10auto merge of #14696 : jakub-/rust/dead-struct-fields, r=alexcrichtonbors-7/+3
2014-06-09librustc: Implement sugar for the `FnMut` traitPatrick Walton-0/+6
2014-06-09auto merge of #14590 : pcwalton/rust/overloaded-call, r=nick29581bors-0/+4
2014-06-09Implement #[plugin_registrar]Keegan McAllister-9/+5
2014-06-09librustc: Implement overloading for the call operator behind a featurePatrick Walton-0/+4
2014-06-08Remove the dead code identified by the new lintJakub Wieczorek-7/+3
2014-05-27std: Rename strbuf operations to stringRicho Healey-2/+2
2014-05-24Get "make check" to work with unused-attributeSteven Fackler-1/+1
2014-05-24First sketch of lint passSteven Fackler-1/+7
2014-05-24Add AttrId to Attribute_Steven Fackler-5/+9
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+3
2014-05-22libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.Patrick Walton-3/+3
2014-05-20Change std inject attributes to outer attributesKevin Ballard-24/+30
2014-05-14libtest: Remove all uses of `~str` from `libtest`.Patrick Walton-1/+1
2014-05-13rustc: Make std_inject valid for pretty-printerklutzy-3/+25
2014-05-12Add the patch number to version strings. Closes #13289Brian Anderson-1/+1
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-1/+1
2014-05-11Reorganise driver code.Nick Cameron-2/+2
2014-05-08Handle more falloutKevin Ballard-3/+3
2014-05-08libsyntax: Remove uses of `~str` from libsyntax, and fix falloutPatrick Walton-3/+3
2014-05-04auto merge of #13905 : alexcrichton/rust/issue-13337, r=thestingerbors-17/+16
2014-05-03Temporary patch to accept arbitrary lifetimes (behind feature gate) in bound ...Niko Matsakis-2/+9
2014-05-02rustc: Remove the session building_library flagAlex Crichton-17/+16
2014-04-28auto merge of #13791 : lifthrasiir/rust/mod-inner-span, r=huonwbors-0/+3
2014-04-27syntax: `Mod` records the span for inner contents.Kang Seonghoon-0/+3
2014-04-26syntax: ViewItemUse no longer contains multiple view paths.Kang Seonghoon-13/+11
2014-04-23Allow attributes on match armsSteven Fackler-1/+22
2014-04-23auto merge of #13686 : alexcrichton/rust/issue-12224, r=nikomatsakisbors-9/+9
2014-04-23Fix other bugs with new closure borrowingAlex Crichton-9/+9
2014-04-22auto merge of #13398 : nick29581/rust/unsized-enum, r=nikomatsakisbors-2/+2
2014-04-22add support for quadruple precision floating pointDaniel Micay-2/+7