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-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
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
Undo over-enthusiastic obj system removal in debuginfo.
Josh Matthews
-0
/
+3
2012-01-13
rustc: Turn logging off by default
Brian Anderson
-0
/
+3
2012-01-13
llvm: Switch back to LLVM trunk
Brian Anderson
-2
/
+2
2012-01-13
distinguish "any closure" and "stack closure" (block)
Niko Matsakis
-44
/
+70
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
-5
/
+12
2012-01-13
deprecate fn exprs and the fn() type, preferring fn@ and native fn
Niko Matsakis
-107
/
+115
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
Revert "build: Build libraries in the bin directory on win32"
Brian Anderson
-14
/
+4
2012-01-12
Merge remote-tracking branch 'brson/win32'
Brian Anderson
-4
/
+14
2012-01-12
Add type parameters when checking wildcard patterns
Tim Chevalier
-1
/
+12
2012-01-12
build: Build libraries in the bin directory on win32
Brian Anderson
-4
/
+14
2012-01-12
make parser disambiguate fn~ at top level correctly
Niko Matsakis
-1
/
+12
2012-01-12
add tydescs into shape, rewrite walk_fn_contents()
Niko Matsakis
-14
/
+5
2012-01-12
free uniq data we encounter on the sweep, walk thru them otherwise
Niko Matsakis
-5
/
+29
2012-01-12
Make driver::session::session no longer an object
Marijn Haverbeke
-206
/
+227
2012-01-12
Implement passing cast-to-vtable values as bounded params
Marijn Haverbeke
-76
/
+155
2012-01-12
Cleanups to previous commits for issue #1393.
Kevin Atkinson
-8
/
+10
2012-01-11
rustc: Don't allow empty link_name when nolink attribute is present
Brian Anderson
-9
/
+12
2012-01-11
Revert "build: Build libraries in the bin directory on win32"
Brian Anderson
-14
/
+4
2012-01-11
build: Build libraries in the bin directory on win32
Brian Anderson
-4
/
+14
2012-01-11
Fix dependency bug iface-did-of-impl resolving
Marijn Haverbeke
-29
/
+11
2012-01-11
Major clean-up of std::io
Marijn Haverbeke
-43
/
+45
2012-01-11
Implement std::map as an iface/impl instead of an obj
Marijn Haverbeke
-90
/
+14
2012-01-11
add a log_str() function and allow '%?' in fmt strings to use it
Niko Matsakis
-0
/
+2
2012-01-11
Fix regression in resolving of external impls
Marijn Haverbeke
-9
/
+12
2012-01-11
Pass type with params intact as item_type for method callees
Marijn Haverbeke
-7
/
+6
2012-01-10
Fold and re-evaluate expr in tag discriminant.
Graydon Hoare
-4
/
+17
2012-01-10
Add support for casting enum-like tags to scalar values.
Kevin Atkinson
-5
/
+48
2012-01-10
Support explicit discriminant numbers on tag variants.
Kevin Atkinson
-30
/
+98
2012-01-10
rustc: Accept "enum" in addition to "tag"
Patrick Walton
-4
/
+5
2012-01-10
replace lambda with fn@
Niko Matsakis
-16
/
+15
[prev]
[next]