summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-01-16rustdoc: Move document model into doc moduleBrian Anderson-18/+18
2012-01-16rustdoc: Add cratedoc and moddoc typesBrian Anderson-0/+8
2012-01-16rustdoc: Move parse module to its own fileBrian Anderson-24/+23
2012-01-16rustdoc: Add parse::from_str for testing purposesBrian Anderson-2/+14
2012-01-16rustdoc: Move AST parsing into the parse moduleBrian Anderson-12/+18
2012-01-16use correct size for logging mod_entry state fieldsJyun-Yan You-27/+27
2012-01-16add lgamma functions for FreeBSDJyun-Yan You-0/+2
2012-01-15Added string functions: split_func, split_char, lines, lines_any, words,Kevin Cantu-9/+189
2012-01-15rustc: Parse fn inner attributes. Closes #1506Brian Anderson-30/+134
2012-01-15rustc: Extract comman parts of view parsingBrian Anderson-7/+13
2012-01-15build: Add rustdoc to tidy rulesBrian Anderson-2/+6
2012-01-15rustdoc: Add a crate fileBrian Anderson-0/+8
2012-01-15Register snapshotsBrian Anderson-0/+7
2012-01-15Revert "Register snapshots"Brian Anderson-7/+0
2012-01-15Register snapshotsBrian Anderson-0/+7
2012-01-14bench: Lower the default inputs on many shootout benchmarksBrian Anderson-5/+5
2012-01-14bench: Update shootout-nbody for styleBrian Anderson-22/+20
2012-01-14bench: Update fannkuchredux for styleBrian Anderson-5/+11
2012-01-14bench: Update shootout-binarytrees for styleBrian Anderson-8/+15
2012-01-14bench: Update shootout-ackermann for performanceBrian Anderson-15/+14
2012-01-14bench: Update shootout-fibo for performanceBrian Anderson-14/+15
2012-01-14libcore: Add sys::set_min_stackBrian Anderson-0/+17
2012-01-14Merge pull request #1521 from grahame/masterBrian Anderson-3/+3
2012-01-14bench: Update shootout-binarytrees to use unique boxesBrian Anderson-5/+5
2012-01-14rustc: Output a note about how to debug unexpected failuresBrian Anderson-0/+6
2012-01-14rustc: Fix testsBrian Anderson-4/+4
2012-01-14rustc: Run the compiler in a subtask and monitor the diagnosticsBrian Anderson-6/+65
2012-01-14rustc: Extract the logic for generating an ICE messageBrian Anderson-2/+7
2012-01-14rustc: Rename mk_codemap_handler to mk_handlerBrian Anderson-9/+9
2012-01-14rustc: Rename emit_diagnostic to emitBrian Anderson-5/+5
2012-01-14rustc: Use the same diagnostic emmiter for both early errors and the sessionBrian Anderson-1/+2
2012-01-14rustc: Thread a diagnostic::emitter through driverBrian Anderson-16/+26
2012-01-14rustc: Pull some uses of early_error up into build_target_configBrian Anderson-13/+19
2012-01-14rustc: Rename diagnostic::diagnostictype to 'level'Brian Anderson-14/+14
2012-01-14rustc: Make it not an error when the source can't be loaded for highlightingBrian Anderson-2/+2
2012-01-14rustc: Allow a custom diagnostic emitter when building the handlerBrian Anderson-17/+36
2012-01-14Fix up LLVM type stringification to correspond to Core.hJosh Matthews-12/+13
2012-01-14build: Build libraries in the bin directory on win32Brian Anderson-9/+19
2012-01-14Update vim syntax with new keywordsGrahame Bowland-3/+3
2012-01-14libcore: Remove void declaration from comm::rustrtBrian Anderson-1/+0
2012-01-14libcore: Make ctypes::void an unconstructable, undestructurable tagBrian Anderson-5/+20
2012-01-14libstd: Remove util::voidBrian Anderson-5/+0
2012-01-14libstd: Remove util::orb. Redundant with core::boolBrian Anderson-5/+0
2012-01-14Register snapshotsBrian Anderson-0/+7
2012-01-13rustc: Remove emit_fatal/error/warning/note functionsBrian Anderson-24/+12
2012-01-13rustc: Add a distinct fatal diagnostic levelBrian Anderson-7/+13
2012-01-13Update tools for new parser APIBrian Anderson-10/+40
2012-01-13rustc: Rename the lexer's err message to fatal and make it failBrian Anderson-17/+12
2012-01-13rustc: Replace the lexer's error handling with diagnostic implBrian Anderson-11/+23
2012-01-13rustc: Replace parser's error handling with diagnostic implBrian Anderson-11/+17