index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2012-10-08
Merge branch 'incoming' into snap-2012-10-05
Tim Chevalier
-3
/
+1
2012-10-08
allow interner cache to be shared across parsers (#3699)
Erick Tryzelaar
-21
/
+26
2012-10-08
Merge remote-tracking branch 'erickt/incoming' into snap-2012-10-05
Tim Chevalier
-4122
/
+2178
2012-10-08
Register snapshots
Tim Chevalier
-0
/
+8
2012-10-08
Revert "remove ctor from ast"
Tim Chevalier
-120
/
+651
2012-10-08
cap-clause-use-after-move: modernize error msg
Niko Matsakis
-3
/
+1
2012-10-08
libcore: include the trim methods in the StrSlice trait
Erick Tryzelaar
-0
/
+3
2012-10-08
libcore: str trim functions can be applied to &strs
Erick Tryzelaar
-0
/
+10
2012-10-08
remove ctor from ast
Niko Matsakis
-651
/
+120
2012-10-07
Clean up unfinished portions of task tutorial
Brian Anderson
-9
/
+2
2012-10-07
libcore Fix the tuple first_ref test
Erick Tryzelaar
-1
/
+1
2012-10-07
Merge pull request #3675 from apasel422/kate-fix
Brian Anderson
-38
/
+19
2012-10-07
Remove old auto_serialize2 code (needs snapshot)
Erick Tryzelaar
-1255
/
+2
2012-10-07
libcore: add first_ref and second_ref to tuples
Erick Tryzelaar
-3
/
+28
2012-10-07
Remove the old serializers (needs snapshot)
Erick Tryzelaar
-2868
/
+2177
2012-10-07
remove the old auto_serialize syntax extension
Erick Tryzelaar
-316
/
+146
2012-10-07
migrate libsyntax/rustc to auto_serialize2
Erick Tryzelaar
-443
/
+503
2012-10-07
Work on the tutorial section on 'do'
Brian Anderson
-23
/
+22
2012-10-07
Tutorial
Brian Anderson
-9
/
+7
2012-10-06
More tutorial tweaking
Brian Anderson
-13
/
+10
2012-10-06
'The' Rust Language Tutorial
Brian Anderson
-1
/
+1
2012-10-06
Remove some redundant info from tutorial
Brian Anderson
-13
/
+1
2012-10-06
docs: Fix capitalization of section title
Brian Anderson
-1
/
+1
2012-10-06
Add Jacob Harris Cryer Kragh to AUTHORS.txt
Brian Anderson
-0
/
+1
2012-10-06
docs: Remove more uses of records
Brian Anderson
-3
/
+3
2012-10-06
tutorial: Add missing struct name
Jacob Harris Cryer Kragh
-4
/
+4
2012-10-06
Overhaul mods and crates section of tutorial
Brian Anderson
-163
/
+154
2012-10-06
docs: Edit the into bullets
Brian Anderson
-15
/
+11
2012-10-06
docs: Clean up trait and module examples
Brian Anderson
-8
/
+5
2012-10-05
Remove by-mutable-ref mode from the compiler
Tim Chevalier
-95
/
+59
2012-10-05
Finally removing all uses of by-mut-ref
Tim Chevalier
-209
/
+6
2012-10-05
Register snapshots
Tim Chevalier
-0
/
+8
2012-10-05
docs: Remove some 'extern mod std's from tutorial
Brian Anderson
-8
/
+2
2012-10-05
docs: Simplify a tutorial example
Brian Anderson
-1
/
+1
2012-10-05
De-mode mysterious unused functions in middle::trans::shape (see comment)
Tim Chevalier
-4
/
+8
2012-10-05
Fix nits in logging section.
Graydon Hoare
-17
/
+12
2012-10-05
Reword memory-ownership section.
Graydon Hoare
-11
/
+8
2012-10-05
Replace box types section with pointer types section.
Graydon Hoare
-21
/
+47
2012-10-05
Minor reformatting.
Graydon Hoare
-6
/
+6
2012-10-05
Add section on unsafe functions, reword explanation on unsafe-overriding-purity.
Graydon Hoare
-20
/
+30
2012-10-05
Add section on lvals, rvals and temps.
Graydon Hoare
-0
/
+19
2012-10-05
Rewrite the communication-between-tasks section completely.
Graydon Hoare
-48
/
+15
2012-10-05
Remove port/chan-specific lifecycle terminology.
Graydon Hoare
-6
/
+5
2012-10-05
rustc: Add a new method_self method call origin. Part of default methods.
Patrick Walton
-15
/
+61
2012-10-05
doc: Strings are vectors of u8, not [u8]
Brian Anderson
-1
/
+1
2012-10-05
docs: Add a section on pointer dereferencing
Brian Anderson
-0
/
+67
2012-10-05
rustc: Thread a self type through trans_impl; fix cross-crate trait issue
Patrick Walton
-10
/
+27
2012-10-05
rustc: Translate default methods on traits for each impl in which they're use...
Patrick Walton
-5
/
+27
2012-10-05
update Kate syntax file with latest keywords and types
Andrew Paseltiner
-38
/
+19
2012-10-05
test: XFAIL trait-inheritance-simple because of suspected 32-bit brokenness
Patrick Walton
-0
/
+5
[prev]
[next]