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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustc
/
back
/
link.rs
Age
Commit message (
Expand
)
Author
Lines
2012-10-11
Remove unneeded no_rt flag
Tim Chevalier
-4
/
+2
2012-09-28
Long lines
Brian Anderson
-1
/
+3
2012-09-28
jit: Change expected main signature
Zack Corr
-1
/
+1
2012-09-28
jit: Remove old crate loading code and don't search through loaded crates (us...
Zack Corr
-23
/
+2
2012-09-27
jit: Separate JIT execution into two functions and load crates before main lo...
Zack Corr
-4
/
+34
2012-09-26
Demode vec::push (and convert to method)
Niko Matsakis
-21
/
+21
2012-09-26
turn ast::ident into a struct
Erick Tryzelaar
-1
/
+1
2012-09-23
Register snapshots. Remove redundant Eq impls, Makefile hacks
Brian Anderson
-9
/
+0
2012-09-23
core: Demode option
Brian Anderson
-2
/
+2
2012-09-21
libcore: De-mode str
Patrick Walton
-2
/
+2
2012-09-21
Install new pub/priv/export rules as defaults, old rules accessible under #[l...
Graydon Hoare
-0
/
+3
2012-09-20
Revert "syntax: Make attributes sendable for rustdoc's benefit"
Brian Anderson
-6
/
+6
2012-09-20
syntax: Make attributes sendable for rustdoc's benefit
Brian Anderson
-6
/
+6
2012-09-20
rustc: De-mode all overloaded operators
Patrick Walton
-0
/
+9
2012-09-19
Remove old stage0 compat gunk
Brian Anderson
-14
/
+0
2012-09-19
demode the each() method on vec and other iterables.
Niko Matsakis
-13
/
+12
2012-09-19
De-mode vec::each() and many of the str iteration routines
Niko Matsakis
-1
/
+1
2012-09-18
Revert "replace explicit calls to vec::each with vec::each_ref, partially dem...
Niko Matsakis
-1
/
+1
2012-09-18
replace explicit calls to vec::each with vec::each_ref, partially demode str
Niko Matsakis
-1
/
+1
2012-09-18
core: Rename 'unsafe' mod to 'cast'
Brian Anderson
-1
/
+1
2012-09-18
Revert "rustc: Change all non-keyword uses of "link""
Patrick Walton
-0
/
+801
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-801
/
+0
2012-09-12
Rename str::unsafe to str::raw
Brian Anderson
-1
/
+1
2012-09-12
Make moves in arguments explicit in libsyntax and rustc
Tim Chevalier
-1
/
+1
2012-09-10
Convert std::map to camel case
Brian Anderson
-1
/
+1
2012-09-07
Convert 'again' to 'loop'. Remove 'again' keyword
Brian Anderson
-1
/
+1
2012-09-07
Convert field terminators to commas. Stop parsing semis.
Brian Anderson
-2
/
+2
2012-09-07
rustc: Add an "ne" method to the Eq trait, and implement it everywhere
Patrick Walton
-0
/
+1
2012-09-04
rustc: "import" -> "use"
Patrick Walton
-17
/
+17
2012-09-01
Remove the 'to' keyword
Brian Anderson
-3
/
+3
2012-08-31
jit: Correct formatting and argv[0] for JITted programs
Zack Corr
-6
/
+3
2012-08-31
jit: Clean rustllvm code, let rustc expose __morestack instead of linking in ...
Zack Corr
-7
/
+53
2012-08-31
jit: correct formatting
Zack Corr
-1
/
+3
2012-08-31
jit: Add passes and cleanup code
Zack Corr
-18
/
+8
2012-08-31
jit: Add custom memory manager (still segfaulting)
Zack Corr
-5
/
+28
2012-08-31
Add experimental JIT compiler
Zack Corr
-1
/
+25
2012-08-29
rustc: Make `<` and `=` into traits
Patrick Walton
-0
/
+6
2012-08-26
Camel case the option type
Brian Anderson
-17
/
+17
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-78
/
+51
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-19
/
+19
2012-08-22
intern identifiers
Paul Stansifer
-33
/
+38
2012-08-22
Eliminate many match checks in rustc
Tim Chevalier
-9
/
+9
2012-08-14
Convert more core types to camel case
Brian Anderson
-1
/
+1
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-12
/
+12
2012-08-05
Switch alts to use arrows
Brian Anderson
-37
/
+36
2012-08-02
De-duplicate core::hash some, refactor the traits.
Graydon Hoare
-13
/
+14
2012-08-01
Convert ret to return
Brian Anderson
-27
/
+27
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-19
/
+19
2012-07-30
LONG LINES\!
Brian Anderson
-2
/
+5
2012-07-30
rustc: use new siphash impl instead of sha1
Damian Gryski
-22
/
+22
[next]