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-15
rustc: Introduce an attribute type to the AST
Brian Anderson
-9
/
+32
2011-06-15
rustc: Parse module attributes
Brian Anderson
-6
/
+21
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
-34
/
+59
2011-06-15
Stop dropping object field mutability on the floor
Marijn Haverbeke
-12
/
+6
2011-06-15
Extend alias analysis to check assignments
Marijn Haverbeke
-2
/
+23
2011-06-15
Fix assignments to immutable fields throughout the code
Marijn Haverbeke
-32
/
+32
2011-06-15
Refactor expr_root in alias.rs
Marijn Haverbeke
-73
/
+71
2011-06-14
Merge pull request #490 from msullivan/fix_vec_append
Patrick Walton
-47
/
+17
2011-06-14
rustc: Implement on-heap resizing for interior vectors
Patrick Walton
-24
/
+12
2011-06-14
Make tydesc glue functions use cdecl.
Michael Sullivan
-7
/
+7
2011-06-14
Remove vec_append_glue from the compiler.
Michael Sullivan
-39
/
+4
2011-06-14
rustc: Free heapified interior vectors
Patrick Walton
-0
/
+30
2011-06-14
rustc: Fix LLVM type error that occurred when translating large unique vector...
Patrick Walton
-1
/
+1
2011-06-14
Implement upcall_vec_append and use it for vector append.
Michael Sullivan
-1
/
+6
2011-06-14
Make the typechecker check that dynamically sized arguments are passed by alias
Tim Chevalier
-1
/
+11
2011-06-14
Apply the makefile changes again, this time fixin the driver to not produce a
Rafael Ávila de Espíndola
-5
/
+3
2011-06-14
Improve error message for a failed assert or check
Tim Chevalier
-4
/
+4
2011-06-14
rustc: Do a dynamic alloca for generic interior vectors; fix data pointer cal...
Patrick Walton
-14
/
+16
2011-06-14
Modernize some code in parser.rs
Marijn Haverbeke
-132
/
+82
2011-06-14
Don't error when trans_lval is called on a non-lval
Marijn Haverbeke
-3
/
+5
2011-06-14
Print parens on unops when necessary. 'make reformat' output now builds to st...
Graydon Hoare
-1
/
+2
2011-06-14
Fix bug in detecting trailing comments when at beginning-of-file.
Graydon Hoare
-1
/
+3
2011-06-14
Remove a bunch of primitive-compiler-workarounds from pprust.rs
Marijn Haverbeke
-41
/
+23
2011-06-14
Implement function expressions/anonymous functions
Marijn Haverbeke
-30
/
+110
2011-06-14
Remove 'peeking_at_item' from parser
Marijn Haverbeke
-52
/
+41
2011-06-13
rustc: Implement simple interior vector append translation
Patrick Walton
-35
/
+260
2011-06-13
Refactor some typestate-related data structures
Tim Chevalier
-143
/
+142
2011-06-13
This is the mega-ucontext commit. It replaces the task switching mechanism wi...
Eric Holk
-12
/
+5
2011-06-13
rustc: Assignment expressions have nil type. Closes #483
Brian Anderson
-13
/
+16
2011-06-13
Change decl to local in expr_for and expr_for_each
Tim Chevalier
-222
/
+149
2011-06-13
Enough driver support to link an empty program on linux. Will
Rafael Ávila de Espíndola
-5
/
+16
2011-06-12
rustc: Preserve more type information for interior vectors at the LLVM level,...
Patrick Walton
-21
/
+39
2011-06-11
rustc: Use in-bounds GEPs for fetching length and data of interior vectors
Patrick Walton
-6
/
+7
2011-06-11
rustc: Translate interior vector index expressions
Patrick Walton
-8
/
+57
2011-06-11
rustc: Typecheck vector index expressions for interior vectors
Patrick Walton
-12
/
+13
2011-06-11
rustc: Bump the default interior vector size up to 64 bytes
Patrick Walton
-1
/
+1
2011-06-11
rustc: Link with main.o
Patrick Walton
-3
/
+4
2011-06-10
rustc: Sketch out translation of interior vector literals and take/drop glue
Patrick Walton
-23
/
+251
2011-06-10
Reject programs with unsatisfied predicate constraints
Tim Chevalier
-200
/
+309
2011-06-10
More work on typechecking anon objs.
Lindsey Kuper
-11
/
+20
2011-06-10
Oops, fix logging string specs. Nobody likes writing RUST_LOG=_ZN5rustc5front...
Graydon Hoare
-2
/
+1
2011-06-10
Implement meta tag matching in creader. Start using it in rustc.rc. Close #45...
Graydon Hoare
-6
/
+51
2011-06-10
Friendlier error message for break outside a loop
Tim Chevalier
-7
/
+12
2011-06-10
Use RHS type when translating assignments
Tim Chevalier
-0
/
+6
2011-06-10
rustc: Add a generic struct_elt() function to trans
Patrick Walton
-4
/
+10
2011-06-10
rustc: Derive flags for unsafe pointers. Puts out burning tinderbox.
Patrick Walton
-0
/
+4
2011-06-10
Encode meta tags in the crate and start sketching enhanced logic for resolvin...
Graydon Hoare
-36
/
+147
2011-06-10
rustc: Add some missing cases to ty.rs for interior vectors, and modify the p...
Patrick Walton
-1
/
+46
[prev]
[next]