]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2011-01-18 Graydon HoareAdd Benjamin to AUTHORS.
2011-01-18 benjaminjackmanfixed typo in tuple menu label
2011-01-18 Graydon HoareFix missing case in ty.
2011-01-18 Graydon HoareUse homebrew memcpy, not llvm intrinsic. Can't run...
2011-01-18 Graydon HoareMake legal and un-XFAIL generic-fn-infer.rs (on both...
2011-01-17 Graydon HoareFix a couple bugs in parametric returns.
2011-01-17 Graydon HoareAllocate and reload retslots. Copy into them on polymor...
2011-01-17 Rafael Ávila... Enable more tests.
2011-01-17 Graydon HoareWhitespace cleanup.
2011-01-17 Rafael Ávila... Fix the last known (to me) bug in import resolution...
2011-01-17 Graydon HoareTeach copy_ty to finish via memcpy of tydesc-provided...
2011-01-17 Rafael Ávila... Some misc cleanups:
2011-01-15 Graydon HoarePass tydescs to parametric fns, along with (dummy,...
2011-01-15 Graydon HoareFurther corrections to the logging layer in runtime.
2011-01-14 Rafael Ávila... Fix the import handling in "complex" cases. When lookin...
2011-01-14 Graydon HoareExpand generic info in lval_result.
2011-01-14 Graydon HoareTrim long lines.
2011-01-14 Graydon HoarePass tydescs to parametric fns.
2011-01-14 Graydon HoareChange log buffer butes to a symbolic const in runtime.
2011-01-14 Rafael Ávila... Make lookup non recursive and instead move the recursio...
2011-01-14 Graydon HoareChange single-ident expr_ident to greedy/fat multi...
2011-01-13 Rafael Ávila... Add or enable some tests.
2011-01-12 Graydon HoareWrap long line.
2011-01-12 Graydon HoareGuard a bunch more logging calls. Cut 10s off rustc...
2011-01-12 Rafael Ávila... Produce better errors for invalid imports.
2011-01-12 Rafael Ávila... Call find_final_def directly in fold_view_item_import...
2011-01-12 Rafael Ávila... Change mod_index_entry to point directly to items and...
2011-01-12 Patrick WaltonFigure out what tydescs we need to pass when translatin...
2011-01-12 Graydon HoareGuard unguarded log calls that snuck in. Shave 5s off...
2011-01-12 Graydon HoareRecursively genericize types and spread across glue...
2011-01-12 Graydon HoareOut-of-line all drop glue. Shaves 50kb from rustc.
2011-01-12 Graydon HoareMake rustboot fn/obj drops generic; cuts 300kb size...
2011-01-11 Rafael Ávila... Fix another import case we got wrong: The local environ...
2011-01-11 Rafael Ávila... Fix two invalid import cases we were not detecting:
2011-01-11 Graydon HoareSketch support for reading multi-file crates in rustc...
2011-01-11 Graydon HoareAdd std.path module for pathname manipulations.
2011-01-11 Graydon HoareFail in new_stdio_reader when libc.fopen fails.
2011-01-10 Graydon HoareFurther corrections to the Makefile rules covering...
2011-01-10 Brian AndersonCleanup circular_buffer
2011-01-10 Brian AndersonRemove the assumption that circular_buffer's buffer...
2011-01-10 Brian AndersonRemove unused variable in circular_buffer tests
2011-01-10 Brian AndersonCleanup circular_buffer grow / shrink routines
2011-01-10 Brian AndersonRename test to reflect that the circular_buffer runtime...
2011-01-10 Brian AndersonFix circular_buffer growth when _next != 0
2011-01-10 Brian AndersonRemove tabs
2011-01-10 Brian AndersonDon't allow circular_buffer to shrink below its origina...
2011-01-10 Brian AndersonDon't allow circular_buffer to shrink below it's initia...
2011-01-10 Brian AndersonFix the check for growing the circular_buffer
2011-01-10 Brian AndersonSimplify the test for circular_buffer initialization
2011-01-08 Graydon HoareUn-XFAIL drop-bind-thunk-args.rs.
2011-01-08 Graydon HoareDrop closures. Un-XFAIL bind-interior.rs.
2011-01-07 Rafael Ávila... Add sufficient import support to compile some simple...
2011-01-07 Graydon HoareSynthesize closure thunks, and pass closure pointer...
2011-01-07 Brian AndersonCorrectly initialize circular_buffer to a power-of...
2011-01-07 Brian AndersonFix .gitignore to re-ignore test binaries with new...
2011-01-07 Brian AndersonMake the valgrind suppressions file compatible with...
2011-01-06 Graydon HoareNew test, bind-interior.rs.
2011-01-06 Graydon HoareUn-XFAIL bind-thunk.rs.
2011-01-06 Graydon HoareWhitespace cleanup, and copy target into closure.
2011-01-06 Rafael Ávila... Add the boilerplate for folding view items.
2011-01-06 Graydon HoareSketch closure-forming logic for nontrivial bindings.
2011-01-06 Graydon HoareTranslate trivial bindings. Un-XFAIL bind-trivial.rs.
2011-01-05 Graydon HoareUse uniform pair representation of functions everywhere...
2011-01-05 Graydon HoareFix Yet Another Horrid Makefile Bug that was causing...
2011-01-05 Graydon HoareFix another s/BREQ/SREQ/ in the makefile.
2011-01-05 Patrick Waltonrustc: Allow the type unification handler to handle...
2011-01-04 Graydon HoareCorrect function pointer type in closure.
2011-01-04 Graydon HoareMerge remote branch 'espindola/import'
2011-01-04 Rafael Ávila... Add names from imports to the namespace.
2011-01-04 Patrick Waltonrustc: Add an item type accessor
2011-01-04 Rafael Ávila... Add support for looking up a name introduced by a ...
2011-01-04 Rafael Ávila... Refactor the view_item code so that it is similar to...
2011-01-04 Rafael Ávila... Rename use_or_import to view_item.
2011-01-04 Graydon HoareBegin sketching translation of bind_expr. No captures...
2011-01-04 Graydon HoareSplit driver between parsing source files and crate...
2011-01-04 Graydon HoareAdd _str.starts_with and ends_with.
2011-01-04 Graydon HoareTypecheck expr_bind.
2011-01-04 Graydon HoareAdd type accessors for fn types.
2011-01-04 Graydon HoareFix fold bug on expr_bind.
2011-01-04 Graydon HoareActually return the correct node from the parser.
2011-01-03 Graydon HoareRemove missed debug chatter.
2011-01-03 Graydon HoareChange BREQ to SREQ in deps of compile-fail/%.rustc.out
2011-01-03 Graydon HoareAdd .valgrindrc to .gitignore.
2011-01-03 Graydon HoareAdd testcase I meant to add in 9ee3475e09c8fce81b5b0636...
2011-01-03 Graydon HoareAdd Brian to AUTHORS.
2011-01-03 Brian AndersonUpdate keyword list with 'const', 'thread'
2011-01-03 Brian AndersonUse git log pretty printing arguments that are compatib...
2011-01-03 Brian AndersonDon't attempt to wake tasks that aren't blocked.
2011-01-03 Brian AndersonUnset the RUST_LOG environment variable so that it...
2011-01-01 Graydon HoareAdd restricted-parse mode, and parse bind expressions.
2010-12-31 Graydon HoareUn-XFAIL obj-drop and obj-with-vec.rs in rustc.
2010-12-31 Graydon HoareTranslate local item decls.
2010-12-31 Graydon HoareUpdate method-fold env with fake item_fn representing...
2010-12-31 Graydon HoareChange resolve errs to span_errs.
2010-12-31 Graydon HoareParse local item decls.
2010-12-31 Graydon HoareIndex tag and obj items in decl stmts.
2010-12-31 Graydon HoareUn-XFAIL obj-recursion.rs for rustc.
2010-12-31 Graydon HoareFree objects by indirectly dropping fields via enclosed...
2010-12-31 Graydon HoareReplace arg Load with load_non_structural in obj ctor.
2010-12-31 Graydon HoareAdd std.dbg.trap(str msg) for help debugging.
next