about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)AuthorLines
2012-10-10Move the description of -(W|A|D|F) into the `-W help` messageKevin Cantu-10/+10
2012-10-10Touchup the debug flag description printingKevin Cantu-1/+1
2012-10-09Register snapshots.Graydon Hoare-0/+8
2012-10-09Remove old serialization2 vestigial codeErick Tryzelaar-14/+2
2012-10-09core::str - making StrSlice trait functions pureDaniel Patterson-53/+55
2012-10-09Merge pull request #3700 from erickt/cargo-internerTim Chevalier-21/+26
allow interner cache to be shared across parsers (#3699)
2012-10-08Revert "Revert "Remove old auto_serialize2 code (needs snapshot)""Tim Chevalier-1255/+2
This reverts commit a33535e441dc5461fec0489069a1491367ad1c91.
2012-10-08Register snapshotsTim Chevalier-0/+8
2012-10-08libcore: add pop/swap/consume to SendMapErick Tryzelaar-29/+126
2012-10-08Revert "cap-clause-use-after-move: modernize error msg"Tim Chevalier-1/+3
This reverts commit bbda995bfe03680b6d621c6ab809ddb145125c3a.
2012-10-08Revert bogus snapshot.py changeTim Chevalier-2/+1
2012-10-08Revert "Remove old auto_serialize2 code (needs snapshot)"Tim Chevalier-2/+1255
This reverts commit 0bd6da8a8c93143325cb45e8a074ccf7121ca168.
2012-10-08Remove extra spaces from snapshots.txtTim Chevalier-6/+7
2012-10-08Fix typo in linux-i386 snapshot hashTim Chevalier-5/+5
2012-10-08Merge branch 'incoming' into snap-2012-10-05Tim Chevalier-3/+1
2012-10-08allow interner cache to be shared across parsers (#3699)Erick Tryzelaar-21/+26
2012-10-08Merge remote-tracking branch 'erickt/incoming' into snap-2012-10-05Tim Chevalier-4122/+2178
2012-10-08Register snapshotsTim Chevalier-0/+8
2012-10-08Revert "remove ctor from ast"Tim Chevalier-120/+651
This reverts commit ed3689d57c988e1dd477930d957c4308c37d1a64.
2012-10-08cap-clause-use-after-move: modernize error msgNiko Matsakis-3/+1
2012-10-08libcore: include the trim methods in the StrSlice traitErick Tryzelaar-0/+3
2012-10-08libcore: str trim functions can be applied to &strsErick Tryzelaar-0/+10
2012-10-08remove ctor from astNiko Matsakis-651/+120
2012-10-07libcore Fix the tuple first_ref testErick Tryzelaar-1/+1
2012-10-07Merge pull request #3675 from apasel422/kate-fixBrian Anderson-38/+19
update Kate syntax file with latest keywords and types
2012-10-07Remove old auto_serialize2 code (needs snapshot)Erick Tryzelaar-1255/+2
2012-10-07libcore: add first_ref and second_ref to tuplesErick Tryzelaar-3/+28
2012-10-07Remove the old serializers (needs snapshot)Erick Tryzelaar-2868/+2177
2012-10-07remove the old auto_serialize syntax extensionErick Tryzelaar-316/+146
2012-10-07migrate libsyntax/rustc to auto_serialize2Erick Tryzelaar-443/+503
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-89/+55
and test cases. Closes #3513
2012-10-05Finally removing all uses of by-mut-refTim Chevalier-209/+6
The code for the mode itself is still there.
2012-10-05Register snapshotsTim Chevalier-0/+8
2012-10-05De-mode mysterious unused functions in middle::trans::shape (see comment)Tim Chevalier-4/+8
2012-10-05rustc: Add a new method_self method call origin. Part of default methods.Patrick Walton-15/+61
2012-10-05rustc: Thread a self type through trans_impl; fix cross-crate trait issuePatrick Walton-10/+27
2012-10-05rustc: Translate default methods on traits for each impl in which they're ↵Patrick Walton-5/+27
used instead of once. This is a step on the way to default methods.
2012-10-05update Kate syntax file with latest keywords and typesAndrew Paseltiner-38/+19
2012-10-05test: XFAIL trait-inheritance-simple because of suspected 32-bit brokennessPatrick Walton-0/+5
2012-10-05Remove uses of mutable ref mode.Tim Chevalier-44/+73
It's still in the compiler right now, but warned about
2012-10-05rustc: Implement simple uses of &traitPatrick Walton-69/+201
2012-10-05Revert "wip"Tim Chevalier-93/+97
This reverts commit ca49fd402af8e7bf613c43e996274b5a017958d2.
2012-10-05wipTim Chevalier-97/+93
2012-10-05Demode some code using by-mutbl-ref; warn about by-mutbl-refTim Chevalier-23/+204
The parser now warns about use of mutbl-ref mode, though it's kind of a lie since this commit doesn't remove support for the mode. Changed move_val_init to have stage0 and stage1/2 versions, the latter of which is demoded. Changed the type that the typechecker expects the move_val_init intrinsic to have. After this is pushed, I can make a new snapshot, which will remove the need for the stage0 versions.
2012-10-05std: Silence remaining warningsBrian Anderson-1/+3
2012-10-05Silence most of the remaining warningsBrian Anderson-3/+6
2012-10-05rustc: Implement simple trait inheritance.Patrick Walton-35/+136
Generic trait inheritance, cross-crate trait inheritance, and vtable-based trait inheritance don't work yet.
2012-10-05Hack around llvm 14013Brian Anderson-0/+0
2012-10-05std: Revert demoding of uv_ll. It can't be done without FFI changesBrian Anderson-6/+6
2012-10-05Update src/README.txtBrian Anderson-1/+1