about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-04-10auto merge of #13437 : kaseyc/rust/remove_unnecessary_struct, r=sanxiynbors-3/+0
2014-04-10auto merge of #13436 : pongad/rust/lazyemit, r=thestingerbors-176/+189
2014-04-09Remove the unused Point struct in the assert-eq-macro-fail.rs test.Kasey Carrothers-3/+0
2014-04-09auto merge of #13413 : alexcrichton/rust/once-fn-move, r=brsonbors-2/+61
2014-04-09Emit intrinsic lazilyMichael Darakananda-176/+189
2014-04-09auto merge of #13383 : ben0x539/rust/glob-dots, r=brsonbors-17/+111
2014-04-08rustc: Prevent repeated moves out of proc upvarsAlex Crichton-2/+61
2014-04-08auto merge of #13399 : SimonSapin/rust/patch-8, r=cmrbors-1/+1
2014-04-08auto merge of #13397 : alexcrichton/rust/rollup, r=alexcrichtonbors-431/+782
2014-04-08Update an obsolete comment about conditionsSimon Sapin-1/+1
2014-04-08Test fixes from rollupAlex Crichton-8/+0
2014-04-08Add test for #11881JustAPerson-0/+60
2014-04-08std: make vec!() macro handle a trailing commaKang Seonghoon-1/+30
2014-04-08Fix spelling errors in comments.Joseph Crail-5/+5
2014-04-08std: User a smaller stdin buffer on windowsAlex Crichton-1/+72
2014-04-08Improve searching for XXX in tidy script (#3303)Boris Egorov-6/+7
2014-04-08fix ~ZeroSizeType rvaluesDaniel Micay-2/+19
2014-04-08rustc: Don't read both rlib and dylib metadataAlex Crichton-4/+12
2014-04-08rustc: Never register syntax crates in CStoreAlex Crichton-43/+51
2014-04-08rustc: Use CStore, not a separate crate cacheAlex Crichton-70/+61
2014-04-08std: Add more docs for ptr modBrian Anderson-53/+182
2014-04-08Register new snapshotsAlex Crichton-208/+194
2014-04-08doc: Document flavorful variations of pathsAlex Crichton-1/+46
2014-04-08Made libflate functions return Options instead of outright failingTobba-21/+39
2014-04-08sync: remove unsafe and add Send+Share to Deref (enabled by autoderef vtables)Jim Radford-11/+7
2014-04-07native: Try hard to not malloc on a forked childAlex Crichton-1/+31
2014-04-08libglob: only return dirs for globs ending in /Benjamin Herr-2/+14
2014-04-08libglob: allow "." and ".." to be matchedBenjamin Herr-16/+98
2014-04-07auto merge of #13288 : alexcrichton/rust/remove-check-fast, r=brsonbors-456/+280
2014-04-07Fix some windows rpass testsAlex Crichton-30/+72
2014-04-07auto merge of #13358 : tbu-/rust/pr_doc_equivrel, r=cmrbors-63/+72
2014-04-07auto merge of #13356 : alexcrichton/rust/ignore-flaky, r=huonwbors-1/+1
2014-04-07auto merge of #13354 : alexcrichton/rust/fixup-some-signals, r=sfacklerbors-10/+9
2014-04-07auto merge of #13347 : HeroesGrave/rust/master, r=alexcrichtonbors-1/+1
2014-04-06auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichtonbors-177/+187
2014-04-06rmake: Fix a test on FreeBSDAlex Crichton-2/+13
2014-04-06Remove ignore-fast that has cropped upAlex Crichton-13/+2
2014-04-06Use ignore-freebsd for tests broken on FreeBSDBrian Anderson-2/+2
2014-04-06Ignore another test that fails mysteriously on BSDBrian Anderson-0/+2
2014-04-06test: Ignore run-make tests that don't work on BSDBrian Anderson-0/+13
2014-04-06mk: Pass the name of the make command to maketest.pyBrian Anderson-7/+8
2014-04-06test: Ignore compile-fail/issue-5806.rsBrian Anderson-0/+2
2014-04-06Remove check-fast. Closes #4193, #8844, #6330, #7416Brian Anderson-404/+168
2014-04-06De-~[] IO utilsSteven Fackler-6/+6
2014-04-06De-~[] Mem{Reader,Writer}Steven Fackler-65/+66
2014-04-06De-~[] Reader and WriterSteven Fackler-108/+117
2014-04-06auto merge of #13346 : ben0x539/rust/priv-field-in, r=alexcrichtonbors-38/+135
2014-04-06auto merge of #13345 : bjz/rust/irc, r=alexcrichtonbors-1/+5
2014-04-06Remove use of block comments in src/libstd/cmp.rsTobias Bucher-84/+72
2014-04-06auto merge of #13340 : FlaPer87/rust/code-model, r=cmrbors-1/+43