summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2012-02-18std: Fix Windows system time conversion for get_time()Chris Peterson-11/+14
2012-02-17Refactor view_path to parse (but not yet process) export globs, unify code pa...Graydon Hoare-401/+423
2012-02-17Add new test for export globs, xfailed.Graydon Hoare-0/+11
2012-02-17core: Make vec::push fasterBrian Anderson-2/+3
2012-02-17rustdoc: Find the path to all item typesBrian Anderson-10/+21
2012-02-17rustdoc: Add a test that we can tolerate missing external cratesBrian Anderson-1/+7
2012-02-17rustc: Make resolve more forgiving of missing external cratesBrian Anderson-7/+16
2012-02-17rustdoc: Simplify attr passBrian Anderson-307/+99
2012-02-17rustdoc: Simplify desc passBrian Anderson-60/+14
2012-02-17rustdoc: Simplify desc_to_brief passBrian Anderson-97/+7
2012-02-17rustdoc: Add an item foldBrian Anderson-14/+49
2012-02-17rustdoc: Refactor itemdoc creation in extract passBrian Anderson-40/+32
2012-02-17rustdoc: Extract itemdoc creationBrian Anderson-56/+18
2012-02-17rustdoc: Extract common item fields into itemdocBrian Anderson-296/+423
2012-02-17rustdoc: Add path field to all item docsBrian Anderson-0/+14
2012-02-17rustdoc: Resolve imports and reexportsBrian Anderson-36/+148
2012-02-17Move debuginfo into transMarijn Haverbeke-1/+1
2012-02-17Clean up some of trans using block combinatorsMarijn Haverbeke-908/+792
2012-02-17Simplify get_tydesc's APIMarijn Haverbeke-44/+22
2012-02-17Clean up block_ctxt representationMarijn Haverbeke-140/+131
2012-02-17rt: Make upcall_vec_push an intrinsicBrian Anderson-93/+319
2012-02-17rt: Don't take the lock when reallocing in the kernel memory regionBrian Anderson-2/+2
2012-02-17rt: Don't hit TLS on upcall_vec_push unless necessaryBrian Anderson-5/+15
2012-02-17rt: Don't log on entry to upcall_vec_push. Also slowBrian Anderson-2/+0
2012-02-17rt: Don't do the stack canary check in upcall_vec_push. Too slowBrian Anderson-4/+0
2012-02-17rt: Simplify upcall_vec_pushBrian Anderson-23/+11
2012-02-17rt: Make the stack canary just a word on the stk_seg structBrian Anderson-13/+12
2012-02-17Add a win32-ignore attribute to a should-fail test.Graydon Hoare-0/+1
2012-02-17std: Add some env() and getenv() testsChris Peterson-9/+46
2012-02-17std: Fix env() assert when an environment variable's value contains a '=' charChris Peterson-1/+1
2012-02-16core: add str::find_from.Erick Tryzelaar-7/+46
2012-02-16core: rewrite str::byte_index to use vec functionsErick Tryzelaar-8/+16
2012-02-16core: slim down str.rs by importing some and none.Erick Tryzelaar-34/+36
2012-02-16rt: Untabify rust_port_selector.cppBrian Anderson-32/+32
2012-02-16rt: Randomize port selectionBrian Anderson-2/+6
2012-02-16core: Add comm::select2Brian Anderson-1/+121
2012-02-16rt: Add rust_port_select functionBrian Anderson-9/+151
2012-02-16More rigorous reuse of cleanup sequencesMarijn Haverbeke-154/+171
2012-02-16Remove to_zero/to_revoke kludgeMarijn Haverbeke-71/+25
2012-02-15make mut a keyword synonymous with mutableNiko Matsakis-206/+224
2012-02-15move shape into transNiko Matsakis-1/+1
2012-02-15test: Assert that the result is correct in run-pass/crust-stressBrian Anderson-1/+1
2012-02-15bench: Add a test for task concurrencyBrian Anderson-0/+68
2012-02-15A test that I forgot to git-addMarijn Haverbeke-0/+6
2012-02-15Rewrite exhaustiveness checkerMarijn Haverbeke-124/+192
2012-02-15Replace some explicit fails with 'alt check' invocationsMarijn Haverbeke-115/+52
2012-02-15Register new snapshotMarijn Haverbeke-0/+8
2012-02-15Fix use of expr_alt in fuzzer that was causing the build to failMarijn Haverbeke-1/+1
2012-02-15Fix bug in safe-reference checkerMarijn Haverbeke-36/+24
2012-02-15Fix bad line printing for parse errorsMarijn Haverbeke-12/+20