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-19
Fix pp blank-line insertion after isolated comments in cboxes.
Graydon Hoare
-8
/
+21
2011-06-19
rustc: Change smallintmap to use an ivec and use it for the node type table. ...
Patrick Walton
-18
/
+6
2011-06-19
rustc: Make name resolution errors less fatal
Brian Anderson
-51
/
+80
2011-06-19
rustc: Make import resolution errors less fatal
Brian Anderson
-12
/
+57
2011-06-19
rustc: Export only what's needed from middle::ty
Brian Anderson
-3
/
+164
2011-06-19
rustc: Export only what's used from middle::resolve
Brian Anderson
-0
/
+3
2011-06-19
rustc: Re-introduce session.span_err, session.err
Brian Anderson
-2
/
+16
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-130
/
+136
2011-06-19
Revert previous 6 commits. Hopefully put out Windows fire.
Brian Anderson
-449
/
+191
2011-06-19
rustc: Export only what's needed from middle::ty
Brian Anderson
-3
/
+164
2011-06-19
rustc: Make name resolution errors less fatal
Brian Anderson
-51
/
+80
2011-06-19
rustc: Make import resolution errors less fatal
Brian Anderson
-12
/
+57
2011-06-19
rustc: Export only what's used from middle::resolve
Brian Anderson
-0
/
+3
2011-06-19
rustc: Re-introduce session.span_err, session.err
Brian Anderson
-2
/
+16
2011-06-19
rustc: Rename session.span_err -> span_fatal, err -> fatal
Brian Anderson
-130
/
+136
2011-06-18
rustc: Store the lhs and rhs of receive exprs in left to right order
Brian Anderson
-27
/
+27
2011-06-18
rustc: receive is spelled |> now
Brian Anderson
-1
/
+1
2011-06-18
Typecheck block tail expressions that are fn return values
Brian Anderson
-1
/
+12
2011-06-18
rustc: Remove the meta keyword
Brian Anderson
-34
/
+1
2011-06-18
Replace unexported meta tags with attributes
Brian Anderson
-3
/
+4
2011-06-18
rustc: Replace 'export meta' with attributes
Brian Anderson
-4
/
+4
2011-06-18
Add -lssp on windows in attempt to put out tinderbox; no idea why ssp seems r...
Graydon Hoare
-1
/
+1
2011-06-18
rustc: Allocate derived tydescs before dynamically sized allocas
Patrick Walton
-38
/
+74
2011-06-18
rustc: Don't bother to supply an alignment argument to the memmove intrinsic;...
Patrick Walton
-10
/
+8
2011-06-18
rustc: Cache results of type_has_pointers. 70% translation speedup.
Patrick Walton
-21
/
+27
2011-06-17
rustc: Add missing case for interior vectors in alias.rs
Patrick Walton
-0
/
+6
2011-06-17
Restructure the "checking" pass in typestate
Tim Chevalier
-119
/
+324
2011-06-17
rustc: Increment by the dynamically-computed size in ivec::trans_append. Unco...
Patrick Walton
-9
/
+21
2011-06-17
rustc: Use correct version key in metadata
Brian Anderson
-1
/
+1
2011-06-17
rustc: Fix a bunch of memory management bugs relating to generic interior vec...
Patrick Walton
-7
/
+94
2011-06-17
Revert "rustc: Fix a bunch of memory management bugs relating to generic inte...
Patrick Walton
-87
/
+6
2011-06-17
rustc: Fix a bunch of memory management bugs relating to generic interior vec...
Patrick Walton
-6
/
+87
2011-06-17
Implemented enough of deep_copy that we can pass scalars and channels to task...
Eric Holk
-35
/
+39
2011-06-17
Started using deep_copy for spawn arguments.
Eric Holk
-15
/
+86
2011-06-17
rustc: Support both meta tags and attributes for crate metadata
Brian Anderson
-0
/
+4
2011-06-17
rustc: Remove metadata from the session.
Brian Anderson
-8
/
+2
2011-06-17
Put std in stageN/lib. This avoids windows trying to load stageN/std.ll when
Rafael Ávila de Espíndola
-2
/
+2
2011-06-17
rustc: Add a type_owns_heap_mem() predicate
Patrick Walton
-0
/
+33
2011-06-17
rustc: Cast to opaque interior vector types in trans_vec_append if necessary....
Patrick Walton
-2
/
+13
2011-06-17
rustc: Copy the contents of generic interior vectors
Patrick Walton
-83
/
+73
2011-06-17
Revert "rustc: Copy the contents of generic interior vectors"
Patrick Walton
-73
/
+83
2011-06-17
rustc: Copy the contents of generic interior vectors
Patrick Walton
-83
/
+73
2011-06-17
rustc: Demand that if conditions have bool type
Brian Anderson
-0
/
+3
2011-06-17
rustc: Fail to unify if two ty_vars don't unify
Brian Anderson
-1
/
+6
2011-06-17
rustc: Demand unification of both sides of a binop
Brian Anderson
-0
/
+5
2011-06-17
Automatically add a -L to the directory the binary is in.
Rafael Ávila de Espíndola
-4
/
+5
2011-06-16
Consistify ast::local.
Paul Stansifer
-70
/
+75
2011-06-16
rustc: Fix dominance issue when translating generic interior vectors
Patrick Walton
-21
/
+64
2011-06-16
Add better error messages for bad attributes in .rc files
Brian Anderson
-1
/
+2
2011-06-16
rustc: Fix regressed handling of bad attributes
Brian Anderson
-1
/
+6
[prev]
[next]