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
/
back
/
link.rs
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-718
/
+0
2012-02-23
Finish cleanup of core::str
Marijn Haverbeke
-8
/
+5
2012-02-23
Various cleanups and optimizations in core::str
Marijn Haverbeke
-3
/
+2
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-4
/
+3
2012-02-23
(core::str) replace uses of unsafe::slice_bytes; replace find[_from]_bytes wi...
Kevin Cantu
-3
/
+3
2012-02-23
(core::str) stop using index_chars
Kevin Cantu
-2
/
+2
2012-02-23
(core::char) rename slice -> slice_chars
Kevin Cantu
-1
/
+1
2012-02-23
(core::str) rename index -> index_chars
Kevin Cantu
-1
/
+1
2012-02-21
Include @ in crate_ctxt and fn_ctxt type definitions
Marijn Haverbeke
-6
/
+6
2012-02-15
Replace some explicit fails with 'alt check' invocations
Marijn Haverbeke
-2
/
+1
2012-02-13
(core::str) add find_bytes and export it...
Kevin Cantu
-1
/
+2
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-3
/
+3
2012-02-11
using str::index...
Kevin Cantu
-6
/
+8
2012-02-11
core::str rename [r]index -> [r]index_bytes
Kevin Cantu
-1
/
+1
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-6
/
+1
2012-02-07
core: make str::substr use char positions (and replace other uses)
Kevin Cantu
-4
/
+5
2012-02-07
String split renaming:
Kevin Cantu
-2
/
+3
2012-02-06
change gcc_args to cc_args and make win32 use gcc
Jyun-Yan You
-27
/
+32
2012-02-06
use cc instead of gcc
Jyun-Yan You
-1
/
+4
2012-02-03
Store item paths in ast_map, get rid of trans::local_ctxt
Marijn Haverbeke
-12
/
+15
2012-02-01
Rename (again) str::unsafe::slice -> str::unsafe::slice_bytes and
Kevin Cantu
-1
/
+1
2012-02-01
Propagating unsafe::slice 3
Kevin Cantu
-2
/
+2
2012-02-01
Propagating unsafe::slice 2
Kevin Cantu
-2
/
+2
2012-02-01
Get rid of native types in LLVM module
Marijn Haverbeke
-5
/
+2
2012-01-31
Change option::t to option
Tim Chevalier
-5
/
+5
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-1
/
+1
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-6
/
+6
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-1
/
+1
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-3
/
+3
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-9
/
+9
2012-01-19
rustc: Use integer from ctypes consistently
Haitao Li
-6
/
+6
2012-01-19
Use ctypes in native function declarations
Haitao Li
-12
/
+13
2012-01-17
Fail slightly more gracefully when given an -o filename that doesn't have an ...
Tim Chevalier
-1
/
+4
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-10
/
+9
2012-01-13
Remove all remaining uses of objs from the compiler
Marijn Haverbeke
-2
/
+2
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-33
/
+34
2012-01-04
"str": rename "str_from_cstr" to "from_cstr" (analogous to the other "from_*")
Lenny222
-1
/
+1
2012-01-01
link with gcc44+
Jyun-Yan You
-1
/
+3
2012-01-01
fix link error
Jyun-Yan You
-1
/
+4
2012-01-01
add missing library, enable segmented stacks for freebsd
Jyun-Yan You
-5
/
+4
2012-01-01
freebsd support
User Jyyou
-4
/
+11
2011-12-22
Register new snapshots, purge log_err and log_full in favour of log(...).
Graydon Hoare
-1
/
+1
2011-12-22
Register snapshots and switch logging over to use of log_full or #error / #de...
Graydon Hoare
-6
/
+6
2011-12-19
Fix a typo.
Erick Tryzelaar
-1
/
+1
2011-12-18
rustc: Don't emit compact unwind info on mac
Brian Anderson
-0
/
+8
2011-12-15
Fix bug in library output filename construction: /tmp/foo.rc was being linked...
Graydon Hoare
-0
/
+7
2011-12-14
rustc: Always write split stack prologues
Brian Anderson
-6
/
+4
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-4
/
+4
2011-12-12
rustc: Work around a segmentation fault
Haitao Li
-24
/
+24
2011-12-12
rustc: Refactor and get built on Windows
Haitao Li
-14
/
+12
[next]