summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-03-09Add a couple more missing pieces to libc and os.Graydon Hoare-3/+24
2012-03-09rustc: Wrap regions in a node IDPatrick Walton-841/+877
2012-03-09rustc: Add region def ids to the ASTPatrick Walton-3/+28
2012-03-09Revert "rustc: Create def IDs for region parameters"Patrick Walton-899/+841
2012-03-09rustc: Create def IDs for region parametersPatrick Walton-841/+899
2012-03-08rustc: Stub a to-string implementation for region typesPatrick Walton-0/+8
2012-03-08rustc: Add pretty printing support for the address-of operator. Un-XFAIL-pret...Patrick Walton-7/+18
2012-03-08test: Add a simple region test, xfail'd in the pretty printerPatrick Walton-0/+12
2012-03-08rustc: Add appropriate type predicates for references. Simple uses of referen...Patrick Walton-3/+4
2012-03-08rustdoc: Rename desc_pass to text_passBrian Anderson-3/+3
2012-03-08rustc: Actually write the type backPatrick Walton-0/+1
2012-03-08rustc: Change the address-of operator to an explicit production so that we ca...Patrick Walton-55/+97
2012-03-08rustc: Add some missing cases in various folds for reference types and some b...Patrick Walton-3/+19
2012-03-08Rename last to last_opt, last_unsafe to lastTim Chevalier-28/+27
2012-03-08rustc: Typecheck dereference operations on safe references.Patrick Walton-0/+7
2012-03-08rustdoc: Improve formatting of subsection headersBrian Anderson-14/+21
2012-03-08rustdoc: Format return values consistentlyBrian Anderson-6/+6
2012-03-08rustdoc: Add some more demo docsBrian Anderson-0/+30
2012-03-08rustdoc: Don't bother reporting the type of return valuesBrian Anderson-240/+19
2012-03-08rustdoc: Don't bother reporting the type of argumentsBrian Anderson-125/+10
2012-03-08rustc: Stub typechecking for the address-of operatorPatrick Walton-1/+3
2012-03-08Change util::unreachable to core::unreachableTim Chevalier-30/+31
2012-03-08rustc: Add ty_rptr support to the visitorPatrick Walton-0/+1
2012-03-08rustc: Add regions to the type systemPatrick Walton-5/+59
2012-03-08Rename last_total to last_unsafeTim Chevalier-11/+21
2012-03-08rustc: represend -> represent in a commentPatrick Walton-1/+1
2012-03-08Properly serialize is_last_use valuesMarijn Haverbeke-4/+120
2012-03-08Explicitly store self_ids use for self locals in methodsMarijn Haverbeke-42/+62
2012-03-08Drop collect_items pass, create decls on demandMarijn Haverbeke-331/+295
2012-03-08rustc: Parse the safe address-of operatorPatrick Walton-0/+6
2012-03-08rustc: Add the safe address-of operator to the ASTPatrick Walton-2/+18
2012-03-08rustc: Parse region typesPatrick Walton-0/+20
2012-03-08rustc: Add region-annoted type parameters to the AST; stub associated patternsPatrick Walton-832/+931
2012-03-08etc: Allow a build dir to be specified in gen-astencode, for out of tree buildsPatrick Walton-1/+6
2012-03-07rustdoc: Look for pandoc in ~/.cabalBrian Anderson-2/+6
2012-03-07Fix #1941: inlining of items that themselves contain nested itemsNiko Matsakis-5/+132
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-47/+96
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-95/+47
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-47/+95
2012-03-07rustdoc: Implement more rules for generating internal pandoc linksBrian Anderson-2/+11
2012-03-07Register new snapshots.Graydon Hoare-3/+11
2012-03-07rustdoc: Support #[doc(hidden)]Brian Anderson-0/+89
2012-03-07Improve a type error message (avoid the word 'non-dereferenceable')Tim Chevalier-4/+9
2012-03-07add mutability annotations to libcoreNiko Matsakis-198/+204
2012-03-07Fix #1503 in a saner wayMarijn Haverbeke-18/+6
2012-03-06rustdoc: Remove escaping passBrian Anderson-46/+0
2012-03-06rustdoc: Don't escape characters between backticksBrian Anderson-0/+20
2012-03-06core: Resolve a FIXME in box::ptr_eqBrian Anderson-7/+2
2012-03-06More UTF-16 wrapping on win32. Close #1927.Graydon Hoare-86/+122
2012-03-06rustdoc: Escape HTML special charactersBrian Anderson-0/+26