about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-03-22librustc: Add explicit lifetime binders and new lifetime notation in core/std...Patrick Walton-116/+135
2013-03-22libsyntax: Stop parsing `const`.Patrick Walton-1/+13
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-1063/+1061
2013-03-22libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keywordPatrick Walton-12/+16
2013-03-22libsyntax: Stop parsing `pure` and `static`Patrick Walton-8/+26
2013-03-22remove obsolete purity workaroundsDaniel Micay-117/+101
2013-03-22trie: make the TrieSet impl publicDaniel Micay-2/+1
2013-03-22trie: inline the other TrieSet wrapper methodsDaniel Micay-0/+3
2013-03-22trie: rm workaround for issue #3469Daniel Micay-2/+1
2013-03-22auto merge of #5488 : pcwalton/rust/depure, r=pcwaltonbors-2553/+2517
2013-03-22test: Remove `pure` from the test suitePatrick Walton-158/+153
2013-03-22librustdoc: Remove `pure` from fuzzer and rustdoc.Patrick Walton-38/+38
2013-03-22librustc: Remove `pure` from libsyntax and librustc.Patrick Walton-252/+251
2013-03-22test: Fix test. rs=testPatrick Walton-1/+1
2013-03-22auto merge of #5483 : pcwalton/rust/static-syntax, r=graydonbors-57/+60
2013-03-22libstd: Remove all uses of `pure` from libstd. rs=depurePatrick Walton-353/+353
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-1576/+1551
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-286/+281
2013-03-22auto merge of #5463 : alexcrichton/rust/faster-fmt, r=graydonbors-61/+281
2013-03-22auto merge of #5398 : dbaupp/rust/core-readlines, r=graydonbors-43/+152
2013-03-22Pass the fmt! buffer to each conversion methodAlex Crichton-58/+268
2013-03-22Removing some unused importsAlex Crichton-4/+0
2013-03-22Build up the result of fmt! in a buffer instead of a vectorAlex Crichton-30/+44
2013-03-22auto merge of #5471 : erickt/rust/incoming, r=bstriebors-2/+2
2013-03-23compiletest: Use lines_each instead of lines(..).each, or split(.., n).eachHuon Wilson-11/+11
2013-03-23libcore: handle trailing newlines more like other languages.Huon Wilson-32/+141
2013-03-22syntax: make old `#[deriving_foo]` attribute obsoleteAndrew Paseltiner-3/+48
2013-03-22syntax: replace uses of old deriving attribute with new oneAndrew Paseltiner-100/+100
2013-03-22compiletest: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-22test: replace uses of old deriving attribute with new oneAndrew Paseltiner-27/+27
2013-03-22rustc: replace uses of old deriving attribute with new oneAndrew Paseltiner-62/+62
2013-03-22fuzzer: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-22rustdoc: replace uses of old deriving attribute with new oneAndrew Paseltiner-18/+18
2013-03-22std: replace uses of old deriving attribute with new oneAndrew Paseltiner-21/+21
2013-03-22core: replace uses of old deriving attribute with new oneAndrew Paseltiner-19/+19
2013-03-22auto merge of #5484 : pcwalton/rust/snapshots, r=pcwaltonbors-99/+8
2013-03-21auto merge of #5481 : thestinger/rust/deque, r=z0w0bors-0/+2
2013-03-21core: fix a typo in levdistanceErick Tryzelaar-2/+2
2013-03-21auto merge of #5480 : pcwalton/rust/at-const, r=pcwaltonbors-295/+277
2013-03-21auto merge of #5479 : Kimundi/rust/str-dealloc, r=z0w0bors-110/+116
2013-03-21librustc: Register new snapshotsPatrick Walton-99/+8
2013-03-21librustc: Replace the `&static` bound with `'static`Patrick Walton-57/+60
2013-03-21libsyntax: Remove `@const` from the languagePatrick Walton-248/+41
2013-03-21librustc: Forbid destructors from being attached to any structs that might co...Patrick Walton-47/+236
2013-03-21auto merge of #5476 : thestinger/rust/bench, r=graydonbors-250/+87
2013-03-21deque: add a module docstringDaniel Micay-0/+2
2013-03-21auto merge of #5407 : jbclements/rust/add-assert-eq-macro, r=jbclementsbors-296/+279
2013-03-21Un-renamed trim and substr functions.Marvin Löbel-78/+78
2013-03-21Switched over substr and trim functions in str to be non-allocating, temporar...Marvin Löbel-122/+128
2013-03-21replace the core-map benchmarkDaniel Micay-247/+86