]> git.lizzy.rs Git - rust.git/shortlog
rust.git
2011-07-02 Brian AndersonAdd Rob Arnold to AUTHORS.txt
2011-07-02 Josh MatthewsFix assertion failure when syntax extension name is...
2011-07-02 Brian AndersonFix the error-pattern on compile-fail/fail-simple
2011-07-02 Josh MatthewsAllow any string expression to be used with fail.
2011-07-02 Patrick Waltonrustc: Fix memory corruption with ivectors-inside-ivect...
2011-07-02 Patrick Waltonrustc: Move path_to_str to front::ast
2011-07-01 Rob ArnoldSync rust_chan's deref() method with rustc's code.
2011-07-01 Rob ArnoldAdd macro for refcounting runtime structures.
2011-07-01 Rob ArnoldMove the channel destroy code into rust_chan.
2011-07-01 Rob ArnoldMove channel cloning logic into a method on rust_chan.
2011-07-01 Brian AndersonIntroduce --cfg argument for providing additional confi...
2011-07-01 Brian AndersonAdd some FIXMEs for issue #607
2011-07-01 Brian AndersonAdd some logging to attr when reading crate link attributes
2011-07-01 Brian AndersonAdd a test for mismatched crate metadata in use statements
2011-07-01 Patrick WaltonRevert "rustc: Change methods in ty::t to use interior...
2011-07-01 Patrick Waltonrustc: Change methods in ty::t to use interior vectors
2011-07-01 Brian AndersonExport only what's in use from front::eval. Issue #604
2011-07-01 Brian AndersonRemove unused imports from front::eval
2011-07-01 Brian AndersonRemove remaining unused eval methods. Issue #604
2011-07-01 Brian AndersonRemove the concept of crate directive let statements...
2011-07-01 Brian AndersonRemove the concept of crate directive expressions....
2011-07-01 Brian AndersonRemove the environment concept from front::eval
2011-07-01 Brian AndersonCleanup attribute code. Issue #487
2011-07-01 Brian AndersonAdd some helper functions to front::attr
2011-07-01 Brian AndersonPartially restore the fuzzer crate's build rules
2011-07-01 Marijn HaverbekeTrack def_ids of native types so that they can be disti...
2011-07-01 Marijn HaverbekeAdd tests for newtype-style tags
2011-07-01 Marijn HaverbekeAllow dereferencing of single-variant, single-argument...
2011-07-01 Marijn HaverbekeAllow 'newtype' syntax for tags
2011-07-01 Marijn HaverbekeDo not store a tag num for single-variant tags
2011-07-01 Marijn HaverbekeMake sure the pretty-printer understand resources
2011-07-01 Michael SullivanImplement autoderef for function calls.
2011-07-01 Michael SullivanMove autoderefed_ty to ty.rs and rename it type_autoderef.
2011-07-01 Patrick Waltonstdlib: Fix long line in sort.rs
2011-07-01 Patrick Waltonstdlib: Add an interior vector version of sort and...
2011-07-01 Patrick Waltonrustc: Duplicate heap data of interior vectors when...
2011-07-01 Graydon HoareMinor pp cleanups.
2011-07-01 Graydon HoarePreserve hard \n\n pairs from source when pretty-printi...
2011-06-30 Patrick Waltonrustc: Remove unused variables from last commit
2011-06-30 Patrick Waltonrustc: Change function argument types to interior vectors
2011-06-30 Brian AndersonPretty-print view items in mod items
2011-06-30 Graydon HoareRestore some functionality that got stripped out of...
2011-06-30 Brian AndersonUse attributes for conditional compilation in std.rc
2011-06-30 Graydon HoareCorrect make rules a bit.
2011-06-30 Brian AndersonConditionally compile items declared as statements...
2011-06-30 Brian AndersonAdd more tests for conditional compilation. Issue #489
2011-06-30 Tim Chevalierremove an unused variable
2011-06-30 Tim ChevalierGet rid of remaining unused variables
2011-06-30 Tim ChevalierDon't warn about unused for-loop index variables
2011-06-30 Tim ChevalierKill unused variables
2011-06-30 Tim ChevalierGet rid of an unused variable
2011-06-30 Tim ChevalierWarn for unused variables
2011-06-30 Patrick Waltonrustc: Use interior vectors for record types
2011-06-30 Patrick Waltonrustc: Make mk_imm_tup() take an interior vector
2011-06-30 Patrick Waltonrustc: Use interior vectors for tuple types
2011-06-30 Patrick Waltonrt: Add room for the new fill slot when resizing interi...
2011-06-30 Eric HolkAdded a new version of pfib that's better suited for...
2011-06-30 Eric HolkAdded a nanosecond timer to time.rs, support for some...
2011-06-30 Brian AndersonUn-XFAIL run-pass/conditional-compile.rs. Issue #489
2011-06-30 Brian AndersonAdd a pass to fold out items that do not belong in...
2011-06-30 Brian AndersonAdd missing item variants to fold_item_underscore
2011-06-30 Brian AndersonAdd missing expression variants to fold_expr
2011-06-30 Brian AndersonFold the crate-level module in front::fold
2011-06-30 Brian AndersonMove middle::attr to front::attr
2011-06-30 Brian AndersonConvert the eval::env to an ast::crate_cfg
2011-06-30 Brian AndersonIntroduce a config property to the crate AST node
2011-06-30 Brian AndersonIntroduce a testcase for conditional compilation via...
2011-06-30 Brian AndersonSwitch rustc's crate metadata to use the link attribute
2011-06-30 Marijn HaverbekeSupport type parameters in resources
2011-06-30 Marijn HaverbekeMake calling resource destructors work cross-crate
2011-06-30 Graydon HoareMore fiddling with fast-check, now works on at least...
2011-06-30 Rafael Ávila... Second try to remove -lssp.
2011-06-30 Eric HolkAdded inheritance for task pinning. Closes #598 for...
2011-06-30 Eric HolkAdding support for pinning tasks to the currently runni...
2011-06-30 Graydon HoareMore fixes to fast-check.
2011-06-30 Brian AndersonRegister new snapshots
2011-06-29 Brian AndersonChange snapshot logic to archive glue.o from the lib...
2011-06-29 Graydon HoareTidy up snap makefile.
2011-06-29 Graydon HoareAdd fast-check target that combines the stage2 run...
2011-06-29 Graydon HoareRe-enable tidy (it was broken) and fix various non...
2011-06-29 Brian AndersonBe more strategic about linking to rust crates
2011-06-29 Brian AndersonDisplay an error when linking fails
2011-06-29 Brian AndersonAdd session.note method
2011-06-29 Brian Andersonsession.err shouldn't take a span
2011-06-29 Tim ChevalierRemove workaround for a compiler bug that, I guess...
2011-06-29 Tim ChevalierEliminate the --check-claims compiler flag
2011-06-29 Tim ChevalierAdd a runtime flag to enable/disable claims en masse
2011-06-29 Brian AndersonCorrectly locate the crate's version from the link...
2011-06-29 Brian AndersonWrite metadata for sythesized name/vers items to the...
2011-06-29 Brian AndersonEncapsulate more crate meta calculations
2011-06-29 Brian AndersonMove the calculation of the crate name, vers and cmh...
2011-06-29 Rafael Ávila... Don't enable ssp everywhere.
2011-06-29 Graydon HoareFix resource encoding bugs.
2011-06-29 Graydon HoareMake tests a little more friendly to combine.
2011-06-29 Patrick Waltonrustc: Fix a leak that resulted from copying a structur...
2011-06-29 Patrick Waltonrt: Remove the lock around upcall_vec_append. Add a...
2011-06-29 Rafael Ávila... Revert ""Try" push without -lssp on windows to see...
2011-06-29 Patrick Waltonrustc: Unbreak self assignment
2011-06-29 Rafael Ávila... "Try" push without -lssp on windows to see what needs it.
2011-06-29 Michael SullivanExtend visit to use visit_fn to visit fn expressions.
next