summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2013-12-20rustc: Improve crate id extractionAlex Crichton-67/+127
2013-12-20auto merge of #11081 : alexcrichton/rust/comm-adapters, r=huonwbors-2/+5
2013-12-20auto merge of #11017 : alexcrichton/rust/faster-read, r=thestingerbors-17/+186
2013-12-19rustc: Optimize reading metadata by 4xAlex Crichton-17/+186
2013-12-19auto merge of #11073 : klutzy/rust/issue-10978, r=alexcrichtonbors-1/+11
2013-12-19auto merge of #11071 : huonw/rust/quiet-test, r=cmrbors-57/+34
2013-12-20extra: remove sort in favour of the std method.Huon Wilson-1247/+47
2013-12-20std::vec: implement a stable merge sort, deferring to insertion sort forHuon Wilson-1/+348
2013-12-19auto merge of #11057 : alexcrichton/rust/no-at-in-ebml, r=pcwaltonbors-156/+182
2013-12-19Purge @-boxes from the reading half of EBMLAlex Crichton-156/+182
2013-12-19Get comm_adapters building againAlex Crichton-2/+5
2013-12-20Fix two regressions introduced by #11072.Chris Morgan-2/+1
2013-12-19librustc: Add missing case for the `Pod` bound in `tydecode`.Patrick Walton-2/+34
2013-12-19auto merge of #11072 : chris-morgan/rust/ctags-tweaks, r=cmrbors-11/+12
2013-12-19auto merge of #11070 : ezyang/rust/better-errors, r=alexcrichtonbors-6/+15
2013-12-19Accept trailing commas in struct patternsAlex Crichton-2/+79
2013-12-20mklldeps.py: Ignore extra whitespaces of argumentklutzy-0/+5
2013-12-20rustc: Handle `#[link(name = "")]` errorklutzy-1/+6
2013-12-19auto merge of #11041 : cmr/rust/pkgid_changes, r=cmr,metajackbors-69/+138
2013-12-19Add some things to inspect crate-id'sCorey Richardson-13/+66
2013-12-19Rename pkgid to crate_idCorey Richardson-56/+72
2013-12-20Remove many false positives from the ctags resultsChris Morgan-11/+12
2013-12-20extra: silence warnings during testing.Huon Wilson-11/+6
2013-12-20std: silence warnings when compiling test.Huon Wilson-46/+28
2013-12-19auto merge of #11061 : huonw/rust/opt-unsafe-vec, r=alexcrichtonbors-48/+105
2013-12-19std::vec: use some unsafe code to optimise `remove`.Huon Wilson-39/+74
2013-12-19Generalize item_span into node_span, which works on more types.Edward Z. Yang-6/+15
2013-12-19auto merge of #11065 : huonw/rust/slice-chars-example, r=cmrbors-1/+1
2013-12-19auto merge of #11038 : alexcrichton/rust/fix-osx-leak, r=cmrbors-2/+1
2013-12-18Upgrade libuv to fix a leak on OSXAlex Crichton-2/+1
2013-12-18auto merge of #11050 : alexcrichton/rust/snapshots, r=brsonbors-41/+9
2013-12-19std::str: fix .slice_chars example. Fixes #11014.Huon Wilson-1/+1
2013-12-18auto merge of #10977 : brson/rust/androidtest, r=brsonbors-110/+90
2013-12-19std::vec: replace .insert with a small amount of unsafe code.Huon Wilson-9/+31
2013-12-18auto merge of #10927 : g3xzh/rust/sum_bugfix, r=huonwbors-1/+66
2013-12-18Make Android tests fail if no device is availableBrian Anderson-110/+90
2013-12-18auto merge of #11029 : huonw/rust/rm-vec-as-buf, r=cmrbors-401/+261
2013-12-19Fix `sum()` accuracyg3xzh-1/+66
2013-12-18Fix #10755 - ICE: `--linker=`Cadence Marseille-5/+29
2013-12-19std::str: remove .as_mut_buf & rewrite/simplify `.push_char`.Huon Wilson-23/+6
2013-12-19std::str: replace .as_imm_buf with .as_ptr.Huon Wilson-107/+73
2013-12-19std::vec: remove .as_muf_buf, replaced by .as_mut_ptr & .len.Huon Wilson-112/+71
2013-12-18auto merge of #11032 : cmr/rust/rustdoc_test, r=alexcrichtonbors-3/+47
2013-12-19std::vec: remove .as_imm_buf, replaced by .as_ptr & .len.Huon Wilson-167/+119
2013-12-18rustdoc: thread through the context for renderingCorey Richardson-3/+9
2013-12-18Add a rustdoc testCorey Richardson-0/+38
2013-12-18auto merge of #11013 : klutzy/rust/win-no-pthread, r=alexcrichtonbors-501/+13
2013-12-18auto merge of #11012 : alexcrichton/rust/needstest, r=alexcrichtonbors-0/+227
2013-12-18Register new snapshotsAlex Crichton-41/+9
2013-12-18Adding tests for closed issuesAlex Crichton-0/+227