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
/
rustc
/
back
Age
Commit message (
Expand
)
Author
Lines
2012-09-20
core: Move 'unreachable' to util. Improve docs
Brian Anderson
-1
/
+1
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
-15
/
+14
2012-09-19
Remove redundant hashmap constructor functions.
Graydon Hoare
-1
/
+1
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
/
+0
2012-09-18
make filetype() include the "." (fixes #3412)
Niko Matsakis
-1
/
+1
2012-09-18
rustc: Change all non-keyword uses of "link"
Patrick Walton
-0
/
+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-11
Remove dead code
Tim Chevalier
-1
/
+0
2012-09-11
rustc: Remove a bunch of unused upcalls
Patrick Walton
-17
/
+2
2012-09-11
rustc: Remove the cmp type upcall
Patrick Walton
-13
/
+0
2012-09-10
Convert std::map to camel case
Brian Anderson
-2
/
+2
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
-32
/
+32
2012-09-01
Remove the 'to' keyword
Brian Anderson
-3
/
+3
2012-08-31
Make utility funs in core::int, core::uint, etc. not by-reference
Tim Chevalier
-7
/
+7
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-29
core: Demode int/uint mods
Brian Anderson
-1
/
+1
2012-08-29
core: Don't normalize paths by default. Add a normalize method
Brian Anderson
-3
/
+5
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
-214
/
+170
2012-08-23
`m1!{...}` -> `m1!(...)`
Paul Stansifer
-33
/
+33
2012-08-22
intern identifiers
Paul Stansifer
-33
/
+38
2012-08-22
Eliminate many match checks in rustc
Tim Chevalier
-9
/
+9
2012-08-17
rustc: upcall_alloc_c_stack doesn't exist
Brian Anderson
-3
/
+0
2012-08-14
Convert more core types to camel case
Brian Anderson
-15
/
+15
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-18
/
+18
2012-08-05
Switch alts to use arrows
Brian Anderson
-59
/
+58
2012-08-02
De-duplicate core::hash some, refactor the traits.
Graydon Hoare
-13
/
+14
2012-08-01
Convert ret to return
Brian Anderson
-40
/
+40
2012-07-30
Change syntax extension syntax: `#m[...]` -> `m!{...}`.
Paul Stansifer
-33
/
+33
2012-07-30
LONG LINES\!
Brian Anderson
-2
/
+5
2012-07-30
rustc: use new siphash impl instead of sha1
Damian Gryski
-22
/
+22
2012-07-26
Removed the rest of the vec::view calls that were marked with #2880. Fixes #2...
Eric Holk
-2
/
+1
2012-07-19
Fix string
Tim Chevalier
-1
/
+1
2012-07-19
Merge pull request #2910 from gwillen/bug-2360
Tim Chevalier
-4
/
+22
[next]