]> git.lizzy.rs Git - rust.git/history - doc
Declare MIT license in crate attributes, not BSD
[rust.git] / doc /
2012-01-08 Brian Andersondoc: typo
2012-01-05 Stefan PlantikowMerge branch 'master' into kmath
2012-01-03 Brian AndersonMerge pull request #1392 from Lenny222/list
2012-01-02 Marijn HaverbekeFix confusing information in tutorial chapter about...
2012-01-01 Brian AndersonMerge pull request #1407 from erickt/master
2011-12-31 Erick Tryzelaartutorial: Mention by-value argument passing style.
2011-12-30 Graydon HoareDocument copy/move/swap/assign expressions more accurat...
2011-12-30 Graydon HoarePurge some obsolete and/or not-implemented stuff from...
2011-12-29 Graydon HoareAdd support in lexer for utf8 identifiers. No NFKC...
2011-12-24 Graydon HoareMerge pull request #1377 from Lenny222/icu
2011-12-23 Graydon HoareUpdate docs on log expressions.
2011-12-17 Brian AndersonMerge pull request #1320 from elly/cargo
2011-12-17 Graydon HoareMerge pull request #1319 from elly/cargo
2011-12-16 Graham Fawcettimplement #[nolink]; deprecate #[link_name = ""]; note...
2011-12-06 Niko MatsakisMerge branch 'master' of github.com:graydon/rust
2011-12-06 Brian Andersonlibstd: Update docs
2011-12-06 Graydon HoareEstablish 'core' library separate from 'std'.
2011-12-02 Stefan Plantikowdoc: added definition of trivial casts to spec
2011-11-25 Haitao Litutorial: Fix typo in the test section
2011-11-24 Haitao Lirustc: Add a path attribute for crate directives
2011-11-23 Haitao Lidoc: Build keywords multitable automatically
2011-11-23 Marijn HaverbekeRemove last traces of auth keyword
2011-11-22 Marijn HaverbekeAdd hacks to extract and compile tutorial code
2011-11-22 Marijn HaverbekeClarify escaped newlines in tutorial
2011-11-21 Marijn HaverbekeFix typo in tutorial
2011-11-21 Marijn HaverbekeAdd explanation of kinds to tutorial
2011-11-17 Haitao Litutorial: Fix type mismatch in example FFI code
2011-11-16 Brian Andersontutorial: Close unmatched quote in anchor tag
2011-11-16 Brian AndersonUpdate tutorial for native mod changes
2011-11-16 Haitao Litutorial: Update with native module syntax change
2011-11-16 Marijn HaverbekeFix small grammar mistake in tutorial
2011-11-15 Marijn HaverbekeUse libcrypto.so instead of libssl.so in the ffi part...
2011-11-07 Brian AndersonDocument crate top-level and directory modules. Closes...
2011-11-07 Marijn HaverbekeFix some more bugs in the tutorial
2011-11-07 Matt BrubeckTutorial: 'import std;' should be 'use std;'.
2011-11-04 Marijn HaverbekeFill in the tutorial section on testing
2011-11-03 Marijn HaverbekeClarify metadata syntax in manual
2011-11-02 Marijn HaverbekeFix confusing sentence in tutorial.
2011-11-02 Marijn HaverbekeExpand the tutorial section on functions
2011-11-02 Marijn HaverbekeWrite briefly about syntax extension in the syntax...
2011-11-02 Marijn HaverbekeMake ptr::addr_of return an immutable vec, add mut_addr_of
2011-11-02 Marijn HaverbekeMake 'lambda(...) -> ...' parse as a type
2011-11-01 Marijn HaverbekeFix some typos in tutorial
2011-11-01 Brian AndersonFix typo in syntax.md
2011-11-01 Marijn HaverbekeFill in the foreign-function part of the tutorial
2011-11-01 Marijn HaverbekeTie up some ends in the tutorial
2011-11-01 Marijn HaverbekeImprove syntax highlighting in tutorial
2011-11-01 Marijn HaverbekeFix file timestamp extraction in tutorial builder
2011-11-01 Marijn HaverbekeFlesh out the module section of the tutorial
2011-11-01 Marijn HaverbekeAdd syntax highlighting to the code snippets in the...
2011-11-01 Marijn HaverbekeClarify tutorial based on feedback, fix some Markdown...
2011-11-01 Haitao Lidoc: Sort keywords alphabetically
2011-11-01 Haitao Lidoc: Add missing keywords block and lambda
2011-10-31 Brian AndersonAdd pattern guard docs to language ref
2011-10-31 Marijn HaverbekeAdd a first stab at a tutorial
2011-10-29 Matt BrubeckRemove iter and 'for each' from the documentation
2011-10-28 Brian AndersonDocument alt record patterns
2011-10-28 Brian AndersonDocument the nullary-variant period in alt patterns
2011-10-28 Matt BrubeckMore documentation for alt expressions
2011-10-28 Brian AndersonDocument how RUST_LOG works
2011-10-27 Matt BrubeckAdd 'as' (cast) operator to the documentation
2011-10-27 Brian AndersonAdd more std documentation
2011-10-26 Brian AndersonUse web-style paragraphs in std docs
2011-10-26 Brian AndersonAdd more std documentation
2011-10-26 Brian AndersonBegin documenting std and add doc generation using...
2011-10-18 Matt Brubeckdoc: Fix parse errors in list examples in documentation
2011-10-18 Matt Brubeckdoc: Update 'alt' documentation to remove 'case' keyword
2011-10-18 Matt Brubeckdoc: 'alt' expressions no longer require parens
2011-10-18 Matt Brubeckdoc: 'if' expressions no longer require parens
2011-10-18 Matt Brubeckdoc: 'for' and 'for each' no longer use parens
2011-10-18 Matt Brubeckdoc: Fix typo (s/pay/may/)
2011-09-29 Brian Andersondoc: Don't merge function and concept index. There...
2011-09-27 Patrick Waltondoc: Remove `case` from the list of keywords
2011-09-27 Patrick Waltondoc: Remove `tup` from the list of keywords
2011-09-26 Andreas GalMerge pull request #978 from erikrose/doc-tweaks
2011-09-26 Erik RoseFix some typos and grammar in the docs.
2011-09-20 Graydon HoareSwitch URLs.
2011-09-15 Marijn HaverbekeStop mentioning tail calls in reference
2011-09-14 Graydon HoareRemove mention of port, chan and task *types*, as they...
2011-09-14 Graydon HoareRemove talk of 'sharing boxes between tasks', old GC...
2011-09-14 Graydon HoareRemove mention of the nonexistent (and no longer implem...
2011-09-14 Graydon HoareFix vector indexing notation, remove reference to ...
2011-09-14 Graydon HoareFix description of tuples.
2011-09-14 Brian AndersonRemove more references to reflection from docs
2011-09-14 Graydon HoareRemove description of nonexistent stuff (reflection...
2011-09-14 Graydon HoareRemove stuff that's either unimplemented or misleading.
2011-09-14 Graydon HoareRemove misleading details.
2011-09-12 Graydon HoareRemove redundant line.
2011-09-12 Brian AndersonMerge branch 'unwind'
2011-09-12 Marijn HaverbekeRename alias to reference in docs and error messages
2011-09-08 Graydon HoareMerge pull request #867 from paulstansifer/master
2011-08-26 Paul StansiferUpdate docs for macro-related stuff.
2011-08-26 Tim ChevalierDocs for pure fn and unchecked
2011-08-26 Paul StansiferUpdate docs for macro-related stuff.
2011-08-25 Eric HolkRemoving mention of domain, updating the communication...
2011-08-17 Brian AndersonUpdate docs for import/export
2011-08-17 Graydon HoareMove task/comm stuff from exprs to task in manual,...
2011-08-11 Lindsey KuperUpdate syntax for function arguments; tweak object...
2011-08-11 Lindsey KuperFix typo in docs that was causing makeinfo warning.
2011-08-11 Graydon HoareFiddle the comm operators in the docs, add swap and...
next