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-16
rustdoc: Move document model into doc module
Brian Anderson
-18
/
+18
2012-01-16
rustdoc: Add cratedoc and moddoc types
Brian Anderson
-0
/
+8
2012-01-16
rustdoc: Move parse module to its own file
Brian Anderson
-24
/
+23
2012-01-16
rustdoc: Add parse::from_str for testing purposes
Brian Anderson
-2
/
+14
2012-01-16
rustdoc: Move AST parsing into the parse module
Brian Anderson
-12
/
+18
2012-01-16
use correct size for logging mod_entry state fields
Jyun-Yan You
-27
/
+27
2012-01-16
add lgamma functions for FreeBSD
Jyun-Yan You
-0
/
+2
2012-01-15
Added string functions: split_func, split_char, lines, lines_any, words,
Kevin Cantu
-9
/
+189
2012-01-15
rustc: Parse fn inner attributes. Closes #1506
Brian Anderson
-30
/
+134
2012-01-15
rustc: Extract comman parts of view parsing
Brian Anderson
-7
/
+13
2012-01-15
build: Add rustdoc to tidy rules
Brian Anderson
-2
/
+6
2012-01-15
rustdoc: Add a crate file
Brian Anderson
-0
/
+8
2012-01-15
Register snapshots
Brian Anderson
-0
/
+7
2012-01-15
Revert "Register snapshots"
Brian Anderson
-7
/
+0
2012-01-15
Register snapshots
Brian Anderson
-0
/
+7
2012-01-14
bench: Lower the default inputs on many shootout benchmarks
Brian Anderson
-5
/
+5
2012-01-14
bench: Update shootout-nbody for style
Brian Anderson
-22
/
+20
2012-01-14
bench: Update fannkuchredux for style
Brian Anderson
-5
/
+11
2012-01-14
bench: Update shootout-binarytrees for style
Brian Anderson
-8
/
+15
2012-01-14
bench: Update shootout-ackermann for performance
Brian Anderson
-15
/
+14
2012-01-14
bench: Update shootout-fibo for performance
Brian Anderson
-14
/
+15
2012-01-14
libcore: Add sys::set_min_stack
Brian Anderson
-0
/
+17
2012-01-14
Merge pull request #1521 from grahame/master
Brian Anderson
-3
/
+3
2012-01-14
bench: Update shootout-binarytrees to use unique boxes
Brian Anderson
-5
/
+5
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
-9
/
+9
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
-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
[prev]
[next]