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
Age
Commit message (
Expand
)
Author
Lines
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
-17
/
+36
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
-9
/
+19
2012-01-14
Update vim syntax with new keywords
Grahame Bowland
-3
/
+3
2012-01-14
libcore: Remove void declaration from comm::rustrt
Brian Anderson
-1
/
+0
2012-01-14
libcore: Make ctypes::void an unconstructable, undestructurable tag
Brian Anderson
-5
/
+20
2012-01-14
libstd: Remove util::void
Brian Anderson
-5
/
+0
2012-01-14
libstd: Remove util::orb. Redundant with core::bool
Brian Anderson
-5
/
+0
2012-01-14
Register snapshots
Brian Anderson
-0
/
+7
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
Update tools for new parser API
Brian Anderson
-10
/
+40
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
2012-01-13
rustc: Some more codemap refactoring
Brian Anderson
-74
/
+67
2012-01-13
rustc: Refactor codemap::emit_* functions
Brian Anderson
-32
/
+33
2012-01-13
Change builtin macro defs to use #macro()
Graydon Hoare
-4
/
+4
2012-01-13
More doc porting.
Graydon Hoare
-0
/
+4
2012-01-13
xfail the tests for now, pending #1511 being fixed
Niko Matsakis
-0
/
+11
2012-01-13
test: xfail-pretty run-pass/tag-disr-val-shape
Brian Anderson
-0
/
+1
2012-01-13
test: Simplify rope::bal1. Closes #1424
Brian Anderson
-2
/
+2
2012-01-13
Undo over-enthusiastic obj system removal in debuginfo.
Josh Matthews
-0
/
+3
2012-01-13
libcore: Add task::try
Brian Anderson
-0
/
+46
2012-01-13
Fixes #1499: a test that shape code can walk explicit disr values
Niko Matsakis
-0
/
+14
2012-01-13
rustc: Turn logging off by default
Brian Anderson
-0
/
+3
2012-01-13
libcore: Add core::logging::console_on/off functions
Brian Anderson
-1
/
+28
2012-01-13
rt: Allow console logging to be turned off
Brian Anderson
-1
/
+46
2012-01-13
Remove workaround for issue #1494
Marijn Haverbeke
-7
/
+1
2012-01-13
llvm: Switch back to LLVM trunk
Brian Anderson
-9
/
+2
2012-01-13
distinguish "any closure" and "stack closure" (block)
Niko Matsakis
-70
/
+102
2012-01-13
make blocks fn& and fn stand for "any closure"
Niko Matsakis
-16
/
+22
2012-01-13
make "native fn" the type for bare functions, remove fn exprs
Niko Matsakis
-35
/
+42
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-175
/
+177
2012-01-13
Remove tests for objs, adjust tests that use objs
Marijn Haverbeke
-971
/
+16
2012-01-13
Obj system? What obj system?
Marijn Haverbeke
-2020
/
+139
2012-01-13
Remove all remaining uses of objs from the compiler
Marijn Haverbeke
-272
/
+271
2012-01-13
Convert the objects used in the lexer and parser to records + impls
Marijn Haverbeke
-484
/
+435
2012-01-12
libcore: Add sys::set_exit_status
Brian Anderson
-5
/
+68
2012-01-12
Revert "build: Build libraries in the bin directory on win32"
Brian Anderson
-19
/
+9
2012-01-12
Revert "Register snapshots"
Brian Anderson
-7
/
+0
2012-01-12
Merge remote-tracking branch 'brson/win32'
Brian Anderson
-9
/
+26
2012-01-12
Begin shift over to using pandoc, markdown and llnextgen for reference manual...
Graydon Hoare
-0
/
+138
2012-01-12
Register snapshots
Brian Anderson
-0
/
+7
2012-01-12
Add type parameters when checking wildcard patterns
Tim Chevalier
-1
/
+21
[prev]
[next]