about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2015-01-31Deprecate SyntaxExtension::ModifierAdolfo Ochagavía-0/+1
2015-01-31Deprecate SyntaxExtension::DecoratorAdolfo Ochagavía-0/+1
2015-01-31Add MultiDecorator variant to SyntaxExtension enumAdolfo Ochagavía-1/+27
2015-01-31Add MultiItemDecoratorAdolfo Ochagavía-0/+23
2015-01-31Deprecate ItemDecorator in favor of MultiItemDecoratorAdolfo Ochagavía-0/+1
2015-01-31Deprecate ItemModifier in favor of MultiItemModifierAdolfo Ochagavía-0/+3
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-4/+4
2015-01-30Merge remote-tracking branch 'origin/master' into rollupAlex Crichton-480/+644
2015-01-30Test fixes and rebase conflictsAlex Crichton-239/+220
2015-01-30rollup merge of #21631: tbu-/isize_policeAlex Crichton-1991/+1991
2015-01-30rollup merge of #21528: tshepang/simpler-replace-exampleAlex Crichton-5/+2
2015-01-30rollup merge of #21713: alexcrichton/second-pass-fmtAlex Crichton-349/+379
2015-01-30rollup merge of #21760: brson/snapsAlex Crichton-62/+9
2015-01-30rollup merge of #21783: lukesteensen/patch-1Alex Crichton-1/+1
2015-01-30rollup merge of #21780: steveklabnik/no_as_sliceAlex Crichton-29/+9
2015-01-30rollup merge of #21765: P1start/non-ascii-style-lintsAlex Crichton-52/+90
2015-01-30rollup merge of #21762: brson/usersAlex Crichton-3/+5
2015-01-30rollup merge of #21753: dzamlo/masterAlex Crichton-2/+2
2015-01-30rollup merge of #21747: nikomatsakis/issue-21726-projection-subtypingAlex Crichton-2/+137
2015-01-30rollup merge of #21739: alexcrichton/better-printAlex Crichton-1/+1
2015-01-30rollup merge of #21738: steveklabnik/move_out_editorsAlex Crichton-3617/+0
2015-01-30rollup merge of #21736: sfackler/bufread-capacity-fixAlex Crichton-1/+1
2015-01-30rollup merge of #21733: mneumann/fix-io-rename-dfAlex Crichton-1/+1
2015-01-30rollup merge of #21720: huonw/simd-cmpAlex Crichton-30/+38
2015-01-30rollup merge of #21718: alexcrichton/stabilize-from-strAlex Crichton-263/+392
2015-01-30rollup merge of #21706: reem/missing-zeroable-impl-for-uniqueAlex Crichton-0/+2
2015-01-30rollup merge of #21704: FlaPer87/macro-reexportAlex Crichton-1/+18
2015-01-30rollup merge of #21702: nikomatsakis/issue-21636Alex Crichton-0/+84
2015-01-30rollup merge of #21693: tomjakubowski/rustdoc-fix-21442Alex Crichton-1/+33
2015-01-30rollup merge of #21678: vojtechkral/threads-native-namesAlex Crichton-2/+52
2015-01-30rollup merge of #21495: richo/unexported-unmangled-lintAlex Crichton-0/+60
2015-01-30rollup merge of #21494: jatinn/jsnavAlex Crichton-0/+40
2015-01-30rollup merge of #21385: nick29581/save-fix2Alex Crichton-122/+499
2015-01-30Auto merge of #21495 - richo:unexported-unmangled-lint, r=alexcrichtonbors-0/+60
2015-01-30Fix a missed io => old_ioLuke Steensen-1/+1
2015-01-30std: Stabilize the std::fmt moduleAlex Crichton-349/+379
2015-01-30std: Stabilize FromStr and parseAlex Crichton-263/+392
2015-01-30Don't use as_slice() in docsSteve Klabnik-29/+9
2015-01-30fix some cfail testsJorge Aparicio-0/+2
2015-01-30fixes after rebaseJorge Aparicio-10/+2
2015-01-30s/while let/for/g now that #21245 has been fixedJorge Aparicio-54/+19
2015-01-30add test for #21655Jorge Aparicio-0/+20
2015-01-30add test for #20605Jorge Aparicio-0/+19
2015-01-30fix recursive callJorge Aparicio-1/+1
2015-01-30remove the `Iterator` lang itemJorge Aparicio-2/+0
2015-01-30smoke out remaining bugsJorge Aparicio-10/+4
2015-01-30remove Copy impls from iteratorsJorge Aparicio-38/+35
2015-01-30add testsJorge Aparicio-0/+47
2015-01-30remove dead codeJorge Aparicio-302/+5
2015-01-30remove more `ExprForLoop`sJorge Aparicio-93/+1