about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2014-11-04auto merge of #18528 : seanjensengrey/rust/doc-18498, r=brsonbors-0/+44
2014-11-04auto merge of #18497 : gamazeps/rust/enumsmatch, r=steveklabnikbors-21/+50
2014-11-04Guide: explains the enum/match relationshipgamazeps-21/+50
2014-11-04Update for collections reformCorey Richardson-4/+4
2014-11-04Update some new use of the old targ_cfgCorey Richardson-2/+2
2014-11-04Don't use pie on AndroidCorey Richardson-0/+2
2014-11-04Same fix for dragonflyCorey Richardson-1/+4
2014-11-04Same fix for mac32Corey Richardson-2/+4
2014-11-04Use -m32 on 32bit LinuxCorey Richardson-1/+4
2014-11-04Implement flexible target specificationCorey Richardson-664/+1457
2014-11-04auto merge of #18596 : alexcrichton/rust/rollup, r=alexcrichtonbors-1331/+1242
2014-11-04auto merge of #18132 : P1start/rust/more-help, r=jakub-bors-80/+123
2014-11-03rollup merge of #18593 : hirschenberger/issue-18587Alex Crichton-7/+11
2014-11-03rollup merge of #18578 : japaric/cloneAlex Crichton-9/+29
2014-11-03rollup merge of #18580 : hirschenberger/issue-17713Alex Crichton-40/+40
2014-11-03rollup merge of #18572 : cakebaker/small_doc_changesAlex Crichton-4/+4
2014-11-03rollup merge of #18568 : gamazeps/issue18551Alex Crichton-1/+1
2014-11-03rollup merge of #18564 : nick29581/dxr-1aAlex Crichton-7/+10
2014-11-03rollup merge of #18562 : nick29581/dxr-1Alex Crichton-29/+29
2014-11-03rollup merge of #18560 : bkoropoff/issue-18532Alex Crichton-1/+23
2014-11-03rollup merge of #18544 : whataloadofwhat/jsonAlex Crichton-17/+39
2014-11-03rollup merge of #18536 : bjz/strconvAlex Crichton-552/+283
2014-11-03rollup merge of #18534 : huonw/next-floatsAlex Crichton-14/+56
2014-11-03rollup merge of #18506 : nikomatsakis/assoc-type-boundsAlex Crichton-434/+520
2014-11-04Fix for bitshift errors lint on cross compilation #18587Falco Hirschenberger-45/+58
2014-11-03Fix error message in compile-fail testJorge Aparicio-1/+2
2014-11-03Add test for second half of issue #15689Jorge Aparicio-0/+16
2014-11-03std: Fix fallout of changing `#[deriving(Clone)]`Jorge Aparicio-2/+0
2014-11-03unicode: Fix fallout of changing `#[deriving(Clone)]`Jorge Aparicio-1/+0
2014-11-03core: Fix fallout of changing `#[deriving(Clone)]`Jorge Aparicio-2/+0
2014-11-03syntax: Use UFCS in the expansion of `#[deriving(Clone)]`Jorge Aparicio-3/+11
2014-11-03rollup merge of #18447 : nick29581/dst-impl3Alex Crichton-8/+100
2014-11-03rollup merge of #18355 : chastell/guide_iterators_macros_unsafe_fixesAlex Crichton-20/+21
2014-11-03rollup merge of #18318 : arielb1/transmute-cleanupAlex Crichton-181/+69
2014-11-03rollup merge of #18247 : kballard/vim_rust_run_cwd_spaceAlex Crichton-6/+6
2014-11-03rollup merge of #18132 : P1start/more-helpAlex Crichton-80/+123
2014-11-03auto merge of #18589 : alexcrichton/rust/issue-18587-warn, r=jakub-bors-1/+1
2014-11-03Use a struct rather than a 4-tupleNiko Matsakis-12/+44
2014-11-03Move associated types into the Assoc space and add in the builtin boundsNiko Matsakis-209/+243
2014-11-03Add a 4th space for associated types defined in a trait (currently unused)Niko Matsakis-69/+85
2014-11-03Add in the bounds into the typeparameterdefs for assoc typesNiko Matsakis-67/+64
2014-11-03Restructure AST so that the associated type definition carriesNiko Matsakis-98/+105
2014-11-03rustc: Set the exceeding_bitshifts lint to AllowAlex Crichton-1/+1
2014-11-03Clean-up transmutes in librustcAriel Ben-Yehuda-170/+61
2014-11-04testsNick Cameron-0/+86
2014-11-04Allow impls for traits as a concrete typeNick Cameron-8/+14
2014-11-03Clean-up transmutes in libsyntaxAriel Ben-Yehuda-11/+8
2014-11-03Also fix undefined behaviour when shift equals the number of bitsFalco Hirschenberger-40/+40
2014-11-03Test fixes and rebase conflictsAlex Crichton-3/+11
2014-11-03auto merge of #18460 : gamazeps/rust/issue18451, r=steveklabnikbors-1/+1