about summary refs log tree commit diff
path: root/src/libsyntax/codemap.rs
AgeCommit message (Expand)AuthorLines
2013-05-14Fix cosmetics for fail!() callsMarvin Löbel-2/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-2/+2
2013-05-10syntax: Use the new `for` protocolAlex Crichton-0/+14
2013-05-05Merge remote-tracking branch 'mozilla/incoming' into issue-5910-dyna-freezeNiko Matsakis-14/+4
2013-05-04Register snapshotsBrian Anderson-15/+0
2013-05-02librustc: Update the serializer to work properly with INHTWAMA, removing muta...Patrick Walton-0/+17
2013-05-02fix numerous dynamic borrow failuresNiko Matsakis-1/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-12/+0
2013-04-30new borrow checker (mass squash)Niko Matsakis-2/+2
2013-04-27only use #[no_core] in libcoreDaniel Micay-5/+0
2013-04-19syntax: de-mode and prepare for de-modeing rustcAlex Crichton-16/+16
2013-04-10libsyntax comments onlyJohn Clements-0/+4
2013-04-08Removing no longer needed unsafe blocksAlex Crichton-9/+7
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-5/+5
2013-03-27derive Eq and Clone impls where applicableAndrew Paseltiner-10/+2
2013-03-22librustc: Remove `pure` from libsyntax and librustc.Patrick Walton-31/+31
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-5/+5
2013-03-22syntax: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-21auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclementsbors-4/+4
2013-03-21back-renamed slice_DBG_BRWD, slice_V_DBG_BRWD -> slice, slice_DBG_UNIQ -> sli...Marvin Löbel-2/+2
2013-03-21renamed str::view -> slice_DBG_BRWDMarvin Löbel-3/+3
2013-03-20change some uses of fail_unless to assert_eqJohn Clements-4/+4
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-9/+13
2013-03-15add nonempty encoding for spansJohn Clements-1/+1
2013-03-11libsyntax: Remove newtype enums from libsyntax. rs=deenumPatrick Walton-2/+2
2013-03-08syntax: Remove uses of DVecAlex Crichton-5/+4
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-6/+6
2013-03-07libsyntax: Stop parsing structural record typesPatrick Walton-8/+0
2013-03-04Remove unused imports throughout src/Alex Crichton-1/+0
2013-03-03libsyntax: deny deprecated_self in libsyntaxErick Tryzelaar-3/+7
2013-02-27librustc: Forbid `pub` or `priv` before trait implementationsPatrick Walton-15/+15
2013-02-22libsyntax: Remove all mutable fields from libsyntax. rs=demutingPatrick Walton-3/+3
2013-02-21Get rid of structural records in libsyntax and the last bit in librustc.Luqman Aden-2/+7
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-2/+2
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-15/+15
2013-02-15libsyntax: Get rid of uses of `move` and don't parse it.Luqman Aden-2/+2
2013-02-13auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphismbors-0/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-02-13deriving-eq all over astJohn Clements-0/+1
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-2/+2
2013-01-31test cases, cleanupJohn Clements-28/+102
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-3/+3
2013-01-30librustc: Change `self` as a type to `Self` everywhere. r=brsonPatrick Walton-1/+1
2013-01-29libsyntax: De-export a lot of libsyntax. rs=deëxportingPatrick Walton-15/+15
2013-01-29libstd: Remove "dual impls" from the language and enforce coherence rules. r=...Patrick Walton-1/+1
2013-01-23libsyntax: Remove `fn() unsafe { ... }`. r=graydonPatrick Walton-8/+10
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Implement GLB algorithm. (Issue #2263)Niko Matsakis-0/+4