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
Age
Commit message (
Expand
)
Author
Lines
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
2012-01-16
Ensure library file always has a proper suffix.
Josh Matthews
-1
/
+1
2012-01-16
Don't write out type names when hashing types
Marijn Haverbeke
-3
/
+5
2012-01-16
Remove misguided indirect return in trans_closure
Marijn Haverbeke
-8
/
+4
2012-01-16
Store type names in crate metadata
Marijn Haverbeke
-3
/
+22
2012-01-16
When pretty-printing fn types, leave off arg modes when they are the default
Marijn Haverbeke
-2
/
+10
2012-01-16
Don't evaluate discriminator value constants when parsing.
Kevin Atkinson
-51
/
+98
2012-01-16
Be more careful about pretty-printing literals
Marijn Haverbeke
-12
/
+19
2012-01-16
Update pretty printer to print out disr. values.
Kevin Atkinson
-0
/
+8
2012-01-16
Properly print u suffix for uint literals
Marijn Haverbeke
-1
/
+1
2012-01-15
rustc: Parse fn inner attributes. Closes #1506
Brian Anderson
-30
/
+109
2012-01-15
rustc: Extract comman parts of view parsing
Brian Anderson
-7
/
+13
2012-01-14
rustc: Output a note about how to debug unexpected failures
Brian Anderson
-0
/
+6
2012-01-14
rustc: Fix tests
Brian Anderson
-4
/
+4
2012-01-14
rustc: Run the compiler in a subtask and monitor the diagnostics
Brian Anderson
-6
/
+65
2012-01-14
rustc: Extract the logic for generating an ICE message
Brian Anderson
-2
/
+7
2012-01-14
rustc: Rename mk_codemap_handler to mk_handler
Brian Anderson
-4
/
+4
2012-01-14
rustc: Rename emit_diagnostic to emit
Brian Anderson
-5
/
+5
2012-01-14
rustc: Use the same diagnostic emmiter for both early errors and the session
Brian Anderson
-1
/
+2
2012-01-14
rustc: Thread a diagnostic::emitter through driver
Brian Anderson
-16
/
+26
2012-01-14
rustc: Pull some uses of early_error up into build_target_config
Brian Anderson
-13
/
+19
2012-01-14
rustc: Rename diagnostic::diagnostictype to 'level'
Brian Anderson
-14
/
+14
2012-01-14
rustc: Make it not an error when the source can't be loaded for highlighting
Brian Anderson
-2
/
+2
2012-01-14
rustc: Allow a custom diagnostic emitter when building the handler
Brian Anderson
-12
/
+31
2012-01-14
Fix up LLVM type stringification to correspond to Core.h
Josh Matthews
-12
/
+13
2012-01-14
build: Build libraries in the bin directory on win32
Brian Anderson
-4
/
+14
2012-01-13
rustc: Remove emit_fatal/error/warning/note functions
Brian Anderson
-24
/
+12
2012-01-13
rustc: Add a distinct fatal diagnostic level
Brian Anderson
-7
/
+13
2012-01-13
rustc: Rename the lexer's err message to fatal and make it fail
Brian Anderson
-17
/
+12
2012-01-13
rustc: Replace the lexer's error handling with diagnostic impl
Brian Anderson
-11
/
+23
2012-01-13
rustc: Replace parser's error handling with diagnostic impl
Brian Anderson
-11
/
+17
2012-01-13
rustc: Replace session's error handling with diagnostic impl
Brian Anderson
-23
/
+21
2012-01-13
rustc: Add diagnostic::handler iface and default impl
Brian Anderson
-0
/
+77
2012-01-13
rustc: Stop exporting various things from driver::diagnostic
Brian Anderson
-3
/
+2
2012-01-13
rustc: Extract driver::diagnostic from syntax::codemap
Brian Anderson
-146
/
+154
[next]