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
/
driver
Age
Commit message (
Expand
)
Author
Lines
2012-03-02
Move src/comp to src/rustc
Graydon Hoare
-1330
/
+0
2012-02-29
optionally enforce local variable mutability
Niko Matsakis
-3
/
+7
2012-02-28
change def's that are always local to use node_id, add --inline opt
Niko Matsakis
-1
/
+6
2012-02-24
Encode/decode AST into metadata, re-instantiate inlined items
Niko Matsakis
-5
/
+12
2012-02-23
(core::str) remove len_bytes alias
Kevin Cantu
-3
/
+3
2012-02-23
(core::str) mostly rename len -> len_chars
Kevin Cantu
-2
/
+2
2012-02-20
core: New task API
Brian Anderson
-2
/
+0
2012-02-17
rustdoc: Resolve imports and reexports
Brian Anderson
-5
/
+15
2012-02-15
make mut a keyword synonymous with mutable
Niko Matsakis
-1
/
+1
2012-02-15
Fix bad line printing for parse errors
Marijn Haverbeke
-2
/
+1
2012-02-14
Do a better job of reporting source location for files (i.e. filemap)
Kevin Atkinson
-0
/
+1
2012-02-13
(core::str) add find_bytes and export it...
Kevin Cantu
-12
/
+12
2012-02-12
(core::str) rename byte_len -> len_bytes and rename char_len -> len
Kevin Cantu
-3
/
+3
2012-02-10
log to stderr instead of stdout
Ted Horst
-9
/
+9
2012-02-09
Remove some pointless imports
Marijn Haverbeke
-6
/
+0
2012-02-06
Revert "log to stderr instead of stdout"
Brian Anderson
-9
/
+9
2012-02-05
Fix macro backtraces.
Kevin Atkinson
-0
/
+13
2012-02-03
log to stderr instead of stdout
Ted Horst
-9
/
+9
2012-02-03
Don't rely on filename to get a file from the filemap
Kevin Atkinson
-5
/
+1
2012-02-03
Start on in-crate monomorphizing
Marijn Haverbeke
-0
/
+4
2012-02-03
Remove experimental GC code
Marijn Haverbeke
-3
/
+0
2012-01-31
Change option::t to option
Tim Chevalier
-7
/
+7
2012-01-31
Rename str::from_byte(s) to str::unsafe::from_byte(s),
Kevin Cantu
-1
/
+1
2012-01-31
Merge pull request #1713 from killerswan/manpg
Graydon Hoare
-35
/
+44
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-1
/
+5
2012-01-30
Updating the manpage and usage message
Kevin Cantu
-35
/
+44
2012-01-30
Change all ternary ops to if/then/else
Paul Woolcock
-1
/
+5
2012-01-27
Move various trans_ modules under a trans:: umbrella module
Marijn Haverbeke
-4
/
+4
2012-01-26
Remove the --no-core command-line option
Brian Anderson
-3
/
+1
2012-01-26
rustc: Switch the --no-core switch to a #[no_core] attribute
Brian Anderson
-6
/
+3
2012-01-26
rustc: Make core injection a timed pass
Brian Anderson
-1
/
+3
2012-01-26
rustc: Move core injection to its own module
Brian Anderson
-24
/
+2
2012-01-26
Make re-exporting of impls work
Marijn Haverbeke
-1
/
+1
2012-01-26
First stab at operator overloading
Marijn Haverbeke
-2
/
+2
2012-01-26
Use string stored in codemap for pretty-printing comments and literals
Marijn Haverbeke
-35
/
+22
2012-01-25
Keep source file around after parsing.
Kevin Atkinson
-15
/
+6
2012-01-24
rustc: Bump the error count on non-span errors
Brian Anderson
-0
/
+1
2012-01-24
rustc: Split diagnostics into "span diagnostics" and "diagnostics".
Patrick Walton
-55
/
+81
2012-01-23
Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.
Kevin Atkinson
-1
/
+3
2012-01-22
rustc: Specify lint checks via crate attributes
Haitao Li
-11
/
+4
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-15
/
+15
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-6
/
+6
2012-01-19
Partial fix for #1561, doesn't actually "fix" the problem but you get output ...
Graydon Hoare
-3
/
+3
2012-01-19
rustc: Refactor lint check and avoid a segv fault
Haitao Li
-4
/
+9
2012-01-19
rustc: Name the lint-style check module `lint`
Haitao Li
-9
/
+13
2012-01-19
rustc: Add a usage pass to collect one-off analyses
Haitao Li
-1
/
+10
2012-01-19
rustc: Use io::println for time-passes data
Haitao Li
-2
/
+2
2012-01-19
Remove support for the '.' after a nullary tag in a pattern
Tim Chevalier
-18
/
+18
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-25
/
+25
2012-01-18
Fix --out-dir a bit more in driver.
Graydon Hoare
-3
/
+5
[next]