]> git.lizzy.rs Git - rust.git/history - src
Add spawn_conversation
[rust.git] / src /
2012-08-08 Jesse RudermanAdd spawn_conversation
2012-08-08 Elliott Slaughterrustc: Strict enforcement of glue function types.
2012-08-08 Michael SullivanIn decoder, rename class_member_id to item_def_id.
2012-08-08 Eric Holkxfail-pretty
2012-08-08 Tim ChevalierDon't add struct names to the value name space if there...
2012-08-08 Eric HolkAdd a really optimistic fast path in receive. Gives...
2012-08-08 Eric HolkAdding some examples for my internship presentation.
2012-08-08 Niko Matsakisrefactor categorization out of borrowck into its own...
2012-08-08 Niko Matsakisimprove borrowck error messages to explain regions...
2012-08-08 Niko Matsakisnew test case demonstrating ability to return ptr to...
2012-08-08 Patrick Waltonrustc: Resolve constructor expressions for variant...
2012-08-08 Patrick Waltonrustc: Parse variant structs; add a trivial test case
2012-08-08 Graydon HoareAdd minor debug mode for measuring type sizes, helper...
2012-08-08 Patrick Waltonrustc: Box struct_defs
2012-08-08 Graydon HoareTranslate const structs.
2012-08-08 Michael SullivanAdd 'static' to rust-mode.el.
2012-08-08 Michael SullivanImplement static typeclass methods. Closes #3132.
2012-08-07 Elliott Slaughterrustc: Cosmetic change to type_of to make control flow...
2012-08-07 Elliott Slaughterrustc: Fix for type_of on recursive enum creating two...
2012-08-07 Patrick Waltonrustc: Move some more routines that operate on struct...
2012-08-07 Patrick Waltonlibsyntax: Break struct definitions out of classes...
2012-08-07 Brian AndersonRegistor snapshots
2012-08-07 Ben BlumTouch up semaphores; add another test
2012-08-07 Patrick Waltonlibsyntax: Allow users of the visitor to visit struct...
2012-08-07 Patrick Waltonrustc: Split out struct bodies into a separate "struct_...
2012-08-07 Ben Blumfix trailing whitespace
2012-08-07 Ben BlumAdd sync.rs with counting blocking semaphores
2012-08-07 Ben BlumRemove rust_cond_lock and sys::condition (rename to...
2012-08-07 Graydon HoareConst slices now work. Something odd about non-const...
2012-08-07 Brian AndersonAdd missing comma
2012-08-07 Patrick Waltonrustc: Add stub support for struct variants to the AST
2012-08-07 Brian Andersonsyntax: Rename expr_alt to expr_match
2012-08-07 Brian Andersonsyntax: Fix parsing of inherent traits
2012-08-07 Brian Andersonsyntax: Make match arm parsing more restrictive again
2012-08-07 Eric HolkGenerate try_send versions for all the messages. Fixes...
2012-08-07 Eric HolkWorking on a macro for selecting from many pipes.
2012-08-07 Eric HolkAdd a selectable implementation for *packet_header
2012-08-07 Eric HolkNifty macros for receiving from a protocol.
2012-08-07 Eric HolkUse a proper protocol definition instead of the already...
2012-08-07 Ben BlumChange task().future_result's argument mode
2012-08-07 Ben BlumRework task::try for new task_builder interface (close...
2012-08-07 Ben BlumAdd util::ignore
2012-08-07 Lindsey KuperReindent some match exprs to agree with rust-mode.el
2012-08-07 Lindsey KuperComments, minor refactoring, clean up wording of error...
2012-08-07 Brian AndersonMerge pull request #3126 from alexrp/incoming
2012-08-07 Niko Matsakisxfail-fast issue-2242
2012-08-07 Niko Matsakisadd lint mode for deprecated pattern usage
2012-08-07 Niko Matsakismove borrowck tests to use ref, fix a few exposed short...
2012-08-07 Patrick Waltontest: Modernize and un-XFAIL issue-2242-d.rs (issue...
2012-08-07 Patrick Waltontest: Add a dvec indexing operator test, which serves...
2012-08-07 Tim ChevalierAuto-deref the base expr in trans_method_callee
2012-08-07 Niko Matsakisfirst shot at integrating ref/value bindings into borrowck
2012-08-07 Patrick Waltonrustc: Parse and stub (broken) typechecking for bounded...
2012-08-07 Paul StansiferFix log_syntax of unexpanded code.
2012-08-07 Tim ChevalierDisallow multiple constructors or destructors in the...
2012-08-07 Patrick Waltonrustc: Implement pattern matching for structs
2012-08-07 Tim ChevalierShorten lines, fix build breakage
2012-08-07 Michael SullivanMove some decoder code to the right place.
2012-08-06 Ben BlumMake 100 generations perf test sensitive to spawn failures
2012-08-06 Tim ChevalierIn resolve, forbid duplicate value, type, and module...
2012-08-06 Niko Matsakiss/alt/match/... again.
2012-08-06 Niko Matsakiss/alt/match/
2012-08-06 Niko Matsakisemacs: add match as keyword
2012-08-06 Niko Matsakismake `ref x` bindings produce region ptrs and fix vario...
2012-08-06 Brian AndersonConvert alt to match. Stop parsing alt
2012-08-06 Brian Andersonstd: URL paths can contain dashes
2012-08-06 Brian Andersoncore: Rename task::osmain to platform_thread. #3090
2012-08-06 Eric HolkEnabling pingpong benchmark.
2012-08-06 Eric HolkHandle interpolated paths in pattern parsing. Fixes...
2012-08-06 Eric HolkFill out rust docs for pipes some more.
2012-08-06 Patrick Waltonrustc: Implement functional record update for structs
2012-08-06 Brian Andersonstd: Parse underscores in url paths
2012-08-06 Brian AndersonAdd a test for issue #2312
2012-08-06 Eric HolkAdd missing =>
2012-08-06 Eric HolkRefcount tasks in packets to avoid races.
2012-08-06 Eric HolkMore documentation on pipes, and moving assert in runtime.
2012-08-06 Brian Andersonsyntax: Stop parsing alts without arrows
2012-08-06 Brian AndersonSwitch alts to use arrows
2012-08-05 Brian Andersonstd: Some fixes to url parsing
2012-08-05 Brian Andersonstd: URLs without schemes parse as errors. Closes ...
2012-08-05 Brian AndersonFix closure pretty-print tests
2012-08-05 Brian Andersonxfail-fast run-pass/trait-composition-trivial
2012-08-04 Patrick Waltonrustc: Normalize region-bounded string slices properly
2012-08-04 Graydon HoareTranslate const vecs, most of const slices. More for...
2012-08-04 Patrick Waltonrustc: Merge fn& and fn in favor of fn&.
2012-08-04 Patrick Waltonrustc: Translate repeated vector syntax
2012-08-04 Graydon HoareImplement &-expressions in consts. Part of #2317.
2012-08-04 Patrick Waltonrustc: Parse and typecheck repeating vector expressions...
2012-08-04 Ben Blumrt: expose rust_task refcounts to rustland
2012-08-04 Ben BlumAdd task-perf-linked-failure.rs
2012-08-03 Lindsey KuperFurther work on default methods in traits.
2012-08-03 Ben Blumvim: don't hilight "any"
2012-08-03 Patrick Waltonlibsyntax: Fix trailing whitespace
2012-08-03 Eric HolkXfailing until the pipe race is fixed.
2012-08-03 Eric HolkOnce again, revert "Use pipes in compiletest"
2012-08-03 Patrick Waltontest: Add a trivial test that trait composition parses
2012-08-03 Patrick Waltonrustc: Parse, serialize, and deserialize trait inheritance
2012-08-03 Patrick Waltonrustc: Add the notion of inherited visibility
2012-08-03 Ben BlumDocument arc::exclusive.
2012-08-03 Graydon HoareFix signed/unsigned bug, likely cause of windows crash.
next