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
path:
root
/
src
/
comp
Age
Commit message (
Expand
)
Author
Lines
2011-06-29
Re-enable tidy (it was broken) and fix various non-tidy things.
Graydon Hoare
-10
/
+15
2011-06-29
Be more strategic about linking to rust crates
Brian Anderson
-1
/
+28
2011-06-29
Display an error when linking fails
Brian Anderson
-2
/
+13
2011-06-29
Add session.note method
Brian Anderson
-0
/
+3
2011-06-29
session.err shouldn't take a span
Brian Anderson
-2
/
+2
2011-06-29
Remove workaround for a compiler bug that, I guess, got fixed
Tim Chevalier
-14
/
+3
2011-06-29
Eliminate the --check-claims compiler flag
Tim Chevalier
-12
/
+3
2011-06-29
Add a runtime flag to enable/disable claims en masse
Tim Chevalier
-6
/
+17
2011-06-29
Correctly locate the crate's version from the link attribute
Brian Anderson
-1
/
+1
2011-06-29
Write metadata for sythesized name/vers items to the crate's link attr
Brian Anderson
-1
/
+83
2011-06-29
Encapsulate more crate meta calculations
Brian Anderson
-79
/
+79
2011-06-29
Move the calculation of the crate name, vers and cmh to a single function
Brian Anderson
-14
/
+24
2011-06-29
Fix resource encoding bugs.
Graydon Hoare
-2
/
+4
2011-06-29
rustc: Fix a leak that resulted from copying a structural interior type conta...
Patrick Walton
-12
/
+5
2011-06-29
Revert ""Try" push without -lssp on windows to see what needs it."
Rafael Ávila de Espíndola
-1
/
+1
2011-06-29
rustc: Unbreak self assignment
Patrick Walton
-6
/
+13
2011-06-29
"Try" push without -lssp on windows to see what needs it.
Rafael Ávila de Espíndola
-1
/
+1
2011-06-29
Extend visit to use visit_fn to visit fn expressions.
Michael Sullivan
-11
/
+12
2011-06-28
Replace common::new_seq_hash with an adapter around std::smallintmap
Brian Anderson
-103
/
+69
2011-06-28
Comments and cleanup.
Lindsey Kuper
-4
/
+9
2011-06-28
Comments and cleanup.
Lindsey Kuper
-34
/
+95
2011-06-28
Comments and cleanup.
Lindsey Kuper
-4
/
+2
2011-06-28
Support attaching attributes to modules via the crate file. Issue #487
Brian Anderson
-41
/
+61
2011-06-28
rustc: Move duplicate_heap_parts to copy glue; add a test case
Patrick Walton
-10
/
+18
2011-06-28
Remove outdated comments
Tim Chevalier
-2
/
+0
2011-06-28
Require that both sides of a swap be lvals.
Michael Sullivan
-5
/
+12
2011-06-28
Cleanup attribute code. Issue #487
Brian Anderson
-12
/
+16
2011-06-28
Remove the last traces of the distinction between export / local meta items
Brian Anderson
-30
/
+0
2011-06-28
rustc: Rename take glue to copy glue
Patrick Walton
-27
/
+27
2011-06-28
Implement "claim"
Tim Chevalier
-15
/
+48
2011-06-28
Re-enabling some tests.
Eric Holk
-2
/
+2
2011-06-28
There is only one domain per kernel now.
Eric Holk
-6
/
+0
2011-06-28
Teach the parser and typechecker to understand port[int](). Closes #588
Eric Holk
-11
/
+41
2011-06-28
Use span_fatal for failure to find crates
Brian Anderson
-6
/
+5
2011-06-28
Extract meta_item sorting from back::link to middle::attr
Brian Anderson
-23
/
+40
2011-06-28
Add comments to middle::attr. Issue #487
Brian Anderson
-0
/
+3
2011-06-28
Rework how linkage attributes are determined
Brian Anderson
-125
/
+109
2011-06-28
Add some helper functions for attributes. Issue #487
Brian Anderson
-0
/
+79
2011-06-28
Handle lazy binops properly in typestate
Tim Chevalier
-7
/
+26
2011-06-28
add a predicate that determines whether a binop is lazy (and and or are lazy)
Tim Chevalier
-0
/
+8
2011-06-28
Move glue.o to stageN/lib.
Rafael Ávila de Espíndola
-1
/
+1
2011-06-28
rustc: Add a "type-owns-heap-mem" cache. 2x translation speedup.
Patrick Walton
-0
/
+10
2011-06-28
rustc: Don't call cmp glue if the type is a simple scalar
Patrick Walton
-39
/
+60
2011-06-28
Write metadata for more meta_item types. Issue #487
Brian Anderson
-55
/
+93
2011-06-28
Write metadata for crate attributes. Issue #487
Brian Anderson
-22
/
+74
2011-06-28
Add emacs variables to encoder.rs
Brian Anderson
-0
/
+10
2011-06-28
List crate attributes when running rustc with '--ls'
Brian Anderson
-22
/
+64
2011-06-28
Use 'resource' rather than 'res' as a keyword
Marijn Haverbeke
-2
/
+2
2011-06-28
Add test cases for resources
Marijn Haverbeke
-1
/
+1
2011-06-28
Fix bug that prevented boxes-in-resources from being freed
Marijn Haverbeke
-1
/
+1
[prev]
[next]