about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-09-09auto merge of #9073 : alexcrichton/rust/remove-local-data-hax, r=huonwbors-9/+7
2013-09-09Remove hacks around issues in local_dataAlex Crichton-9/+7
2013-09-09auto merge of #9065 : thestinger/rust/iter, r=alexcrichtonbors-94/+88
2013-09-09rename `std::iterator` to `std::iter`Daniel Micay-94/+88
2013-09-08rustpkg: Address review comments from JackTim Chevalier-164/+126
2013-09-08extra: Address review comments from JackTim Chevalier-12/+13
2013-09-08repr: update for removal of constDaniel Micay-2/+1
2013-09-08repr: write the mutability qualifier for slicesDaniel Micay-0/+4
2013-09-08rustpkg: Use workcacheTim Chevalier-497/+668
2013-09-08workcache: Add the ability to save and load the database...Tim Chevalier-19/+139
2013-09-08Fix pretty-printing of empty impl itemsJakub-1/+13
2013-09-08auto merge of #8988 : cmr/rust/fromstr_fn, r=brsonbors-3/+9
2013-09-08Fix import order which caused the wrong from_str to be in scopeCorey Richardson-3/+3
2013-09-09Fix unused import warnings on 32bit systemsBrendan Zabarauskas-2/+6
2013-09-08syntax: aesthetic improvements to the `for` desugaring.Huon Wilson-130/+38
2013-09-08syntax: implement labelled breaks for `for`.Huon Wilson-16/+32
2013-09-08auto merge of #9035 : alexcrichton/rust/fewer-clownshoes, r=huonwbors-45/+46
2013-09-08Add Clone and DeepClone constraints to Primitive traitBrendan Zabarauskas-1/+4
2013-09-08Moved checked trait impls out of std::numBrendan Zabarauskas-383/+411
2013-09-08std: Rename Unfoldr to Unfold.Huon Wilson-8/+8
2013-09-07auto merge of #9015 : MicahChalmer/rust/emacs-fixes-round-2, r=nikomatsakisbors-35/+568
2013-09-07auto merge of #9046 : thestinger/rust/repr, r=alexcrichtonbors-5/+22
2013-09-07auto merge of #9043 : sfackler/rust/uuid-from-bytes, r=alexcrichtonbors-5/+5
2013-09-07fix repr of strings/chars with quotesDaniel Micay-5/+22
2013-09-07auto merge of #8906 : novalis/rust/master, r=alexcrichtonbors-46/+145
2013-09-07Renamed Uuid::from_utf8 to Uuid::from_bytesSteven Fackler-5/+5
2013-09-07auto merge of #9032 : alexcrichton/rust/inline-repr, r=thestingerbors-0/+1
2013-09-07Handle global log levels (fixes #6033)novalis-36/+100
2013-09-06Remove even more usage of clownshoes in symbolsAlex Crichton-45/+46
2013-09-06auto merge of #9026 : jbclements/rust/let-var-hygiene, r=jbclementsbors-636/+1625
2013-09-06ident->name in debuginfoJohn Clements-2/+5
2013-09-06Flag the Repr::repr function with #[inline]Alex Crichton-0/+1
2013-09-06auto merge of #9016 : sfackler/rust/nanoseconds, r=alexcrichtonbors-3/+37
2013-09-07Cover all cases for padding in paragraph fills as intendedMicah Chalmer-14/+19
2013-09-07Fix regression of multi-line statement indentsMicah Chalmer-23/+36
2013-09-06Add with_mem_writer to std::rt::io::mem.Brandon Sanderson-0/+14
2013-09-06Fix #6031. Allow symbolic log levels, not just numbers.novalis-18/+53
2013-09-06auto merge of #9010 : aaronlaursen/rust/master, r=alexcrichtonbors-4/+31
2013-09-06use enumerate in place of 'for ti in range(i, tokens.len()) ... match tokens[...Tim Kuehn-4/+4
2013-09-06ident->nameJohn Clements-7/+6
2013-09-06added index to test cases, more debugging outputJohn Clements-4/+11
2013-09-06quote_* macros no longer need to be capturingJohn Clements-91/+19
2013-09-06comment fixJohn Clements-1/+1
2013-09-06add hygiene test, add copyright to anotherJohn Clements-0/+26
2013-09-06make macro hygienicJohn Clements-8/+8
2013-09-06add test case, cleanupJohn Clements-17/+14
2013-09-06add display_sctable fn to ast_utilJohn Clements-0/+9
2013-09-06fixed a bug that caused double-expand-traversal of macros that expand into mo...John Clements-19/+10
2013-09-06WIP: adding mark-cancelling for macro_rulesJohn Clements-7/+57
2013-09-06added string_to_ttsJohn Clements-0/+6