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
/
metadata
Age
Commit message (
Expand
)
Author
Lines
2011-10-21
Move hash table iteration over to block-taking functions
Marijn Haverbeke
-15
/
+10
2011-10-20
Merge ast::proto_shared and ast::proto_closure
Brian Anderson
-2
/
+3
2011-10-20
Rename ast::proto_fn to ast::proto_shared
Brian Anderson
-2
/
+2
2011-10-20
Make fn denote a bare function. Convert fn to fn@ as needed
Brian Anderson
-4
/
+4
2011-10-20
Parse obj methods as proto_bare
Brian Anderson
-1
/
+1
2011-10-12
reimplement some of the unsafe stuff which got lost
Niko Matsakis
-19
/
+21
2011-10-12
add unsafe tags into various points in the translation chains
Niko Matsakis
-16
/
+18
2011-10-12
make native functions markable as unsafe and incorporate that
Niko Matsakis
-3
/
+11
2011-10-12
add 'u' to one other place it was missing
Niko Matsakis
-0
/
+1
2011-10-12
add 'u' to decoder (kinda' important)
Niko Matsakis
-0
/
+1
2011-10-12
Extend the unchecked block stuff to allow unsafe blocks as well.
Niko Matsakis
-0
/
+2
2011-10-11
Use the correct function type for external bare functions
Brian Anderson
-1
/
+1
2011-10-11
Use a non-ambiguous character for encoding bare functions
Brian Anderson
-1
/
+6
2011-10-11
Introduce ast::proto_bare
Brian Anderson
-0
/
+1
2011-10-10
Adjust function signatures to allow for vecs being immediate
Marijn Haverbeke
-2
/
+2
2011-10-07
Parse and typecheck by-value and by-ref arg specs
Marijn Haverbeke
-11
/
+11
2011-10-04
Use util::filesearch to locate intrinsics.bc and main.o
Brian Anderson
-0
/
+1
2011-10-04
Move the library search into util::filesearch
Brian Anderson
-25
/
+17
2011-10-04
Fix some comment drift
Brian Anderson
-2
/
+2
2011-10-04
Remove some redundancy in metadata::creader
Brian Anderson
-9
/
+8
2011-10-04
Encapsulate current sysroot and lib path handling into util::filesearch
Brian Anderson
-2
/
+2
2011-10-03
rustc: Implement C stack stdcall
Patrick Walton
-1
/
+4
2011-09-30
rustc: Track link_args attributes on C stack cdecl natives as well
Patrick Walton
-1
/
+2
2011-09-28
rustc: Add a new "C stack cdecl" native ABI
Patrick Walton
-0
/
+2
2011-09-24
Vectors containing pinned kinds become pinned
Brian Anderson
-1
/
+1
2011-09-22
Convert ty::ty_uniq to contain a mutable type
Brian Anderson
-2
/
+2
2011-09-15
Require the parameter that will be referenced to be noted
Marijn Haverbeke
-3
/
+7
2011-09-15
Insert omitted semicolons for statements
Marijn Haverbeke
-1
/
+1
2011-09-14
Add syntax and representation for return-by-mutably-rooted-ref
Marijn Haverbeke
-11
/
+11
2011-09-14
Make most of the compiler aware of return-by-reference
Marijn Haverbeke
-1
/
+4
2011-09-14
Rename ast::controlflow to ast::ret_style
Marijn Haverbeke
-5
/
+4
2011-09-12
Factor imports mindlessly.
Graydon Hoare
-48
/
+15
2011-09-12
Pretty-print for new arg-mode syntax
Marijn Haverbeke
-13
/
+10
2011-09-12
Reformat for new mode syntax, step 1
Marijn Haverbeke
-128
/
+124
2011-09-12
Make the names of the arg mode tag reflect their (revised) meaning
Marijn Haverbeke
-13
/
+6
2011-09-02
Rename istr-stuff to str in rustc. Issue #855
Brian Anderson
-1
/
+1
2011-09-02
Rename ty_istr to ty_str. Issue #855
Brian Anderson
-1
/
+1
2011-09-02
Reformat. Issue #855
Brian Anderson
-203
/
+154
2011-09-01
Remove lots of estr code from rustc. Issue #855
Brian Anderson
-3
/
+1
2011-09-01
Convert all uses of #ifmt to #fmt. Issue #855
Brian Anderson
-14
/
+14
2011-09-01
Rename std::istr to std::str. Issue #855
Brian Anderson
-39
/
+39
2011-09-01
Remove std::str. Issue #855
Brian Anderson
-5
/
+0
2011-08-31
Convert uses of #fmt to #ifmt. Issue #855
Brian Anderson
-30
/
+27
2011-08-27
Convert misc compiler bits to istrs. Issue #855
Brian Anderson
-3
/
+3
2011-08-27
Convert rustc::driver::session to istrs. Issue #855
Brian Anderson
-4
/
+5
2011-08-27
Convert pretty-printer to istrs. Issue #855
Brian Anderson
-8
/
+13
2011-08-27
Convert rustc::util to istrs. Issue #855
Brian Anderson
-1
/
+2
2011-08-27
Convert rustc::metadata to istrs. Issue #855
Brian Anderson
-99
/
+111
2011-08-27
Convert rest of the AST to istrs. Issue #855
Brian Anderson
-7
/
+12
2011-08-27
Convert crate_ctxt to istrs. Issue #855
Brian Anderson
-2
/
+2
[prev]
[next]