about summary refs log tree commit diff
path: root/src/lib
AgeCommit message (Expand)AuthorLines
2011-06-28Rework how linkage attributes are determinedBrian Anderson-4/+6
2011-06-28stdlib: Remove old botch from ufindPatrick Walton-5/+2
2011-06-28Add simple syntax extension (#simplext)Paul Stansifer-0/+18
2011-06-28Use "" in the native_name as an indication that no extra options have toRafael Ávila de Espíndola-3/+3
2011-06-27Record and link with used native libraries.Rafael Ávila de Espíndola-3/+3
2011-06-24Invalidate constraints correctly after an assignment expressionTim Chevalier-1/+1
2011-06-24Remove res idents from stdlibMarijn Haverbeke-40/+40
2011-06-21Serialize constraints in types (literal arguments still not supported)Tim Chevalier-6/+14
2011-06-19Remove various rustboot workaroundsBrian Anderson-29/+4
2011-06-19rustc: Change smallintmap to use an ivec and use it for the node type table. ...Patrick Walton-10/+14
2011-06-18Replace unexported meta tags with attributesBrian Anderson-3/+2
2011-06-18stdlib: Add ivec::grow_set()Patrick Walton-1/+20
2011-06-18stdlib: Add ivec::grow() and ivec::grow_fn()Patrick Walton-0/+22
2011-06-17stdlib: Add some more ivec functions, untested as of yetPatrick Walton-3/+66
2011-06-17Made sure getcwd and friends work well on Windows.unknown-4/+14
2011-06-17stdlib: added getcwd and a convenience function to make relative paths absolu...Eric Holk-2/+39
2011-06-17rustc: Support both meta tags and attributes for crate metadataBrian Anderson-4/+4
2011-06-16stdlib: Sketch out ivec::init_fn, currently segfaultingPatrick Walton-0/+10
2011-06-16rustc: Implement conversions from interior vector data to unsafe pointers and...Patrick Walton-0/+16
2011-06-16Reformat a bunch of recent churn.Graydon Hoare-32/+19
2011-06-16stdlib: Introduce an ivec module into the standard library; add a minimal tes...Patrick Walton-0/+26
2011-06-16stdlib: Add option::is_someBrian Anderson-0/+4
2011-06-15Re-enabled join.Eric Holk-2/+2
2011-06-15Add xterm to the term lib's list of supported terms.Michael Sullivan-0/+1
2011-06-15stdlib: Add color support for GNU screenBrian Anderson-2/+10
2011-06-15stdlib: Add emacs variables to term.rsBrian Anderson-0/+9
2011-06-15stdlib: Add an either moduleBrian Anderson-0/+65
2011-06-15Fix unsafe uses of aliases in tail callsMarijn Haverbeke-18/+35
2011-06-15Fix a bunch of compile-command lines to use RBUILDGraydon Hoare-22/+22
2011-06-15Attempt to put out windows tinderbox.Graydon Hoare-4/+4
2011-06-15Reformat source tree (minus a couple tests that are still grumpy).Graydon Hoare-2026/+1331
2011-06-15Fix assignments to immutable fields throughout the codeMarijn Haverbeke-11/+12
2011-06-13This is the mega-ucontext commit. It replaces the task switching mechanism wi...Eric Holk-2/+12
2011-06-11stdlib: Remove a FIXME for issue #452Brian Anderson-3/+1
2011-06-10Encode meta tags in the crate and start sketching enhanced logic for resolvin...Graydon Hoare-6/+17
2011-06-10rustc: Remove the bitwise not operatorPatrick Walton-8/+4
2011-06-10Fix unsafe uses of mutable referencesMarijn Haverbeke-3/+11
2011-06-10Fix all occurrences of writing to immutable aliasesMarijn Haverbeke-3/+3
2011-06-09Further support for predicate constraintsTim Chevalier-0/+15
2011-06-09stdlib: Make union-find not create loops when unifying two already-unified setsPatrick Walton-1/+1
2011-06-09Properly handle lifetime of aliases in nested blocksMarijn Haverbeke-1/+2
2011-06-09Add vec::memberMarijn Haverbeke-0/+7
2011-06-09Some more workarounds to please the alias checkerMarijn Haverbeke-19/+25
2011-06-08Tidy up 'export meta' situation now that snapshot understands it.Graydon Hoare-4/+4
2011-06-07rustc: Use a set-based approach to unification; remove ty_bound_param and ty_...Patrick Walton-4/+30
2011-06-07More work on proper linkage name-mangling. Almost right, aside from version n...Graydon Hoare-3/+19
2011-06-06Begin tidying up name-mangling rules.Graydon Hoare-0/+6
2011-06-04stdlib: Use spans for #fmt errors originating in stdBrian Anderson-10/+12
2011-06-03rustc: Add a "smallintmap" implementationPatrick Walton-0/+54
2011-06-02Fix and un-xfail vec-append testMarijn Haverbeke-4/+6