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
/
comp
Age
Commit message (
Expand
)
Author
Lines
2012-01-19
Handle predicates that recurse in a check() expression
Tim Chevalier
-9
/
+10
2012-01-19
Additional ; to , changes, disable "tag" and ";" in parser. Close #1430. Clos...
Graydon Hoare
-6
/
+6
2012-01-19
rustc: Stop parsing "tag"
Patrick Walton
-2
/
+2
2012-01-19
rustc: Make the pretty printer output commas after enum variants. Update all ...
Patrick Walton
-1
/
+1
2012-01-19
rustc: Fix fun_to_str
Brian Anderson
-0
/
+14
2012-01-19
rustc: ";" to "," in enums
Patrick Walton
-450
/
+450
2012-01-19
rustc: Remove trailing whitespace
Patrick Walton
-1
/
+1
2012-01-19
Compute typestates for FRU exprs correctly, plus a bit of cleanup
Tim Chevalier
-50
/
+36
2012-01-19
Handle log expressions with a _|_-typed level
Tim Chevalier
-0
/
+6
2012-01-19
rustc: Fix long lines
Patrick Walton
-5
/
+6
2012-01-19
rustc: "tag" -> "enum"
Patrick Walton
-183
/
+183
2012-01-19
Use fn~ to simplify the core::test interface
Brian Anderson
-10
/
+1
2012-01-19
In trans, allow _|_-typed things to be the argument to fail
Tim Chevalier
-1
/
+1
2012-01-19
Partial fix for #1561, doesn't actually "fix" the problem but you get output ...
Graydon Hoare
-3
/
+3
2012-01-19
Rename fn*() to fn() as originally planned.
Niko Matsakis
-8
/
+10
2012-01-19
treat fn*() as fn&()
Niko Matsakis
-11
/
+5
2012-01-19
rustc: Refactor lint check and avoid a segv fault
Haitao Li
-23
/
+16
2012-01-19
rustc: Name the lint-style check module `lint`
Haitao Li
-69
/
+89
2012-01-19
rustc: Add a usage pass to collect one-off analyses
Haitao Li
-30
/
+70
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
-95
/
+90
2012-01-18
Remove '.' after nullary tags in patterns
Tim Chevalier
-1214
/
+1214
2012-01-18
Allow any alternative (not just a block) to follow a nullary tag pattern
Tim Chevalier
-3
/
+1
2012-01-18
allow dotless nullary patterns inside or-patterns
Tim Chevalier
-1
/
+2
2012-01-18
Another minor parser fix for nullary-tag patterns
Tim Chevalier
-1
/
+1
2012-01-18
Allow nullary tag names to be qualified
Tim Chevalier
-3
/
+2
2012-01-18
rustc: Assert that the parser doesn't assign node id 0
Brian Anderson
-0
/
+2
2012-01-18
Fix --out-dir a bit more in driver.
Graydon Hoare
-3
/
+5
2012-01-18
remove align_mode and rewrite GEP_tup_like to align correctly
Niko Matsakis
-97
/
+64
2012-01-18
correct use of GEP_tup_like in closure constr
Niko Matsakis
-28
/
+36
2012-01-18
rustc: Accept commas to separate tag variants
Patrick Walton
-3
/
+12
2012-01-19
rustc: Use integer from ctypes consistently
Haitao Li
-47
/
+54
2012-01-19
Use ctypes in native function declarations
Haitao Li
-207
/
+234
2012-01-19
rustc: Warn when int or uint is used in a native type decl
Haitao Li
-0
/
+29
2012-01-17
use 64-bit memset on 64-bit platforms. Fixes #1546. Fixes #843.
Niko Matsakis
-22
/
+12
2012-01-17
roll back commit 1c7a62
Niko Matsakis
-18
/
+16
2012-01-17
rustc: Allow std to be built as a test runner
Brian Anderson
-3
/
+16
2012-01-17
Rename some readmes and fix some dist logic.
Graydon Hoare
-0
/
+0
2012-01-17
Update crates with correct crate_type attribute
Brian Anderson
-1
/
+1
2012-01-17
rustc: --test overrides the crate_type attribute
Brian Anderson
-13
/
+30
2012-01-17
Merge pull request #1544 from kevina/issue-1393
Graydon Hoare
-4
/
+4
2012-01-17
encode variant names and have log print them out.
Niko Matsakis
-5
/
+20
2012-01-17
Allow omission of the '.' after nullary tag patterns
Tim Chevalier
-182
/
+387
2012-01-17
Fail slightly more gracefully when given an -o filename that doesn't have an ...
Tim Chevalier
-1
/
+4
2012-01-17
Prevent pretty-printer from trying to consume stdin twice
Marijn Haverbeke
-15
/
+15
2012-01-17
Try to fix pretty-printer failure
Marijn Haverbeke
-9
/
+8
2012-01-17
Fix --pretty normal, reorganize some code in driver.rs
Marijn Haverbeke
-48
/
+63
2012-01-17
Use a memset upcall to zero things without static alignment
Marijn Haverbeke
-16
/
+18
2012-01-16
rustc: Move some attribute accessors from rustdoc to rustc
Brian Anderson
-0
/
+50
2012-01-16
Minor cleanups to custom discriminator code.
Kevin Atkinson
-4
/
+4
[next]