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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
2012-06-11
Clean up tydesc declaration to make it clear what is unused.
Michael Sullivan
-21
/
+16
2012-06-11
Get rid of a bunch of dead shape code. Closes #2552.
Michael Sullivan
-310
/
+69
2012-06-11
Add emacs settings to some runtime files where they were missing.
Michael Sullivan
-0
/
+55
2012-06-11
Don't treat all class fields as mutable, except in trans
Tim Chevalier
-7
/
+43
2012-06-10
cargo: Do builds under ./.cargo/work in local mode
Brian Anderson
-1
/
+1
2012-06-09
cargo: Update for recent language changes
Brian Anderson
-95
/
+91
2012-06-09
Merge remote-tracking branch 'z0w0/cargo-deps'
Brian Anderson
-249
/
+1004
2012-06-09
Revert "Merge remote-tracking branch 'z0w0/cargo-deps'"
Brian Anderson
-1004
/
+249
2012-06-09
Revert "cargo: Add a FIXME about immutability"
Brian Anderson
-2
/
+0
2012-06-09
cargo: Add a FIXME about immutability
Brian Anderson
-0
/
+2
2012-06-09
Merge remote-tracking branch 'z0w0/cargo-deps'
Brian Anderson
-249
/
+1004
2012-06-09
bench: xfail-pretty shootout-k-nucleotide
Brian Anderson
-0
/
+2
2012-06-09
bench: Modify shootout-k-nucleotide to not read from the filesystem
Brian Anderson
-1
/
+83344
2012-06-09
bench: Increase the difficulty of fasta
Brian Anderson
-1
/
+1
2012-06-09
Add the Alioth k-nucleotide benchmark
Kevin Cantu
-11
/
+207
2012-06-09
Fix long lines
Brian Anderson
-2
/
+8
2012-06-09
syntax: Don't copy source string
Brian Anderson
-2
/
+1
2012-06-09
syntax: Intern @strs instead of strs
Brian Anderson
-18
/
+21
2012-06-08
core: Don't deadlock on io streams in run::program_output
Brian Anderson
-26
/
+73
2012-06-08
Merge pull request #2560 from bstrie/num
Brian Anderson
-5
/
+3
2012-06-09
Allow multiple `num` impls to be imported at once
Ben Striegel
-5
/
+3
2012-06-08
make a copy so vec is not living in mutable memory
Niko Matsakis
-1
/
+1
2012-06-08
remove alias analysis and replace with borrowck
Niko Matsakis
-1056
/
+26
2012-06-08
avoid rooting @ptrs that live in immutable, stable memory
Niko Matsakis
-30
/
+50
2012-06-08
make ccx/tcx/sess methods on bcx pure
Niko Matsakis
-3
/
+3
2012-06-08
Merge pull request #2559 from mozilla/incoming
Patrick Walton
-10
/
+43
2012-06-08
Revert "syntax: Remove a couple of implicit copies" due to test failures
Patrick Walton
-2
/
+2
2012-06-08
Add preliminary test of walking data pointers via reflection.
Graydon Hoare
-0
/
+303
2012-06-08
core: Inline unsigned range function
Brian Anderson
-0
/
+1
2012-06-08
Merge pull request #2557 from bstrie/inlinerange
Brian Anderson
-0
/
+1
2012-06-08
Inline `range` for all integral types
Ben Striegel
-0
/
+1
2012-06-08
core: "inlune" is not an attribute
Patrick Walton
-1
/
+1
2012-06-08
syntax: Remove a couple of implicit copies
Patrick Walton
-2
/
+2
2012-06-08
core: Implement string equal natively to save a call into the shape code. Sha...
Patrick Walton
-2
/
+17
2012-06-08
Update READMEs and comments to reflect "rustsyntax" -> "syntax" change
Lindsey Kuper
-8
/
+8
2012-06-08
Get rid of little-used logging fns in util::common. Closes #2553.
Lindsey Kuper
-129
/
+29
2012-06-08
syntax: Use a ring buffer instead of a dvec and save a bunch of copies. Shave...
Patrick Walton
-7
/
+25
2012-06-08
Pass names of fields and variants when reflecting.
Graydon Hoare
-41
/
+46
2012-06-08
Visit the substructure for classes and enums as well.
Graydon Hoare
-8
/
+85
2012-06-08
WIP on issue #1425: mostly infrastructure changes.
Lindsey Kuper
-111
/
+314
2012-06-08
std: Typo fix in docs.
Lindsey Kuper
-1
/
+1
2012-06-08
revise map interface so that K need not be copyable
Niko Matsakis
-9
/
+9
2012-06-08
profile LLVM cleanup insns
Niko Matsakis
-0
/
+4
2012-06-08
More work on reflect, only missing enum and class substructures.
Graydon Hoare
-9
/
+183
2012-06-08
Convert reinterpret_cast + forget to 'transmute'
Brian Anderson
-31
/
+12
2012-06-08
core: Add unsafe::transmute
Brian Anderson
-1
/
+28
2012-06-07
Merge pull request #2545 from mozilla/incoming
Patrick Walton
-214
/
+274
2012-06-07
syntax: Remove some more implicit copies
Patrick Walton
-25
/
+23
2012-06-07
Use #[cfg(unix)] and #[cfg(windows)] everywhere
Brian Anderson
-187
/
+103
2012-06-07
syntax: Remove several deep copies that were happening due to misuse of parse...
Patrick Walton
-76
/
+90
[prev]
[next]