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
Age
Commit message (
Expand
)
Author
Lines
2011-06-16
rt: memory_region::free(NULL) shouldn't touch the live allocation count
Patrick Walton
-0
/
+1
2011-06-16
rustc: Fix LLVM type error when generating cmp glue for interior vectors
Patrick Walton
-4
/
+20
2011-06-16
Merge remote branch 'upstream/master'
Rafael Ávila de Espíndola
-30
/
+127
2011-06-16
Update the snapshots.
Rafael Ávila de Espíndola
-0
/
+5
2011-06-16
rt: Add an ivec length intrinsic and an ivec reserve function, both untested ...
Patrick Walton
-24
/
+106
2011-06-16
rustc: Change interior vector syntax to `T[]`
Patrick Walton
-6
/
+21
2011-06-16
Refactor ast::item representation
Marijn Haverbeke
-382
/
+311
2011-06-15
Improve and test failure behavior for malformed attributes
Brian Anderson
-1
/
+47
2011-06-15
Fixed a problem where spawn arguments were getting lost again. Also, fixed up...
Eric Holk
-38
/
+54
2011-06-15
Re-enabled join.
Eric Holk
-5
/
+26
2011-06-15
rustc: Implement interior vector concatenation
Patrick Walton
-9
/
+174
2011-06-15
Merge branch 'master' of github.com:graydon/rust into fastcall
Eric Holk
-735
/
+1146
2011-06-15
Updating snapshots.txt. Closes #495.
Eric Holk
-0
/
+5
2011-06-15
Add xterm to the term lib's list of supported terms.
Michael Sullivan
-0
/
+1
2011-06-15
rustc: Remove unused variable from check_assignment
Brian Anderson
-3
/
+2
2011-06-15
stdlib: Add color support for GNU screen
Brian Anderson
-2
/
+10
2011-06-15
stdlib: Add emacs variables to term.rs
Brian Anderson
-0
/
+9
2011-06-15
Step 3 of cdecl conversion.
Eric Holk
-5
/
+2
2011-06-15
test: Add a compile-fail test for attribute/syntax parsing
Brian Anderson
-0
/
+8
2011-06-15
rustc: Support outer attributes on items that are defined as statements
Brian Anderson
-10
/
+127
2011-06-15
Updating snapshots.txt
Eric Holk
-0
/
+5
2011-06-15
stdlib: Add an either module
Brian Anderson
-0
/
+182
2011-06-15
test: Add missing fn test cases to run-pass/item-attributes.rs
Brian Anderson
-6
/
+13
2011-06-15
Refactor data structures representing constraints (again...)
Tim Chevalier
-233
/
+265
2011-06-15
rustc: Move ivec stuff to an ivec module in trans
Patrick Walton
-199
/
+284
2011-06-15
Step 2 of cdecl task transition.
Eric Holk
-16
/
+5
2011-06-15
Updating snapshots.txt
Eric Holk
-0
/
+5
2011-06-15
rustc: Change the default interior vector length to 4 per science
Patrick Walton
-1
/
+1
2011-06-15
Add support for producing shared libraries directly in the rust driver.
Rafael Ávila de Espíndola
-22
/
+19
2011-06-15
Implement checking of alias safety in tail calls.
Marijn Haverbeke
-30
/
+75
2011-06-15
Fix unsafe uses of aliases in tail calls
Marijn Haverbeke
-27
/
+44
2011-06-15
Small simplification in parser.rs' crate parsing
Marijn Haverbeke
-7
/
+1
2011-06-15
Added issue # to FIXME.
Lindsey Kuper
-1
/
+1
2011-06-15
Simple anonymous objects get through translation.
Lindsey Kuper
-195
/
+105
2011-06-15
Just some typo fixes.
Lindsey Kuper
-3
/
+3
2011-06-15
Step 1 of moving task startup to always be cdecl.
Eric Holk
-11
/
+27
2011-06-15
Fix a bunch of compile-command lines to use RBUILD
Graydon Hoare
-30
/
+30
2011-06-15
Attempt to put out windows tinderbox.
Graydon Hoare
-5
/
+9
2011-06-15
Reformat source tree (minus a couple tests that are still grumpy).
Graydon Hoare
-18931
/
+13667
2011-06-15
Print mutability of obj fields.
Graydon Hoare
-2
/
+7
2011-06-15
Fix pp bug on native modules.
Graydon Hoare
-1
/
+3
2011-06-15
rustc: Pretty-print outer attributes of items
Brian Anderson
-15
/
+47
2011-06-15
test: Add tests for multiple outer attributes on items
Brian Anderson
-11
/
+41
2011-06-15
rustc: Make room in remaining AST item nodes for attributes
Brian Anderson
-150
/
+157
2011-06-15
test: Add test cases for outer attributes on all item types
Brian Anderson
-0
/
+13
2011-06-15
rustc: Introduce an attribute type to the AST
Brian Anderson
-9
/
+32
2011-06-15
rustc: Parse module attributes
Brian Anderson
-6
/
+29
2011-06-15
rustc: Make room in item_mod for metadata
Brian Anderson
-24
/
+24
2011-06-15
rustc: Modernize front::eval
Brian Anderson
-37
/
+26
2011-06-15
Implement checking against assignments to immutable obj fields
Marijn Haverbeke
-38
/
+61
[next]